|
Friday, April 4, 2014
Tuesday, April 1, 2014
Simple C Web Server
Here's a nice example of practical network programming in C, about 200 loc.
http://www.ibm.com/developerworks/systems/library/es-nweb/index.html
http://www.ibm.com/developerworks/systems/library/es-nweb/index.html
Two Interesting Articles on UDP
Should you use UDP in your game? Here's two interesting points of view.
Subscribe to:
Posts (Atom)
-
A while back I answered a question on Stack Overflow asking about the relative popularity of The Art of Computer Programming . I replied wit...
-
First, let's draw a cube: cube(10,true); Now, let's animate a 360 degree turntable view of the cube: rotate([0,0,$...
-
I learned a lot from Laurens Kuiper's blog post Testing out DuckDB's Full Text Search Extension , but unfortunately couldn't fin...