Perl
Here you can find some of my perl scripts.
Please feel free to use/modify them.
An ldap user addition script
ldapuseradd
A nagios monitor for the eSensors EM01 HVAC Monitor
sensorcheck.pl
An sms alerting script using the Clickatell API
clickatell_alert.pl
A Clickatell balance checker
check_balance.pl
An IRC bot
This was mostly cribbed from the Net::IRC example and doesn't do much. I added an RSS feed watchdog but have not got round to doing much more :/irc_bot.pl
A url compressor
My implementation of tinyurlshrinkurl.pl
An openssl cert generator
This scrip generates self signed SSL certsgenerate_ssl_cert.pl
A process watchdog
This script will run a process for you and watch over it, if it dies it will restart it. watchdog.pl