Skip to content

Instantly share code, notes, and snippets.

View BenEddy's full-sized avatar
💭
🍂

Ben Eddy BenEddy

💭
🍂
  • Seattle
View GitHub Profile
@BenEddy
BenEddy / encode-test
Created November 4, 2012 21:01 — forked from reagent/encode-test
Test harness for David's encode.c program
#!/usr/bin/env ruby
# Usage: ./encode-test /path/to/encode.c
require 'fileutils'
def directory(path)
path = File.expand_path(path)
if File.directory?(path)
path
@BenEddy
BenEddy / eleven
Created August 5, 2011 15:56
Scrrrrrript.
activty stream
@BenEddy
BenEddy / gist:1127814
Created August 5, 2011 15:48
Test Gist
More Codez