Install solarized color theme
Posted on 2013-11-19 20:32:13 +0900 in Vim
Install solarized color theme for vim and gnome
Python variable scope
Posted on 2013-11-13 00:07:37 +0900 in Technique
about the python variable scope in classes
Modeling-Relationship-in-App-Engine
Posted on 2013-11-11 21:15:27 +0900 in Technique
relationships in app engine
Modeling-entity-relationships
Posted on 2013-11-08 04:01:35 +0900 in Technique
Entity relationships in App Engine
Transaction Isolation in App Engine
Posted on 2013-11-07 03:26:26 +0900 in Technology
Transaction in App Engine
Life of a Datastore Write
Posted on 2013-11-07 03:02:45 +0900 in Technology
Datastore writing process
Storing Data in App Engine
Posted on 2013-11-05 23:59:29 +0900 in technique
learning summarize in storing data in app engine
Git Commands
Posted on 2013-10-29 20:31:03 +0900 in Technique
Here is a useful tutorial for Git:Visual git guide git status Check the status of the files. gitk -all & git diff show the branch in graphical mode. check the difference. git rm remove files git log git log -p -2 show the changing between the past two submitions git...