hapm

light and fast high availability port monitor

ttt

Standalone program for local traffic-monitoring

ttt is the standalone traffic monitor program in the ttt program suite. ttt displays trafic-data of a local interface.

python3-pyscss

SCSS compiler - Python 3.x

pyScss compiles Scss (Sass), a superset of CSS that is more powerful, elegant and easier to maintain than plain-vanilla CSS. The library acts as a CSS source code preprocesor which allows you to use variables, nested rules, mixins, and have inheritance of rules, all with a CSS-compatible syntax which the preprocessor then compiles to standard CSS.

r-cran-lifecycle

manage the life cycle of your GNU R package functions

Manage the life cycle of your exported functions with shared conventions, documentation badges, and non-invasive deprecation warnings. The 'lifecycle' package defines four development stages (experimental, maturing, stable, and questioning) and three deprecation stages (soft-deprecated, deprecated, and defunct). It makes it easy to insert badges corresponding to these stages in your documentation. Usage of deprecated functions are signalled with increasing levels of non-invasive verbosity.

node-extract-text-webpack-plugin

Extract text from bundle into a file

It moves all the required *.css modules in entry chunks into a separate CSS file. So styles are no longer inlined into the JS bundle, but in a separate CSS file (styles.css). If total stylesheet volume is big, it will be faster because the CSS bundle is loaded in parallel to the JS bundle.

node-fastcgi-stream

Node.js module to read and write FastCGI records

node-fastcgi-stream provides two main pieces, the FastCGIStream itself and the records that can be sent and received on it.