I hereby claim:
- I am axtl on github.
- I am xorbyte (https://keybase.io/xorbyte) on keybase.
- I have a public key whose fingerprint is 821F 6E2C 8093 D531 5CB0 4422 E057 0E9A 9903 DC81
To claim this, I am signing this object:
| @-webkit-keyframes fadein { | |
| from { | |
| opacity: 0; | |
| } | |
| to { | |
| opacity: 1; | |
| } | |
| } | |
| #sVim-command { | 
| require 'ipaddr' | |
| net_end = IPAddr.new '192.168.50.201' | |
| (1..5).reduce { net_end = net_end.succ } | |
| print net_end.to_s | 
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| from __future__ import print_function | |
| import subprocess | |
| import sys | |
| if len(sys.argv) < 2: | |
| raise SystemExit('need a brew to check reverse deps for') | 
| #!/usr/bin/env python | |
| # coding: utf-8 | |
| from __future__ import print_function | |
| import os | |
| import sys | |
| from collections import defaultdict as ddict | |
| try: | |
| from defusedxml.ElementTree import parse | |
| except ImportError: | 
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env perl | |
| use strict; | |
| use warnings; | |
| use Email::Enkoder; | |
| my $email = $ARGV[0]; | |
| my $text = $ARGV[1] ? $ARGV[1] : "email"; | |
| my $subject = $ARGV[2] ? $ARGV[2] : ""; | |
| chomp ($email); |