Git

这里记录我容易忘记的Git命令

Vim

这里记录我容易忘记的vim命令

金庸答百问

这次,趁着春节,补看了《越女剑》、《白马啸西风》和《鸳鸯刀》,《金庸全集》总算一部不落的读完了。记得第一本读的金庸小说是《神雕侠侣》,从此欲罢不能。这次又重读了一部分《笑傲江湖》,常想着,金庸那匠心独运的构思,是先想好了再写,还是边写边想,终于在金庸答百问里找到了答案:

Flex, A fast scanner generator

One size does not fit all Flex is a tool for generating scanners: programs which recognized lexical patterns in text. flex reads the given input files, or its standard input if no file names are given, for a description of a scanner to generate.