Here is a collection of some simple scripts I've written that I thought other people may find useful. Although they should work in any operating system, I've only tested them in linux. Feel free to download, use, or modify them however you like. If you find any bugs or make any improvements I would appreciate if you let me know.
File Renaming
I wanted to be able to rename large numbers of files using regular expressions on the existing file name. This script lets you use multiple instances of fixed strings, search patterns in the current name, and increment numbers to rename files. Although I use it all the time I've found it to be particularly useful when renaming long file names that occur in downloaded files (like torrents). The script can be downloaded
here.
Super Gen Pass
I had been wanting a perl implementation of the
Super Gen Pass script and couldn't find one anywhere, so I just wrote one myself. It is a very simple script, but I'm making it available because I had a hard time getting the Perl hash to give the same result as the javascript one used by SGP. I've tested it with a lot of password / domain combinations and have always found it to give the same results. The script can be downloaded
here.