Code Realm

Log In

Main Page

Code Page

Supybot Plugins

Convert Gimp XCF Page

AusImage Realm Code Projects

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.

Continue...

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.

Continue...

Get IRC Log

In my efforts to ease finding IRC meetings with logs, I created a script to scrape a location that contains daily logs. The script creates an input form to ease changing the important values. The script also displays the portion of log according to the values submitted.

Continue...

Supybot Plugins

I have undertook an effort to write and/or mpdify a few plugins for SupyBot. Supybot is a python-based IRC bot that enables interaction and logging from IRC channels. My focus has been simple games and enhancing the logging of IRC meetings.

Pages:

Continue...

YAML Intro

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.

Continue...


Contact with Questions or Feedback: Send email to tjaustinbardo AT gmail DOT com

Creative Commons Attribution-NonCommercial-ShareAlike License

modified: October 20, 2007, at 02:48 PM