I hereby claim:
- I am cereme on github.
- I am cereme (https://keybase.io/cereme) on keybase.
- I have a public key ASDrG4ErPPjhRtDwsUAdViseRShglQqhbnYfAFE7wLKtUAo
To claim this, I am signing this object:
| class HashableTrap: | |
| def __init__(self, data): | |
| self.data = data | |
| def __repr__(self): | |
| return "EvenReprIsSame" | |
| def __hash__(self): | |
| return 1 |
| import re | |
| lines = None | |
| char_dict = {} | |
| valid_regex = re.compile('[가-힣A-Za-z0-9]') | |
| def char_filter(elem): | |
| return bool(valid_regex.match(elem[0])) | |
| with open('./baram_email.txt', 'r') as f: | |
| lines = f.readlines() |
| import aiohttp | |
| def generate_logger(name): | |
| async def logger(session, trace_config_ctx, params): | |
| print(name) | |
| return logger | |
| trace_config = aiohttp.TraceConfig() | |
| handlers = filter(lambda x: x.startswith("on_"), dir(trace_config)) | |
| for handler_name in handlers: | |
| getattr(trace_config, handler_name).append(generate_logger(handler_name)) |
I hereby claim:
To claim this, I am signing this object:
| div.thum { | |
| position: relative; | |
| width: 100%; | |
| padding-top: 100%; /* initial ratio of 1:1*/ | |
| } | |
| div.thum > img { | |
| width: 100% | |
| position: absolute; | |
| top: 0; |