I hereby claim:
- I am cyli on github.
- I am cyli (https://keybase.io/cyli) on keybase.
- I have a public key ASBCeT_ibEOa-xZZUwUa47EC4EpTSI5BynV95MqHw2p8Ago
To claim this, I am signing this object:
| """ | |
| A request bin. | |
| """ | |
| import json | |
| from twisted.logger import Logger | |
| from twisted.web.resource import Resource | |
| log = Logger('requestbin') |
| @implementer(ILBDescription) | |
| @attributes([Attribute("lb_id", instance_of=str)]) | |
| class RCv3Description(object): | |
| """ | |
| Information representing a Rackspace RCv3 node mapping. | |
| :ivar str lb_id: The Load Balancer ID. | |
| """ | |
| def equivalent_definition(self, other_description): | |
| """ |
I hereby claim:
To claim this, I am signing this object:
| """ | |
| Export your keynote file to HTML. Pass the keynote file (to extract the | |
| presentation notes) and the extracted HTML directory to this script, and it | |
| will attempt to inject the presenter notes it extracted from the Keynote file | |
| into the HTML. | |
| Only tested on Keynote '09, Chrome 24.0.1312.56 | |
| """ | |
| import os |
| #!/usr/bin/env python | |
| """ | |
| Downloads dsc files associated with a particular version of Twisted for a | |
| particular Ubuntu release. | |
| """ | |
| import re | |
| import subprocess |