Public Gists by jdhuntington

Gravatar
Wed Aug 26 08:52:00 -0700 2009
1
2
3
import Data.List
 
triangulate x = x * ( 1 + x ) / 2
Gravatar
Thu Jun 18 21:31:41 -0700 2009
1
2
3
#!/usr/bin/env ruby
# Add books from http://sivers.org/book to a couch db
# todo - parse author out of 'title' field
Gravatar
Thu Feb 26 10:58:10 -0800 2009
1
2
3
$ bugflow start 123
# now working on branch 'bf123-fix-a-serious-bug'
 
Gravatar
Thu Feb 26 10:54:49 -0800 2009
1
2
3
token: fedcba9876543210aabbccddeeff112233445566 # Token from lighthouse
account: mycompany # part of http://mycompany.projectdx.com/projects/1234-project-name/
status: fixed # status tickets should have when they're fixed
Gravatar
Mon Dec 01 00:19:21 -0800 2008
1
2
3
#!/usr/bin/env ruby
 
 
Gravatar
Fri Oct 03 12:27:21 -0700 2008
1
2
3
#!/usr/bin/env ruby
 
# 2008.10.03