scottbarr

Website/Blog
http://scottbarr.blogspot.com/
Location
Singapore
Member Since
Jun 30, 2008 (about 1 year)

Following 3 githubbers and watching 112 repositories view all →

Public Repositories (10)

  • sms_xchange

    Send SMS messages via the SMS Xchange service

    legend

    Last updated Sun Dec 06 21:23:28 -0800 2009

  • mongomapper

    Awesome gem for modeling your domain and storing it in mongo

    legend

    Forked from jnunemaker/mongomapper Wed Nov 18 00:09:41 -0800 2009

    Last updated Tue Nov 17 21:07:01 -0800 2009

  • arjava

    Git repository of code at http://sourceforge.net/projects/arjava

    legend

    Last updated Thu Jul 30 19:25:08 -0700 2009

  • httparty

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

    legend

    Forked from jnunemaker/httparty Fri Jul 10 18:30:24 -0700 2009

    Last updated Fri Jul 10 23:15:34 -0700 2009

  • to_csv

    Export Rails ActiveRecords to CSV

    legend

    Last updated Thu Jul 09 22:40:27 -0700 2009

  • restful-authentication-with-email

    Fork of restful-authentication to remove the need for the 'login' field. Authentication is done w...

    legend

    Forked from greglu/restful-authentication-with-email Tue Mar 24 08:17:00 -0700 2009

    Last updated Tue Mar 24 08:48:09 -0700 2009

  • active_record_base_without_table

    Version of active_record_base_with_table plugin that works with Rails 2.2.x

    legend

    Last updated Tue Mar 10 00:48:24 -0700 2009

  • web-app-theme

    A simple theme for web apps

    legend

    Forked from pilu/web-app-theme Thu Mar 12 09:33:15 -0700 2009

    Last updated Mon Mar 09 17:55:45 -0700 2009

  • number_to_text

    RubyGem that converts integers into text.

    legend

    Last updated Sun Mar 08 06:24:29 -0700 2009

  • yahoo_currency

    Retrieve currency exchange rates from Yahoo! Finance.

    legend

    Last updated Sat Mar 07 03:42:44 -0800 2009

Public Activity feed

scottbarr started watching benhoskings/babushka Tue Dec 15 04:36:35 -0800 2009
babushka's description:
Test-driven sysadmin.
scottbarr updated gist: 255875 Mon Dec 14 00:16:39 -0800 2009
#!/bin/bash # # Download and install libevent and memcached from source on Debian Etch or
scottbarr created gist: 255875 Sun Dec 13 23:26:47 -0800 2009
#!/bin/bash # # Download and install libevent and memcached from source on Debian Lenny.
scottbarr updated gist: 255825 Sun Dec 13 22:30:36 -0800 2009
#!/usr/bin/perl -w # start-memcached
scottbarr created gist: 255828 Sun Dec 13 22:01:50 -0800 2009
# memcached default config file # 2003 - Jay Bonci <jaybonci@debian.org> # This configuration fil...
scottbarr created gist: 255826 Sun Dec 13 21:59:07 -0800 2009
#! /bin/sh ### BEGIN INIT INFO # Provides: memcached
scottbarr created gist: 255825 Sun Dec 13 21:56:33 -0800 2009
#!/usr/bin/perl -w # start-memcached
scottbarr started watching dcparker/ruby-gmail Thu Dec 10 23:59:45 -0800 2009
ruby-gmail's description:
A Rubyesque interface to Gmail. Connect to Gmail via IMAP and manipulate emails and labels. Send email with your Gmail account via SMTP. Includes full support for parsing and generating MIME messages.
scottbarr pushed to master at scottbarr/sms_xchange Sun Dec 06 21:23:28 -0800 2009
HEAD is c6bc58b5cead6f0db5b31fb0cb4b05ec16f138e1
  • Scott Barr committed c6bc58b5:
    Changed url of gem to github homepage
