WTSOTCOTD
-
where did you get the chicken from? :omg:
If you think you can do a thing or think you can't do a thing, you're right - Henry Ford Emmanuel Medina Lopez
Tesco.
The universe is composed of electrons, neutrons, protons and......morons. (ThePhantomUpvoter)
-
Yeah I gotta find ways to obscure it a bit without making it too hard.
If you think you can do a thing or think you can't do a thing, you're right - Henry Ford Emmanuel Medina Lopez
Obfuscated songs - a whole new genre.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
Tesco.
The universe is composed of electrons, neutrons, protons and......morons. (ThePhantomUpvoter)
-
Obfuscated songs - a whole new genre.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easierNot really[^] :)
“Education is not the piling on of learning, information, data, facts, skills, or abilities - that's training or instruction - but is rather making visible what is hidden as a seed”
“One of the greatest problems of our time is that many are schooled but few are educated”Sir Thomas More (1478 – 1535)
-
BOGOF.
“Education is not the piling on of learning, information, data, facts, skills, or abilities - that's training or instruction - but is rather making visible what is hidden as a seed”
“One of the greatest problems of our time is that many are schooled but few are educated”Sir Thomas More (1478 – 1535)
-
And here I was hoping this one wouldn't be guessed as fast :laugh:. At least it wasn't Collin this time. I guess I'll have to recur to less mainstream stuff or songs in my mother language ;P
If you think you can do a thing or think you can't do a thing, you're right - Henry Ford Emmanuel Medina Lopez
I was away from my office for a little while, so I didn't see the thread until now... My reign of terror has ended. :sigh:
The United States invariably does the right thing, after having exhausted every other alternative. -Winston Churchill America is the only country that went from barbarism to decadence without civilization in between. -Oscar Wilde Wow, even the French showed a little more spine than that before they got their sh*t pushed in.[^] -Colin Mullikin
-
Genre: Pop Considering the next:
public enum BodyParts
{
Head,
Torso,
Arms,
Legs,
None
}And this:
public class Person
{
BodyParts bodyPart;public Person() : this(BodyParts.None);
public Person(BodyParts part)
{
bodyPart = part;
}public void Remove(Object target)
{
if (bodyPart == BodyParts.Head)
throw new Exception("Can't perform operation");
}
}What's the song of this code?:
var you = new Person();
var me = new Person(BodyParts.Head);
me.Remove(you);If you think you can do a thing or think you can't do a thing, you're right - Henry Ford Emmanuel Medina Lopez
Metallica - One. A completely wild guess :^)
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
-
Metallica - One. A completely wild guess :^)
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
Shhhh don't reveal tomorrow's one.
If you think you can do a thing or think you can't do a thing, you're right - Henry Ford Emmanuel Medina Lopez
-
Ha, hardly...I didn't listen to the music. ;)
-
Did you guess the song and then googled?
If you think you can do a thing or think you can't do a thing, you're right - Henry Ford Emmanuel Medina Lopez
Yeah, I guessed the song name based on the code and the top of the list showed a 'pop' type artist. So, I assumed I got it right. ;-)
-
Genre: Pop Considering the next:
public enum BodyParts
{
Head,
Torso,
Arms,
Legs,
None
}And this:
public class Person
{
BodyParts bodyPart;public Person() : this(BodyParts.None);
public Person(BodyParts part)
{
bodyPart = part;
}public void Remove(Object target)
{
if (bodyPart == BodyParts.Head)
throw new Exception("Can't perform operation");
}
}What's the song of this code?:
var you = new Person();
var me = new Person(BodyParts.Head);
me.Remove(you);If you think you can do a thing or think you can't do a thing, you're right - Henry Ford Emmanuel Medina Lopez
First song that popped into my head was ELO's "Can't Get it Out of My Head" from their Eldorado album. Which is wrong, but accurately describes the Kylie Minogue earworm you just planted... :-\ Flynn
_If we can't corrupt the youth of today,
the adults of tomorrow will be no fun...
_