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
/Users/lol/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- plugins/thermostat/siriThermostat (LoadError) | |
from /Users/lol/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' | |
from start.rb:2:in `<main>' | |
Davids-MacBook-Pro:SiriProxy davidmurray$ |
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
/** | |
* This header is generated by class-dump-z 0.2-0. | |
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. | |
* | |
* Source: (null) | |
*/ | |
#import "SpringBoard-Structs.h" | |
#import <Foundation/NSObject.h> |
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
// Header for MobileWiFi.framework | |
// Copyright (C) 2013 Cykey (David Murray) [email protected] | |
// All rights reserved. | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
typedef struct __WiFiDeviceClient *WiFiDeviceClientRef; | |
typedef struct __WiFiNetwork *WiFiNetworkRef; |
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
// libMobileGestalt header. | |
// 2013 (C) Cykey | |
extern "C" CFPropertyListRef MGCopyAnswer(CFStringRef property); | |
static const CFStringRef kMGDiskUsage = CFSTR("DiskUsage"); | |
static const CFStringRef kMGModelNumber = CFSTR("ModelNumber"); | |
static const CFStringRef kMGSIMTrayStatus = CFSTR("SIMTrayStatus"); | |
static const CFStringRef kMGSerialNumber = CFSTR("SerialNumber"); | |
static const CFStringRef kMGMLBSerialNumber = CFSTR("MLBSerialNumber"); |
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
{ | |
"version":1401822251, | |
"rows":[ | |
{ | |
"name":"Aalborg Airport", | |
"iata":"AAL", | |
"icao":"EKYT", | |
"lat":"57.092781", | |
"lon":"9.849164", | |
"country":"Denmark", |
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
{ | |
"version":1401459539, | |
"rows":[ | |
{ | |
"Name":"1Time", | |
"Code":"T6", | |
"ICAO":"RNX" | |
}, | |
{ | |
"Name":"ABSA Cargo", |
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
{ | |
"version": 4, | |
... | |
"northamerica": { | |
"tl_y": 75, | |
"tl_x": -180.0, | |
"br_y": 3.0, | |
"br_x": -52, | |
"subzones" : { | |
"na_n" : {"tl_y":72.82,"tl_x":-177.97,"br_y":41.92,"br_x":-52.48}, |
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
{ | |
"3832ffa":[ <---- THIS IS THE "[Flight ID]" | |
"A42DBC", | |
41.3647, | |
-71.8897, | |
205, | |
24000, | |
340, | |
"1422", | |
"T-KBOS4", |
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
{ | |
"flight":"AA42", | |
"snapshot_id":null, | |
"status":"airborne", | |
"dep_schd":1402181100, | |
"arr_schd":1402211400, | |
"departure":1402181700, | |
"arrival":1402211100, | |
"eta":1402211100, | |
"to_iata":"CDG", |
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
{ | |
"krk.fr24.com":300, | |
"bma.fr24.com":350, | |
"db8.flightradar24.com":350 | |
} |
OlderNewer