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 2627 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:
YAML Intro
http://www.yaml.org/ YAML is text-based data format. It uses simple block spacing with a few symbols to represent data and relationships. The advantage is quick reading and understanding.
Contact with Questions or Feedback: Send email to tjaustinbardo AT gmail DOT com
modified: October 20, 2007, at 02:48 PM