Archive: December 2013 a2wd
Send from Gmail account in iPhone, retain push functionality
Having searched quite a bit for this, I’ve found it is possible to use gmail (or any other account) as your “send as” address but retain the push email functionality.
Finding the distance between postcodes
A recent project called on me to refresh my experience of working in perl. The task was to find the distance between two UK postcodes using Object-oriented Programming (OOP). The following three files make up the code: postcode.pl postcode.pm postcodes.csv The perl script, postcode.pl takes input of two postcodes (spaces aren’t important either within the […]