Skip to content

Instantly share code, notes, and snippets.

View bdotdub's full-sized avatar

Benny Wong bdotdub

View GitHub Profile
@bdotdub
bdotdub / README.md
Created January 25, 2013 00:32 — forked from mbostock/.block

This stacked area chart is constructed from a TSV file storing the market share of several popular web browsers over the last year. Data is from Clicky Web Analytics. The chart employs conventional margins and a number of D3 features:

@bdotdub
bdotdub / Questions
Created September 6, 2011 22:05
RubyShift
Day job: Cofounder of a [TechStars NYC W2011](http://techstars.org/) company building [4squareAnd7YearsAgo](http://4squareAnd7YearsAgo.com/) and [PastPosts](http://pastposts.com/), as well as maintainer of iPhone app [Exit Strategy NYC](http://exitstrategynyc.com/)
Favorite Ruby project: Homebrew ... just an awesome utility!
Open Source contributions: Biggest open source contribution is [Hummingbird](http://github.com/mnutt/hummingbird) where my former coworker [Michael Nutt](http://github.com/mnutt) created a real time HTML5 [insert buzz word] [buzz word] websocket enabled web traffic visualization. Have also created node.js modules for the Aviary API, Rubygem for the foursquare API, and a bunch of others!
How do you use GitHub: Originally to keep track of my own repos and follow others, but have just switched over to using it for our company and really excited to do it!
@bdotdub
bdotdub / Questions
Created September 6, 2011 22:02
GOTO Amsterdam
Day job: Cofounder of a [TechStars NYC W2011](http://techstars.org/) company building [4squareAnd7YearsAgo](http://4squareAnd7YearsAgo.com/) and [PastPosts](http://pastposts.com/), as well as maintainer of iPhone app [Exit Strategy NYC](http://exitstrategynyc.com/)
What is your language of choice: Ruby
Open Source contributions: Biggest open source contribution is [Hummingbird](http://github.com/mnutt/hummingbird) where my former coworker [Michael Nutt](http://github.com/mnutt) created a real time HTML5 [insert buzz word] [buzz word] websocket enabled web traffic visualization. Have also created node.js modules for the Aviary API, Rubygem for the foursquare API, and a bunch of others!
How do you use GitHub: Originally to keep track of my own repos and follow others, but have just switched over to using it for our company and really excited to do it!
@bdotdub
bdotdub / gist:1189576
Created September 2, 2011 19:19 — forked from voodootikigod/gist:1155790
PyCodeConf Ticket Give-away
#!/bin/sh
#
# An example hook script to verify what is about to be committed.
# Called by git-commit with no arguments. The hook should
# exit with non-zero status after issuing an appropriate message if
# it wants to stop the commit.
#
# To enable this hook, make this file executable.
# This is slightly modified from Andrew Morton's Perfect Patch.
#!/bin/sh
git filter-branch --env-filter '
an="$GIT_AUTHOR_NAME"
am="$GIT_AUTHOR_EMAIL"
cn="$GIT_COMMITTER_NAME"
cm="$GIT_COMMITTER_EMAIL"
if [ "$GIT_COMMITTER_EMAIL" = "your@email.to.match" ]
@bdotdub
bdotdub / snapper.rb
Created February 3, 2010 23:16 — forked from mnutt/snapper.rb
#!/usr/bin/env macruby
# from tomafro.net
framework 'Cocoa'
framework 'WebKit'
class Snapper
attr_accessor :options, :view, :window
def initialize(options = {})
require 'rubygems'
dependencies = <<-EOS
rack 0.9.1
activesupport >= 2.2.2
daemons >= 1.0.10
djanowski-workling
djanowski-collage >= 0.1.3
faker >= 0.3.1
fiveruns-memcache-client >= 1.5.0