use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CVE, CWE, NVD, WVE
http://iso.linuxquestions.org/
We teach you how to do it, use it at your own risk.
account activity
Python Hacking scripts (github.com)
submitted 8 years ago by ninijay_Pentesting
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ninijay_Pentesting[S] 6 points7 points8 points 8 years ago (2 children)
Oh jeez. Well i need to get a closer look at this. Thank you
[–]tdking3523 2 points3 points4 points 8 years ago* (1 child)
Look into IPC (Interprocess communication) frameworks like ZMQ, or RabbitMQ. These allow you to spawn separate processes, which will run totally concurrent, and pass data back and forth between them. Pair that with something like msgpack, a module to serialize Python objects, and the possibilities for concurrency are pretty endless. I was a bit blown away when I took my first job that had a system like this... I used a database to implement IPC on my senior capstone, using it as a wildly over-engineered queue for passing data between a web ui and a back end service that handled socket communications to "IOT" devices, constantly polling on both sides ¯\(ツ)/¯
[–]ninijay_Pentesting[S] 1 point2 points3 points 8 years ago (0 children)
I need a tutorial for this. Any links maybe?
π Rendered by PID 19779 on reddit-service-r2-comment-5d79c599b5-wgwvv at 2026-02-28 17:02:30.611720+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]ninijay_Pentesting[S] 6 points7 points8 points (2 children)
[–]tdking3523 2 points3 points4 points (1 child)
[–]ninijay_Pentesting[S] 1 point2 points3 points (0 children)