SROTD* - Question: What's pink and stupid as a rock???
-
Answer: A Flamongo! :rolleyes: *) Stupid riddle of the day
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
Answer: A Flamongo! :rolleyes: *) Stupid riddle of the day
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the timeI .. don't get it.
-
I .. don't get it.
Flamongo only pawn in game of life[^]
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
I .. don't get it.
Well, a joke is normally not funny when you have to explain it, but it's a game of words. Here's a couple of links to help you get it: 1[^] 2[^] :doh: I found it hilarious when I heard it, anyway... :laugh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
Well, a joke is normally not funny when you have to explain it, but it's a game of words. Here's a couple of links to help you get it: 1[^] 2[^] :doh: I found it hilarious when I heard it, anyway... :laugh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the timeOK, my deepest apologies for ruining the joke, I read it too fast and did not see the flamOngo
-
OK, my deepest apologies for ruining the joke, I read it too fast and did not see the flamOngo
No problem. It's not MY fault that I never get sent the really FUNNY stuff like Griff... :sigh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
No problem. It's not MY fault that I never get sent the really FUNNY stuff like Griff... :sigh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the timeYou need a better class of mates! :laugh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
Flamongo only pawn in game of life[^]
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
You need a better class of mates! :laugh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
class Mates
{
}class BetterMates : Mates
{
}There you go. (Its nearly home time on Friday, that's my excuse and I'm sticking to it).
"If you don't fail at least 90 percent of the time, you're not aiming high enough." Alan Kay.
-
class Mates
{
}class BetterMates : Mates
{
}There you go. (Its nearly home time on Friday, that's my excuse and I'm sticking to it).
"If you don't fail at least 90 percent of the time, you're not aiming high enough." Alan Kay.
class Mates
{
private Random rand = new Random();
private bool wifePermitting = false;
public virtual bool GoForADrink()
{
return (rand.Next() % 2) == 0 && wifePermitting;
}
}
class BetterMates : Mates
{
public override bool GoForADrink()
{
return true;
}
}Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...