Funny programming pictures, jokes & quotes

Discussion about everything. New games, 3d math, development tips...
Adler1337
Posts: 471
Joined: Sat Aug 09, 2008 6:10 pm
Location: In your base.

Post by Adler1337 »

The network admin/A+ computer repair/Network+ teacher at my school has that picture hanging up in his room.
multum in parvo
zillion42
Posts: 324
Joined: Wed Aug 29, 2007 12:32 am
Location: Hamburg, Germany

Post by zillion42 »

Image

And the Ballmer Peak

http://xkcd.com/323/
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Post by ent1ty »

I just remembered something I saw like a year ago

Code: Select all

#define true	0
#define false	1
//Happy debugging, suckers!
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps

Step back! I have a void pointer, and I'm not afraid to use it!
cobra
Posts: 371
Joined: Fri Jan 23, 2009 2:56 am
Location: United States
Contact:

Post by cobra »

Brainsaw's picture is very funny. :lol:
Josiah Hartzell
Image
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

ent1ty wrote:I just remembered something I saw like a year ago

Code: Select all

#define true	0
#define false	1
//Happy debugging, suckers!
nice one haha :lol:
Dorth
Posts: 931
Joined: Sat May 26, 2007 11:03 pm

Post by Dorth »

Dick Smith lived in Scunthorpe and supported the Arsenal football club. He had sextuplates at home with his girlfriend Dorothy Titt - they were conceived after they had been to Condom-en-Armagnac in France.

The beauties of Word Filters...
dreamwaves
Posts: 1
Joined: Mon May 17, 2010 4:52 am

Post by dreamwaves »

Something for this thread from me...!

Image

Image

Image
I'm thinking about sound equipment hire for disco,
pa hire for my presentation.
Brainsaw
Posts: 1177
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Post by Brainsaw »

I like the last picture ;)
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
DtD
Posts: 264
Joined: Mon Aug 11, 2008 7:05 am
Location: Kansas
Contact:

Post by DtD »

Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Image
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Moore
Posts: 31
Joined: Sat Mar 06, 2010 6:23 pm
Location: Poland

Post by Moore »

How to program in C++
----------------------------
1] Use a lot of global varibles
2] Give them mysterious names such as: X67, i_gcl or Horace
3] Write everything in one big file. h
4] Implement the entire program at once.
5] Use macros, in order to emulate Pascal.
6] Assume that the compiler will take care of all the detail that may not understand.

Economist, lawyer and C++ programmer debated whether to have a lover:
- (Economist), is not worth, you need to buy gifts and for his wife,
and the lover - goes too expensive.
- (Lawyer) is not worth it. From a legal point of view, it is illegal,
in the event of divorce wife takes it all ...
- (C++ programmer) is worth. The wife thinks I'm with the lover,
lover thinks I'm with my wife and I can program in peace ...
What?
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Post by ent1ty »

Something I just made up. I'm not sure if it's that funny though.
I'm using. Are you?
So, with this in signature, some might think that I do drugs, but I'm actually just using namespace std :)
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps

Step back! I have a void pointer, and I'm not afraid to use it!
Escen
Competition winner
Posts: 167
Joined: Sun Jul 19, 2009 11:27 am
Location: the Netherlands
Contact:

Post by Escen »

Oh yes, that's funny...
But Hold on to your original plan, don't do any stand-up comedian. :wink:
Brainsaw
Posts: 1177
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Post by Brainsaw »

Hmm ... I don't have that eMail any more, so I'll see if I can reproduce a part of the anti coding guidelines from my mind:

1. make huge methods for perfomance reasons, with lots of if-else statements and a lot of exit points

2. always re-use variables in your huge methods for memory reduction reasons - int GuiElementCount is just used to count GUI elements in the very beginning, but it is not necessary to use a new variable if you want to get a time stamp

3. use void pointers often - very powerful (especially for re-use - see #2)

4. make sure your methods and functions do more than one thing because of performance

5. use comments - but make sure you only comment one of the things your function does (see #4)

6. make you method and function names long and use characters that look similar, e.g. "l" (little "L") and "I" (big "i")

7. use rule #6 for #defines as well

8. using the "?" operator can decrease your codesize - use it instead of "if" statements wherever possible



I am sure there were a lot of other rules that I just can't remember right now. This is especially good if you want to do coding all by yourself ;)
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
shadowslair
Posts: 758
Joined: Mon Mar 31, 2008 3:32 pm
Location: Bulgaria

Post by shadowslair »

Hehe! Here`s a badge I found sold here for 0.75€. Please remove it or I`ll remove it myself if you find it inappropriate. I think it`s original. :P

http://www.kapachki.com/index.php?main_ ... cts_id=995
"Although we walk on the ground and step in the mud... our dreams and endeavors reach the immense skies..."
Post Reply