vote up 6 vote down star
5

A trending topic on twitter yesterday, and one of the funniest in a long time, was #songsincode.

I'm sure the combined might of SO can come up with some pretty good entries - so what's yours?

flag
anyone care to explain their close votes? – frankodwyer Aug 21 at 9:20
2  
Close reason is "Not a real question", it kind of depends if subjective questions are closed or upvoted to the stars. – Gamecat Aug 21 at 9:24
@gamecat - No need to be so purist about it. See the 'fun' tag? It's Friday. – frankodwyer Aug 21 at 9:31
2  
@frankodwyer, I'm not so sure he's a purist. He actually gave an answer. – Ionut G. Stan Aug 21 at 9:53
@lgs yes so I see...sorry @gamecat. ah well, I see it has been decided that it is not a real fun question. Sheesh. No laughing in the office. – frankodwyer Aug 21 at 10:13

closed as not a real question by gbn, Kieron, blowdart, David Dorward, rahul Aug 21 at 9:59

It's difficult to tell what is being asked here. This question is ambiguous, vague, or rhetorical and cannot be reasonably answered in its current form.

15 Answers

vote up 10 vote down

Guns N' Roses

class sweet : Mine { }
link|flag
+1 - Brilliant, Just Brilliant – Robin Day Aug 21 at 9:27
+1 love this one – frankodwyer Aug 21 at 9:34
vote up 5 vote down
public object Satisfaction { 
    get { throw new InvalidOperationException(); }
}
link|flag
Love it. If you can, vote to reopen the question! – HuBeZa Aug 25 at 15:00
vote up 2 vote down

2 Unlimited - No limit

while(true)
{
    Response.Write("No");
}
link|flag
I would expect a limit in the "No" limit ;-). – Gamecat Aug 21 at 9:25
maybe needs an if rand()<0.01 Response.write("there's no limits!") in the loop :-) – frankodwyer Aug 21 at 14:59
vote up 2 vote down

Last part of Hotel California (The Eagles)

getLastThingFromRepository().Door.Run;
passageList.Find(visitedList.Position(whereIWasBefore);
nightMan.Mode = relaxed;
nightMan.NotifyProgramMode = receive;
checkOut.Anytime = yes;
canLeave = False;
link|flag
vote up 2 vote down
codeMonkey.HangAround(frontdesk);
codeMonkey.Tell("You sweater look nice");
codeMonkey.Offer(soda).Bring(cup.AddIce());


codeMonkey.Likes = Fritos || Tab || MountainDew
SimpleMan simpleman = SimpleMan(codeMonkey);

Code Monkey

link|flag
vote up 2 vote down
while (myGuitar)
{
    gently.Weep();
}
link|flag
vote up 1 vote down

One of mine:

def who
 [:bomp,:bomp].insert(0,:the,:bomp)
 self
end
link|flag
vote up 1 vote down

01010011011101000110100101110010001000000110100101110100001000000111010101110000 - Bob Marley

link|flag
vote up 1 vote down

Blondie:

me();
link|flag
vote up 1 vote down
!Love.Contains("i");
link|flag
vote up 1 vote down
God.Save(theQueen);
link|flag
vote up 0 vote down

RATM

sudo kill -9 8123
link|flag
vote up 0 vote down
public class oneLovePeopleGetReady
{
    public void song_Start()
    {
    	love[] = new love[1];
    	heart[] = new heart[1];
    	getTogether();
    	hearChildrenCrying = true;
    	giveThanksAndPraiseToTheLord();
    }
    public void getTogether
    {
    	feelAlright();
    }
    public giveThanksAndPraiseToTheLord
    {
    	feelAlright();
    }
}

I'm plea'in to mankind, giveThanksAndPraiseToTheLord and I will feelAlright();

link|flag
vote up 0 vote down
man.location=nil

The Beatles

link|flag
vote up 0 vote down
class Money
  def buy(x)
     raise ArgumentError if x.class==Love
  end
end
link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.