Here are some programs that are being written at the moment, presented as a window on what I am doing right now and in case they may be useful.
ALTHOUGH USABLE TO VARYING DEGREES, THESE PROGRAMS ARE INCOMPLETE AND NOT FULLY TESTED; ACCORDINGLY, THEY ARE NOT GUARANTEED FAIL-SAFE NOR FAULT-TOLERANT AND ARE THUS SUPPLIED "AS IS", WITH ABSOLUTELY NO WARRANTY WHATSOEVER!
Mengamuk (download) (text file) is my launcher for classic FPS games such as Duke Nukem 3D. Details are available in the Gaming Development section.
Here are some applications that are relatively recent and comprise those in at least occasional use or for which future development might be considered.
MShellTools (download) (text file) is a set of shell script helper console utilities ("batch file helpers") that are totally free to use and come with full source code. It is available under the GNU General Public Licence.
MyCats (download) (text file) is a simple dialog application that maintains a list of, well, my cats; or rather yours, should you choose to install it 
RogueMH (download) (text file) is a WIN32 port of Rogue V3.6 based on code maintained by the Roguelike Restoration Project. Details are available in the Gaming Development section.
Here are some older works that have been superceded or were intentionally experimental in nature; they are presented in hope of them being considered useful, inspirational or maybe even educational to someone out there 
BindingExperiments (download) (text file) is a small demonstration of using a Windows Forms control bound to a class that does not support the interfaces required for the control to auto-update when the data is changed.
SortedBindingList (download) (text file) is a sorted version of the BindingList(Of Type) for which a Windows Forms control bound to it will always mirror any updates.
SystemTitleBar (download) (text file) is an experimental outgrowth of a CodeProject article about controls painted outside a window's client area.
KDXDotNet (download) (text file) is a port of The King Doom Experience V4.3.0 source to Visual Basic 2005. Details are available in the Gaming Development section.
ThisSite (download) (text file) is an example of shell-scripting techniques (in this case, for the Windows NT CMD shell). It needs replacing but it has served the Author well during its life and is released for tutorial purposes.