Network programming tutorial

Updated my network programming tutorial to answer a question that someone emailed me about it. Tried to compile the library on my mac last night and found that half the makefile was wrong, some of the includes didn’t exist on OSX and that you have to use ranlib on the .a file as well as using ar to create it.
Maybe one day I’ll actually finish it or maybe amend it to include Perl examples as well.