Funny programming pictures, jokes & quotes

Discussion about everything. New games, 3d math, development tips...
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

Virion wrote:
serengeor wrote:
I wonder whats new on win7 :lol:
in win7 they implemented a feature called quadrupleCheckUserLicense() :lol: and also BSOD_2() :lol:
Doh, now I remember why I switched back to windows xp :lol:
Working on game: Marrbles (Currently stopped).
Adler1337
Posts: 471
Joined: Sat Aug 09, 2008 6:10 pm
Location: In your base.

Post by Adler1337 »

The day Microsoft makes something that doesn't suck is the day they start making vacuum cleaners. :P
multum in parvo
slavik262
Posts: 753
Joined: Sun Nov 22, 2009 9:25 pm
Location: Wisconsin, USA

Post by slavik262 »

aek wrote:
Saying that Java is good because it works on all platforms is like saying anal sex is good because it works on all genders.
That made me burst out laughing. Thanks for making my day.
Sylence
Posts: 725
Joined: Sat Mar 03, 2007 9:01 pm
Location: Germany
Contact:

Post by Sylence »

Windows, Visual Studio, .NET, ...
All of them are great

let the flame war begin...
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
Valmond
Posts: 308
Joined: Thu Apr 12, 2007 3:26 pm

Post by Valmond »

Sylence wrote:Windows, Visual Studio, .NET, ...
All of them are great

let the flame war begin...
Just don't add Java to that statement :mrgreen:
kazymjir
Posts: 727
Joined: Sat Feb 20, 2010 4:05 pm
Location: Munich, Bayern

Post by kazymjir »

COBOL is the greatest language in this world.
.NET and rest are just only funny toys in comparison with COBOL.
raveneyex
Posts: 19
Joined: Thu Jul 15, 2010 8:16 am
Contact:

Post by raveneyex »

aek wrote:COBOL is the greatest language in this world.
.NET and rest are just only funny toys in comparison with COBOL.
WTF? COBOL?
That's a kid's toy!!
Nothing like good assembler :D

Mmmm... hardware level programming :E
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

BrainF**k the best! :mrgreen:

Code: Select all

Hello World!
The following program prints "Hello World!" and a newline to the screen:
+++++ +++++             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'
Last edited by serengeor on Thu Sep 30, 2010 2:36 pm, edited 2 times in total.
Working on game: Marrbles (Currently stopped).
slavik262
Posts: 753
Joined: Sun Nov 22, 2009 9:25 pm
Location: Wisconsin, USA

Post by slavik262 »

Language wars are the most asinine thing programmers do. Languages are tools. Pick the right one for the job. It's like a pair of construction workers fighting about whether a hammer or saw is better.
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

Hammer is better it Can Create, destroy and fix 8)
Working on game: Marrbles (Currently stopped).
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Post by greenya »

cobra
Posts: 371
Joined: Fri Jan 23, 2009 2:56 am
Location: United States
Contact:

Post by cobra »

I love this thread.
Josiah Hartzell
Image
kazymjir
Posts: 727
Joined: Sat Feb 20, 2010 4:05 pm
Location: Munich, Bayern

Post by kazymjir »

" In soviet russia class is destroying destructor "
Brainsaw
Posts: 1177
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Post by Brainsaw »

Lol ... this is great.
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
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Post by ent1ty »

Code: Select all

;
; G O T H I C 2
;
; INI-File
;
; contains different settings
; ... some can be modified in gothics menu
; ... some not (feel free to hack, but don't cry ... :)
; ... others won't take any effect (they will be reset during gameplay)
; ... and a few may cause a crash or some other funny things :)
;
; Be careful but DON'T PANIC !!
;
:D



And reminds me of this one(sorry if i posted it already)
In Half-Life, in file valve/violence.cfg:

Code: Select all

// What are you looking for here?
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!
Post Reply