Voilà un excellent article sur le sujet et en Français :
http://zestedesavoir.com/articles/232/la-puissance-cachee-des-coroutines/
Saturday, May 16, 2015
Thursday, April 30, 2015
Tuesday, April 28, 2015
Wednesday, April 1, 2015
Javascript : This, Bind, Call, Apply
Using 'this' in Javascript can be sometimes tricky.
Here is a nice article about it
http://dailyjs.com/2012/06/25/this-binding/
Here is a nice article about it
http://dailyjs.com/2012/06/25/this-binding/
Thursday, March 12, 2015
Jython compiler
Quote from site :
"""
Playing around with it since yesterday, from what i have noticed, the jythonc compiler is missing in 2.5.x version of jython. But on doing a quick search i found a java based jython compiler scripts ( here and here ). Also there don't seem to be any jython compiler scripts in jython, perhaps i maybe looking at wrong place. So i wrote up a quick script which tries to do that.
"""
http://kalyanchakravarthy.net/blog/jython-script-to-compile-jython-scripts-to-java-class-files.html
"""
Playing around with it since yesterday, from what i have noticed, the jythonc compiler is missing in 2.5.x version of jython. But on doing a quick search i found a java based jython compiler scripts ( here and here ). Also there don't seem to be any jython compiler scripts in jython, perhaps i maybe looking at wrong place. So i wrote up a quick script which tries to do that.
"""
http://kalyanchakravarthy.net/blog/jython-script-to-compile-jython-scripts-to-java-class-files.html
Roll your own server in 50 lines of code
This article explains how to dispatch requests to python modules.
Where nice way to organize code.
https://muharem.wordpress.com/2007/05/29/roll-your-own-server-in-50-lines-of-code/
Where nice way to organize code.
https://muharem.wordpress.com/2007/05/29/roll-your-own-server-in-50-lines-of-code/
Subscribe to:
Comments (Atom)