scottbarr started watching igrigorik/em-http-request Fri Nov 20 21:28:00 -0800 2009
em-http-request's description:
Asynchronous HTTP Client (EventMachine + Ruby)
scottbarr started watching tmm1/em-mysql Fri Nov 20 21:27:18 -0800 2009
em-mysql's description:
Async MySQL driver for Ruby/Eventmachine
scottbarr started watching collin/orbited-ruby Fri Nov 20 07:00:05 -0800 2009
orbited-ruby's description:
An implementation of Comet Session Protocol in Ruby w/EventMachine. Now with Working Demo.
scottbarr forked jnunemaker/mongomapper Wed Nov 18 00:09:42 -0800 2009
Forked repository is at scottbarr/mongomapper
scottbarr started watching ryanb/cancan Mon Nov 16 21:33:28 -0800 2009
cancan's description:
Simple authorization for Rails.
scottbarr created gist: 235713 Sun Nov 15 19:53:16 -0800 2009
require 'rubygems' require 'nokogiri' require 'open-uri'
scottbarr started watching eladmeidar/rails_indexes Tue Nov 10 21:34:38 -0800 2009
rails_indexes's description:
A rake task to track down missing database indexes. does not assume that all foreign keys end with the convention of _id.
scottbarr started watching jchris/couchrest Sat Nov 07 05:11:53 -0800 2009
couchrest's description:
A RESTful CouchDB client based on Heroku's RestClient and Couch.js - you want the version at http://github.com/couchrest/couchrest
scottbarr started watching arunthampi/icanhazthread Fri Nov 06 04:58:20 -0800 2009
icanhazthread's description:
The CouchApp powering http://i.canhazthread.com
scottbarr started watching defunkt/github-gem Thu Nov 05 18:26:25 -0800 2009
github-gem's description:
The official `github` command line helper for simplifying your GitHub experience.
scottbarr started watching wgibbs/zuul Thu Nov 05 07:08:18 -0800 2009
zuul's description:
Simple authorization gem for Rails apps
scottbarr started watching bmabey/faketwitter Tue Nov 03 20:53:25 -0800 2009
faketwitter's description:
Factory goodness for twitter search responses wrapped in FakeWeb awesomeness.
scottbarr started watching jpsilvashy/fluid-grid-system Tue Nov 03 20:53:14 -0800 2009
fluid-grid-system's description:
A lightwieght XHTML/CSS framework that follows both the typographic grid, and also baseline grid
scottbarr started watching hardbap/trap_door Tue Nov 03 20:53:08 -0800 2009
trap_door's description:
Reverse Captcha for your Rails app
scottbarr created gist: 223866 Sun Nov 01 17:27:25 -0800 2009
require 'mongoid' class Person < Mongoid::Document
scottbarr started watching durran/mongoid Sat Oct 31 18:40:54 -0700 2009
mongoid's description:
Ruby ODM framework for MongoDB
scottbarr started watching mmangino/facebooker Sat Oct 31 07:02:52 -0700 2009
facebooker's description:
The facebooker Rails plugin
scottbarr started watching sstrigler/twitterspy Sat Oct 31 07:02:34 -0700 2009
twitterspy's description:
A twitter <-> XMPP gateway with search and track and other good stuff.
scottbarr started watching intridea/tweetstream Tue Oct 27 00:09:10 -0700 2009
tweetstream's description:
A RubyGem to access the Twitter Streaming API.
scottbarr started watching addywaddy/couchsurfer Sun Oct 25 09:37:28 -0700 2009
couchsurfer's description:
ORM based on CouchRest
scottbarr started watching hpoydar/couchrest-rails Sun Oct 25 05:56:32 -0700 2009
couchrest-rails's description:
A Rails plugin for connecting to and working with CouchDB via CouchRest
scottbarr started watching mongodb/activerecord-mongo-adapter Thu Oct 22 23:23:45 -0700 2009
activerecord-mongo-adapter's description:
Adapter to use the MongoDB with Rail's ActiveRecord
scottbarr started watching mongodb/mongo-activerecord-ruby Thu Oct 22 23:23:39 -0700 2009
mongo-activerecord-ruby was created Thu Jan 15 08:51:38 -0800 2009
scottbarr started watching mongodb/mongo-ruby-driver Thu Oct 22 23:23:33 -0700 2009
mongo-ruby-driver's description:
Ruby driver for MongoDB
scottbarr started watching jnunemaker/mongomapper Thu Oct 22 23:23:24 -0700 2009
mongomapper's description:
Awesome gem for modeling your domain and storing it in mongo