1. Douban on Gwibber

    Tue 05 October 2010
    • 装备 tags:
    • Douban
    • foss
    • gnome
    • gtk
    • gwibber
    • python
    • ubuntu published: true comments: true

    Now it's possible to use Gwibber as a desktop Douban.

    Setup a douban client in the account dialog: GwibberDoubanSetup

    Authorize Gwibber to access private data on Douban (OAuth): DoubanOAuthAuthorize

    Display Douban activities on Gwibber timeline: GwibberDouban

    The code has …

  2. Redis Data Struct

    Fri 01 October 2010
    • 手艺 tags:
    • c
    • redis published: true comments: true

    Redis的几个核心数据结构定义在redis.h和dict.h中。Redis服务器总的数据结构里的根节点是redisServer,下面包含一个redisDb结构数组。数组的大小定义在redis.conf中的databases项,客户端可以通过 …

  3. Visualize call tree of a C function

    Fri 24 September 2010
    • 把戏 tags:
    • c
    • dot
    • foss
    • visualization published: true comments: true

    Requirement

    You want to visualize a call hierarchy of a C function.

    Solution

    Utilities you need are listed below:

    Take 'rdbSaveBackground' (redis/rdb.c) for example:
    [cc lang="bash"]
    cflow --format=posix --omit-arguments --level-indent='0 …

« Page 71 / 133 »