node-http-proxy
HTTP programmable proxying library that supports websockets.
It is suitable for implementing components such as reverse proxies and load
balancers.
A new proxy is created by calling createProxyServer and passing an options
object as argument.
var httpProxy = require('http-proxy');
var proxy = httpProxy.createProxyServer(options);
node-kuler
Color your terminal using CSS/hex color codes, for Node.js
Kuler is small and nifty node module that allows you to create
terminal based colors using hex color codes, just like you're used to
doing in your CSS. We're in a modern world now and terminals support
more than 16 colors so we are stupid to not take advantage of this.
php8.2-tideways
Tideways PHP Profiler Extension
The Profiler extension contains functions for finding performance
bottlenecks in PHP code. The extension is one core piece of
functionality for the Tideways Profiler Platform. It solves the
problem of efficiently collecting, aggregating and analyzing the
profiling data when running a Profiler in production.
python3-csaps
Cubic spline approximation (smoothing)
This is a Python package for univariate, multivariate and n-dimensional grid
data approximation using cubic smoothing splines. The package can be useful
in practical engineering tasks for data approximation and smoothing.
node-mersenne
High-quality Mersenne Twister random numbers for Node.js
A Node.js module for generating high-quality Mersenne Twister random numbers.
node-oauth-1.0a
OAuth 1.0a request authorization
OAuth 1.0a request authorization for Node and browser. Encapsulates OAuth
request sending with an HTTP client (request, jQuery.ajax and so on).