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

The rule on staying alive as a program manager is to give 'em a number or give 'em a date, but never give 'em both at once.

Working...