Intelligence View
Update: translate.py Version 2.3.1
I needed to decompress the content of a Flash file (.swf). I thought of using my translate.py program with a command to inflate (zlib) the content (minus the header of 8 bytes): lambda b: zlib.decompress(b[8:]) Quite simple, but the…
SOCIAL SHARE CARD GENERATOR