Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Dutch code! (Score 5, Funny) 502

Here's my favourite part of the Blender source:

#ifdef WIN32
static int is_a_really_crappy_nvidia_card(void) {
static int well_is_it= -1; /* Do you understand the implication? Do you? */
if (well_is_it==-1)
well_is_it= (strcmp((char*) glGetString(GL_VENDOR), "NVIDIA Corporation") == 0);

return well_is_it;
}
#endif

Slashdot Top Deals

grep me no patterns and I'll tell you no lines.

Working...