Public Gists by leeky

Gravatar
Fri May 22 14:49:15 -0700 2009
1
2
3
git init
git status
touch log/.gitignore tmp/.gitignore vendor/.gitignore
Gravatar
Tue May 12 03:07:15 -0700 2009
1
2
3
#!/usr/bin/env ruby
 
require 'rubygems'
Gravatar
Wed Feb 11 00:47:20 -0800 2009
1
2
3
var DateHelper = {
  // Takes the format of "Jan 15, 2007 15:45:00 GMT" and converts it to a relative time
  // Ruby strftime: %b %d, %Y %H:%M:%S GMT
Gravatar
Fri Jan 09 10:14:41 -0800 2009
1
2
3
# Exclude this URL from redirect
RewriteCond %{REQUEST_URI} !^/foo\.html$ [NC]