Page 4 of 30

Posted: Sun Jun 06, 2010 8:05 pm
by kazymjir
Maybe it's not about programming, but I think we have here some physicists, that can understand that image :)

Image

Posted: Sun Jun 06, 2010 8:14 pm
by stefbuet
nice one :D

Posted: Tue Jun 29, 2010 8:04 am
by ArakisTheKitsune
I made these two some time ago, it's not much but it can be fun ^^

Image Image

Posted: Tue Jun 29, 2010 11:50 am
by slavik262
Hello World code that never ever exits thanks to that wonderful goto?

Posted: Tue Jun 29, 2010 11:59 am
by Acki
slavik262 wrote:Hello World code that never ever exits thanks to that wonderful goto?
I guess this is the funny part about it !?!?! :twisted:

btw, they are both exactly the same code, just with a different description... :lol:

Posted: Tue Jun 29, 2010 12:56 pm
by Brainsaw
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'

Posted: Mon Jul 12, 2010 11:00 pm
by ent1ty
something i just made up while thinking and falling asleep at the same time ;)

Code: Select all

virtual void god();
Hope i didn't insult anybody

Posted: Tue Jul 13, 2010 1:15 am
by Lonesome Ducky
I like this guy!

Posted: Tue Jul 13, 2010 4:49 am
by DtD
That's right! There is only God, no gods.

But seriously, necessary? :?

Posted: Tue Jul 13, 2010 5:46 am
by Bate
Image

Posted: Thu Jul 15, 2010 7:40 pm
by d3jake
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....

Posted: Sat Jul 17, 2010 8:02 am
by Brainsaw
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)

Posted: Mon Jul 19, 2010 2:55 pm
by ent1ty
Brainsaw: that was awesome :)

Anyway, i got an idea and did a bit of work in GIMP, and here's the result:

Image

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 :D

Posted: Tue Jul 20, 2010 5:42 am
by Brainsaw
@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.

Posted: Tue Jul 20, 2010 3:50 pm
by ent1ty
Brainsaw: yeah, that'd be nice :)