Tag Archives: Apple

iPhone to Android SMS Converstion Script

AsĀ promisedĀ here’s a copy of my iPhone to Android script. Just a quick and dirty python script that reads in a backup from itunes and converts it to a bit of XML able to be read in by SMS Backup and … Continue reading

Posted in Android, Apple, Hardware, iPhone | Tagged , , , | 1 Comment

Subway using Apple's "There's an app for that" slogan ?

Tagging along at lunch with a few colleagues at work today to the local subway and notice a new set of adverts on the window. It appears that subway are imitating Apple’s “there’s an app for that”. It turns out … Continue reading

Posted in Apple, Non Geeky | Tagged , , | Leave a comment

IRSSI Prowl Notifications

A quick script to send notifications from IRSSI for privmessages and also for highlights, I’ll put more commentary on later, but for now.. Selec All Code:use strict; use vars qw($VERSION %IRSSI); use Irssi; use LWP::UserAgent;   $VERSION = ’0.1′;   … Continue reading

Posted in Apple, iPhone, Linux | Tagged , , , , | 2 Comments