nullstyle

Scott Fleckenstein
Get Satisfaction
San Francisco, CA
5
11
Feb 18, 2008
  • A TextMate bundle to support development of Clojure code
    Updated Mon Nov 17 22:38:31 -0800 2008
    legend
  • Custom modifications made on top of the cocos2d-iphone project
    Updated Sun Mar 29 20:20:10 -0700 2009
    legend
  • Implementing the Google Contacts Data API in Ruby
    Forked from mislav/contacts Wed Apr 30 10:03:47 -0700 2008
    legend
  • GetSatisfaction.com's Helper Center
    Updated Thu Dec 04 17:30:53 -0800 2008
    legend
  • Puppet is a declarative language for expressing system configuration, a client and server for dis...
    Forked from shadoi/puppet Thu May 01 21:30:08 -0700 2008
    legend
  • Ruby on Rails
    Forked from rails/rails Wed Apr 30 22:04:58 -0700 2008
    legend
  • RSpec's official Ruby on Rails plugin
    Forked from dchelimsky/rspec-rails Wed Jun 04 12:09:22 -0700 2008
    legend
  • Access the Get Satisfaction API using Ruby
    Updated Sat May 17 11:57:00 -0700 2008
    legend
  • A Ruby DSL for Puppet
    Forked from railsmachine/shadow_puppet Fri Feb 27 08:31:16 -0800 2009
    legend
  • Rubygem with embedded Sqlite3 with full text search (fts3) enabled
    Forked from jamis/sqlite3-ruby Fri Oct 10 10:21:17 -0700 2008
    legend
  • master = mirror of official Darcs repo (with custom extensions)
    Updated Wed Apr 30 11:13:41 -0700 2008
    legend

Following

Public Activity  feed

