ditaa is a small command-line utility written in Java, that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.
Tahoe-LAFS is a Free and Open cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are taken over by an attacker, the entire filesystem continues to function correctly, preserving your privacy and security.
Simple, high-reliability, distributed software configuration management. An interesting DSCM system which is bases on a single executable (written in C), uses SQLite as repository and includes both a wiki and a ticket system. Not related to the Plan 9 file system of the same name. https://fossil-scm.org/home/doc/trunk/www/containers.md#security describes some ways to run fossil in a container for improved security. This link was found on the PiDP-11 mailing list https://groups.google.com/g/pidp-11/c/OQADvv-sCzU/m/J7zbwITWAgAJ
Ugarit is a backup/archival system based around content-addressible storage. This allows it to upload incremental backups to a remote server or a local filesystem such as an NFS share or a removable hard disk, yet have the system instantly able to produce a full snapshot on demand rather than needing to download a full snapshot plus all the incrementals since. The content-addressible storage technique means that the incrementals can be applied to a snapshot on various kinds of storage without needing intelligence in the storage itself - so the snapshots can live within Amazon S3 or on a removable hard disk. Similar to Plan 9's venti, but implemented in Chicken Scheme. Encrypting the backup store (called vault) is supported.
Hassle-free delivery of a multi-file Lisp program. A simple alternative to ASDF. From Dorai Sitaram, author of "Teach yourself Scheme in fixnum days", scm2cl, TeX2page and other interesting things.
The Giant ANTS for Plan 9 are a collection of software for making Plan 9 systems more reliable and flexible by leveraging the power of namespaces. Includes a demonstration which runs under the Qemu virtual machine.
surf is a simple web browser based on WebKit/GTK+. It is able to display websites and follow links. It supports the XEmbed protocol which makes it possible to embed it in another application. Some of the other programs on the site are interesting too.
Crowdfunding site for Open Source Software projects. Unlike other sites, it is designed to attract contributions from businesses as well as individuals.
DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with an Exchange server, even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an LDAP gateway to Exchange global address book and user personal contacts to allow recipient address completion in mail compose window and full calendar support with attendees free/busy display.
Home page of Kazu Yamamoto, author of some interesting programs such as Firemacs (Emacs key bindings for Firefox), Goby (presentations with Emacs), pgpdump and others.
fastgps is a GPS software receiver written in c++, which aims to be fast. Like all software receivers, fastgps performs all signal processing in software, which allows for easy tweaking at all stages: correlation, acquisition, and navigation.
Windows applications or source code for various numerical algorithms, with emphasis on polynomial root finding. Some algorithms can be used via a web interface.