Public Gists by somic

gist: 224795 UDP Hole Punching test tool
Gravatar
Mon Nov 02 20:13:27 -0800 2009
1
2
3
#!/usr/bin/env python
#
# udp_hole_punch_tester.py - UDP Hole Punching test tool
gist: 123889 Prints out how many seconds...
Gravatar
Thu Jun 04 15:16:19 -0700 2009
1
2
3
#!/bin/bash
#
# Prints out how many seconds ago this EC2 instance was started
gist: 102602 a way to emulate rabbitmqct...
Gravatar
Mon Apr 27 10:30:17 -0700 2009
1
2
3
#!/usr/bin/env python
 
# requires py_interface
Gravatar
Tue Apr 14 09:18:00 -0700 2009
1
2
3
require 'ip'
 
IP::Address::IPv4.class_eval do
Gravatar
Wed Dec 03 09:46:12 -0800 2008
1
2
3
#!/usr/bin/env ruby
#
# forking supervisor - forks workers and replaces dead workers.