Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Programmer music

Name: Anonymous 2012-05-04 11:34

Just out of interest: -

1. What music does /prog/ prefer?
2. What language do you currently code in?
3. What is your favourite programming language?

me: -

1. 80's pop
2. Python
3. Python

Name: 27 2012-05-05 9:05

>>27
Oh and here's an example Windows application.

#define w 512
#define h 512

int main(){
int a=0,b=0;
void *dc=GetDC(0);
for(int x=0;x<w;x++)
for(int y=0;y<h;y++)
SetPixelV(dc,x,y,a+=b++);
}


The image it generates may not look very scary to you, but when I first saw it I almost had a heart attack. Fuck my illogical brain.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List