10 2016 档案

C89, C99, C11: All the specifics that I know
摘要:before anything.. sizeof is an operand! sizeof is an operand! sizeof is an operand! 重要なことは三回にしませんね! int *ptr; sizeof *ptr; = sizeof (int); the followi 阅读全文

posted @ 2016-10-28 11:53 三叁 阅读(264) 评论(0) 推荐(0)

Docker: Usage instruction
摘要:Install docker from official site, in windows. or install docker from repo as official site told, in linux.. after installation, we run by: (windows s 阅读全文

posted @ 2016-10-27 18:01 三叁 阅读(399) 评论(0) 推荐(0)

Jekyll: .md to .html with self defined themes..
摘要:theme is from here Note: writing jekyll blogs should not contain any chars other than ascii, otherwise github.io will not compile. 阅读全文

posted @ 2016-10-24 16:48 三叁 阅读(230) 评论(0) 推荐(0)

RVM: instsallation
摘要:login as user, do the following: update rvm, install new ruby.. if need to specify some version of ruby to be default chosen when opening new terms, r 阅读全文

posted @ 2016-10-21 16:12 三叁 阅读(168) 评论(0) 推荐(0)

Valgrind: memcheck of memleak/mem-uninitialization; massif usage
摘要:first install valgrind, its newest ver is 3.11, and stops updating since 2015/12. in centos, yum installs 3.10 ver. using valgrind ./buggy.out to exec 阅读全文

posted @ 2016-10-20 16:23 三叁 阅读(265) 评论(0) 推荐(0)

导航