Public Gists by paltman

gist: 97440 Greasemonkey Userscript to ...
Gravatar
Fri Apr 17 21:52:22 -0700 2009
1
2
3
// ==UserScript==
// @name githubugz
// @namespace paltman.com
Gravatar
Thu Mar 26 19:19:58 -0700 2009
1
2
3
class kewlness(object):
    def __init__(self, func):
        self.func = func
gist: 43613 Post Email to Delicious Script
Gravatar
Mon Jan 05 16:52:08 -0800 2009
1
2
3
## Requires:
## svn checkout http://feedparser.googlecode.com/svn/trunk/ feedparser
## svn checkout http://pydelicious.googlecode.com/svn/trunk/ pydelicious
gist: 27653 added a check for empty SIT...
Gravatar
Fri Nov 21 13:52:56 -0800 2008
1
2
3
#!/bin/bash
 
# If there is not already a SITE_PACKAGES environment variable, then get it
Gravatar
Wed Nov 12 14:16:40 -0800 2008
1
2
3
$ git clone git@github.com:<USER>/<REPO>.git <PARENT>
Initialized empty Git repository in /path/to/<PARENT>/.git/
fatal: exec index-pack failed.
Gravatar
Thu Oct 23 20:34:05 -0700 2008
1
2
3
[core]
repositoryformatversion = 0
filemode = true
Gravatar
Thu Oct 23 20:31:04 -0700 2008
1
2
3
You asked me to pull without telling me which branch you
want to merge with, and 'branch.master.merge' in
your configuration file does not tell me either. Please
Gravatar
Sat Jul 26 21:10:58 -0700 2008
1
2
3
set :application, "clever_name"
set :user, "deploy"
set :scm_username, "you"