I hereby claim:
- I am yatharth on github.
- I am mndhck (https://keybase.io/mndhck) on keybase.
- I have a public key whose fingerprint is 5105 B914 D4DA 8EF3 5D2A 79E8 0C7F 0180 C090 9DC9
To claim this, I am signing this object:
public class EncodingHelperCharNames { | |
private static HashMap<Integer, String> CHARACTER_NAMES; | |
private static boolean enabled = false; | |
static { | |
readFile(false); | |
} | |
/** |
#!/usr/bin/env python3 | |
from collections import defaultdict | |
__author__ = 'Yatharth Agarwal <[email protected]>' | |
with open('lightson.in') as in_file: | |
read_numbers = lambda: map(int, in_file.readline().strip().split()) | |
switches = defaultdict(set) |
I hereby claim:
To claim this, I am signing this object:
/* Vertical centering + overflow */ | |
#middle { | |
width: 80%; | |
margin: 10px auto; | |
border: 1px dashed black; | |
height: 500px; | |
line-height: 500px; | |
vertical-align: middle; | |
text-align: center; | |
} |