Public Gists by epall

Gravatar
Wed Oct 21 11:58:42 -0700 2009
1
2
3
# v: a simple script for intelligently launching MacVim
#!/bin/sh
 
gist: 182479 lastblog.rb: a simple scrip...
Gravatar
Mon Sep 07 10:44:57 -0700 2009
1
2
3
#!/usr/bin/env ruby
# lastblog: a simple script for checking how recently I've posted to my blogs.
# Edit the BLOGS and MAX_ENTRY_INTERVAL globals to suit your tastes.
Gravatar
Sat Jun 06 06:17:42 -0700 2009
1
2
3
#!/usr/bin/ruby
 
file = File.open('orders.tsv')
gist: 83178 test_controller.rb
Gravatar
Sun Mar 22 07:28:21 -0700 2009
1
2
3
class TestController < ApplicationController
  def rubyversion
    text = `which ruby`
Gravatar
Sat Dec 13 13:57:05 -0800 2008
1
2
3
#!/usr/bin/env sh
# A simple script to open a new tab in Terminal in the current directory
# Author: Eric Allen