Warning: This site is under construction, most links will be broken.
Utilities -> Toolbox
Last modified on Wed, 6th Sep 2006 at 22:51 UTC by zippletThe toolbox is a collection of small programs I've created that others may find useful. Not all of these are necessarily release/top quality - some of them are very simple and written in a hurry to accomplish a goal, but someone may find even those ones useful.
Don't ask me for help with these, they aren't necessarily user friendly either. These are all windows programs unless stated otherwise.
MS-DOS utilities
- dump - display the contents of a file as a hexadecimal dump (offsets, hexadecimal and ascii representation)
File utilities
- filecrc - adds crc32 tags to filenames (file.avi -> file_[xxxxxxxx].avi). Instructions included.
Game tools
- Poketools (time reset tool only) - the pokemon gold+silver time reset utility from the unfinished project Poketools.
Miscellaneous
- monoff - turns off your monitor (and optionally locks your desktop) after a set delay from the time you execute the program. Instructions included.
- randmake - generates strings that could be used as passwords/etc using a pseudorandom number generator. Does not use a "true" random number generator.