2009-12-03 聚會手記

上一週 || 下一週

前情提要

這一頁會固定於前一天週三中午附加在聚會通告的 Email 裡
若你也有想要分享的內容,也隨時歡迎你自助編輯加上你想分享的消息嘍 :-)

本週人數 : 12+

最近的熱門討論:

  1. Hacking Thursday 跨年的去處 http://groups.google.com/group/hackingthursday/browse_thread/thread/a48b18726a9d6bba
  2. Hacking Thursday 場地討論 http://groups.google.com/group/hackingthursday/browse_thread/thread/2490ee0bf6378257

大家最近在作的東西:

  1. Mat: 寫了包 deb 的 script http://groups.google.com/group/hackingthursday/browse_thread/thread/da4ba09d38979711
  2. Rex: HTML5 離線網頁程式 http://people.debian.org.tw/~chihchun/2009/11/28/offline-web-apps/
  3. Rex: 修正 Hellotxt 之 Ubiquity Script http://people.debian.org.tw/~chihchun/2009/11/29/fix-hellotxt-ubiquity-script/
  4. yan: 修正 Auto H4 Mail Sender 通告內容擷取自當週週聚會的手記頁
  5. yan: 想請教 Tsung 有關 "站內搜尋" 與 自動產生 "網站分類標籤"
  6. Rex: 快快樂樂在 Debian 上抓蟲 http://people.debian.org.tw/~chihchun/2009/12/01/debug-on-debian-with-nemiver/

這陣子有分享到的經典文章:

其他有趣的新聞跟連結:
Hacking Thursday 最近有了 facebook group! 歡迎大家加入~~
http://groups.google.com/group/hackingthursday/browse_thread/thread/b61f64dcf395e784
http://www.facebook.com/group.php?gid=173053565674

yan

這個可以把常用的密碼剪貼到 x window 的剪貼簿,這樣子就不用再用 mouse 剪貼

openssl end -d des -in .pw.cpt | cut  -c 3-11 | xclip -selection clipboard

Q: xclip 是什麼
A: xclip - command line interface to X selections (clipboard)

掛 server 載片幫手 (need framebuffer)
開網頁 : netsurf-linuxfb // 功能還不強, 可以解析 HTML4、CSS1
看圖片 : fbi
看影片 : mplayer -vo fbdev qqq.avi

blue119

看到 Rex 放在 youtube 的 Fourdollars 的 code trace 的 demo 而發想的
用 graph.dot 的格式
紀錄進入點跟離開點,就可以反查 caller 跟 callee

_cyg_profile_funcs

nm <function name> |grep 894829a

addr2line -e 804826 -f <program>

pvtrace

在 leapad 上試試看

( 反應熱烈 …)

jidanni

分享在 facebook 上的正妹圖(有來有看到 :p)

Tsung

Google 語言
http://golangd.com/

jiing

老子網站 ( 漫畫<—> 句子的分段 )

Mat

wink 可以用來錄螢幕操作,作簡報跟使用手冊很方便

pmount: 可以看 /dev/ 的裝置,自動建目錄並 mount 上去
ivman: 可以跟 pmount 結合,達成自動 plug and mount

http://ycfunet.blogspot.com/2008/02/ivman-hal.html

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