|
Quote: Joey... Is email down? You do realize this is a public forum for the ENTIRE world???!!!
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
RogelioP / EX DE,HL wrote: Do you like movies about Gladiators?
No and I've told you a million times to leave me alone you bastard: stop stalking me!!!
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
Those who seek perfection will only find imperfection
nils illegitimus carborundum
me, me, me
me, in pictures
|
|
|
|
|
I can't tell you that. It's classified.
The universe is composed of electrons, neutrons, protons and......morons. (ThePhantomUpvoter)
|
|
|
|
|
Take the up vote, and F*** you. I've to clean up my desk now. Fortunately, it was just iced tea.
"Real men drive manual transmission" - Rajesh.
|
|
|
|
|
|
I'm too young for them, and besides I can't see through my moms pouch.
|
|
|
|
|
Shirley you can't be serious?
|
|
|
|
|
Especially for a Friday
The average human walks 900 miles per year and consumes 22 gallons of beer which means that the average human get 41 miles per gallon... not too bad.

|
|
|
|
|
Quote: The average human walks 900 miles per year and consumes 22 gallons of beer Is stumbling around included in the walking numbers?
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
ryanb31 wrote: Is stumbling around
Well *I* would count it. I would also count the steps taken when bouncing off of walls...
But I would not count the distance traveled from forehead meeting floor though.
|
|
|
|
|
ThePhantomUpvoter wrote: consumes 22 gallons of beer
Um.
That's only 176 pints. Now, I don't think that's a lot of beer. Back when I was drinking, that would have lasted me less than a month...
The universe is composed of electrons, neutrons, protons and......morons. (ThePhantomUpvoter)
|
|
|
|
|
OriginalGriff wrote: when I was drinking
The keyword here is "average" there Griff..... We all know that you are above average.... in most areas.... 
|
|
|
|
|
The other keyword here is that nearly everybody lies about how much they drink - because if they named the real figure, they would probably be classed as an alcoholic. I suspect that the "average" person drinks a fair amount more than 176 pint-equivalents a year!
The universe is composed of electrons, neutrons, protons and......morons. (ThePhantomUpvoter)
|
|
|
|
|
Or they lie about how much they walk. Not too many things that people won't lie about. But I prefer to believe that you probably drank my share (I am not a beer drinker) so between the two of us, that is "average"... 
|
|
|
|
|
I used to walk to the pub to drink, but that probably counts as negative miles on balance!
The universe is composed of electrons, neutrons, protons and......morons. (ThePhantomUpvoter)
|
|
|
|
|
Just been asked for directions to Brighton by two Frenchmen on cycles. They didn't speak English and my French is non-existent so I expect they are half-way to Luton by now.
Interestingly they were both Barcelona fans as the both said Messi before they left, which is the only thing I understood.
|
|
|
|
|
"Merci", "Thanks"... Good one so.
The signature is in building process.. Please wait...
|
|
|
|
|
He knows that, he was being facetiously sarcastic.
---------------------------------
Obscurum per obscurius.
Ad astra per alas porci.
Quidquid latine dictum sit, altum videtur.
CCC Link[ ^]
Can you Help?
|
|
|
|
|
Vous pensez? Je ne suis pas si sur que ça.
Anyway I was just kind of joking.
The signature is in building process.. Please wait...
|
|
|
|
|
Ah, quand meme, un autre francophile au CP!
Eh, tu sais on peut se foutre la geule de toute ici!
|
|
|
|
|
You sure?
" both said Messi "
Sounds like a comment about the South East of England to me.
|
|
|
|
|
These two Frenchies, were they wearing stripy jumpers, a berets and adorned with a string of onions?
Brighton is the Gay Capital of Britain, also known affectionately as 'Skidrow-on-Sea' as it has a lot of poverty and crime.
One wonders what they will be riding when they get there, either each other or Shanks Pony.
Still, that is assuming they get there and not, as you indicate, Luton.
We have enough problems here without you inflicting the Frogs on us!
(Remember: It ain't Racist if it is about the French).
---------------------------------
Obscurum per obscurius.
Ad astra per alas porci.
Quidquid latine dictum sit, altum videtur.
CCC Link[ ^]
Can you Help?
|
|
|
|
|
They didnt say 'putain connard' as they left did they?
|
|
|
|
|
I've just google translated that. They didn't that time but I'll listen out next time I converse with some Frenchies.
|
|
|
|
|
I spent more time then I'd like on trying to figure out why my TaskInfo class wasn't showing me a 'Comment' property. I've cleaned up this example code considerably just to share my oversight with ya'll. I was so sure I was having an XAML binding problem that this idiotic mistake flew under the radar for WAY too long.
public class TaskList
{
public int Total{ get _total; }
public int Priority{ get _priority; }
public class TaskInfo
{
public string Name { get _name; }
public string Description { get _description; }
}
public string Comment{ get _comment; }
}
modified 12-Jul-13 10:31am.
|
|
|
|