Archive for the ‘Scripting’ Category

Web Recipes

Monday, April 3rd, 2006

The wife was wanting some way to electronically organize her (quite extensive) recipe collection so I looked around and found this project.

ReciPants

I haven’t had a chance to check it out yet but it looks promising. If you know of a better web based (php or perl) recipe organizing solution please post a comment.

I found a much better project:

phpRecipeBook

Link to the wife’s site here

MythTV Logview CGI

Tuesday, October 25th, 2005

I often want to check the logs on my MythTV machine when I am away from home so I made a little CGI script. It could be a lot more complex with proper security and such, so feel free to use and modify it.

View Perl Source

Backup SVN Repositories

Friday, October 21st, 2005

I wrote this small shell script to backup my svn repositories. Feel free to adapt to your needs or just point and laugh. 😉

View Bash Source

Find MX Host

Friday, October 21st, 2005

 I needed to look up some MX hosts some time ago so I whipped up a short perl script to do the job.

View Perl Source