Exhaustive Game Solver is a series of Perl scripts in which the computer plays either Coin Strip, Welter's game, or Mancala against the user. In the case of Sudoku, it solves the puzzle. The scripts use a recursive algorithm in which the game tree is searched for sure winners, positions from which the computer cannot lose. Since the search is CPU intensive, lookup tables have been generated.
hwmultd is a daemon which, when run in server mode, periodically polls some hardware device, like an entropy source, and multicasts that information. Alternatively, hwmultd can run in client mode, listening for multicasted information and then acting accordingly, like adding gathered entropy to the local pool. Its simple plugin system allows hwmultd to be agnostic with respect to the hardware, which could include devices such as temperature probes or time sources.
Tin Hat is a Linux distribution derived from hardened Gentoo. It aims to provide a very secure, stable, and fast desktop environment that lives purely in RAM. Tin Hat boots from CD, or optionally USB pen drive, but it is not a LiveCD in that it does not mount any file system from the boot device. Rather, Tin Hat employs a massive squashfs image which expands into tmpfs upon booting. This makes for long boot times, but remarkable speeds during human-computer interaction.
Tor-ramdisk is a uClibc-based micro Linux distribution whose only purpose is to host a Tor server in an environment that maximizes security and privacy. Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. Security is enhanced in tor-ramdisk by employing a monolithically compiled GRSEC/PAX patched kernel and hardened system tools. Privacy is enhanced by turning off logging at all levels so that even the Tor operator only has access to minimal information. Finally, since everything runs in ephemeral memory, no information survives a reboot, except for the Tor configuration file and the private RSA key, which may be exported and imported by FTP or SSH.