kcliu的聚會手記

2013-12-12

來源: 2013-12-12
runit - a UNIX init scheme with service supervision
http://smarden.org/runit/

2013-08-29

來源: 2013-08-29
可以用網頁掛 IRC

IRCCloud
https://www.irccloud.com/

2013-05-09

來源: 2013-05-09

Sumblime Text 2
http://kcliutw.tumblr.com/post/49395009419/sumblime-text-2

2013-03-21

來源: 2013-03-21

JavaScript忍之道2::百謎決戰-iT邦幫忙XJSDC

console.log("jsdc2013".replace("2013","$`"));

$‘ (backtick) inserts the text to the left of the regex match
$’ (single quote) inserts the text to the right of the regex match
$$ inserts a single dollar sign

2013-01-31

來源: 2013-01-31

for x in ‘echo $PATH | sed -e ’s/:/ /g'` ; do test -d $x && find "$x" -name "*gcc*" ;done | xargs readlink |grep -v llvm|sort | uniq | head -1

2013-01-10

來源: 2013-01-10
https://etherpad.mozilla.org/moztw-mentor-bug

2011-06-30

來源: 2011-06-30
http://blog.xuite.net/t3c.net/blog/34313944
man packagemacker 就可以看 command line

 PackageMaker -build -p <destination pkg path> -f <root dir>  -r <resources dir> -i <info filepath> -d <description  file path>

2011-03-10

來源: 2011-03-10
http://sourceforge.net/projects/dbus-cplusplus/
dbus-c++ for homebrew : https://gist.github.com/864152

OSX 上的 ldd => otool -L
OSX 上的 pthread 應該是內建的

2011-03-03

來源: 2011-03-03

在 OSX 執行 inkscape 之前,先執行 X11 的 server

grep -Hr 'git' /usr/local/Library/Formular'
git://gitorious.org/dbus-cplusplus/mainline.git

2011-02-24

來源: 2011-02-24
/usr/local/Library/Formula/*.rb <= homebrew

2011-02-10

來源: 2011-02-10
osx 上安裝軟體有 MacPorts, homebrew.. 等方式,自己是用 homebrew 為主

homebrew 的機制類似 FreeBSD 的 ports, 或是 gentoo 的 portage.
4$ 找到 homebrew 的 package seed ,是放在 /usr/local/Library/Formula/*.rb 的目錄下
homebrew 的 package seed 的內容像這樣, https://github.com/mxcl/homebrew/blob/master/Library/Formula/d-bus.rb

2011-01-06

來源: 2011-01-06
在日本看到 google chrome 的廣告,電視上~~
http://www.youtube.com/watch?v=6PGznR2a9xk&feature=player_embedded

2010-10-14

來源: 2010-10-14
寫了一個小 tool,可以快速查單字, 查 google dictionary。
寫了大約 4-5 天,就是從颱風假開始寫,寫到中秋節。
本來 UI 要自己刻,後來發現 firefox有既有元件。
用 autocomplete 的來改

http://www.cs.nctu.edu.tw/~gjliou/agileDict.html

歡迎大家試用測試!

2010-09-23

來源: 2010-09-23

cross-reference site for firefox :
http://mxr.mozilla.org/firefox/
cross-reference site for Linux kernel :
http://lxr.linux.no

2010-07-01

來源: 2010-07-01

selObj = window.getSelection();
range = document.createRange();
result = range.selectNode( selObj.getAnchorNode.parentNode ).toString();

2010-06-24

來源: 2010-06-24
http://www.openjs.com/scripts/events/keyboard_shortcuts/
用這個來加 javascript網頁的熱鍵,非常方便!

javascript debug callback 常用手法:

callback = function(){ ... };

alert( callback.toString() );

2010-06-10

來源: 2010-06-10

./configure --help

可以看該 package所提供的設定選項
./configure --enable-debug

通常是用開啟 debug編譯功能

2010-04-29

來源: 2010-04-29
http://scripts.irssi.org/html/trackbar.pl.html
這個用來看 IRC 上次看到那一行,會有一個虛線表示,每次離開時都會更新到頁面的最下面那一行,以顯示最後一次看到的內容。

2010-04-29

來源: 2010-04-29

[22:11] <Mat__> >>> import subprocess
[22:11] <Mat__> pct: 好哇 XD
[22:12] <Mat__> out,err = subprocess.Popen(["sudo ifconfig"], shell=True, stdout=subprocess.PIPE ).communicate()
[22:12] <@pct> subprocess ++
[22:12] <Mat__> import re
[22:12] <Mat__> print re.findall( '.*MTU:(.*) .*', out )
[22:13] <Mat__> 高級用法 ++
[22:13] <Mat__> 衝啊 kcliu

2010-04-15

來源: 2010-04-15
vim 的好用外掛~
snipMate ,打一個關鍵字,會出現語法補全
NerdTree, 可以在左邊打開檔案樹狀列表
MRU, 開出來會說最近開過那些檔案

2010-04-01

來源: 2010-04-01
cdargs
http://kc-liu.blogspot.com/2010/04/cdargs-cd_01.html
這個是用來作 CLI 目錄書籤的,很方便!!
(目前是繁中第一排,一定要推一下!!)

2010-03-18

來源: 2010-03-18
vim 的 ShowMarks ( S大寫,M大寫 )
(補貼官網)
這個可以在 vim 的左側欄 show 出 marks 的號碼,容易辨識

vim 的 MRU
這個列出曾經開過的檔案

vim 的 snipMate
這個可以快速展 sample code ( 看有支援什麼 code, c/c++, python, php… )

2010-03-04

來源: 2010-03-04
sudo pm-suspend 可以指令休眠
wicd-curses => CLI 的網路設定界面

2010-01-28

來源: 2010-01-28
$(info text…)

all:
    $(info Hello world)

www-apps/lxr
dxr

除非特別註明,本頁內容採用以下授權方式: Creative Commons Attribution-ShareAlike 3.0 License