This file contains hidden or 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
| <div id="nhl-game-widget-container"></div> | |
| <script id="wayin-widget" src="http://www.wayin.com/widgets/scripts/nhl-widgets.js"></script> | |
| <script> | |
| Wayinwidget.gamesByUser('nhl-game-widget-container', "NHL", null); | |
| </script> |
This file contains hidden or 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
| var MyClass = function() { | |
| this.myObject = {}; | |
| this.name = "MyClass"; | |
| }; | |
| /** | |
| * doSomethingWithFileData | |
| * @param err | |
| * @param fileData | |
| */ |
This file contains hidden or 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 CALLBACK(objScope, funcName) { | |
| return function() { | |
| objScope[funcName].apply(objScope, arguments); | |
| }; | |
| }; |
This file contains hidden or 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
| - (void)scanTool:(FLScanTool*)scanTool didReceiveResponse:(NSArray*)responses { | |
| [responses retain]; | |
| FLECUSensor* sensor = nil; | |
| for (FLScanToolResponse* response in responses) { | |
| sensor = [FLECUSensor sensorForPID:response.pid]; | |
| [sensor setCurrentResponse:response]; | |
| if (response.pid == 0x0C) { |
This file contains hidden or 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
| _scanTool = [FLScanTool scanToolForDeviceType:kScanToolDeviceTypeELM327]; | |
| [_scanTool retain]; | |
| _scanTool.useLocation = YES; | |
| _scanTool.delegate = self; | |
| if(_scanTool.isWifiScanTool ) { | |
| // These are the settings for the PLX Kiwi WiFI, your Scan Tool may | |
| // require different. | |
| [_scanTool setHost:@"192.168.0.10"]; |
This file contains hidden or 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
| pid= | |
| cert = /usr/local/etc/stunnel/stunnel.pem | |
| sslVersion = SSLv3 | |
| foreground=yes | |
| debug = 7 | |
| output = /path/to/stunnel.log | |
| [https] | |
| accept=8443 |
NewerOlder