|
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)
-
https://docs.timescale.com/timescaledb/latest/#welcome-to-the-timescaledb-documentation TimescaleDB is a time-series database, built on top ...
-
package main import ( "fmt" "runtime" ) func main() { aa() } func aa() { bb() } func bb() { cc("hello...
-
Uncommited Local Changes 1. revert local changes git restore fname 2. accidentally deleted a file git restore fname 3. discarding chunks/lin...