fun learning
Saturday, November 1, 2014
Python Threading Module Walkthrough
›
Python Threading Module This is a walk through of python module Threading .It is built on top of the lower-level thread module, it is a sh...
Thursday, October 30, 2014
thread safe generator.
›
Generators are not thread safe, this example triggers the error: You can fix it with a lock, which is considered cheaper than using a qu...
Wednesday, October 29, 2014
Decoration, Pickle, Closure.
›
What is closure? What it has to do with pickle-able ? A closure occurs when a function has access to a local variable from an enclosing...
Sunday, October 26, 2014
Solution of over sensitive touch pad, Linux
›
Install ubuntu on VAIO ultrabook. The large touchpad is too sensitive that it often register my palm. The palm detection can be fine-tuned...
Tuesday, July 8, 2014
Uninstall YouCompleteMe vim without root.
›
I have been experimenting with auto-completion for vim, YCM is very popular but somewhat unfriendly for someone don't have root privileg...
Monday, July 7, 2014
svn1.8.9 with HTTP support.
›
In new SVN 1.8.9, when you "svn co http://..." This will give you an error: "svn: .... Unrecognized URL scheme for.......
Monday, June 23, 2014
Build python virtual environment.
›
You don't need root previledge at all. This tutorial will help you understand how to install software on linux without root. What is ...
›
Home
View web version