Funny programming pictures, jokes & quotes
-
- Posts: 73
- Joined: Sat Jun 27, 2009 6:52 am
I guess this is the funny part about it !?!?!slavik262 wrote:Hello World code that never ever exits thanks to that wonderful goto?
btw, they are both exactly the same code, just with a different description...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Reminds me of the Hello World code of Brainfuck (http://en.wikipedia.org/wiki/Brainfuck):
Code: Select all
+++++ +++++ initialize counter (cell #0) to 10
[ use loop to set the next four cells to 70/100/30/10
> +++++ ++ add 7 to cell #1
> +++++ +++++ add 10 to cell #2
> +++ add 3 to cell #3
> + add 1 to cell #4
<<<< - decrement counter (cell #0)
]
> ++ . print 'H'
> + . print 'e'
+++++ ++ . print 'l'
. print 'l'
+++ . print 'o'
> ++ . print ' '
<< +++++ +++++ +++++ . print 'W'
> . print 'o'
+++ . print 'r'
----- - . print 'l'
----- --- . print 'd'
> + . print '!'
> . print '\n'
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
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
something i just made up while thinking and falling asleep at the same time
Hope i didn't insult anybody
Code: Select all
virtual void god();
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!
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!
-
- Competition winner
- Posts: 1123
- Joined: Sun Jun 10, 2007 11:14 pm
From the IRC channel:
<d3jake> I figured out why I have a tendency to capitalize the first two letters of words sometimes:
<Petskull> slow on the shift key?
<d3jake> IAnimatedMesh, ISceneNode, IRigidBody....
The Open Descent Foundation is always looking for programmers! http://www.odf-online.org
"I'll find out if what I deleted was vital here shortly..." -d3jake
"I'll find out if what I deleted was vital here shortly..." -d3jake
Just in case this hasen't been postet yet:
A Brief, Incomplete, and Mostly Wrong History of Programming Languages:
http://james-iry.blogspot.com/2009/05/b ... wrong.html
(had some big laughs at work when I sent this article around)
A Brief, Incomplete, and Mostly Wrong History of Programming Languages:
http://james-iry.blogspot.com/2009/05/b ... wrong.html
(had some big laughs at work when I sent this article around)
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
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Brainsaw: that was awesome
Anyway, i got an idea and did a bit of work in GIMP, and here's the result:
if you are interested in putting this into your signature, here is the link for the image:
http://img837.imageshack.us/img837/8063/84821773.png
hope you like it
Anyway, i got an idea and did a bit of work in GIMP, and here's the result:
if you are interested in putting this into your signature, here is the link for the image:
http://img837.imageshack.us/img837/8063/84821773.png
hope you like it
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!
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!
@ent1ty: that's nice. Maybe I'll integrate something similar into my signature image. I think a text like "void *someData; (proud ANSI C coder)" would be OK. Thanks for the idea.
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
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Brainsaw: yeah, that'd be nice
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!
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!