Software I have written:
Small Applications
Capture And Place
Posts stuff images using SFTP under XP and Vista (and probably windows 2000 as well) from a web camera or other video source. Rather Handy given the lack of FTP anymore.
TaskMaster
TaskMaster more or less is an automated nagging software. It is an attempt to focus the user back on the task. How effective it is will vary based on your habits, and your ability to persist in procrastination.
Scripts
Dump matching names from ADS to file
Javascript (well jscript) WSH jobbie to query ADS and pull a simple patern match and dump it to a text file. It really doesn’t get much simpler then this.
Add local printer remotely
Javascript bit of wonkiness to add a remotely local printer to a remote computer. Very handy actually. Must have the drivers already installed use other methods to do that. Uses WMI, will also work locally, which is good as it can be hard to programtically add a local printer.
Python pull copmuters out of ADS
Simple little python class to pull objects out of ADS more or less a specialty reimplementation of the javascript one. Though of course it keeps everything in python native data sctructures.
Needs Win32All