Public Gists by Grayson

Gravatar
Mon Apr 20 18:34:35 -0700 2009
1
2
3
// Simple way of getting a list of ivar names for an Objective-C class.
 
#import <objc/runtime.h>
gist: 16274 Prints a git hash based on ...
Gravatar
Sat Oct 11 07:43:21 -0700 2008
1
2
3
#!/usr/bin/env python
 
# Grayson Hansard, 2008
gist: 15426 A WebKit.app updater script.
Gravatar
Tue Oct 07 18:34:32 -0700 2008
1
2
3
#!/usr/bin/env bash
 
# Echo some information to STDOUT as well as show a growl notification if available
gist: 14798 Get default application for...
Gravatar
Sat Oct 04 12:56:07 -0700 2008
1
2
3
#!/usr/bin/env python
# usage: python getDefaultAppForURL.py 'http://' 'ftp://' 'afp://'...