I hereby claim:
- I am paulfurley on github.
- I am paulfurley (https://keybase.io/paulfurley) on keybase.
- I have a public key whose fingerprint is A999 B749 8D1A 8DC4 73E5 3C92 309F 635D AD1B 5517
To claim this, I am signing this object:
| { | |
| "@fields":{ | |
| "relativeCreated":344.9680805206299, | |
| "process":12223, | |
| "args":[ | |
| ], | |
| "module":"log_handler", | |
| "funcName":"set_up_logging", | |
| "message":"backdrop.read.api logging started", |
| 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. |
| """ | |
| 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 | |
| """ |
| [ | |
| { | |
| "userName": "sealevelresearch", | |
| "repo": "sea-level-api" | |
| }, | |
| { | |
| "userName": "sealevelresearch", | |
| "repo": "pilot-planner" | |
| }, | |
| { |
| 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 |
| { | |
| "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 |
| [ | |
| { | |
| "header": { | |
| "packet_type": "SymmetricKeyEncryptedSessionKeyPacket", | |
| "packet_tag": 3, | |
| "packet_format": "old", | |
| "header_octets": { | |
| "octets": "8c:04", | |
| "length": 2 | |
| }, |
I hereby claim:
To claim this, I am signing this object:
| from time import sleep | |
| from tornado.httpserver import HTTPServer | |
| from tornado.ioloop import IOLoop | |
| from tornado.web import Application, asynchronous, RequestHandler | |
| from multiprocessing.pool import ThreadPool | |
| _workers = ThreadPool(10) | |
| def run_background(func, callback, args=(), kwds={}): | |
| def _callback(result): |
| *PPD-Adobe: "4.3" | |
| *% Adobe Systems PostScript(R) Printer Description File | |
| *% Copyright 2009 Xerox Corporation. | |
| *% PPD File Info | |
| *FileVersion: "5.371.0.0" | |
| *FormatVersion: "4.3" | |
| *LanguageEncoding: ISOLatin1 |