View lint.json
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
{ | |
"key.elements" : [ | |
{ | |
"key.kind" : "source.lang.swift.structure.elem.condition_expr", | |
"key.length" : 13, | |
"key.offset" : 102 | |
} | |
], | |
"key.kind" : "source.lang.swift.stmt.guard", | |
"key.length" : 83, |
View globals.js
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 HeartButton(){ | |
this.user = whi.currentUser(); | |
this.entry = false; | |
} | |
HeartButton.prototype.renderIn = function($dom){ | |
var $img = $dom.find('img'); | |
this.entry = new whi.Entry(); | |
this.entry.id = $img.data('entry'); |
View trr-objc.cfg
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
# | |
# Uncrustify Configuration File | |
# File Created With UncrustifyX 0.2 (140) | |
# | |
# Alignment | |
# --------- | |
## Alignment |
View twitter_list_many.json
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
[ | |
{ | |
"code": "fr", | |
"status": "production", | |
"name": "French" | |
}, | |
{ | |
"code": "en", | |
"status": "production", | |
"name": "English" |
View twitter_retweet.json
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
{ | |
"created_at": "Wed Feb 26 19:22:38 +0000 2014", | |
"id": 438756007276466200, | |
"id_str": "438756007276466176", | |
"text": "RT @lukeoneil47: Each California county's most distinctive soon-to-be-endangered crop @MotherJones http://t.co/UjYOcJgoDK", | |
"source": "<a href="https://apigee.com/console/twitter" rel="nofollow">Apigee's API Console</a>", | |
"truncated": false, | |
"in_reply_to_status_id": null, | |
"in_reply_to_status_id_str": null, | |
"in_reply_to_user_id": null, |
View twitter_search_res.json
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
{ | |
"statuses": [ | |
{ | |
"metadata": { | |
"result_type": "recent", | |
"iso_language_code": "en" | |
}, | |
"created_at": "Wed Feb 26 19:12:29 +0000 2014", | |
"id": 438753453880250400, | |
"id_str": "438753453880250368", |
View twitter_media.json
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
{ | |
"media": [ | |
{ | |
"id": 438737600342290400, | |
"id_str": "438737600342290432", | |
"indices": [ | |
99, | |
121 | |
], | |
"media_url": "http: //pbs.twimg.com/media/Bha1heICcAAKEIY.jpg", |
View TestFlight.podspec
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
Pod::Spec.new do |s| | |
s.name = 'TestFlightSDK' | |
s.version = '1.1b3' | |
s.license = 'Commercial' | |
s.summary = 'TestFlightSDK for over-the-air beta testing and crash reporting.' | |
s.homepage = 'http://www.testflightapp.com' | |
s.author = { 'TestFlight' => 'support@testflightapp.com' } | |
s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.1beta3.zip' } | |
s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' | |
s.platform = :ios |
NewerOlder