This is a staging site. Uploads will not persist. Testing only.
3D dungeon crawling adventure in the spirit of NetHack

egoboo

3D dungeon crawling adventure in the spirit of NetHack

extract just the secret information out of OpenPGP secret keys

paperkey

extract just the secret information out of OpenPGP secret keys

A reasonable way to achieve a long term backup of OpenPGP (GnuPG, PGP, etc) keys is to print them out on paper. The reasoning behind this is that paper and ink has amazingly long retention qualities - far longer than the magnetic or optical means that are generally used to back up computer data.
steganography using ASCII files

stegsnow

steganography using ASCII files

This utility can conceal messages in ASCII text by appending whitespaces to the end of lines. Because spaces and tabs are generally not visible in text viewers, the message is effectively hidden from casual observers. And if the built-in encryption is used, the message cannot be read even if it is detected.
patat showing a presentation about system programming

patat

Terminal-based presentations using Pandoc

patat (*P*resentations *A*top *T*he *A*NSI *T*erminal) is a small tool that allows you to show presentations using only an ANSI terminal. It does not require `ncurses`.
Budgie Previews running on Budgie Desktop

budgie-previews-applet

transitional package

This is a transitional package. It can safely be removed.
fast and very simple Ruby web server

thin

fast and very simple Ruby web server

Thin is a Ruby web server that glues together 3 of the best Ruby libraries in web history: * the Mongrel parser, the root of Mongrel's speed and security * Event Machine, a network I/O library with extremely high scalability, performance and stability * Rack, a minimal interface between webservers and Ruby frameworks