nullstyle updated gist: 111485 Wed May 13 21:31:53 -0700 2009
<%= link_to_function "Our Support Community", "GSFN.goto_gsfn()" %>
nullstyle created gist: 111485 Wed May 13 21:31:35 -0700 2009
&lt;%= link_to_function "Our Support Community", "GSFN.goto_gsfn()" %&gt;
nullstyle updated gist: 111484 Wed May 13 21:31:17 -0700 2009
<%= FastPass.script(CONSUMER_KEY, CONSUMER_SECRET, current_user.email, current_user.name, current...
nullstyle created gist: 111484 Wed May 13 21:31:01 -0700 2009
&lt;%= FastPass.script(CONSUMER_KEY, CONSUMER_SECRET, current_user.email, current_user.name, curr...
nullstyle updated gist: 111481 Wed May 13 21:29:58 -0700 2009
<%= link_to "Our Support Community", "http://getsatisfaction.com/mycompany?fastpass=#{CGI.escape(...
nullstyle created gist: 111481 Wed May 13 21:29:34 -0700 2009
&lt;%= link_to "Our Support Community", "http://getsatisfaction.com/mycompany?fastpass=#{CGI.esca...
nullstyle updated gist: 111480 Wed May 13 21:29:05 -0700 2009
cookies["fastpass"] = FastPass.url(CONSUMER_KEY, CONSUMER_SECRET, current_user.email, current_use...
nullstyle updated gist: 111480 Wed May 13 21:28:23 -0700 2009
cookies["fastpass"] = FastPass.url(CONSUMER_KEY, CONSUMER_SECRET, current_user.email, current_use...
nullstyle created gist: 111480 Wed May 13 21:28:04 -0700 2009
cookies["fastpass" = FastPass.url(CONSUMER_KEY, CONSUMER_SECRET, current_user.email, current_user...
nullstyle created gist: 110059 Mon May 11 10:28:07 -0700 2009
def eras(n): siv=range(n+1) siv[1]=0
nullstyle created gist: 108357 Thu May 07 13:50:42 -0700 2009
# directory user IPs: 192.168.230.* netmask # -----------------...
nullstyle pushed to master at nullstyle/cocos2d-iphone Sun Mar 29 20:20:10 -0700 2009
HEAD is ed8079e4ab543bfec051dba8759b18cd0d002ebd
nullstyle pushed to master at nullstyle/cocos2d-iphone Sun Mar 29 19:52:44 -0700 2009
HEAD is 6103341ddb683b5be98f529dd1507185e6d7dbbb

3 commits »

nullstyle created branch master at nullstyle/cocos2d-iphone Sun Mar 29 19:40:08 -0700 2009
nullstyle created repository cocos2d-iphone Sun Mar 29 19:39:11 -0700 2009
New repository is at nullstyle/cocos2d-iphone
nullstyle updated gist: 84516 Tue Mar 24 19:35:55 -0700 2009
Call: HashMap<String, String> parms = new HashMap<String, String>();
nullstyle created gist: 84516 Tue Mar 24 19:35:37 -0700 2009
Call: HashMap&lt;String, String> parms = new HashMap&lt;String, String>();
nullstyle created gist: 84515 Tue Mar 24 19:35:11 -0700 2009
public class FastPass { public static String url(String key, String secret, String email, Strin...
nullstyle updated gist: 84514 Tue Mar 24 19:33:08 -0700 2009
Call: FastPass::script("lmwjv4kzwi27", "fiei6iv61jnoukaq1aylwd8vcmnkafrs", "scott@getsatisfaction...
nullstyle created gist: 84514 Tue Mar 24 19:31:28 -0700 2009
Call: FastPass::script("lmwjv4kzwi27", "fiei6iv61jnoukaq1aylwd8vcmnkafrs", "scott@getsatisfaction...
nullstyle created gist: 84513 Tue Mar 24 19:30:59 -0700 2009
class FastPass { public static function url($key, $secret, $email, $name, $uid, $is_secure=fals...
nullstyle updated gist: 84512 Tue Mar 24 19:29:14 -0700 2009
Call: FastPass.script("lmwjv4kzwi27", "fiei6iv61jnoukaq1aylwd8vcmnkafrs", "scott@getsatisfaction....
nullstyle created gist: 84512 Tue Mar 24 19:29:01 -0700 2009
Call: FastPass.script("lmwjv4kzwi27", "fiei6iv61jnoukaq1aylwd8vcmnkafrs", "scott@getsatisfaction....
nullstyle created gist: 84511 Tue Mar 24 19:28:28 -0700 2009
class FastPass: @staticmethod def url(key, secret, email, name, uid, isSecure=False, **privat...
nullstyle updated gist: 84508 Tue Mar 24 19:24:38 -0700 2009
<%= FastPass.script(CONSUMER_KEY, CONSUMER_SECRET, current_user.email, current_user.name, current...
nullstyle created gist: 84508 Tue Mar 24 19:23:46 -0700 2009
Call: FastPass.script("lmwjv4kzwi27", "fiei6iv61jnoukaq1aylwd8vcmnkafrs", "scott@getsatisfaction....
nullstyle created gist: 84507 Tue Mar 24 19:23:00 -0700 2009
class FastPass def self.url(consumer_key, consumer_secret, email, nickname, unique_id, secure=f...
nullstyle updated gist: 84435 Tue Mar 24 17:31:59 -0700 2009
Dictionary<string, string> parms = new Dictionary<string, string>(); parms.Add("twitter_name", "n...
nullstyle created gist: 84435 Tue Mar 24 17:31:55 -0700 2009
Dictionary<string, string> parms = new Dictionary<string, string>(); parms.Add("twitter_name", "n...
nullstyle updated gist: 84432 Tue Mar 24 17:31:42 -0700 2009
public class FastPass { public static string url(string key, string secret, string email, strin...
nullstyle created gist: 84432 Tue Mar 24 17:31:30 -0700 2009
public class FastPass { public static string url(string key, string secret, string email, strin...
nullstyle pushed to master at nullstyle/shadow_puppet Wed Mar 11 10:58:50 -0700 2009
HEAD is 9117898b2aa5e71d610000fd03245eb465b49275
nullstyle committed to nullstyle/shadow_puppet Wed Mar 11 10:58:50 -0700 2009

9117898b2aa5e71d610000fd03245eb465b49275

update rubygems version in gemspec

nullstyle pushed to master at nullstyle/shadow_puppet Wed Mar 11 10:47:38 -0700 2009
HEAD is 6bee85d751c643dd12a76839e0f74a5a8892f046
nullstyle committed to nullstyle/shadow_puppet Wed Mar 11 10:47:36 -0700 2009

6bee85d751c643dd12a76839e0f74a5a8892f046

remove configatron from recipe args