Popular recipes by Boubakr http://code.activestate.com/recipes/users/4176416/2012-03-16T10:46:32-07:00ActiveState Code RecipesFinding the limits (C)
2012-03-16T10:46:32-07:00Boubakrhttp://code.activestate.com/recipes/users/4176416/http://code.activestate.com/recipes/578077-finding-the-limits/
<p style="color: grey">
C
recipe 578077
by <a href="/recipes/users/4176416/">Boubakr</a>
.
</p>
<p>a simple program to output the values corresponding to the symbols defined in the header files.</p>
TCP Port Checker (Python)
2011-06-24T09:53:28-07:00Boubakrhttp://code.activestate.com/recipes/users/4176416/http://code.activestate.com/recipes/577769-tcp-port-checker/
<p style="color: grey">
Python
recipe 577769
by <a href="/recipes/users/4176416/">Boubakr</a>
(<a href="/recipes/tags/checker/">checker</a>, <a href="/recipes/tags/port/">port</a>, <a href="/recipes/tags/tcp/">tcp</a>).
</p>
<p>a simple TCP Port Checker using socket !</p>
Google App Engine Login (Python)
2011-07-06T07:57:50-07:00Boubakrhttp://code.activestate.com/recipes/users/4176416/http://code.activestate.com/recipes/577780-google-app-engine-login/
<p style="color: grey">
Python
recipe 577780
by <a href="/recipes/users/4176416/">Boubakr</a>
(<a href="/recipes/tags/google/">google</a>).
</p>
<p>a small code to login using Google App Engine.</p>
Multiplication table (Python)
2011-04-21T09:12:26-07:00Boubakrhttp://code.activestate.com/recipes/users/4176416/http://code.activestate.com/recipes/577672-multiplication-table/
<p style="color: grey">
Python
recipe 577672
by <a href="/recipes/users/4176416/">Boubakr</a>
(<a href="/recipes/tags/math/">math</a>, <a href="/recipes/tags/multiplication/">multiplication</a>, <a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/table/">table</a>).
</p>
<p>Multiplication table (Python)</p>