Mailvisa is a spam filter along the lines of Paul Graham's "A Plan for Spam". It classifies messages by comparing the words in them to known spam words. CPU usage, filtering speed, and filtering accuracy are comparable to other Bayesian filters. Mailvisa was originally intended as a platform for experimentation with different filtering parameters, but it has evolved into a useful spam classifier. In the author's own use, the amount of spam caught has surpassed 95% with no false positives so far.
muhttpd (mu HTTP deamon) is a simple but complete Web server written in portable ANSI C. It supports static pages, CGI scripts, and MIME type based handlers. It drops privileges before accepting any connections, and can log received requests. It has been tested on OpenBSD, GNU/Linux, NetBSD, FreeBSD, Mac OS X, and Cygwin. It runs successfully on 32-bits, 64-bit, little endian, and big endian systems.
The Voodoo compiler is an implementation of the Voodoo programming language. The Voodoo programming language is a low-level programming language, abstracting over the platform's instruction set and calling conventions, but otherwise leaving the programmer free to do anything at all. The Voodoo compiler supports multiple target platforms and provides a stand-alone compiler, as well as a Ruby module for programmatic code generation.
wxWindows Theming and Qt Licensing Actually, wxWindows does support theming. On *nix systems, it can use GTK+ as a backend, and GTK+ is fully themable. The wxUniversal port provides its own widgets...