Funny programming pictures, jokes & quotes
Re: Funny programming pictures, jokes & quotes
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!
Re: Funny programming pictures, jokes & quotes
I just saw it on youtube too
Working on game: Marrbles (Currently stopped).
Re: Funny programming pictures, jokes & quotes
That's a nice one
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
-
- Posts: 1186
- Joined: Fri Dec 29, 2006 12:04 am
Re: Funny programming pictures, jokes & quotes
hi, hmmm great that's awesome, 1994 and now 2010
-
- Posts: 758
- Joined: Mon Mar 31, 2008 3:32 pm
- Location: Bulgaria
Re: Funny programming pictures, jokes & quotes
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: "gently caress it, bro! Let`s get outta here! C`mon, write one 'd!ck' and we leave."
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: "gently caress it, bro! Let`s get outta here! C`mon, write one 'd!ck' and we leave."
"Although we walk on the ground and step in the mud... our dreams and endeavors reach the immense skies..."
-
- Posts: 288
- Joined: Wed Oct 29, 2008 12:07 pm
Re: Funny programming pictures, jokes & quotes
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;
}
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: Funny programming pictures, jokes & quotes
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
Re: Funny programming pictures, jokes & quotes
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.
Kim Kardashian just got married so you have to take her off your wishlist... besides her greatest assets is not her boobs.
code happens
-
- Posts: 758
- Joined: Mon Mar 31, 2008 3:32 pm
- Location: Bulgaria
Re: Funny programming pictures, jokes & quotes
So You Want to Work in the Video Game Industry
http://www.youtube.com/watch?v=lGar7KC6 ... r_embedded
http://www.youtube.com/watch?v=lGar7KC6 ... r_embedded
"Although we walk on the ground and step in the mud... our dreams and endeavors reach the immense skies..."
Re: Funny programming pictures, jokes & quotes
It says : I have bad cards but I can't avoid playing it!
CuteAlien wrote:coders are well-known creatures of the night
-
- Posts: 758
- Joined: Mon Mar 31, 2008 3:32 pm
- Location: Bulgaria
Re: Funny programming pictures, jokes & quotes
Code: Select all
int getRandomNumber()
{
return 4;
}
"Although we walk on the ground and step in the mud... our dreams and endeavors reach the immense skies..."
Re: Funny programming pictures, jokes & quotes
-------------------------------------------------------------------------
Re: Funny programming pictures, jokes & quotes
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
took me a moment to figure out what was supposed to be so clever about a bug applying for a web-designer job
-
- Posts: 1010
- Joined: Mon Oct 24, 2011 10:03 pm
- Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d
Re: Funny programming pictures, jokes & quotes
hehehe,,
"So You Want to Work in the Video Game Industry "
probably the funniest one on this page
lmao
"So You Want to Work in the Video Game Industry "
probably the funniest one on this page
lmao
"this is not the bottleneck you are looking for"