I hereby claim:
- I am kylefrost on github.
- I am kylefrost (https://keybase.io/kylefrost) on keybase.
- I have a public key ASDY3amshOWay2JPq5630SH82Kdk72Nv_ijiVVqlPptl5Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| function currentverinstalled { | |
| if [ ! -f .fmver ]; then | |
| LINE=0 | |
| else | |
| LINE=$(head -n 1 .fmver) | |
| fi | |
| LINE="${LINE//.}" | |
| echo "${LINE//v}" |
| (lambda _, __, ___, ____, _____, ______, _______, ________: | |
| getattr( | |
| __import__(True.__class__.__name__[_] + [].__class__.__name__[__]), | |
| ().__class__.__eq__.__class__.__name__[:__] + | |
| ().__iter__().__class__.__name__[_____:________] | |
| )( | |
| _, (lambda _, __, ___: _(_, __, ___))( | |
| lambda _, __, ___: | |
| chr(___ % __) + _(_, __, ___ // __) if ___ else | |
| (lambda: _).func_code.co_lnotab, |
| import requests | |
| import requests.packages.urllib3 | |
| requests.packages.urllib3.disable_warnings() | |
| with open("words.txt") as words: | |
| for word in words: | |
| word = word.strip().capitalize() | |
| r = requests.post("https://services.google.com/fb/submissions/a20105800b9311e68bb7dd4c5e1cbace", data = { "suggestion" : word }) | |
| print "-------------------------------------" |
| from random import randint | |
| import time | |
| start_time = time.time() | |
| a = 0 | |
| b = 0 | |
| while a < 10: | |
| i = 0 | |
| j = 0 |
| import requests | |
| for i in range(5000): | |
| payload = { "name" : "133t h4x0r", "email" : "[email protected]", "message" : "wow so h4x0r3d, much fuck3d, 3hacked5me" } | |
| r = requests.post("http://www.hmajoros.com/contact-submit", data=payload) | |
| print "h4x0r3d" if r.status_code == 200 else "no can haz?" |
Note: If you want to use your personal Twitter account to post commits, go to Step 2