摘要: http://stackoverflow.com/questions/2065912/core-dumped-but-core-file-is-not-in-current-directory :) 阅读全文
posted @ 2016-04-09 15:48 walkerlala 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 什么是PIMPL(pointer to implementation) ? see: http://stackoverflow.com/questions/8972588/is-the-pimpl-idiom-really-used-in-practice http://www.cppsamples 阅读全文
posted @ 2016-04-03 21:52 walkerlala 阅读(455) 评论(0) 推荐(0) 编辑
摘要: (source: http://learnyouahaskell.com/higher-order-functions ) 阅读全文
posted @ 2016-04-02 16:40 walkerlala 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 再也不用怕装双系统时遇到一些奇奇怪怪的启动问题了。还能自定义grub的启动界面: http://www.dedoimedo.com/computers/grub.html http://www.dedoimedo.com/computers/grub-2.html :) 阅读全文
posted @ 2016-04-01 14:39 walkerlala 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 继续填坑。昨天看了Modern Operating System Concept一书,顺手在这里做点笔记...... 1. To implement the process model, the operating system maintain a table(usually an array o 阅读全文
posted @ 2016-03-31 23:20 walkerlala 阅读(425) 评论(0) 推荐(0) 编辑
摘要: Ned Batchelder - Facts and Myths about Python names and values - PyCon 2015: https://www.youtube.com/watch?v=_AEJHKGk9ns Ned Batchelder -- Loop like a 阅读全文
posted @ 2016-03-27 12:17 walkerlala 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 首先时这个讲Terminal的: https://www.youtube.com/watch?v=WAitSilLDUA some stuff: “”“ \x1b[23A move cursor 23 rows up \x1b[2J clear entire screen \x1b[ ?251 hi 阅读全文
posted @ 2016-03-27 01:51 walkerlala 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 是否很讨厌QQ的各种更新提示? http://www.zhihu.com/question/34861467 :) 阅读全文
posted @ 2016-03-25 17:16 walkerlala 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 在channel 9 上看Stephan T. Lavavej讲Core C++(上channel 9搜索 core C+ part II 即可看到),学到了点trick: 如果我们写一段这样的代码,让编译器帮我们做template type deduction: 不会通过编译。因为当编译器将lam 阅读全文
posted @ 2016-03-25 17:14 walkerlala 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Ned Batchelder教你python教你如何编码:http://nedbatchelder.com/text/unipain.html (也推荐看看那个里面的那个视频,对了解编码和python的内部编码机制非常有好处) :) 阅读全文
posted @ 2016-03-24 22:44 walkerlala 阅读(127) 评论(0) 推荐(0) 编辑