#!/usr/bin/ruby1.9.1 require 'socket' ...
Ruby IRC Bot
by https://www.google.com/accounts/o8/id?id=AItOawm_1kLTM0WqGfgT7tx2yu3ikXX8Qra87j8,
February 02, 2011 22:05,
No refactoring, tagged with sockets, irc, bot, networking
using System; using System.Collections.Generic; using System.Linq; ...
C# C# Socket
This is a HTTP socket that ...
#include <stdlib.h> #include <vector> #include <string> ...
C++ An efficient HTTP parser
by steve.hanov.myopenid.com,
March 09, 2009 22:48,
4 refactorings, tagged with sockets, http, server
I'm writing a web server, a...
#!/usr/bin/python import socket,time ...
Python Connection Detection script
by matthew.scouten.myopenid.com,
October 02, 2008 01:06,
3 refactorings, tagged with short, python, sockets
This is a Quick and Dirty s...
int socket_read_line_alloc(int sock, char** out) {
/* current buffer size */
unsigned int size = 128;
...
C Socket read line in C
I don't like the char** out...
So far this is what i have ...