Popular recipes by Jakub Jankiewicz http://code.activestate.com/recipes/users/4028109/2013-10-15T16:33:48-07:00ActiveState Code RecipesUniversal eval to string function (Python)
2011-02-24T10:17:32-08:00Jakub Jankiewiczhttp://code.activestate.com/recipes/users/4028109/http://code.activestate.com/recipes/577585-universal-eval-to-string-function/
<p style="color: grey">
Python
recipe 577585
by <a href="/recipes/users/4028109/">Jakub Jankiewicz</a>
(<a href="/recipes/tags/evaluation/">evaluation</a>, <a href="/recipes/tags/exec/">exec</a>, <a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/python_scripts/">python_scripts</a>).
</p>
<p>This is a function that evaluate all expressions and statements and return the result as a string. It also return Exceptions as strings. It is used in <a href="http://trypython.jcubic.pl">trypython.jcubic.pl</a></p>
Extracting data from chm (Microsoft compiled html) (Python)
2007-02-16T20:55:43-08:00Jakub Jankiewiczhttp://code.activestate.com/recipes/users/4028109/http://code.activestate.com/recipes/502221-extracting-data-from-chm-microsoft-compiled-html/
<p style="color: grey">
Python
recipe 502221
by <a href="/recipes/users/4028109/">Jakub Jankiewicz</a>
.
Revision 3.
</p>
<p>This recipes describe how to simplify the process of extracting data from Microsoft chm file format.
It use pychm library <a href="http://gnochm.sourceforge.net/pychm.html." rel="nofollow">http://gnochm.sourceforge.net/pychm.html.</a></p>
Creating java class description files. (Python)
2013-10-15T16:33:48-07:00Jakub Jankiewiczhttp://code.activestate.com/recipes/users/4028109/http://code.activestate.com/recipes/502222-creating-java-class-description-files/
<p style="color: grey">
Python
recipe 502222
by <a href="/recipes/users/4028109/">Jakub Jankiewicz</a>
(<a href="/recipes/tags/jython/">jython</a>).
Revision 5.
</p>
<p>Creating java class description files (like C/C++ headers) in html format, link together with data types.</p>