This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # python3 foo.py | |
| # AssertionError: b'?' != b'42' | |
| # flask --app foo run | |
| # $ curl http://127.0.0.1:5000 -H 'Content-Type: application/json' --data '{"dejavu": 42}' | |
| # ? | |
| # $ curl http://127.0.0.1:5000 -H 'Content-Type: application/json' --data '{"dejavu": 42}' | |
| # ? | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env python3 | |
| import ππΆπ΄ | |
| import ππΊπ«β om | |
| import ππ΅π»πΎππ | |
| import ο½π―πο½π πΉο½ π½ππ₯π | |
| from ο½πΆπ¨ο½ππ£tπ import ββ ββο½ΕΏ as Lπ¦ππα΅£π¬ | |
| ππ‘π΄πͺοΌ―π«β°_πΎπ΄π²βππΎ = {} | |
| def π§ππ΅π_ο½π£β±ππde_π·ππ¦ππ€(): | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import argparse | |
| import errno | |
| import pickle | |
| import subprocess | |
| import sys | |
| class Client(object): | |
| def __init__(self, worker, worker_args): | |
| self.worker = worker | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env python | |
| import hashlib | |
| with open('key.bin') as fp: | |
| key = bytearray(fp.read()) | |
| def decode(x, pos, count): | |
| salt = map(ord, hashlib.md5('Casino data file %d bytes' % len(x)).hexdigest()) |