This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){ | |
var size='z'; | |
var h=window.location.href; | |
var f='http://api.flickr.com/services/rest/?method=flickr.urls.lookupuser&api_key=76e0f69b613dbf2ecbd8647ab5de11da&format=json&nojsoncallback=1&url='; | |
var x=new XMLHttpRequest(); | |
x.open("GET", f+h, false); | |
x.send(null); | |
var r=JSON.parse(x.responseText); | |
var i=r.user.id; | |
var b='http://flickr2tag.drikin.com/?query='+i+'&size='+size; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define ANIMATION_DURATION 0.2f | |
#define TRIGGER_DELTA 40.0f | |
@interface MainViewController : UIViewController <UITableViewDataSource, UITableViewDelegate, UITextFieldDelegate> | |
@end | |
@implementation MainViewController | |
{ | |
UITableView *_tableView; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH="$PATH":`pwd`/depot_tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ /usr/local/bin/rsync -avpP src dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% sudo /sbin/kextload -v /Applications/KeyRemap4MacBook.app/Contents/Library/KeyRemap4MacBook.kext |