|
-
April 26th, 2008, 09:12 PM
#1561
Re: AAAh A joke(Lets share Jokes)
Being a responsible man, you will realize that it is not acceptable to stay put just to one side.
Is this thread a joke thread ? YES.
are my words jokes or incorrect to you ? You think.
-
April 26th, 2008, 09:20 PM
#1562
Re: AAAh A joke(Lets share Jokes)
Please post jokes that are acceptable to everybody. See the AUP for the rules.
-
April 26th, 2008, 10:16 PM
#1563
Re: AAAh A joke(Lets share Jokes)
I agree, Username555, should promise that he will change, not to jeke people around,
-
April 27th, 2008, 03:54 PM
#1564
Re: AAAh A joke(Lets share Jokes)
Why did the golfer wear two pairs of trousers?
Incase he had a hole in one.
...
Sorry, I really couldn't resist.
-
April 27th, 2008, 09:51 PM
#1565
Re: AAAh A joke(Lets share Jokes)
Every morning, I put on my underwear to run around the house, no one cares. True.
-
July 1st, 2008, 07:38 AM
#1566
Re: AAAh A joke(Lets share Jokes)
Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
WPF Articles : 3D Animation 1 , 2 , 3
Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.
-
April 23rd, 2009, 05:52 AM
#1567
Re: AAAh A joke(Lets share Jokes)
Hi all,
This thread has been dead for some time, but I just found it, and want to share with you a joke, hopefully not published here yet.
As this is programming forum, this is a joke about a programmer.
Programmer's wife ask him to go shopping.
She says: "Buy a dozen of eggs, and if there are sausages, buy five"
He goes to the shop, and asks the clerk :
"Do you have sausages ?"
"Yes" answers the clerk.
"ok, so I'll take five eggs"

Pawel.
-
April 23rd, 2009, 06:20 AM
#1568
Re: AAAh A joke(Lets share Jokes)
I didn't know that one, it's probably new.
Elrond
A chess genius is a human being who focuses vast, little-understood mental gifts and labors on an ultimately trivial human enterprise.
-- George Steiner
-
April 23rd, 2009, 02:51 PM
#1569
Re: AAAh A joke(Lets share Jokes)
LOL I love that one, awesome.
Just a translation for nerds:
if(ShopHasSausages = TRUE) Buy("Eggs", 5);
else Buy("Eggs", 12);
//VirtualProgrammer's Industries 2009-2009
Haha , just tryin to pull my own one here.
EDIT - (Corrected code and administered copyright).
Last edited by VirtualProgrammer; April 24th, 2009 at 11:38 AM.
-
April 24th, 2009, 03:42 AM
#1570
Re: AAAh A joke(Lets share Jokes)
Though if he follows the algorithm sequentially, he could by 17 eggs rather than 5:
Buy("Eggs", 12);
if(ShopHas("Sausages") == TRUE)
{
Buy("Eggs", 5);
}

Basically, spoken language is really badly defined. We should stop using it and talk proper and clear algorithms...
Elrond
A chess genius is a human being who focuses vast, little-understood mental gifts and labors on an ultimately trivial human enterprise.
-- George Steiner
-
April 24th, 2009, 10:16 AM
#1571
Re: AAAh A joke(Lets share Jokes)
Using hard coded string literals and magic numbers in code isn't good practice.
As such, this isn't even close to funny.
-
April 24th, 2009, 11:33 AM
#1572
Re: AAAh A joke(Lets share Jokes)
Oh my god! How did I forget the 12 eggs. ****. LOL anyway, nice correction there, and yeah I completely agree... languages are horrifically defined. But talking in expressions won't be interesting .
Arjay man no need to be so stuck up now is there? . Just relax.
EDIT - I did not swear... I think... See below post for further explanation. .
Last edited by VirtualProgrammer; April 26th, 2009 at 05:03 PM.
-
April 26th, 2009, 10:25 AM
#1573
Re: AAAh A joke(Lets share Jokes)
Getting around our fine word filter is also against the AUP. May I suggest that you edit your post before it gets quoted...
-
April 26th, 2009, 05:03 PM
#1574
Re: AAAh A joke(Lets share Jokes)
What do you mean? Is that word a bad one? Really? Anyway I'll change it... but I didn't know I was in the wrong. Sorry.
-
April 26th, 2009, 06:26 PM
#1575
Re: AAAh A joke(Lets share Jokes)
 Originally Posted by VirtualProgrammer
What do you mean? Is that word a bad one? Really? Anyway I'll change it... but I didn't know I was in the wrong. Sorry.
If it gets filtered, that means one of two things. 1) Filter mistake, but not likely after a few years running, and 2) It has a reason to be.
Either way, you have to ask a moderator if it's #1 BEFORE you use it. They've been known to add corrections.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|