Free vim tutorial book September 29, 2013 You can get the book from the following link http://ivan.tubert.org/doc/vimbook.pdf Read more
Useful linux command September 26, 2013 “cd -”能完成当前目录和之前所在的目录之间的切换 ps command http://www.linfo.org/ps.html Read more
Everything you need to know about web development. Neatly packaged. September 22, 2013 A list of something you may know for web application development http://www.bentobox.io/ Read more
Machine Learning in Python September 17, 2013 Machine learning codes in Python http://scikit-learn.org/stable/ Read more
Best Practices for Speeding Up Your Web Site September 11, 2013 Some introductions http://developer.yahoo.com/performance/rules.html Read more
caching off in Chrome for a particular website September 08, 2013 press: ctrl + shift + r to clear the cache. This also works: <meta http-equiv = "no-cache" > <meta http-equiv = "Expires" content = "-1" > <meta http-equiv = "Cache-Control" content = "no-cache" > Read more
DEPLOYMENT WITH UWSGI AND NGINX September 04, 2013 how to deploy django with uWSGI and Nginx http://zacharyvoase.com/2010/03/05/django-uwsgi-nginx/ Read more