EHS - (Development halted) (Last update June 2004) Embedded HTTP Server. Was originally going to be used for integrating a web interface into a game I was writing, but the game has fallen to the wayside. It's still good for lots of other stuff, though.
PME (PCRE Made Easy) - (Development halted) (Last update February 2004) Regex for PCRE is a C++ wrapper around the PCRE regular expression library. It simplifies the syntax of PCRE greatly, and looks more like perl.
EP - (Development halted) (Last update February 2004) Embedded perl interpreter makes it easy to embed perl scripts into C++ programs. Create an interpreter, load a perl program into it from a file, pass C++ variables into the perl program, and retrieve the return value(s) from a perl subroutine into C++ variables in about 10 lines of C++ code.
Git Tutorial Replacing my discontinuied BitKeeper tutorial. How to do some basic things in git that I found useful.
Rosetta Stone API (finished?) (last update July 2003) This is a guide on how to get system information out of a UNIX box. It's different for each platform, and I'm going to try and get some docs here to make it easier for me and others in the future. Things like number and type of CPU, amount of RAM, etc.
PhukU - (Last update November 2005) Programming help you can Use. A collection of random programming information I've learned. Right now it focuses on how to do things on different UNIX platforms. Things such as getting system information on the hardware (memory, processors, uptime, etc), and building and using shared libraries.
Webapps: I'm working on a collection of applications for automating and easing system administration. An Apache configuration too and a samba configuration tool. Then I want to glue the two together to allow ease of development of shares and web sites
ViewCVS A web interface into my CVS tree. It contains all the code written for all the above projects.