Tag Archives: iPhone

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

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