2014-12-04 聚會手記
DreamerC
(Ham radio)
Google Maps APRS 自動位置報告系統
http://aprs.fi/#!lat=25.03920&lng=121.52500
atsushieno
從 12/1 開始,每日打開一格,來爲耶誕倒數
Advent Calendar 2014 - Qiita
http://qiita.com/advent-calendar/2014
Carl
Gliffy - Online Diagram Software and Flow Chart Software
http://www.gliffy.com/
yan
beanstalkd - Beanstalk is a simple, fast work queue.
http://kr.github.io/beanstalkd/
// run all python test scripts in directory
$ python -m unittest discover -v -s <directory> -p '*_test.py'
// python profiling tool
# pip install pycallgraph
$ pycallgraph graphviz -- ./mypythonscript.py
Blex
http://en.wikipedia.org/wiki/Firestarter_%28firewall%29
# ip route show table all
目前 Linux 平台上,在 user space 主要透過 netlink 跟 kernel space 存取網路相關的 data
Mat
golang 中系統底層使用 socketcall 呼叫 API
socketcall 實作 => syscall/asm_linux_386.s 的 ·socketcall()
socketcall 宣告 => syscall/syscall_linux_386.go 的 func socketcall()
KD
$ git rebase --merge