cgallagher (Chris Gallagher)

Name
Chris Gallagher
Email
Website/Blog
http://www.ind.ie
Company
MUZU TV
Location
Ireland
Member Since
Apr 14, 2008 (about 1 year)

Following 0 githubbers and watching 10 repositories view all →

Public Repositories (4)

  • bluef

    test...

    legend

    Last updated Fri Sep 25 12:07:47 -0700 2009

  • yumyum

    Who knows?!!??

    legend

    Last updated Sun May 03 02:58:19 -0700 2009

  • myscrape

    A ruby script to pull data from MySpace Profile pages, to do whatever it is you want to do with it

    legend

    Last updated Wed Mar 25 09:10:19 -0700 2009

  • tuneme

    twitter music recommendation app

    legend

    Last updated Sat Mar 21 04:25:46 -0700 2009

Public Activity feed

cgallagher updated gist: 257724 Wed Dec 16 02:08:08 -0800 2009
/* $("#prev ~ sibling) doesnt seem to work in IE7 if the type both the prev and sibling element ...
cgallagher created gist: 257724 Wed Dec 16 02:05:33 -0800 2009
var items = selectElsAfter(yourSelector); $(items).each(function() {
cgallagher forked gist: 251532 Tue Dec 08 01:00:53 -0800 2009
# template.rb # USAGE: rails -m http://gist.github.com/gists/115163.txt PROJECT_NAME run "rm publ...
cgallagher started watching paulca/url_field Tue Dec 08 00:58:39 -0800 2009
url_field's description:
A simple ActiveRecord plugin to correctly format a URL in the database whether the user enters "http://" or not
cgallagher started watching paulca/rails Tue Dec 08 00:58:27 -0800 2009
rails's description:
Ruby on Rails
cgallagher started watching mojombo/jekyll Sun Nov 22 14:56:19 -0800 2009
jekyll's description:
Jekyll is a blog-aware, static site generator in Ruby
cgallagher started watching mauricio/params_sanitizer Wed Nov 11 02:33:49 -0800 2009
params_sanitizer's description:
A dead simple plugin that sanitizes user provided data when it's sent to your server instead of doing it when you're showing the data
cgallagher updated gist: 226171 Wed Nov 04 08:28:16 -0800 2009
def self.formatViews(number) number = number.gsub(/(\d)(?=\d{3}+(\.\d*)?$)/, '\1,') number
cgallagher updated gist: 226171 Wed Nov 04 08:27:55 -0800 2009
def self.formatViews(number) number = number.gsub(/(\d)(?=\d{3}+(\.\d*)?$)/, '\1,') number
cgallagher created gist: 226171 Wed Nov 04 08:27:36 -0800 2009
def self.formatViews(number) number = number.gsub(/(\d)(?=\d{3}+(\.\d*)?$)/, '\1,') number
cgallagher created gist: 199824 Fri Oct 02 08:31:53 -0700 2009
require 'rubygems' require 'scrobbler' require 'net/http'
cgallagher created gist: 199823 Fri Oct 02 08:31:01 -0700 2009
require 'rubygems' require 'scrobbler' require 'net/http'