Public Gists by hchoroomi

Gravatar
Tue Oct 13 19:48:14 -0700 2009

      
gist: 177984 Epic Snow Leopard Upgrayyyy...
Gravatar
Sun Aug 30 07:20:02 -0700 2009
1
2
3
      === Epic Snow Leopard Upgrayyyyd Guide ===
 
Son, you’re now living in the land of 64-bit systems.
gist: 160399 ruby-debug -- Ruby 1.9
Gravatar
Sun Aug 02 23:45:46 -0700 2009
1
2
3
# This assumes you have the latest Ruby 1.9 installed via MacPorts:
#
# $ sudo port sync
Gravatar
Mon Jul 20 07:25:46 -0700 2009
1
2
3
# download, from_repo, and commit_state methods swiped from
# http://github.com/Sutto/rails-template/blob/07b044072f3fb0b40aea27b713ca61515250f5ec/rails_template.rb
 
gist: 110505 Simulation script for buil...
Gravatar
Tue May 12 07:15:36 -0700 2009
1
2
3
#!/usr/bin/env ruby
require 'yaml'
 
gist: 109773 Creating and adding an SSH ...
Gravatar
Sun May 10 15:28:40 -0700 2009
1
2
3
#!/usr/bin/env ruby
 
require 'rubygems'
Gravatar
Thu Apr 16 10:01:26 -0700 2009
1
2
3
ActiveSupport::CoreExtensions::Time::Conversions::DATE_FORMATS.merge!(
  :date => '%m/%d/%Y',
  :date_time12 => '%m/%d/%Y %I:%M%p',
Gravatar
Tue Mar 24 12:40:11 -0700 2009
1
2
3
# For the queasy, this is MIT licensed. See comment at the end.
 
module MySQLEncryption
Gravatar
Fri Mar 13 09:13:14 -0700 2009
1
2
3
require File.dirname(__FILE__) + '/../spec_helper'
 
describe CategoriesController, "GET #index" do
Gravatar
Wed Feb 04 15:11:51 -0800 2009
1
2
3
# haml + liquid example
#
# James MacAulay 2009
gist: 57572 HTTP proxy server
Gravatar
Tue Feb 03 07:31:24 -0800 2009
1
2
3
# This is a trivial HTTP proxy server, intended for use as a troubleshooting tool
# ONLY (not for real, actual, production use). I wrote this because I couldn't find
# a simple HTTP proxy that I could use to test HTTP proxy support in Net::SSH.
Gravatar
Sun Jan 25 15:31:09 -0800 2009
1
2
3
class TestGist
  # test
end
Gravatar
Wed Jan 07 08:01:36 -0800 2009
1
2
3
class String
 
   def translate
Gravatar
Tue Dec 30 22:56:04 -0800 2008
1
2
3
" rdoc.vim
 
command! -nargs=0 RDocPreview call RDocRenderBufferToPreview()
Gravatar
Tue Nov 11 06:44:27 -0800 2008
1
2
3
# git
alias gst="git status"
alias ga="git add ."
Gravatar
Mon Nov 03 12:04:24 -0800 2008
1
2
3
require "rubygems"
require "sinatra"
require 'atom' #sudo gem install ratom
Gravatar
Mon Nov 03 09:46:00 -0800 2008
1
2
3
require 'rubygems'
require 'atom' # sudo gem install atom
require 'net/http'
Gravatar
Mon Jul 21 17:21:02 -0700 2008
1
puts "error" if __FILE__ = $0