Public Gists by whatman75

Gravatar
Thu Aug 20 13:42:59 -0700 2009
1
2
3
"Obama's health care plan will be written by a committee whose head, John Conyers, says he doesn't
understand it. It'll be passed by Congress that has not read it, signed by a president who smokes,
funded by a Treasury chief who didn't pay his taxes, overseen by a Surgeon General who is obese,
Gravatar
Mon Jun 29 16:50:59 -0700 2009
1
2
3
[16:34][claude@seadated:~/work/tybee500(master)]$ git push heroku master
Internal server error
fatal: The remote end hung up unexpectedly
Gravatar
Fri Mar 13 14:20:39 -0700 2009
1
2
3
Corned Beef Brisket
From Tyloo
ยท 9 lb.+ brisket of beef
Gravatar
Wed Jan 28 15:53:04 -0800 2009
1
2
3
A Simple Guide to Understanding San Francisco Weather
 
Most places have four seasons - spring, summer, fall and winter. People will tell you that San
Gravatar
Thu Jan 08 21:23:13 -0800 2009
1
2
3
A - 2.1.2
 
E-325-DJR-243-BDJ-316-XVX-435-OCN-FJ7-Z2RX
Gravatar
Tue Dec 30 20:57:29 -0800 2008
1
avimerge -o "movie.avi" -i 'movie.cd1.avi' 'movie.cd2.avi'
Gravatar
Mon Dec 22 11:27:37 -0800 2008
1
sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
Gravatar
Sat Dec 20 19:47:01 -0800 2008
1
2
3
function parse_git_branch {
  git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
}
Gravatar
Thu Dec 18 16:10:01 -0800 2008
1
2
3
class PostsController < ApplicationController
 
  def create
Gravatar
Wed Dec 17 18:41:17 -0800 2008
1
2
3
body {
font-family: Helvetica,arial,sans-serif;
}
Gravatar
Wed Dec 17 17:40:02 -0800 2008
1
2
3
%h1 Git Local
- if @config != {}
%p= "Your repository is located at #{@config['path']}"
Gravatar
Tue Oct 28 09:34:46 -0700 2008
1
2
3
 $('.btn').each(function(){
          var b = $(this);
          var tt = b.html() || b.val();
Gravatar
Mon Oct 27 11:27:34 -0700 2008
1
2
3
  var phone_inputs = $('.phone_input').length ? $('.phone_input') : null;
  if (phone_inputs) {
    phone_inputs.bind('keyup', function() {
Gravatar
Sat Aug 09 16:41:28 -0700 2008
1
2
3
function sticky_clicky(list) {
var lis = list.getElementsByTagName('li');
var i = 0;
Gravatar
Sun Jul 27 15:01:15 -0700 2008
1
2
3
server.port = 3000
 
  # server.errorlog = CWD + "/log/lighttpd.error.log"
gist: 2771 Build lighty and php for le...
Gravatar
Sun Jul 27 03:56:03 -0700 2008
1
2
3
#Build lighty and php for leopard
 
curl -O ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-6.6.tar.gz