Public Gists by parabuzzle

Gravatar
Mon Oct 26 11:07:05 -0700 2009
1
2
3
#
# ini for git
#
Gravatar
Tue Oct 20 17:51:16 -0700 2009
1
2
3
#!ruby
#
# A simple script to figure out the key of a song based on the scale that fits
Gravatar
Fri Sep 04 12:30:42 -0700 2009
1
2
3
Protocol 2,1
StrictHostKeyChecking no
CheckHostIP no
Gravatar
Thu Mar 19 16:35:01 -0700 2009
1
2
3
#!/bin/bash
#
### BEGIN INIT INFO
Gravatar
Tue Jan 27 21:54:37 -0800 2009
1
2
3
wrong number of arguments (4 for 3)
 
 
Gravatar
Mon Dec 15 12:55:29 -0800 2008
1
2
3
#!/bin/sh
#
#This script pushes your public keys to a remote host.
Gravatar
Wed Dec 03 17:13:56 -0800 2008
1
2
3
#Git Branch Parsing
function parse_git_branch {
  git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
Gravatar
Wed Oct 01 07:44:59 -0700 2008
1
2
3
#!/bin/sh
 
cip=`ifconfig eth0.1 | grep inet | cut -d ':' -f 2 | awk 'NR==1{print $1}'`
Gravatar
Sat Sep 13 21:08:17 -0700 2008
1
2
3
class Event < ActiveRecord::Base
  belongs_to :user
  belongs_to :group