Public Gists by geoffgarside

gist: 215508 SASS version of http://peop...
Gravatar
Wed Oct 21 15:06:53 -0700 2009
1
2
3
// SASS version of http://people.mozilla.com/%7Ejbalogh/ribbon/ribbon.html
@font-face
  :font-family Collegiate
Gravatar
Thu Oct 15 10:02:37 -0700 2009

      
Gravatar
Wed Sep 16 01:48:34 -0700 2009
1
2
3
Started
E.
Finished in 0.168012 seconds.
Gravatar
Tue Sep 15 14:47:45 -0700 2009
1
2
3
def append_framework_path(*paths)
  ENV['DYLD_FRAMEWORK_PATH'] ||= ""
  ENV['DYLD_FRAMEWORK_PATH'] = ENV['DYLD_FRAMEWORK_PATH'].split(":").unshift(*paths).join(":")
Gravatar
Fri Aug 07 07:49:34 -0700 2009
1
2
3
loading required module 'pci'
ACPI autoload failed - no such file or directory
-
Gravatar
Tue Jul 28 17:19:49 -0700 2009
1
2
3
#!/usr/bin/env ruby
# Usage: $0 hostname email_addr
#
gist: 152420 Ideally a secure ftp telnet...
Gravatar
Wed Jul 22 17:55:21 -0700 2009
1
2
3
#!/usr/bin/env ruby
 
require 'net/ftptls'
Gravatar
Wed Jul 22 17:52:34 -0700 2009
1
2
3
require 'rubygems'
require 'hpricot'
require 'time'
Gravatar
Wed Jul 22 17:51:29 -0700 2009
1
2
3
module Barcode
  class Code39
    def initialize(string)
Gravatar
Tue May 05 07:07:34 -0700 2009
1
2
3
class ApplicationController < ActionController::Base
  # hack to expose action and current_user to AuditObserver
  around_filter AuditObserver.instance, :only => [:create, :update, :destroy]
Gravatar
Sat Apr 18 16:35:39 -0700 2009
1
2
3
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
gist: 96418 Ruby script for creating a ...
Gravatar
Thu Apr 16 06:43:31 -0700 2009
1
2
3
#!/usr/bin/env ruby
 
require 'time'
Gravatar
Wed Mar 25 15:24:11 -0700 2009
1
2
3
// KMLoginResponse inherits from KMReponse
- (void)request:(KMRequest*)request didReceiveResponse:(KMResponse*)theResponse
{
Gravatar
Wed Mar 18 10:45:49 -0700 2009
1
2
3
set :starling_config, "config/starling.yml"
 
namespace :starling do
Gravatar
Fri Mar 13 20:39:37 -0700 2009
1
2
3
#include <stdio.h>
#include <strings.h>
 
Gravatar
Fri Mar 06 04:57:50 -0800 2009
1
2
3
  $(".notice").livequery(function() {
    el = document.createElement('span');
 
Gravatar
Thu Feb 26 21:59:04 -0800 2009
1
2
3
# Uncrustify 0.50+svn
# Configuration for standardising CocoaGit source code.
 
gist: 55856 Delta Patching in NSData
Gravatar
Sun Feb 01 03:49:16 -0800 2009
1
2
3
//
// NSData+Patching.m
// CocoaGit
Gravatar
Fri Jan 16 15:13:16 -0800 2009
1
2
3
#!/usr/bin/env nush
; Useful script for when you have a rotating background on Mac OS X
; this script will tell you which image is currently being displayed.
Gravatar
Mon Dec 15 08:26:44 -0800 2008
1
2
3
- (id)initWithSha1:(NSString*)theSha1 repo:(GITRepo*)theRepo error:(NSError**)error
{
    NSError * undError;