Public Gists by aniero

Gravatar
Tue Nov 17 15:09:44 -0800 2009
1
2
3
$ irb
>> module A; end
=> nil
Gravatar
Sun Nov 15 12:17:14 -0800 2009
1
2
3
require "servolux"
require "net/http"
require "uri"
gist: 191512 bash promptery for git + cu...
Gravatar
Tue Sep 22 15:43:32 -0700 2009
1
2
3
# assuming you have the +bash_completion variant of git installed (macports)
# and are including bash completion's setup:
if [ -f /opt/local/etc/bash_completion ]; then
Gravatar
Tue Sep 01 16:13:09 -0700 2009
1
2
3
source ~/.vim/vimrc
 
let g:NERDTreeMapOpenSplit = 'i'
Gravatar
Tue Jun 16 11:11:46 -0700 2009
1
2
3
#!/bin/sh
#
# This shell script passes all its arguments to the binary inside the
Gravatar
Mon Mar 16 15:19:40 -0700 2009
1
2
3
~ ➔ sudo easy_install simplejson
Password:
Searching for simplejson
Gravatar
Tue Jan 06 12:29:23 -0800 2009
1
2
3
require "ostruct"
 
describe "wtf" do
Gravatar
Wed Dec 24 14:37:16 -0800 2008
1
2
3
function d() {
  if [ -n "$1" ]; then
    if [ -d "$1" ]; then
Gravatar
Thu Dec 11 11:04:46 -0800 2008
1
2
3
--- /opt/local/lib/ruby/site_ruby/1.8/rubygems.rb 2008-12-07 13:54:11.000000000 -0700
+++ /opt/local/lib/ruby/site_ruby/1.8/rubygems.rb 2008-12-07 13:54:11.000000000 -0700
@@ -128,6 +128,10 @@