take two of these, and call me in the morning
I've been dabbling in code all my life. For the past few years, my focus has been on PHP scripting. I've had plenty of people comment
that they'd like to try some of my scripts, so I figure putting them up for download is the best way to allow that.
Compliments/comments/criticisms are more than welcome. In fact, they're encouraged. Thanks.

Title: Plesk Spamassassin Auto Learner Thing (PSALT)
Description: Plesk's control panel for hosting providers is powerful, robust, and severely lacking in the spamassassin management arena. While it is possible to train the spamassassin engine from within the control panel, doing so is a bit of a pain, as one must leave the email client, fire up a browser, log into Plesk, go to the Spam icon, find the email, mark it as spam AAAAAAAAAA! Too many steps! With this, it will allow you to just move the offending messages to a folder that you designate as a spam folder, and the script (running as a cronjob) does the rest. If you're not a webhost that uses Plesk, this will probably be of very, very little interest to you. Sorry.
Requirements: bash, cron
Packages used: Plesk and spamassassin
Check out the script here (it's just a bash script, not gonna tar/bzip/gzip): Plesk's Spamassassin Missing Auto Trainer

Title: Flickr Fetchr
Description: This is a flickr script that will fetch the most recent 25 images (can be changed) from a given flickr account.
Support for flickr tags is included. Mousing over each image will tell you when the picture was taken, when it was uploaded,
and all tags that are associated with the image (Javascript required).
Requirements: PHP (4|5), flickr username
Packages used: overLIB JS library;
phpFlickr PHP class
See the script in action here.