Coding is a favorite hobby of mine. I primarily develop with PHP, but have dabbled in Python and TCL/TK. I have coded many scripts that you may find useful as well.

This page has been viewed 3513 times.
Convert Gimp XCF
I found a need to be able to convert Gimp files to another format in batch mode. I tried with little success the script-fu script engine native with Gimp. I then discovered that ImageMagick had the capability to do the conversion. With prior bash experience and help from some mates on `IRC, I have managed to cobble together a Bash shell script.
Database Action
In hacking a database interface, I had trouble getting the standard interfaces to work for me. So I created the following functions to aid me in doing database calls using the PEAR DB interface. I designed a single interface to INSERT, UPDATE, or DELETE rows in a table.
Get IRC Log
Supybot Plugins
Pages:
Contact with Questions or Feedback: Send email to tjaustinbardo AT gmail DOT com
modified: June 16, 2011, at 02:15 PM