Popular recipes by Laszlo Nagy http://code.activestate.com/recipes/users/4150221/2010-07-26T15:39:15-07:00ActiveState Code RecipesHow to debug (deadlocked) multi threaded programs (Python) 2010-07-26T15:39:15-07:00Laszlo Nagyhttp://code.activestate.com/recipes/users/4150221/http://code.activestate.com/recipes/577334-how-to-debug-deadlocked-multi-threaded-programs/ <p style="color: grey"> Python recipe 577334 by <a href="/recipes/users/4150221/">Laszlo Nagy</a> (<a href="/recipes/tags/dead/">dead</a>, <a href="/recipes/tags/debug/">debug</a>, <a href="/recipes/tags/lock/">lock</a>, <a href="/recipes/tags/stack/">stack</a>, <a href="/recipes/tags/thread/">thread</a>, <a href="/recipes/tags/trace/">trace</a>). </p> <p>Simple module that allows you to explore deadlocks in multi threaded programs.</p> Web browser emulator (Python) 2008-05-15T01:09:08-07:00Laszlo Nagyhttp://code.activestate.com/recipes/users/4150221/http://code.activestate.com/recipes/572202-web-browser-emulator/ <p style="color: grey"> Python recipe 572202 by <a href="/recipes/users/4150221/">Laszlo Nagy</a> (<a href="/recipes/tags/web/">web</a>). </p> <p>Objects of the MozillaEmulator class can emulate a browser that is capable of:</p> <ul> <li>cookie management</li> <li>caching</li> <li>configurable user agent string</li> <li>GET and POST</li> <li>multipart POST (send files)</li> <li>receive content into file</li> <li>progress indicator</li> </ul>