Skip to content

Instantly share code, notes, and snippets.

View rickbenavidez's full-sized avatar

Rick Benavidez rickbenavidez

View GitHub Profile
### Keybase proof
I hereby claim:
* I am rickbenavidez on github.
* I am rickbenavidez (https://keybase.io/rickbenavidez) on keybase.
* I have a public key whose fingerprint is 2723 8F38 BDCD C35E D215 7843 12F4 7E03 8F6F 9C8D
To claim this, I am signing this object:
### Keybase proof
I hereby claim:
* I am rickbenavidez on github.
* I am rickbenavidez (https://keybase.io/rickbenavidez) on keybase.
* I have a public key whose fingerprint is 25A8 A7F5 874F ED07 C3FB C5D9 93B2 B1AC 0692 386A
To claim this, I am signing this object:
class Test
def initialize
end
end
@rickbenavidez
rickbenavidez / caveatPatchor.js
Created September 16, 2011 05:30
Propane caveatPatchor
/**
Sample Propane caveatPatchor.js file based on tmm1's avatar hack.
You'll need at least version 1.1.1 to experiment with this:
http://propaneapp.com/appcast/Propane.1.1.1.zip
Once I'm sure exposing this hack-injection point doesn't cause problems
I'll do an official auto-updating version.
As of version 1.1.1, Propane will load and execute the contents of
framework 'cocoa'
class HelloFS
PATH = '/hello.txt'
def contentsOfDirectoryAtPath(path, error: error)
[PATH.lastPathComponent]
end
def contentsAtPath(path)