Popular recipes by TheMachineCharmer http://code.activestate.com/recipes/users/4167676/2010-05-12T11:20:07-07:00ActiveState Code RecipesPassword Grabber Javascript (JavaScript)
2008-10-26T12:00:08-07:00TheMachineCharmerhttp://code.activestate.com/recipes/users/4167676/http://code.activestate.com/recipes/576542-password-grabber-javascript/
<p style="color: grey">
JavaScript
recipe 576542
by <a href="/recipes/users/4167676/">TheMachineCharmer</a>
(<a href="/recipes/tags/dom/">dom</a>, <a href="/recipes/tags/password/">password</a>, <a href="/recipes/tags/security/">security</a>).
Revision 2.
</p>
<p>This is script coded for FUN.
You can get information in the hidden fields of web pages.</p>
Simple Cellular Automata (Python)
2008-10-26T14:05:55-07:00TheMachineCharmerhttp://code.activestate.com/recipes/users/4167676/http://code.activestate.com/recipes/576539-simple-cellular-automata/
<p style="color: grey">
Python
recipe 576539
by <a href="/recipes/users/4167676/">TheMachineCharmer</a>
(<a href="/recipes/tags/cellular_automata/">cellular_automata</a>, <a href="/recipes/tags/pattern_generation/">pattern_generation</a>).
</p>
<p>This program generates pattern based on very simple rule.
This code can help those who are starting study of ca.</p>
Prime Number Generator Checker (Python)
2008-10-28T12:14:03-07:00TheMachineCharmerhttp://code.activestate.com/recipes/users/4167676/http://code.activestate.com/recipes/576543-prime-number-generator-checker/
<p style="color: grey">
Python
recipe 576543
by <a href="/recipes/users/4167676/">TheMachineCharmer</a>
(<a href="/recipes/tags/number_theory/">number_theory</a>, <a href="/recipes/tags/primality_testing/">primality_testing</a>, <a href="/recipes/tags/prime_number/">prime_number</a>).
Revision 2.
</p>
<p>This program implements primality testing function.
The function is then used to generate prime numbers
in the given range.</p>
Very Simple HTTP Web Server (Python)
2010-05-12T11:20:07-07:00TheMachineCharmerhttp://code.activestate.com/recipes/users/4167676/http://code.activestate.com/recipes/576541-very-simple-http-web-server/
<p style="color: grey">
Python
recipe 576541
by <a href="/recipes/users/4167676/">TheMachineCharmer</a>
(<a href="/recipes/tags/http/">http</a>, <a href="/recipes/tags/server/">server</a>, <a href="/recipes/tags/web/">web</a>, <a href="/recipes/tags/web_server/">web_server</a>).
Revision 2.
</p>
<p>This is very very simple HTTP web server.</p>