Keyvan Minoukadeh

19 May 2008

Geocoding UK Postcodes with PHP

Filed under: Code — Keyvan @ 3:30 pm

I’ve just come across a simple PHP solution to getting latitude and longitude values for UK postcodes. It relies on existing mapping sites for the information.

30 March 2005

Sorting Animation

Filed under: Code, General — Keyvan @ 3:14 am

As part of our current programming assignment, we’ve been asked to produce a Java animation to show the workings of three sorting algorithms: bubble sort, selection sort and merge sort. To see the three in action, see below. (Note: you may need to tweak your browser settings to enable Java applet execution.)

(more…)