Polymer is the Google new designed web component solution. It aims to solve the structure the confusing css and js files.
Advanced Unix Programming: Shell
Shell tags: Bourne shell, Korn shell, C shell.
其他和bash的功能差距主要是补充了作业控制,历史记忆机制和命令行编辑。
A useful language needs arrays, pointers and a generic mechanism for building data structure.
Lifenotes: March 24
今天和李哥,聊了挺多关于人生、男人的话题,总结如下:
男人抓大方向,别抓细节。
不要纠结过去,抓住当下,未来随缘
人生选择A了,选择B也是合理的。
不要纠结理由。
任何的存在都是合理的,每个人都有自己的理由。
做好自己,当痛苦选择的时候,其实是没有能力提供更好的选择。
Algorithm: The Shortest Path, 关于最短路径的算法
VIM Ultimate distribution
Use the spf13-vim to make the default configuration of the vim, quite helpful.
Store all my own vimrc settings in the .vimrc.local
How to use google
How to use google?
Insight: The searching result ofen is coming form some specified websites: like stackoverflow for coding problems, stackexchange for engineering problems, vim for plugin information…
Scrapy: python module to web crawling and scrapying
Use scrapy to crawl the amazon products’ comments:
Install the ipython first:
Tip1: use these two lines to implement the python autocomplete
VIM plugin bug adventure '%' sign
Today, I tried to use % to jump between (), use %xx to delte a pair of () in the markdown file. But I found the situation is :
- The first time of % , work. But the trials after that, doesn’t work.
- It’s only appearing the editing with the MARKDOWN file no matter where the location is.
Python manipulate Mouse and Keyboard crossplatform
Today, my workmate tried to use MFC win32 in C++ language to manipulate the mouse in windows. But, you know, the C++ language is a very old old friend to me. For me, it’s very hard to understand the C++ program in a short time. In contrast to C++,
Python is much more friendly and directly. So I have a question, how to use python to manipulate the mouse and keyboard?
Change title and schedule the learning
I changed the title to
for:
- To memory the C syntax is so foundation, like the definition of the block, ; idicates the end of the line, () to include the expression, CAPITAL variable should be the constant value, use ^0 value to indicate the true.
- Improve everything, coding, writing skills, speech capability and daily life…