Popular recipes by ajaymenon.k http://code.activestate.com/recipes/users/4181225/2012-06-19T13:25:03-07:00ActiveState Code RecipesExtremely Strong Password Generator (Python)
2012-06-19T13:25:03-07:00ajaymenon.khttp://code.activestate.com/recipes/users/4181225/http://code.activestate.com/recipes/578169-extremely-strong-password-generator/
<p style="color: grey">
Python
recipe 578169
by <a href="/recipes/users/4181225/">ajaymenon.k</a>
(<a href="/recipes/tags/password_generator/">password_generator</a>).
Revision 6.
</p>
<p>I have written a generator that churns out really strong passwords. I have checked with a few password testers online which consistently rate the generated passwords with top marks.</p>
Simple directory tree view generator (Python)
2012-03-09T09:02:21-08:00ajaymenon.khttp://code.activestate.com/recipes/users/4181225/http://code.activestate.com/recipes/578065-simple-directory-tree-view-generator/
<p style="color: grey">
Python
recipe 578065
by <a href="/recipes/users/4181225/">ajaymenon.k</a>
(<a href="/recipes/tags/directory/">directory</a>, <a href="/recipes/tags/tree/">tree</a>).
</p>
<p>An extremely simple tree-view generator for a directory</p>
Generic way to create a daemonized process in python (Python)
2012-03-26T14:56:17-07:00ajaymenon.khttp://code.activestate.com/recipes/users/4181225/http://code.activestate.com/recipes/578072-generic-way-to-create-a-daemonized-process-in-pyth/
<p style="color: grey">
Python
recipe 578072
by <a href="/recipes/users/4181225/">ajaymenon.k</a>
(<a href="/recipes/tags/daemon/">daemon</a>, <a href="/recipes/tags/process/">process</a>, <a href="/recipes/tags/threads/">threads</a>).
Revision 4.
</p>
<p>A simple daemon that will constantly keep track the size of your inbox and when it exceeds a certain size, will send you a reminder email.</p>