Follow Slashdot stories on Twitter

 



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

Some people manage by the book, even though they don't know who wrote the book or even what book.

Working...