的聚會手記

2010-04-08

來源: 2010-04-08
我在網站找到這份資料,想分享給大家
http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
2010年的最佳程式是C,第二是Java,第三是C++

2010-02-25

來源: 2010-02-25
用 processing 來畫東西,但圖檔不知道大小,於是用 ImageMagick 的 convert 來批次處理
腳本內容:

for file in `dir -d *.png`; do
convert -trim "sfile" "sfile"
convert "sfile" -transparent white "sfile"
done

2009-11-12

來源: 2009-11-12
紹介 Trayer

trayer --transparent true --tint 0x000000 --edge top --widthtype request --align right --height 18 &

http://maketecheasier.com/8-useful-and-interesting-bash-prompts/2009/09/04
笑臉跟 orz 的 bash prompt

2009-11-05

來源: 2009-11-05
日本來的友人,打個招呼~~

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