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
| [ | |
| { | |
| "header": { | |
| "packet_type": "SymmetricKeyEncryptedSessionKeyPacket", | |
| "packet_tag": 3, | |
| "packet_format": "old", | |
| "header_octets": { | |
| "octets": "8c:04", | |
| "length": 2 | |
| }, |
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
| { | |
| "lastRefreshed": "2014-06-10T10:30:00Z", | |
| "lastChanged": "2014-06-10T10:17:13Z", | |
| "locations": [ | |
| { | |
| "latitude": 53.4051319444, | |
| "locationName": "Pier Head Ferry Terminal", | |
| "availableBikes": 3, | |
| "longitude": -2.9971558333, | |
| "availableLocks": 7 |
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
| Mon Aug 18 12:47:01 BST 2014 | |
| datetime(2014, 8, 18, 11, 15, tzinfo=<UTC>), measurement=-2.14 | |
| datetime(2014, 8, 18, 11, 0, tzinfo=<UTC>), measurement=-2.14 | |
| datetime(2014, 8, 18, 11, 0, tzinfo=<UTC>), measurement=-2.14 | |
| datetime(2014, 8, 18, 11, 0, tzinfo=<UTC>), measurement=-2.14 | |
| datetime(2014, 8, 18, 11, 0, tzinfo=<UTC>), measurement=-2.14 | |
| datetime(2014, 8, 18, 11, 0, tzinfo=<UTC>), measurement=-2.14 | |
| datetime(2014, 8, 18, 11, 0, tzinfo=<UTC>), measurement=-2.14 | |
| datetime(2014, 8, 18, 11, 15, tzinfo=<UTC>), measurement=-2.14 | |
| datetime(2014, 8, 18, 11, 15, tzinfo=<UTC>), measurement=-2.14 |
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
| [ | |
| { | |
| "userName": "sealevelresearch", | |
| "repo": "sea-level-api" | |
| }, | |
| { | |
| "userName": "sealevelresearch", | |
| "repo": "pilot-planner" | |
| }, | |
| { |
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
| """ | |
| Alien Language - solution | |
| Google Code Jam 2009 - Qual round | |
| Problem available at | |
| http://code.google.com/codejam/contest/90101/dashboard#s=p0 | |
| By Tim Lee, 28/04/14 | |
| Input as L D N, followed by D dictionary words, N 'patterns' to decode | |
| """ |
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
| import gzip | |
| import logging | |
| from contextlib import contextmanager | |
| @contextmanager | |
| def open_file(filename, *args, **kwargs): | |
| """ | |
| Detect if a file is gzipped and use the appropriate open method. |
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
| { | |
| "@fields":{ | |
| "relativeCreated":344.9680805206299, | |
| "process":12223, | |
| "args":[ | |
| ], | |
| "module":"log_handler", | |
| "funcName":"set_up_logging", | |
| "message":"backdrop.read.api logging started", |
NewerOlder