spraints (Matt Burke)

Name
Matt Burke
Website/Blog
http://mattonrails.wordpress.com/
Company
SEP
Location
Indiana, USA
Member Since
Aug 09, 2008 (about 1 year)

Following 0 githubbers and watching 22 repositories view all →

Public Repositories (12)

  • git-utils

    Utilities for Git users

    legend

    Forked from cv/git-utils Wed Sep 02 07:30:24 -0700 2009

    Last updated Fri Oct 16 04:39:09 -0700 2009

  • watchr

    Modern continuous testing (flexible alternative to Autotest)

    legend

    Forked from mynyml/watchr Fri Oct 09 11:53:32 -0700 2009

    Last updated Fri Oct 09 12:01:07 -0700 2009

  • hudson-tfs

    Fork of Hudson's Team Foundation Server plugin

    legend

    Last updated Thu Sep 24 12:27:25 -0700 2009

  • farm_newsletter

    A simple actionmailer-based email-sender that we use for our farm newsletter.

    legend

    Last updated Wed Sep 02 07:28:07 -0700 2009

  • greenscreen

    Hook it up to your builds and see their status from anywhere in the room

    legend

    Forked from martinjandrews/greenscreen Tue Aug 18 07:35:37 -0700 2009

    Last updated Tue Aug 18 07:39:48 -0700 2009

  • rangetastic

    Filter an ActiveRecord between any dates with any whitelisted field

    legend

    Forked from cherring/rangetastic Thu Jul 02 10:57:40 -0700 2009

    Last updated Thu Jul 02 10:58:44 -0700 2009

  • couch-wiki-ish

    A wiki-like thing, using couchdb on the backend.

    legend

    Last updated Thu Jun 11 16:16:36 -0700 2009

  • sinatra-appengine-example

    Example of a Sinatra app for Google AppEngine (JRuby) from http://blog.bigcurl.de/2009/04/running...

    legend

    Forked from seven1m/sinatra-appengine-example Wed Apr 22 09:22:11 -0700 2009

    Last updated Wed Apr 22 09:39:27 -0700 2009

  • mirror-quartz-jruby-plugin

    mirror of Jens Krämers quartz plugin for jrails http://www.jkraemer.net/

    legend

    Forked from macarthy/mirror-quartz-jruby-plugin Mon Dec 08 08:10:32 -0800 2008

    Last updated Mon Dec 08 12:42:34 -0800 2008

  • activedirectory

    Native Ruby Access to Microsoft Active Directory

    legend

    Forked from filefrog/activedirectory Wed Oct 22 06:04:22 -0700 2008

    Last updated Wed Oct 22 06:10:31 -0700 2008

  • ares

    legend

    Last updated Sun Aug 10 03:37:23 -0700 2008

  • git-tfs

    A Git/TFS bridge, similar to git-svn

    legend

    Created Thu Jul 16 08:36:26 -0700 2009

Public Activity feed

spraints pushed to master at spraints/git-utils Fri Oct 16 04:39:09 -0700 2009
HEAD is c32c0178876362074179da7d4cd8ed9acd285f47

2 commits »

spraints pushed to master at spraints/watchr Fri Oct 09 12:01:08 -0700 2009
HEAD is bae9efbca62c6587836e5e0f9bef6cfc13bb3de8
  • spraints committed bae9efbc:
    Made watchr handle interrupts and mtime problems more gracefully.
spraints forked mynyml/watchr Fri Oct 09 11:53:32 -0700 2009
Forked repository is at spraints/watchr
spraints created gist: 199905 Fri Oct 02 09:48:30 -0700 2009
// ragel -A Ajp13Protocol.cs.rl %%{
spraints created gist: 199155 Thu Oct 01 11:40:50 -0700 2009
require 'albacore' require 'rexml/document'
spraints forked derickbailey/Albacore Thu Oct 01 06:31:30 -0700 2009
Forked repository has since been deleted.
spraints updated gist: 198411 Wed Sep 30 13:28:21 -0700 2009
def printable(c) c.sub!(/\d/) { |d| "_#{d}" } {
spraints created gist: 198411 Wed Sep 30 13:28:01 -0700 2009
private const byte _slash_ = 0x2f; private const byte _0 = 0x30; private ...