sshfp
DNS SSHFP records generator
sshfp generates RFC4255 SSHFP DNS records based on the public keys stored in
a known_hosts file, or public keys can be obtained by using ssh-keyscan.
Serve these entries from the DNS server for your domain to provide
authentication via the ssh VerifyHostKeyDNS option.
starman
high-performance preforking PSGI/Plack web server
Starman is a PSGI perl web server that has unique features such as:
* High Performance - Uses the fast XS/C HTTP header parser
* Preforking - Spawns workers preforked like most high performance UNIX
servers do. Starman also reaps dead children and automatically restarts
the worker pool.
* Signals - Supports HUP for graceful restarts, and TTIN/TTOU to
dynamically increase or decrease the number of worker processes.
* Superdaemon aware - Supports Server::Starter for hot deploy and
graceful restarts.
* Multiple interfaces and UNIX Domain Socket support - Able to listen
on multiple intefaces including UNIX sockets.
* Small memory footprint - Preloading the applications with --preload-app
command line option enables copy-on-write friendly memory management.
Also, the minimum memory usage Starman requires for the master process
is 7MB and children (workers) is less than 3.0MB.
* PSGI compatible - Can run any PSGI applications and frameworks
* HTTP/1.1 support - Supports chunked requests and responses, keep-alive
and pipeline requests.
phosh
Pure Wayland shell for mobile devices
Phosh is a graphical shell for Wayland compositors speaking the layer-surface
protocol and aimed at mobile devices like smart phones and tablets using touch
based inputs and small screens.
node-express
web application framework for node
Express is a minimal and flexible node.js web application framework,
providing a robust set of features for building single and multi-page,
and hybrid web applications.
museekd
Client for the SoulSeek peer-to-peer network (server daemon)
statgrab
sysctl-style access to system statistics
statgrab provides an access to system statistics using a sysctl-style
interface. This is useful for applications that don't want to make
library calls, but still want to access the statistics. An example is mrtg,
for which scripts are provided to generate configuration files.