I hereby claim:
- I am elmcrest on github.
- I am elmcrest (https://keybase.io/elmcrest) on keybase.
- I have a public key ASBSMa4k8LARoccedUO8DoeLI9Q0p5NZZR8cazY88TrP3Qo
To claim this, I am signing this object:
{"label":"coverage","message":"76%","schemaVersion":1,"color":"hsl(102, 100%, 40%)"} |
#!/usr/bin/env python3 | |
import subprocess | |
HEALTH_CHECK = 'sudo vcgencmd get_throttled' | |
MESSAGES = { | |
0: 'Under-voltage!', | |
1: 'ARM frequency capped!', | |
2: 'Currently throttled!', | |
3: 'Soft temperature limit active', | |
16: 'Under-voltage has occurred since last reboot.', |
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHjg3Ksyxf1kwFzLLvo9BMrOMvf3DCJqzbRSPceZViDC mr@malocher |
void main() { | |
for (int i = 0; i < 5; i++) { | |
print('hello ${i + 1} times to India.'); | |
} | |
} |
I hereby claim:
To claim this, I am signing this object:
Bitte darauf achten, die Kommandos exakt und eindeutig zu verwenden. Das ist nicht einfach, selbst hinterfragen wenn Emil nicht macht was er soll. Wenn er weiß was ihr wollt, macht er es zu 80%, mit Leckeries zu 95% :)
"sitz!" - Zeigefinger ausgestreckt nach oben - Emil setzt sich
"platz!" - flache Hand parallel zum Boden - Emil legt sich hin
"auf!" - Zeigefinger ausgestreckt nach oben - Emil setzt sich wieder (aus dem liegen)
"bleib!" - flache Hand wie Stopp-Schild - Emil bleibt stehen/sitzen
"aus!" - gib das aus dem Mund frei
maxgputemp 85 | |
stratumproxy enabled | |
proxywallet 0x531813d4914290273c0a1223b37859A5aa3Dac2b | |
proxypool1 pool-eu.ethosdistro.com:5001 | |
proxypool2 pool-usa.ethosdistro.com:5001 | |
flags --cl-global-work 8192 --farm-recheck 200 | |
globalfan 85 | |
custompanel namokuAs7zUd |
# The Primary Key Field is the "default" from Django ORM - so no explicite definition | |
# Django==1.8 | |
# USE_L10N = False | |
<div data-pk="12513" class="empty"> | |
</div> | |
# USE_L10N = True locale = de_DE | |
<div data-pk="12.513"> | |
</div> | |
# USE_L10N = True locale = en_US |
import sys | |
if sys.version_info[0] >= 3: | |
text_type = str | |
string_types = str, | |
iteritems = lambda o: o.items() | |
itervalues = lambda o: o.values() | |
izip = zip | |
else: |
Traceback (most recent call last): | |
File "/home/mr/.virtualenvs/uberblick/lib/python2.7/site-packages/flask/app.py", line 1836, in __call__ | |
return self.wsgi_app(environ, start_response) | |
File "/home/mr/.virtualenvs/uberblick/lib/python2.7/site-packages/flask/app.py", line 1820, in wsgi_app | |
response = self.make_response(self.handle_exception(e)) | |
File "/home/mr/.virtualenvs/uberblick/lib/python2.7/site-packages/flask/app.py", line 1403, in handle_exception | |
reraise(exc_type, exc_value, tb) | |
File "/home/mr/.virtualenvs/uberblick/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app | |
response = self.full_dispatch_request() | |
File "/home/mr/.virtualenvs/uberblick/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request |