Public Gists by sgt

Gravatar
Sun Sep 21 13:07:08 -0700 2008
1
2
3
%w(set readline).each { |f| require f }
 
class TicTacToe
Gravatar
Sat Sep 13 18:42:59 -0700 2008
1
2
3
;; Tic-tac-toe in Common Lisp
;; taken from http://abstractstuff.livejournal.com/34092.html
 
gist: 10685 git scenario
Gravatar
Sat Sep 13 18:39:34 -0700 2008
1
2
3
# by bryan helmkamp with slight modification by chris wanstrath
# from http://www.brynary.com/2008/8/3/our-git-deployment-workflow
 
gist: 10667 Determine which macos app s...
Gravatar
Sat Sep 13 16:19:12 -0700 2008
1
2
3
APP_DIR = "/Applications"
PRINTF_FORMAT = "%30s %6s %6s\n"
 
Gravatar
Sat Sep 13 16:11:36 -0700 2008
1
2
3
-module (erlcouch_test).
-export ([get_db/0, create_doc/1, create_doc/2]).