I hereby claim:
- I am jablair on github.
- I am jablair (https://keybase.io/jablair) on keybase.
- I have a public key ASCDjlyhqeUo7t33a433L7-qgC688bdmrXikS7Wo9ZBuugo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| #!/bin/bash | |
| # | |
| # transcode-video.sh | |
| # | |
| # Copyright (c) 2013 Don Melton | |
| # | |
| # This script is a wrapper for `HandBrakeCLI` (see: <http://handbrake.fr/>). | |
| # The purpose of this script is to transcode a video file into a format and | |
| # size similar to a video available for download from the iTunes Store. | |
| # |
| #import <Cocoa/Cocoa.h> | |
| /** | |
| * Class for demoing appledoc name clash bug | |
| */ | |
| @interface NameClashClass : NSObject { | |
| } | |
| /** |