Games

Faldon - Faldon is an online RPG I wrote. The game has some flaws, but I encourage you to try it.

Useful Libraries

Apache Portable Runtime - APR helps keeps a server portable, and has handy functions for safe path manipulation.
cURL - cURL is a reliable HTTP library.
SDL - SDL abstracts video, input, etc., allowing one to avoid tedious low-level coding.
SQLite - This is a *great* featureful and free embeddable database engine.
Squirrel - Squirrel is a nice object-oriented scripting language.
TinyXml - TinyXml acts a lot like .NET's XmlDocument class. For an XML library it's pretty small (140KB), and the speed is adequate.
XmlRpc++ - XmlRpc++ is a compact, functional XML-RPC library.

Useful Programs

Crypto Obfuscator - For C# programs this is the best code obfuscator I have found. The obfuscation rarely breaks code and its developers are responsive with fixes when problems crop up.
NSIS - NSIS is an installer builder from Nullsoft, the creators of Winamp. It supports BZip2 and 7-Zip compression and produces EXEs only a few kilobytes larger than a raw archive.

Programming Sites

Bit Twiddling Hacks - Full of clever bit manipulation algorithms.
Chris Hecker's Website - Chris's writings on game design are very insightful. Not updated very often.
MUD-Dev Archive - MUD-Dev was a list server full of thoughtful discussions about online RPGs. I have it archived on this site.
Scientific Software and Graphics Algorithms - Algorithms and papers on filtering, graphics, root finding, many handy topics really.
The Inner Product - This site has many interesting ideas and articles. Sadly, it hasn't been updated recently.

Archived

Molly Rocket - One of those rare coding forums where the programmers are actually competent.
Percival RSA - The smallest RSA implementation I know of. Floating point, so check your rounding mode.
Spectre's Software - Aaron is a good friend and has a lot of games and utilites here. Have a look.
Yet Another Blog - Crovax is a good friend and a GM on Faldon. This is his weblog.