Public Gists by technomancy

Gravatar
Tue Sep 22 11:19:09 -0700 2009
1
2
3
phil@enigma ~ $ sudo gem install sinatra
Building native extensions. This could take a while...
Building native extensions. This could take a while...
Gravatar
Fri Sep 11 16:00:27 -0700 2009
1
2
3
(ns org.log
  (:use [org.parsimonygroup.cascading]
        [org.parsimonygroup.makemain-utils :only [parseArgs]]
Gravatar
Mon Jul 27 13:51:12 -0700 2009
1
2
3
diff --git a/lib/hoe/git.rb b/lib/hoe/git.rb
index 106fb1b..abb1ac8 100644
--- a/lib/hoe/git.rb
Gravatar
Wed Feb 25 11:09:33 -0800 2009
1
2
3
;;; A date library that follows principle of least surprise
;;;
;;; A few usage examples:
gist: 69862 Spec-style it-should minite...
Gravatar
Tue Feb 24 15:16:12 -0800 2009
1
2
3
require 'rubygems'
require 'minitest/unit'
 
Gravatar
Fri Feb 20 13:35:58 -0800 2009
1
2
3
[13:32] phil> wait, are you using sqlite in production?
[13:33] Seth> oh totally. We're replacing those query tokens with
sqlite databases embedded in XML responses
Gravatar
Tue Feb 17 15:51:03 -0800 2009
1
2
3
;;; clojure-test-mode --- Minor mode for Clojure tests
 
;; Copyright (C) 2009 Phil Hagelberg
Gravatar
Tue Feb 17 15:38:27 -0800 2009
1
2
3
;;; clojure-test-mode --- Minor mode for Clojure tests
 
;; Copyright (C) 2009 Phil Hagelberg
Gravatar
Tue Feb 17 11:03:56 -0800 2009
1
2
3
;;; clojure-test-mode --- Minor mode for Clojure tests
 
;; Copyright (C) 2009 Phil Hagelberg
gist: 65034 Tests for a library that do...
Gravatar
Sun Feb 15 22:06:40 -0800 2009
1
2
3
(ns clojure.contrib.test-contrib.chrono
  (:use clojure.contrib.test-is
        clojure.contrib.chrono))
Gravatar
Wed Jan 21 10:27:11 -0800 2009
1
2
3
(defn take-thing [thing]
  (dosync
   (if (room-contains? @*current-room* thing)
Gravatar
Thu Jan 15 12:57:02 -0800 2009
1
2
3
# Ruby Style
 
## Non-negotiable