#!/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

So far this is what i have ...

55502f40dc8b7c769880b10874abc9d0 Talk
using System;
using System.Collections.Generic;
using System.Linq;
...

C# C# Socket

by teariok.myopenid.com, April 05, 2009 18:48, 6 refactorings, tagged with sockets

This is a HTTP socket that ...

55502f40dc8b7c769880b10874abc9d0 Talk
#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...

D41d8cd98f00b204e9800998ecf8427e Talk
#!/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...

55502f40dc8b7c769880b10874abc9d0 Talk
int socket_read_line_alloc(int sock, char** out) {
        /* current buffer size */
        unsigned int size = 128;
...

C Socket read line in C

by bugmenot2.myopenid.com, December 06, 2007 22:13, 5 refactorings, tagged with c, sockets

I don't like the char** out...

55502f40dc8b7c769880b10874abc9d0 Talk