Skip to content

Instantly share code, notes, and snippets.

View digitaljhelms's full-sized avatar

Jeremy Helms digitaljhelms

  • USA
View GitHub Profile
@digitaljhelms
digitaljhelms / gist:306823
Created February 17, 2010 17:18
Fluid SSB userstyle for PyCon Live Stream
/********************************************
*
* Fluid SSB userstyle for PyCon Live Stream by http://twitter.com/digitaljhelms
* Download the x512 SSB application icon here: http://drp.ly/qgqau
*
* Screenshots:
* 1 - http://twitpic.com/13scyf
* 2 - http://twitpic.com/13sczr
*
*******************************************/
@digitaljhelms
digitaljhelms / gist:303071
Created February 12, 2010 22:39
Quick way to see files in a given hg changset
#!/bin/bash
usage()
{
cat << __EOT
Usage: hglist <revision>
where <revision> is the number of a commit revision you'd like to use.
__EOT
exit 1
}