Projects

Image resize filter

Filter classes that work with the Zend_File_Transfer_Http class to allow for the easy resizing of uploaded images

http://github.com/hexdoll/Image-Filter

Bearing Map

Diagram that shows the relative positions of different compass bearings.

Handy in situations where you need to keep track of where several landmarks should be at the same time.

Volume Sweep

3d Sphere

Creates a 3D object by volume sweeping a profile. This was my Graphics (MEDA302) coursework for university (it got 85%).

It displays a 3D object using a 2D API. It demonstrates use of homogeneous co-ordinates and 4×4 transformation matrices. The rendering is done with a simple Painter’s algorithm.

Written in C++ uses the SDL library. Runs on Linux.

volume_sweep.tar.gz (7.8K)

Barcode

Sample barcode

Creates code39 barcodes (used for University of Plymouth coursework submission).

Written when the university decided to charge for coursework submission barcodes because I was always losing mine.

Barcode Generator

SBF Parser

Perl script that parses Superbase SBF files.

SBF Parser

Work in progress