Blitzcodebase Code is in the public domain http://www.blitzcodebase.co.uk/ Top Code Snippets en-us BlitzCodeBase 142 25 http://www.blitzcodebase.co.uk http://www.blitzcodebase.co.uk/images/blitzcodebase.gif URLEncode by Raph... http://www.blitzcodebase.co.uk/93-URLEncode+by+Raph.html 2007-07-17 GMT This function replaces all the special characters in a string with the hex codes in %nn format fo... getSubnetMask() & getBroadcastAddress() by Jeremy Alessi... http://www.blitzcodebase.co.uk/94-getSubnetMask%28%29+%26+getBroadcastAddress%28%29+by+Jeremy+Alessi.html 2007-07-17 GMT This combo adds getSubnetMask() to Blitz3D via a .dll and userlib that I wrote in Visual C++ and ... Simple Network Module by rich d... http://www.blitzcodebase.co.uk/95-Simple+Network+Module+by+rich+d.html 2007-07-17 GMT This network module creates a layer of abstraction over the normal BlitzMax socket system to form... HTTP POST multipartform-data send POST UPLOAD to web address by skn3[ac]... http://www.blitzcodebase.co.uk/96-HTTP+POST+multipartformdata+send+POST++UPLOAD+to+web+address+by+skn3%5Bac%5D.html 2007-07-17 GMT HTTP POST multipart/form-data send POST / UPLOAD to web address... GNet framework by Ghost Dancer... http://www.blitzcodebase.co.uk/97-GNet+framework+by+Ghost+Dancer.html 2007-07-17 GMT This has been written to make it as easy as possible to add networking code to your games. There ... BlitzMax ConvertIP function by EdzUp... http://www.blitzcodebase.co.uk/98-BlitzMax+ConvertIP+function+by+EdzUp.html 2007-07-17 GMT This function will convert a string IP something like "127.0.0.1" to its integer equivalent.T... Random ip generator by Nebula... http://www.blitzcodebase.co.uk/99-Random+ip+generator+by+Nebula.html 2007-07-17 GMT Useful function for making ping lists. ... NetGraph by zoom... http://www.blitzcodebase.co.uk/100-NetGraph+by+zoom.html 2007-07-17 GMT A small netgraph ... UDP Protocol Example by cermit... http://www.blitzcodebase.co.uk/101-UDP+Protocol+Example+by+cermit.html 2007-07-17 GMT UDP Protocol Example ... TCP Socket Server by CoderLaureate... http://www.blitzcodebase.co.uk/102-TCP+Socket+Server+by+CoderLaureate.html 2007-07-17 GMT TCPSocketServerI thought Id throw my hat into the "TCPSocket Ring". This is an OOPapproach ...