Windows Software
Swapslash - Version 2.2 - This is a handy taskbar utility that can be use to swap forward and backslahes in the copy buffer. I created when I was copying filenames between unix format in shake and maya to dos format in windows. Simply select the path, hit control-c for copy, click on the apps icon and tell it the way you want the slashes to go (/ or \) and it will convert the text in your copy buffer ready to be pasted somwhere. Coded using C++ and the Windows Platform SDK directly to keep the memory footprint in the taskbar down (44k) (Readme file)Maya MelHex - Version 2.0 - Converts decimal to hex. I use it for converting rgb values for webdesign. Enter the decimal values in the top box and the application will convert them to hex in the bottom box. It also prefixes "#" and strips whitespace.
GetOwner - Command line program that returns the name of the owner of a given file. I originally created this for a webpage intranet app as there didn't seem to be any easy way to find out who owned a file.
Renamer - Renames nodes based on what they have in common (e.g. prefix). Useful for adding and stripping prefixes on characters when you have lots of them in a scene.