Question: Do you think i am an artist ?
scroll down use your mouse or your keyboard
NOBODY CARES WHAT YOU THINK
Answer: i am
Wednesday, November 14, 2007
Thursday, November 01, 2007
r u computer yet?
//send request
char * request = "r u computer yet?";
sendto(CS_socket, request);
//wait for replay
char * reply;
recvfrom(CS_socket,reply);
printf(reply);
return 0;
//output
johnny@mac:yes...
char * request = "r u computer yet?";
sendto(CS_socket, request);
//wait for replay
char * reply;
recvfrom(CS_socket,reply);
printf(reply);
return 0;
//output
johnny@mac:yes...
Thursday, September 13, 2007
Monday, September 10, 2007
Wednesday, August 29, 2007
Monday, December 19, 2005
i got nowhere to go
i got nowhere to go
i wanna catch you
but you are on the other side of the valley
i see a edge in front of me
shall i jump?
i wanna catch you
but you are on the other side of the valley
i see a edge in front of me
shall i jump?
Sunday, December 18, 2005
Subscribe to:
Posts (Atom)