
As if I needed one, but another reason why I love Twitter is the spontaneous memes with a half life shorter than the time it takes for the fizz in soft drink to dissipate when the bottle is opened. I prefer Solo. Well this paragraph rapidly degenerated into nonsense more quickly than most.
Today’s fun was coming up with expressing famous songs as code with the surprisingly descriptive #SongsInCode hashtag. @NickHodge by far had the best ones, but I tried my hand at a few too. I spaced them out to make them easier to read, but all these fitted into the 140 character Twitter limit when written on the one line!
if (destination == "San Francisco") {
hair.wear(flowers);
}
4.times do puts "My" end puts "Sharona"
if ( headlight >= 1 ) {
[driveTo : home];
}
%signs = ( "Wild", "Can't Take Home to Mum", "Kinky" );
if ( exists $signs{$girl} ) {
print "That girl's a super freak!\n"
}
int Mambo = 5;
if ( yourself.takenLookAt() ) {
me.accuse(allow);
}
for ( my $i = 1; $i < 13; $i++ ) {
if ($i % 4 == 0) {
print "$i o'clock rock!";
} else {
print "$i o'clock";
}
}
try {
makeMeGo("rehab");
} catch(WinehouseRefusalException e) {
System.out.println("no no no!");
}
Word thing = "Bird";
System.out.println ("The " + thing + " is the "
+ thing.getClass().getName() );
While all those were fun, I think the last was my crowning achievement :).
