iljau

Results 2 comments of iljau

There's a project named MSYS2. It provides windows builds of common unix packages _(and very recent versions of them)_. But it's rather sneaky. One has to browse though Haskell wiki...

On local machine it is possible to user psutil to check if port is opened and then conditionally settrace. ``` import psutil def is_listening_local(port=5678): els = psutil.net_connections() for el in...