ristretto
lightweight picture-viewer for the Xfce desktop environment
Ristretto is a fast and lightweight picture-viewer for the Xfce desktop
environment.
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.
bmon
portable bandwidth monitor and rate estimator
bmon is a commandline bandwidth monitor which supports various output
methods including an interactive curses interface, lightweight HTML output but
also simple ASCII output.
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.