I hereby claim:
- I am brianpartridge on github.
- I am brianpartridge (https://keybase.io/brianpartridge) on keybase.
- I have a public key whose fingerprint is EB71 95B1 4313 F900 01DB 073D 3EE1 E8E9 822C B951
To claim this, I am signing this object:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { | |
NSString *CellIdentifier = @"Cell"; | |
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; | |
if (cell == nil) { | |
cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier] autorelease]; | |
} | |
// Set the font and text based on the index path |
// javascript:javascript:%20function%20emailURL()%20{var%20r%20=%20%[email protected]%22;var%20d%20=%20document;var%20x%20=%20%22mailto:%22%20+%20r%20+%20%22?subject=%22%20+%20d.title%20+%20%22&body=%22%20+%20d.location;window.location.href%20=%20x;}emailURL();void(0) | |
javascript: function emailURL() { | |
var r = "[email protected]"; | |
var d = document; | |
var x = "mailto:" + r + "?subject=" + d.title + "&body=" + d.location; | |
window.location.href = x; | |
} | |
emailURL(); | |
void(0) |
// Photoshop Script to Create iPhone Icons from iTunesArtwork | |
// | |
// WARNING!!! In the rare case that there are name collisions, this script will | |
// overwrite (delete perminently) files in the same folder in which the selected | |
// iTunesArtwork file is located. Therefore, to be safe, before running the | |
// script, it's best to make sure the selected iTuensArtwork file is the only | |
// file in its containing folder. | |
// | |
// Copyright (c) 2010 Matt Di Pasquale | |
// Added tweaks Copyright (c) 2012 by Josh Jones http://www.appsbynight.com |
import json | |
import os, sys | |
path, script = os.path.split(sys.argv[0]) | |
name, ext = os.path.splitext(script) | |
print "### %s ### " % name | |
config = json.load(open('config.json', 'r')) | |
print "Common configuration settings:" |
import json | |
from dropbox import client, rest, session | |
import webbrowser | |
import keychain | |
import sys | |
import os | |
### Config | |
config = json.load(open('config.json', 'r')) |
import keychain | |
import os, sys | |
path, script = os.path.split(sys.argv[0]) | |
name, ext = os.path.splitext(script) | |
print "### %s ### " % name | |
SERVICE = 'dropbox' | |
keychain.delete_password(SERVICE, 'key') | |
keychain.delete_password(SERVICE, 'secret') |
import json | |
from dropbox import client, rest, session | |
import webbrowser | |
import keychain | |
import sys | |
import os | |
### Config | |
config = json.load(open('config.json', 'r')) |
import sys, os | |
import webbrowser | |
from bs4 import BeautifulSoup | |
import urllib | |
### Config | |
URL = 'http://www.brooklinema.gov/index.php?option=com_content&view=article&id=208&Itemid=783' | |
### Functions |
#ifdef DEBUG | |
- (BOOL)canBecomeFirstResponder { | |
return YES; | |
} | |
- (NSArray *)keyCommands { | |
static NSArray *keyCommands; | |
static dispatch_once_t onceToken; |
I hereby claim:
To claim this, I am signing this object: