Songs in code
I found a funny hashcode on twitter : #songsincode (thanks @jessyjones). songsincodedb.com should aggregate them, but it seems to do not work since October 2009 …
The goal is to write some code to make you recognize a music.
I wrote some. Let’s see if you can discover them
if(night.isCame() && land.isDark() && me.saw() == moon.light)
while(you.standBy(me))
me.isAfraid(False);
for(i=0; i<4; ++i) {
free(desire);
if(i == 3) break;
purify(mind);
purify(senses);
}
sleep(1.0);
nanana();
if(you.go(san_francisco)) {
hair.wear(flowers);
you.meet(people.gentled);
}
assert(rightTime)
assert(rightOne)
saySomethingAbout(us)
assert(!somethingBetweenUs())
a = ["need", "want", "ll miss", "love"]
b = ["thing", "one"]
for i in range(0, 4):
print "I %s you more than any%s in my life" % (a[i], b[i / 2])
Come on, it is quite explicit, isn't it ?
#songsincode is my all-time favourite hashtag. It’s a shame the database stopped working
I reported it months ago, but it hasn’t been fixed.