gfreezy的读书主页
gfreezy的书评 · · · ( 1篇 )
gfreezy的笔记 · · · ( 7篇 )
Dive Into Python (2)
Mark Pilgrim / Apress / 19 July, 2004 / $39.99
-
18.2. Using the timeit Module
>>> import timeit >>> t = timeit.Timer("soundex.soundex('Pilgrim')", ... "import soundex") >>> t.timeit() 8.21683733547 >>..;. -
Standard input, output, and error
/代码内容已省略/
Programming in Emacs LISP (2)
Robert J. Chassell / Free Software Foundation / 1995-10 / USD 20.00
-
Point and Mark
C-u C-T (C-u C-SPC)可以返回上一次的Point 与vim里面的C-T 一样 -
3.4 Different Options for interactive
You can specify a prefix either by typing C-u followed by a number or by typing <META> followed by a number.
Learn You a Haskell for Great Good! (3)
Miran Lipovaca / No Starch Press / 2010 / 44.95
-
for-a-few-monads-more
In our gcd' function, the logging is fast because the list appending ends up looking like this: a ++ (b ++ (c ++ (d ++ (e ++ f)))) Lists are a data structure that's constructed from left to righ... -
for-a-few-monads-more
/代码内容已省略/ Writer (x, ["Got number: " ++ show x]) 会出错,提示 Writer not in scope 原因是新的mtl版本里面改了,把Writer改成Writer就ok了。 -
for-a-few-monads-more
import Control.Monad.Writer 时出现 Ambiguous module name `Control.Monad.Writer': it was found in multiple packages: monads-fd-0.2.0.0 mtl-2.0.1.0 解决方法来自stackoverflow http://stackov...
gfreezy的推荐 · · · (2个)
- 推荐豆列卫报:100本最佳非虚构书籍 02-04 14:36
http://dongxi.net/b07zL 100本涉及艺术、科学、哲学、社会、旅...
- 推荐丛书Fate/Zero 2011-12-24 16:45
《Fate/Zero》(フェイト・ゼロ),2006年12月29日由TYPE-MOON与...推荐这套书
gfreezy关注的人 · · · ( 全部59 )
最近阅读 · · ·
- 5月20日
- 想读 写给大家看的设计书(第3版)
- 5月19日
- 读过 史蒂夫·乔布斯传
- 4月21日
- 读过 Programming in Emacs LISP、魔鬼经济学
- 4月8日
- 读过 暗时间、可爱的Python
- 4月6日
- 想读 认知盈余
- 4月3日
- 想读 幸福的方法
- 2月27日
- 在读 代码大全(第2版)
- 2月22日
- 在读 哥德尔、艾舍尔、巴赫
- 2月21日
- 写了关于 Dive Into Python 的读书笔记: 18.2. Using the timeit Module、Standard input, output, and error
- 2月18日
- 想读 Ruby元编程
- 2月13日
- 读过 UNIX编程艺术、鸟哥的Linux私房菜 基础学习篇(第二版)
- 2月4日
- 在读 C Programming Language
- 想读 The Art of Computer Programming, Volumes 1-3 Boxed Set、零ZEЯRO
- 1月26日
- 想读 Willpower
gfreezy收藏的丛书 · · · ( 1套 )
-
Fate/Zero( 共4册 ) 8人推荐


























绝对好书
看过中文版。 很仔细的介绍了javascript的几个例子,介绍了一些常用的用法,实践性很强。 我照着书一步一步的来,理解了javascript一些以前没注意到的东西,帮助挺大的。至少现在看闭包什么的能够理解了。(0回应)