A simple "encryption" tool

gcipher

A simple "encryption" tool

Triangulated triangles pattern, evolved.

ibniz

Virtual machine for compact low-level audiovisual programs

IBNIZ is a virtual machine designed for extremely compact low-level audiovisual programs. The leading design goal is usefulness as a platform for demoscene productions, glitch art and similar projects. Mainsteam software engineering aspects are considered totally irrelevant.
program that tries to learn a human language

gniall

program that tries to learn a human language

gNiall attempts to learn whatever language you try to teach it. It is basically a dissociator: it collects statistics on sentences you type and tries to construct meaningful replies. gNiall is inspired by Niall, an Amiga program by Matthew Peck.
postage payment scheme for email based on hash calculations

hashcash

postage payment scheme for email based on hash calculations

Hashcash is a payment scheme that uses CPU cycles as the form of payment. This can be used as a counter-measure for junk email (spam) by using the hashcash token as a proof of payment for each email that you sent.
DNS SSHFP records generator

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.
high-performance preforking PSGI/Plack web server

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.