mwhuss (Marshall Huss)

Name
Marshall Huss
Email
Company
MITRE Corporation
Location
Riverview, FL
Member Since
Mar 26, 2008 (about 1 year)

Following 6 githubbers and watching 23 repositories view all →

Public Repositories (9)

  • dvrb

    Ruby interface and command line application to control DVR's like TiVo and MythTV

    legend

    Last updated Sat Jun 13 11:08:07 -0700 2009

  • httparty

    Makes http fun! Also, makes consuming restful web services dead easy.

    legend

    Forked from jnunemaker/httparty Fri May 22 12:51:58 -0700 2009

    Last updated Wed Jun 03 19:54:21 -0700 2009

  • oauth

    OAuth for Ruby

    legend

    Forked from mojodna/oauth Thu May 21 06:21:59 -0700 2009

    Last updated Thu May 21 06:23:46 -0700 2009

  • has_hours

    Easily add business hours to an object like a store

    legend

    Last updated Tue Apr 14 19:09:17 -0700 2009

  • recaptcha

    ReCaptcha helpers for Rails apps

    legend

    Forked from ambethia/recaptcha Sat Feb 07 23:01:05 -0800 2009

    Last updated Sun Feb 08 12:48:34 -0800 2009

  • zshkit

    My zshkit

    legend

    Last updated Thu Jan 01 22:53:48 -0800 2009

  • xbox_tools

    Various tools for retrieving Xbox information in Rails

    legend

    Last updated Mon Nov 24 10:29:58 -0800 2008

  • contact_csv

    Simple gem for reading in contact CSV files that you can export from email clients like Outlo...

    legend

    Last updated Thu Nov 20 20:34:03 -0800 2008

  • relative_time_helpers

    ActionView helpers for showing relative time spans like "Jan 1 - 5" or "Jan 1 - Feb 5"

    legend

    Forked from technoweenie/relative_time_helpers Wed Nov 19 21:48:14 -0800 2008

    Last updated Wed Nov 19 21:52:36 -0800 2008

Public Activity feed

mwhuss updated gist: 255725 Mon Dec 14 06:11:57 -0800 2009
use Rack::Static, :urls => ["/stylesheets", "/images"], :root => "public" run lambda { |env| [200...
mwhuss updated gist: 255732 Sun Dec 13 18:52:12 -0800 2009
$ curl -I http://nezumiapp.com/ HTTP/1.1 200 OK Server: nginx/0.6.39
mwhuss updated gist: 255731 Sun Dec 13 18:50:19 -0800 2009
- MySite |-config.ru |-public
mwhuss updated gist: 255731 Sun Dec 13 18:49:14 -0800 2009
- MySite |-config.ru |-public
mwhuss updated gist: 255732 Sun Dec 13 18:48:44 -0800 2009
$ curl -I http://nezumiapp.com/ HTTP/1.1 200 OK Server: nginx/0.6.39
mwhuss updated gist: 255725 Sun Dec 13 18:45:46 -0800 2009
use Rack::Static, :urls => ["/stylesheets", "/images"], :root => "public" run lambda { |env| [200...
mwhuss created gist: 255732 Sun Dec 13 18:30:42 -0800 2009
$ curl -I http://nezumiapp.com/ HTTP/1.1 200 OK Server: nginx/0.6.39
mwhuss created gist: 255731 Sun Dec 13 18:22:37 -0800 2009
- MySite |-config.ru |-public
mwhuss created gist: 248712 Thu Dec 03 16:19:21 -0800 2009
SELECT table_schema "Data Base Name", sum( data_length + index_length ) / 1024 / 1024 "Data Base ...
mwhuss created gist: 223092 Sat Oct 31 07:17:12 -0700 2009
class PersonResource < ActiveResource::Base self.site = "http://api.people.com:3000/" self.pr...