Domain Search Script (downloads: 416)
This simple bash script produces a list of domain names that are available to be registered. Some of those — especially the 3-letter ones — are quite valuable and part of them can be resold right away for a good profit. The script is designed to scan very long lists of adjacent domain names in more than one session, and therefore saves in a "status file" the last searched domain so that even when you terminate it abruptly (^C) all the info is kept safe. The next time you launch it, the script will resume operations right from where you left it.
Random Quotes Script (downloads: 404)
This is a simple PHP script to display random quotes on your website, like the ones in my homepage. Just unzip the folder and upload its content to your site: the displayquote.php file will feature a random quote. To add or modify the quotes, just edit the contents of the quotes.txt file, adding *** as a separator. That's it! While this is not quite as elegant as using MySql tables, it's a good alternative for those who, like me, need to save on db load...