Public Gists by karbassi

Gravatar
Tue Nov 17 08:56:54 -0800 2009
1
2
3
Here's how I edited it.
 
It should work, but I haven't really ran it through the browser.
Gravatar
Fri Nov 13 08:14:00 -0800 2009
1
2
# Find process
psf (){ ps auxwww | grep -i \[${1:0:1}\]${1:1}; }
Gravatar
Wed Nov 11 13:31:03 -0800 2009
1
2
3
#Just pure awesomeness!
bind '"\e[A"':history-search-backward
bind '"\e[B"':history-search-forward
gist: 232244 Install macports on mac.
Gravatar
Wed Nov 11 12:02:49 -0800 2009
1
2
3
# Move to tmp directory
cd $TMPDIR
 
Gravatar
Wed Oct 28 12:57:54 -0700 2009
1
2
3
(2:37:08 PM) Rick: i'm going to complain for a moment
(2:37:19 PM) Rick: i'm working with another developer
(2:37:33 PM) Rick: on a project i started and my client brought him in to help
Gravatar
Mon Oct 05 11:53:17 -0700 2009
1
2
3
# Rename an email address in all old commits.
# WARNING: Will change all your commit SHA1s.
# Based off of the script from here:
gist: 152368 Must have apps
Gravatar
Wed Jul 22 15:42:30 -0700 2009
1
2
3
1Password
Adium
Adobe Photoshop
Gravatar
Mon Jul 20 14:02:14 -0700 2009
1
2
3
CMP (COLUMBIA) - Okay. Thank you. Glad to hear the system's looking good. You have a suggested attitude for me? This one here seems all right.
 
CC - Stand by.
Gravatar
Tue Dec 09 14:48:04 -0800 2008
1
2
3
(ANDY)
Lock eyes from across the room
down my drink while the rhythms boom
Gravatar
Sun Oct 12 11:18:05 -0700 2008
1
2
3
if has('win32')
    set backupdir=C:/cygwin_updated/var/vim/backup
    set directory=C:/cygwin_updated/var/vim/tmp
Gravatar
Wed Sep 10 22:31:18 -0700 2008
1
2
3
class PerfectNumbers
  attr_reader :perfects
  def initialize(len = nil)
gist: 10159 Ruby class to return primes.
Gravatar
Wed Sep 10 21:27:12 -0700 2008
1
2
3
class Primes
  attr_reader :primes
  
Gravatar
Sun Aug 17 15:49:25 -0700 2008
1
2
3
/*
example usage in subclassed form: