sandofsky (Benjamin Sandofsky)

Name
Benjamin Sandofsky
Email
Website/Blog
http://www.sandofsky.com
Company
Twitter
Location
San Francisco, CA
Member Since
Jun 01, 2008 (about 1 year)

Following 2 githubbers and watching 21 repositories view all →

Public Repositories (9)

  • typhoeus

    Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP reque...

    legend

    Forked from pauldix/typhoeus Sat Nov 21 05:11:03 -0800 2009

    Last updated Sat Nov 21 05:18:12 -0800 2009

  • ralph

    A pretty, simple wrapper for writing Hadoop Streaming jobs in Ruby.

    legend

    Last updated Fri Aug 14 14:54:27 -0700 2009

  • csvscan

    Mirror of csvscan to create a gem version

    legend

    Last updated Tue Aug 11 14:52:38 -0700 2009

  • logline

    A Ruby library for reading the Final Draft FDX file format

    legend

    Last updated Sat May 23 02:39:56 -0700 2009

  • thumber

    A utility that takes snapshots of a movie at short intervals and stiches them into an image.

    legend

    Last updated Thu Apr 16 14:24:29 -0700 2009

  • acts_against_douchebar

    A Rails plugin that delivers a special message to DiggBar users, or runs frame-killer javascript.

    legend

    Last updated Fri Apr 10 21:51:43 -0700 2009

  • resonator

    An Extendable IRC Server written in Ruby and running on EventMachine

    legend

    Last updated Mon Feb 09 03:37:06 -0800 2009

  • ngluex

    An nginx configuration file generator for Ruby on Rails apps.

    legend

    Last updated Fri Jan 23 14:29:09 -0800 2009

  • plist-to-json

    A javascript function that converts a plist in text to a json object

    legend

    Last updated Tue Jun 24 18:37:52 -0700 2008

Public Activity feed

sandofsky forked retr0h/ps_mem Wed Dec 02 12:19:11 -0800 2009
Forked repository has since been deleted.
sandofsky pushed to master at sandofsky/typhoeus Sat Nov 21 05:18:12 -0800 2009
HEAD is 961a998a27729d6409bfc017382dd0b55d96d7f2
  • Ben Sandofsky committed 961a998a:
    Use rb_thread_wait_for to give up the current hydra thread for 5 milliseconds, preventing blocking.
sandofsky forked pauldix/typhoeus Sat Nov 21 05:11:04 -0800 2009
Forked repository is at sandofsky/typhoeus
sandofsky forked pauldix/typhoeus Thu Oct 15 23:59:55 -0700 2009
Forked repository has since been deleted.
sandofsky forked jnunemaker/twitter Sat Oct 10 00:37:25 -0700 2009
Forked repository has since been deleted.
sandofsky updated gist: 201136 Sat Oct 03 21:56:05 -0700 2009
# ruby lotto.rb entries.txt winners.txt entries = File.read(ARGV[0]).split
sandofsky updated gist: 201136 Sat Oct 03 21:55:57 -0700 2009
# ruby lotto.rb entries.txt winners.txt entries = File.read(ARGV[0]).split
sandofsky created gist: 201136 Sat Oct 03 21:49:35 -0700 2009
entries = File.read(ARGV[0]).split winners = File.read(ARGV[1]).split