**這個頁面不需註冊/登入也可以直接編輯的內容喔**
聚會期間會先用
http://pad.hackingthursday.org
來共筆打字,過一陣子後再整理更新至此頁
fourdollars:
Shell Script 一遇到錯誤就 break
1 #!/bin/sh
2
3 set -e
4
現在要分享的是 vim 裡面 有的時候會想要排序
先選起來,然後再打
:'<,'>sort
:'<,'>!sort|uniq
:'<,'>sort | r!ls
最近在讀 perl 的書,有一點心得跟大家分享 其實 perl5 沒有真正的 OO,而是用 bless 來作的
use 5.010;
use strict;
use warnings;
{ package Hello;
sub world {
print "hello world!\n";
}
}
Hello::world();
my $num = 1;
my $obj = \$num;
bless $obj, 'Hello';
$obj->world;
1;
- perl 的變數前面要有個 my
- bless 是作用在 reference 上
- bless 有分幾種,有 array, hash, coderef,
pct:
ipad 裝 jb 然後就可以投影片 reeder 這個是裝什麼軟體啊? => Display Out ( 一定要 jb之後,才能裝 Display Out )
popcap, 會上隱,不眠不休的在破關 iphone 不知道有沒有 VGA 的轉接頭是 890 NTD
my kingdom for princess
若喜歡看小說的話,可以裝”電子書工具” 可以從 iTunes, wiki, internet ( 連大陸的網站 ) 缺點是,翻頁沒有很流暢
tap-translate
c++ IQ
feedly 唯一付費買的軟體,Rex 也有裝 http://www.feedly.com
[vim] Gundo.vim 就是 vim 的 undo branch
英文介紹:http://vimcasts.org/episodes/undo-branching-and-gundo-vim/
中文介紹(OOO 大大):http://blog.othree.net/log/2011/02/27/gundovim/
Max:
之前用手機來廣播會議,若想要照講師跟照桌面的話 針對 justin.tv
VLC broadcasting API ( justin官方的 )
http://www.justin.tv/sakanamax
這個有附 GUI 對 end user 較方便 只要將 account 跟 stream key –no-sound-audio
目前程式是在 opensuse 上成功運作
ypwang:
在上星期的筆記有,
http://www.hackingthursday.org/2011-02-24
alias grep=”env GREP_COLOR="$(echo 3$(echo "$(date +%N)%6+1" | bc -q)’;1;7’)" egrep –color=always”
ls | grep core
dpkg -l |grep vim | grep common
kcliu:
在 OSX 執行 inkscape 之前,先執行 X11 的 server
grep -Hr 'git' /usr/local/Library/Formular'
git://gitorious.org/dbus-cplusplus/mainline.git