Public Gists by entryway

Gravatar
Tue Aug 11 09:06:59 -0700 2009
1
2
3
// only outputs if console available and does each argument on its own line
function log() {
  if (window && window.console && window.console.log) {
Gravatar
Fri Jul 31 09:35:25 -0700 2009
1
2
3
require "integrity"
 
Integrity.new(File.dirname(__FILE__) + "/config.yml")
Gravatar
Thu Jun 11 08:57:36 -0700 2009
1
2
3
RUBY = File.join(
    Config::CONFIG['bindir'],
    Config::CONFIG['ruby_install_name'] + Config::CONFIG['EXEEXT']).
Gravatar
Fri Jun 05 11:16:55 -0700 2009
1
2
3
1) Put terminal_clone_tab.sh somewhere in
   your path and make sure it is executable
     chmod u+x terminal_clone_tab.sh
Gravatar
Fri Jun 05 11:10:13 -0700 2009
1
2
3
#
# bash completion support for core Git.
#
Gravatar
Mon May 04 08:10:55 -0700 2009
1
:.,$s/^[<tab>]*\s*//
Gravatar
Thu Apr 30 10:26:12 -0700 2009
1
2
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
Gravatar
Thu Apr 30 10:34:08 -0700 2009
1
2
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
Gravatar
Mon Apr 06 14:38:44 -0700 2009
1
2
3
/***
Delivery Schedule Behaviors
***/
Gravatar
Fri Apr 03 14:48:59 -0700 2009
1
2
3
 ** [out :: stage.assessingparenting.com] -> 0.0036s
 ** [out :: stage.assessingparenting.com] == ChangeVariantSchema: migrated (0.0328s) ===================================
 ** [out :: stage.assessingparenting.com]
Gravatar
Mon Feb 23 22:13:55 -0800 2009
1
2
3
#!/usr/bin/env ruby
#
# Find bloating passengers and kill them gracefully. Run from cron every minute.
Gravatar
Sun Sep 07 13:48:49 -0700 2008
1
2
3
require 'rubygems'
require_gem 'activerecord'
require '/var/www/hoosier/app/models/payment_method'