Funny programming pictures, jokes & quotes

Discussion about everything. New games, 3d math, development tips...

Re: Funny programming pictures, jokes & quotes

Postby ent1ty » Mon Jul 04, 2011 10:19 pm

Image
Height2Normal - convert height maps to normal maps

Code with brain, not heart.
- entity, a proud member of the Heartless Coders society
ent1ty
 
Posts: 925
Joined: Sun Nov 08, 2009 11:09 am

Re: Funny programming pictures, jokes & quotes

Postby serengeor » Mon Jul 04, 2011 10:31 pm

I just saw it on youtube too :)
Working on game: Marrbles (Currently stopped).
User avatar
serengeor
 
Posts: 1695
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Re: Funny programming pictures, jokes & quotes

Postby Brainsaw » Tue Jul 05, 2011 5:40 am

That's a nice one ;)
User avatar
Brainsaw
 
Posts: 1038
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Re: Funny programming pictures, jokes & quotes

Postby randomMesh » Tue Jul 05, 2011 10:01 am

Image
Image
:lol:
"In fact, nearly every sequence of punctuation is used for something in Perl. So, if you get writer’s block, just let the cat walk across the keyboard, and debug the result."

Katastrophe - A free, open source flocking boids simulation
User avatar
randomMesh
 
Posts: 1138
Joined: Fri Dec 29, 2006 12:04 am

Re: Funny programming pictures, jokes & quotes

Postby lighton » Fri Aug 26, 2011 2:01 am

hi, hmmm great that's awesome, 1994 and now 2010
lighton
 
Posts: 1
Joined: Fri Aug 26, 2011 1:56 am

Re: Funny programming pictures, jokes & quotes

Postby shadowslair » Mon Aug 29, 2011 9:29 pm

Here`s some stuff I liked, taken from a bulgarian graphic artists forum. Most probably I`ll keep posting from time to time as I read through the many pages.

links:
http://forum.imoti.net/read.php?14,237439
http://acidcow.com/pics/7533-looking-tr ... -pics.html
http://fishki.net/comment.php?id=63594 rare animals
http://www.dice.bg/item2498 this is an i-pod toilet paper holder and speaker

videos:
http://www.youtube.com/watch?v=pMiE1jLfC-o
http://www.youtube.com/watch?v=JZQsA7G0 ... re=related
http://biertijd.com/mediaplayer/?itemid=19424

images:
http://img716.imageshack.us/img716/1637/70867963.jpg
http://i.imgur.com/DgObr.jpg
http://i28.photobucket.com/albums/c202/ ... nDamme.gif

[Translated]
- Darling, what`s for dinner?
- Didn`t had time to cook. Go open 3dsMax and check if there`s sth left in the folder.
- No, I `d better send an e-mail to Mum, she`ll send me back one chicken with rice as attachment. Meanwhile turn the printer on at 250° to heat up.

[Translated]
Two men in Egypt. Enter the Cheopse pyramid, but the more they proceed inside, the more the air gets suffocative.
At the end one of them can`t keep any longer and tells the other: "Fuck it, bro! Let`s get outta here! C`mon, write one 'd!ck' and we leave."
Image
"Although we walk on the ground and step in the mud... our dreams and endeavors reach the immense skies..."
User avatar
shadowslair
 
Posts: 758
Joined: Mon Mar 31, 2008 3:32 pm
Location: Bulgaria

Re: Funny programming pictures, jokes & quotes

Postby Alpha Omega » Tue Aug 30, 2011 11:01 pm

cpp Code: Select all
#include <MyLife.h>
 
struct Wife
{
     int Boobs;
     int Brains;
}
 
struct MyLife
{
    Wife*     myWife;
    int    Money;
};
 
int main()
{
    MyLife wishList;
    wishList->myWife = getWife();
    if(!wishList->myWife)
    {
        wishList->myWife = new Wife;
       *wishList->myWife = MEGAN_FOX;
    }
   
    if(wishList->myWife->Brains > wishList->myWife->Boobs)
    {
        delete [] wishList->myWife;
        wishList->myWife = new Wife;
        *wishList->myWife = KIM_KARDASHIAN;
    }
   
    if(wishList.Money == 0)
    {
        for(int i=0;i<INFINITE;i++)
        {
            wishList.Money++;
        }
    }
   
    return beer;
}


If only it was this easy.
User avatar
Alpha Omega
 
Posts: 284
Joined: Wed Oct 29, 2008 12:07 pm

Re: Funny programming pictures, jokes & quotes

Postby hybrid » Wed Aug 31, 2011 9:27 am

I think you use the wrong delete operator here, unless you want more than one wife at a time. In that case you'd have to change the myWife type :P
hybrid
Admin
 
Posts: 13946
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany

Re: Funny programming pictures, jokes & quotes

Postby Grumpy » Thu Sep 01, 2011 3:36 pm

Not to mention both infinite and beer where not declaired...

Kim Kardashian just got married so you have to take her off your wishlist... besides her greatest assets is not her boobs.
code happens
Grumpy
 
Posts: 77
Joined: Wed Dec 30, 2009 7:17 pm
Location: Montana, Usa

Re: Funny programming pictures, jokes & quotes

Postby shadowslair » Fri Sep 02, 2011 12:55 pm

So You Want to Work in the Video Game Industry
http://www.youtube.com/watch?v=lGar7KC6 ... r_embedded
Image
"Although we walk on the ground and step in the mud... our dreams and endeavors reach the immense skies..."
User avatar
shadowslair
 
Posts: 758
Joined: Mon Mar 31, 2008 3:32 pm
Location: Bulgaria

Re: Funny programming pictures, jokes & quotes

Postby stefbuet » Sat Sep 03, 2011 7:00 pm

Image

It says : I have bad cards but I can't avoid playing it!
Image
CuteAlien wrote:coders are well-known creatures of the night
User avatar
stefbuet
Competition winner
 
Posts: 494
Joined: Sun Dec 09, 2007 4:13 pm
Location: france

Re: Funny programming pictures, jokes & quotes

Postby shadowslair » Wed Oct 26, 2011 12:02 pm

cpp Code: Select all
int getRandomNumber()
{
    return 4;
}
Image
"Although we walk on the ground and step in the mud... our dreams and endeavors reach the immense skies..."
User avatar
shadowslair
 
Posts: 758
Joined: Mon Mar 31, 2008 3:32 pm
Location: Bulgaria

Re: Funny programming pictures, jokes & quotes

Postby kazymjir » Sat Oct 29, 2011 6:28 am

Image

-------------------------------------------------------------------------

Image
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
kazymjir
 
Posts: 669
Joined: Sat Feb 20, 2010 4:05 pm
Location: Poland

Re: Funny programming pictures, jokes & quotes

Postby fmx » Sat Oct 29, 2011 7:48 pm

lol at the spider one
took me a moment to figure out what was supposed to be so clever about a bug applying for a web-designer job
User avatar
fmx
 
Posts: 559
Joined: Wed Dec 06, 2006 9:28 am
Location: UK

Re: Funny programming pictures, jokes & quotes

Postby aaammmsterdddam » Thu Nov 17, 2011 5:43 pm

hehehe,,

"So You Want to Work in the Video Game Industry "
probably the funniest one on this page

lmao
(n^(n-n))-1
aaammmsterdddam
 
Posts: 520
Joined: Mon Oct 24, 2011 10:03 pm

PreviousNext

Return to Off-topic

Who is online

Users browsing this forum: No registered users and 1 guest