##Python 3.5
- ASYNC, AWAIT
- single thread
- event loop
- taskqueue celery == asyncio
- It's just a hint, a comment, let your code be self-documenting.
| BITS 32 | |
| ; flag: RC3-2016-YEAH-DATS-BETTER-BOII | |
| ; based on http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html | |
| org 0x08048000 | |
| ehdr: | |
| db "FLAG" ; e_ident | |
| db 1, 1, 1, 0, 0 | |
| _start: mov ecx,promptsize | |
| jmp main | |
| dw 2 ; e_type |
| import base64 | |
| from Crypto.Cipher import ARC4 | |
| def str_decrypt(enc_data): | |
| key = 'fuckav\x00' | |
| cipher = ARC4.new(key) | |
| try: | |
| enc_data = base64.b64decode(enc_data) | |
| except: | |
| return enc_data |
this gist is part of this series
thunderbolt and thunderbolt-net kernel modules (this must be done all nodes - yes i know it can sometimes work withoutm but the thuderbolt-net one has interesting behaviou' so do as i say - add both ;-)
nano /etc/modules add modules at bottom of file, one on each linex then y then enter