I hereby claim:
- I am dvergur on github.
- I am acmeto (https://keybase.io/acmeto) on keybase.
- I have a public key whose fingerprint is C326 B37A 1531 01EF 179F DE39 C18D 53B3 851F F08E
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>MathJax example</title> | |
| <script type="text/javascript" async | |
| src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async> | |
| </script> | |
| </head> |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python | |
| import random | |
| from random import choice | |
| for k in range(10): | |
| pick = list(range(1,43)) | |
| numbers = [] | |
| i=1 | |
| for j in range(5): | |
| num = random.choice(pick) | |
| pick.remove(num) |
| curl --silent http://xml.us.is/webaction/dailyRegistrationStatistics 2>/dev/null | sed -e :a -e 's/<[^>]*>//g;/</N;//ba' | sed -e 's/^[ \t]*//' |