Public Gists by unimatrixZxero

Gravatar
Wed Oct 07 00:30:08 -0700 2009

      
gist: 168172 Script to watermark and res...
Gravatar
Fri Aug 14 17:36:28 -0700 2009
1
2
3
#!/opt/local/bin/ruby
# _ __ _ _____
# __ ______ (_)___ ___ ____ _/ /______(_) _/__ / _ _____ _________
Gravatar
Tue Jul 21 06:33:51 -0700 2009
1
2
3
# put this in your ~/.bash_profile (Mac OS X)
# Useful for Rails and Texmate coders
# Sometimes I find it's the little things that make life easier.
Gravatar
Tue Jul 21 06:30:33 -0700 2009
1
2
3
h3. Backends
 
"i18n_backend_database":http://github.com/dylanz/i18n_backend_database<br>
Gravatar
Mon Jul 20 06:49:37 -0700 2009
1
2
3
#!/usr/bin/env ruby
#
# A hook script to verify that only syntactically valid ruby code is commited.
Gravatar
Thu Jul 09 07:38:45 -0700 2009
1
2
3
attwenger = [
  { :year => 1991, :tracks => 18, :title => "Most" },
  { :year => 1992, :tracks => 10, :title => "Pflug" },
Gravatar
Wed Jun 17 09:42:35 -0700 2009
1
2
3
# Lighter -- Campfire from the command line
# usage: ruby lighter.rb subdomain "Main Room" macournoyer@gmail
require "rubygems"
Gravatar
Mon Apr 20 01:19:41 -0700 2009
1
2
3
<?php
/**
 * SchemateBehavior - Somewhat ActivRecord'ish for CakePHP..