Public Gists by darthapo

Gravatar
Fri Jul 31 15:27:24 -0700 2009
1
2
3
#
# Titanium Rakefile
#
gist: 149233 Simple, SASS based, grid sy...
Gravatar
Fri Jul 17 12:22:05 -0700 2009
1
2
3
!columns ||= 12
!column_width ||= 60
!column_margin ||= 20
Gravatar
Fri Dec 05 16:31:18 -0800 2008
1
2
3
# For use with red: http://github.com/backtik/red/tree/master
require 'redshift'
 
Gravatar
Fri Oct 31 11:27:16 -0700 2008
1
2
3
desc "Compiles haml files (and hamlets) - v1.2"
task :hamlet do
  # by M@
Gravatar
Fri Oct 10 16:27:50 -0700 2008
1
2
3
#!/usr/bin/env ruby
#
# file_organizer.rb
gist: 10318 A webby filter for turning ...
Gravatar
Thu Sep 11 14:36:24 -0700 2008
1
2
3
# A webby filter for turning absolute paths (paths that start with a slash "/")
# into relative paths ("../").
#
Gravatar
Sat Aug 30 15:58:52 -0700 2008
1
2
3
// PROJECT MOVED TO: http://github.com/darthapo/liquid.js
 
 
Gravatar
Sun Aug 24 15:18:19 -0700 2008
1
2
3
/*
Scrippets:
    Blocks of text formatted as a screenplay
Gravatar
Sun Aug 24 14:53:13 -0700 2008
1
2
3
//
// Graphic Novelist (graphic-novelist.js)
// Created by M@ McCray
Gravatar
Fri Jul 25 17:04:39 -0700 2008
1
2
3
# module: sftp
 
# A generic Thor module for sftp syncing.
Gravatar
Mon Jul 21 15:06:34 -0700 2008
1
2
3
require 'find'
require 'rubygems'
require 'digest/md5'