ans42

assert(random() == 0x2a)

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年12月13日

摘要: Table of Contents 1 动机 2 代码 3 使用方法: 1 动机 Html作为一种文档格式其实还是比较好的,支持图片,超链接。 一般只要不使用过于复杂的JavaScript,兼容性也不成问题。 最主要的一点,有很多工具可以生成Html,比如asciidoc, txt2tags, emacs/org-mode. 但是如果Html引用了外部图片... 阅读全文
posted @ 2011-12-13 22:34 ans42 阅读(732) 评论(0) 推荐(0) 编辑

2011年12月11日

摘要: 我先把不那么常见的用法的示例给出,常见的用法放在后面,只是作为备忘。 Table of Contents 1 不那么常见的用法 1.1 使用gdb script做初始化工作 1.2 gdb添加源代码搜索路径 1.3 通过一条shell命令调用正在运行的进程中的一个函数 2 常见用法 2.1 准备工作 2.2 查看线程 2.3 给线程发送信号 2.4 调用函数... 阅读全文
posted @ 2011-12-11 23:14 ans42 阅读(814) 评论(0) 推荐(0) 编辑

2011年8月14日

摘要: Table of Contents 1 mechanisms 1.1 gcc cyg_profile_func_enter()/cyg_profile_func_exit() hooks 1.2 using LD_PRELOAD environment to provide __cyg_profile*() implementations 1.3 using graphviz to genera... 阅读全文
posted @ 2011-08-14 21:51 ans42 阅读(608) 评论(0) 推荐(0) 编辑

2011年6月24日

摘要: 1 Motivation Understand the workflow of autoconf and automake 2 Workflow 2.1 Simplified Workflow Our target is to generate one or several Makefile, two steps involved: you need to supply one configur... 阅读全文
posted @ 2011-06-24 18:20 ans42 阅读(183) 评论(0) 推荐(0) 编辑

2011年6月18日

摘要: Table of Contents 1 Motivation 2 Analysis 2.1 Number of packages and groups of remote repositories 2.2 Number of installed packages 2.3 Package Installed Size Distribution 2.4 Package Dependencies 2.... 阅读全文
posted @ 2011-06-18 01:13 ans42 阅读(301) 评论(0) 推荐(0) 编辑

2011年6月17日

摘要: Table of Contents 1 Handle Complex Configurations 1.1 .emacs.d/init.el and version control 1.2 Add several load-path using one line code 1.3 Structure your config file cleaner 1 Handle Complex Config... 阅读全文
posted @ 2011-06-17 11:09 ans42 阅读(389) 评论(0) 推荐(0) 编辑

2011年6月16日

摘要: 1 Motivation For the task of blogging, you can generate Html file locally, then using metaWeblog API to upload them to your blog hosting site. This workflow has following benefits: There are many way... 阅读全文
posted @ 2011-06-16 21:36 ans42 阅读(986) 评论(0) 推荐(0) 编辑