toolkit for python reverse engineering. Contribute to Fadi002/de4py development by creating an account on GitHub. (more…)
Read more »
geothmetic meandian (https://xkcd.com/2435/). GitHub Gist: instantly share code, notes, and snippets. (more…)
Read more »
Your server is running just fine, handling requests and sending responses. But then, ever so slowly, memory usage creeps up, and up, and up–until eventually your process runs out of memory and crashes. And then it restarts, and the leaking starts all over... (more…)
Read more »
This module implements a number of iterator building blocks inspired
by constructs from APL, Haskell, and SML. Each has been recast in a form
suitable for Python. (more…)
Read more »
This week I was debugging a misbehaving Python program that makes
significant use of Python’s asyncio. The program would
eventually take very long periods of time to respond to network
requests. My first suspicion was a CPU-heavy coroutine hogging the
thr... (more…)
Read more »