• Hey Guest. Check out your NeoGAF Wrapped 2025 results here!

Pics that make you laugh

Status
Not open for further replies.
It's been a long time coming. About the only time I post! :lol
3.jpg

2.jpg

1.jpg
 
I feel like I'm the only one who doesn't like Dog Fort. I mean I like dogs, and forts are pretty cool but it's not raising even a hint of a smile.
 
Cohsae said:
I feel like I'm the only one who doesn't like Dog Fort. I mean I like dogs, and forts are pretty cool but it's not raising even a hint of a smile.
only one I liked was where he accidentally called a Red Lobster restaurant.
 
homegrowndub said:
Maybe not funny.......... or is it?
http://i852.photobucket.com/albums/ab83/homegrowndub/Pillsbury.jpg[IMG][/QUOTE]

I have a knife exactly like that in my kitchen... it's my favourite one 'cause it's the sharpest. And FUCK I just started buying Pillsbury Doughboy croissants wtffff protect me
 
Zoltrix said:
I have a knife exactly like that in my kitchen... it's my favourite one 'cause it's the sharpest. And FUCK I just started buying Pillsbury Doughboy croissants wtffff protect me
I only protect for cash...... If not, you're on your own.
 
Oh god, I wouldn't've understood that programmer joke if I wasn't in a procedural programming course at the moment :lol :'(
 
homegrowndub said:
I wonder if that's the women saying "don't you fucking touch me with your sweaty nerd hands" or if they're just self-conscious and think that touching them would be too much... or maybe they just feel guilty because the thoughts in their heads are so perverted.
 
Rorschach said:
I wonder if that's the women saying "don't you fucking touch me with your sweaty nerd hands" or if they're just self-conscious and think that touching them would be too much... or maybe they just feel guilty because the thoughts in their heads are so perverted.

Yeah, I was wondering why people hover-hand. To me it seems way more awkward than just touching them. :lol

Also, lol'ing at the guy's Nickelback shirt.
 
^ A grocery class would have gotten the eggs and the bread. :P
shadowcomplex said:
int bread

if (market = eggs){
bread =6;

}else {

bread =1;}
I would have written it like this. :lol

Code:
item = 'bread';
x = 1; // # of bread to buy
if(grocery) {
	if(eggs) {
		x = 6;
	}
	buy(item,x);
}
 
hateradio said:
I would have written it like this. :lol

Code:
item = 'bread';
x = 1; // # of bread to buy
if(grocery) {
	if(eggs) {
		x = 6;
	}
	buy(item,x);
}
Let me see if I remember my LUA...

Code:
eggyes = x
eggno = y 

if store is x then
bread = 6
end

if store is y then
bread = 1
end
Nope, I remember nothing, that was pathetic :lol :lol Used to know this stuff perfectly, but then dropped programming in an instant 3 years ago.
 
Status
Not open for further replies.
Top Bottom