代码改变世界

[置顶]More on vim tips

2013-10-21 22:16 by i一骑绝尘, 176 阅读, 0 推荐, 收藏, 编辑
摘要:1. dd will delete the whole line and cc will delete the whole line and change into insert mode.2. use / or ? to do search , and use n or N to move to the next or previous one.3. :set ignorecase4. :set hlsearch5. :nohlsearch6. :noh7. :800 this will go to the 800th line8. /.[aoeiu] this will search... 阅读全文

[置顶]programming ruby-chap03

2013-07-17 16:55 by i一骑绝尘, 6 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]programming ruby-chap02

2013-07-17 15:23 by i一骑绝尘, 1 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]agile web development with rails --chap05--the depot application and chap06--creating the application

2013-07-11 22:56 by i一骑绝尘, 0 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]programming ruby-chap05 --Sharing Functionality: Inheritance, Modules, and Mixins

2013-07-11 14:22 by i一骑绝尘, 1 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]agile web development with rails --chap04--introduction to ruby

2013-07-10 17:29 by i一骑绝尘, 0 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]agile web development with rails --chap03--the architecture of rails application

2013-07-10 15:27 by i一骑绝尘, 0 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]agile web development with rails --chap02--instant gratification

2013-07-10 11:45 by i一骑绝尘, 0 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]agile web development with rails --chap01

2013-07-10 00:32 by i一骑绝尘, 0 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]programming ruby-chap04

2013-07-09 21:32 by i一骑绝尘, 1 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]programming ruby-chap01

2013-07-09 15:11 by i一骑绝尘, 1 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]learning gnu emacs--chap01

2013-05-01 10:39 by i一骑绝尘, 6 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]beginning python from novice to professional ---chap6--abstraction

2013-04-22 12:18 by i一骑绝尘, 2 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]beginning python from novice to professional ---chap5

2013-04-22 01:46 by i一骑绝尘, 0 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]beginning python from novice to professional ---chap4

2013-04-22 01:18 by i一骑绝尘, 0 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]beginning python from novice to professional ---chap3

2013-04-22 00:36 by i一骑绝尘, 0 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]beginning python from novice to professional ---chap2

2013-04-21 23:56 by i一骑绝尘, 1 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]Programming perl --chap01--an overview of perl

2013-03-20 17:20 by i一骑绝尘, 6 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]深入浅出之正则表达式笔记

2013-03-20 12:36 by i一骑绝尘, 4 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

[置顶]Python命名规则

2013-03-20 12:35 by i一骑绝尘, 1 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文

Method Calling in Perl

2014-09-10 22:00 by i一骑绝尘, 144 阅读, 0 推荐, 收藏, 编辑
摘要:This is notes from reading the "object oriented perl programming".Elements of the @_ array are special in that they are not copies of the actual argum... 阅读全文