audio-entropyd feeds the /dev/random device with entropy data read from an audio device. The audio data is not copied as is, but first 'de-biased' and analyzed to determine how many bits of entropy are in it. This program is useful for systems doing many cryptographic tasks like VPN endpoints or GPG clients; it helps prevent the /dev/random device from being depleted and blocking reads.
autoplay lets two chess engines play against each other fully automatically. You can use it to run your own chess engines tournament or stress test your own chess engine. It can also let two engines play remotely against each other. It support chess engines that support the XBoard protocol.
BlackHole is an data de-duplicating network block device that also supports mirroring, snapshots, and support for multiple LUNs using the same data store. It is filesystem agnostic and has been tested with ext2/3/4, NTFS, ReiserFS, and the Oracle Cluster File System (OCFS2). It supports encryption, compression, and multiple storage backends. The hashing scheme used is user configurable. The program exports an NBD device which can be mounted in Linux and GNU/Hurd.
recoverdm Looks a lot like recoverdm which can also merge multiple recover attempt images (and features a special mode for damaged cd-roms).
headerfiles Forgot to include the headerfiles in logintop10-1.7.tgz. Re-uploaded that one, now with the headerfiles.
nbd-server which can even serve partitions Hi, I wrote a nbd-server for windows which can also server partitions which are not in a file, but are live on disk so to say. Of course, 64-bi...
progress patch Hi, I wrote a patch which shows a progress indicator (how much done/new size) while compressing and decompressing. You can find it here: http://www.vanheusden.com/Linux/
patch against 1.8.0 The program could fail while it was moving a file: if the destination-partition is, for example, full, bad things could happen (the program could ultimately crash). Furthermore,...