[Home]Richard James Kendall :: Projects  
Projects / Code

Over the past few years I have been writing programs for work, assignments and mostly to provide solutions for myself. Some of these snippets and programs have turned out to be quite useful and so I have published them here for other people to use. All of this code is published under the GNU GPL (you can find a description of this on the Creative Commons website.)

NGR to LatLong Converter [JavaScript] - 04/10/2009

Some Javascript that converts a UK National Grid Easting and Northing (NGR) to a Lattitude and Longitude. This can be used to feed to map components such as the Google Maps API or Bing Maps.

The code is based on a conversion technique described on the Ordnance Survey website which can be found here:

http://www.ordnancesurvey.co.uk/oswebsite/gps/information/coordinatesystemsinfo/

See a demo of this code, Download this code

Power Monitor Application [Various] - 30/12/2009

A data collector built to log information from the CurrentCost Envi device. The application provides a web front end that shows real-time power usage (inc. live updates) and the history over the past week.

See a demo of this code, Download this code