I hereby claim:
- I am creiht on github.
- I am chuck (https://keybase.io/chuck) on keybase.
- I have a public key whose fingerprint is BC9B FC42 F31E CA45 95AA EE67 9605 3A7F 25CB 7AE2
To claim this, I am signing this object:
| str(datetime.utcfromtimestamp(int(txid.split('-')[-1][:-4], 16))) |
I hereby claim:
To claim this, I am signing this object:
| import os | |
| import sqlite3 | |
| import simplejson | |
| import time | |
| class LocalCache(object): | |
| def __init__(self, path='/run/shm/cache.db'): | |
| self.db = sqlite3.Connection(path) |
| {u'access_ip_v4': None, | |
| u'access_ip_v6': None, | |
| u'architecture': None, | |
| u'auto_disk_config': False, | |
| u'availability_zone': None, | |
| u'cell_name': None, | |
| u'cleaned': 0, | |
| u'config_drive': u'', | |
| u'created_at': u'2013-10-18T21:05:52.000000', | |
| u'default_ephemeral_device': None, |
| import os | |
| import sqlite3 | |
| import simplejson | |
| import time | |
| class LocalCache(object): | |
| def __init__(self, path='/run/shm/cache.db'): | |
| self.db = sqlite3.Connection(path) |
| from paste.deploy import appconfig | |
| from swift.proxy.server import Application | |
| conf_file = '/etc/swift/proxy-server.conf' | |
| conf = appconfig('config:%s' % conf_file, name='proxy-server') | |
| proxy_app = Application(conf) |
| # passes | |
| foo = long_function_name(var_one, var_two, | |
| var_three, var_four) | |
| # passes | |
| def long_function_name( | |
| var_one, var_two, | |
| var_three, var_four): |
| #####***********************************************######** | |
| #...# ######## ###### #....# * | |
| #...# #......# #### #....# ########### #....# * | |
| #...# #......# #..# #....# #.........# #....# * | |
| ##### #......# #..# ###### #.........# #....# * | |
| * #......# #..# ########### ###### * | |
| ##### #......# #..# * | |
| #...# #### #......# #..# #####* | |
| #...# #..# #......# #..# #...#* | |
| #...# #..# #......# #### ############### #...#* |
| ******#######*******************######********************** | |
| * #.....# ###### #....# ############## | |
| * #.....# #....# #....# #............# | |
| * #.....# #....# ###### #............# | |
| * #.....# #....# #............# | |
| * #.....# #....# ############## | |
| *#### #.....# #....# * | |
| *#..# #.....# #....# * | |
| *#..# #.....# #....# ####### * | |
| *#..# ####### #....# #.....# * |
| """ | |
| Map stuff | |
| Legend:: | |
| '#' = wall | |
| '.' = ground | |
| '+' = door | |
| ' ' = nothing | |
| """ |