摘要: ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'It seems useful as a upgrade version of 'ls -R' 阅读全文
posted @ 2014-10-22 16:34 Geek_GeNE 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Following code explain how 'global' works in the distinction of global variable and local variable. 1 var = 'Global Variable' 2 print(var) 3 4 def fu... 阅读全文
posted @ 2014-10-22 11:14 Geek_GeNE 阅读(523) 评论(0) 推荐(0) 编辑
摘要: Ctrl+C 复制Ctrl+X 剪切Ctrl+V 粘贴Ctrl+Z 撤消Ctrl+Y 恢复Ctrl+A 全选Ctrl+F 键查找对话框启动Ctrl+H 查找/替换对话框Ctrl+D 复制并粘贴当行Ctrl+L 删除当前行Ctrl+T 当行向上移动一行F3 查找下一个Shift+F3 查找上一个Ctr... 阅读全文
posted @ 2014-10-07 15:43 Geek_GeNE 阅读(187) 评论(0) 推荐(0) 编辑
摘要: Vbird Linux:Vim Learning:http://linux.vbird.org/linux_basic/0310vi.phpBash Shell:http://linux.vbird.org/linux_basic/0320bash.phpKey words of reminder:... 阅读全文
posted @ 2014-09-30 17:35 Geek_GeNE 阅读(318) 评论(0) 推荐(0) 编辑
摘要: Boring afternoon, searching something fun. See this articleWhat Your Favorite Font Says About You,http://www.complex.com/style/2013/09/favorite-fon... 阅读全文
posted @ 2014-09-25 17:18 Geek_GeNE 阅读(233) 评论(0) 推荐(0) 编辑
摘要: #include using namepspace std; int main() { cout<<"Hello World"<<endl; } 阅读全文
posted @ 2014-09-13 03:01 Geek_GeNE 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Hi, Hello! 阅读全文
posted @ 2014-09-13 02:48 Geek_GeNE 阅读(102) 评论(0) 推荐(0) 编辑
摘要: Hello Guys, It seems nothing would be not good after posting this blog link in my MS application. See you everyday. ... 阅读全文
posted @ 2014-09-13 02:30 Geek_GeNE 阅读(184) 评论(0) 推荐(0) 编辑