2010年9月16日 星期四
Email::Send::Gmail - Send Messages using Gmail (3)
切記安裝的是ActivePerl 5.10,否則裝了ActivePerl 5.12的話,不論怎樣都看不到這個gmail的模組的
2010年8月22日 星期日
中橫健行隊經典復刻梯
真的是太經典了…以下資訊轉錄自http://www.youth.org.tw/index.php 活動名稱: 中橫健行隊經典復刻梯活動代號: 92MA08 |
活動特色: 七、八十年代全國高中職、大專生擠破頭報名的夢幻活動:「中橫健行隊」,即將在當年領隊、駐站服務員手中經典復刻!本營隊突破困難,重啟封莊十年的慈恩、洛韶兩山莊,只為重現我們那曾經伴隨汗水與淚光、笑語和勇氣的永恆青春!老朋友、新朋友,讓我們肩起背包頭頂小黃帽,腳踏實地69公里,在陽光與笑顏裡寫下我們自己的光陰故事。 第一天:台中火車站報到→專車接送至霧社→合歡山→觀雲→晚餐→觀雲大型團康晚會之夜。第二天:觀雲早餐→健行至金馬隧道6公里→午餐(便當)→健行至慈恩10公里→晚餐→慈恩通舖溫馨晚會之夜。第三天:慈恩早餐→健行至新白楊10公里→午餐(便當)→健行至洛韶11公里→晚餐→洛韶闖關遊戲晚會之夜。第四天:洛韶早餐→健行至西寶8公里→午餐(便當)→健行至天祥8公里→晚餐→天祥土風舞晚會之夜。第五天:天祥早餐→健行至靳珩橋9公里→午餐(便當)→健行至長春祠健行終點7公里→專車接送至花蓮學苑→晚餐→花蓮市區遊覽→花蓮惜別晚會之夜第六天:花蓮學苑早餐(三明治)→團體照→花蓮學苑解散。 附註:洛韶山莊目前雖正加緊整建,但相關室內住宿、用餐環境、盥洗衛生等環境,因山莊荒廢日久,故各項條件相對簡陋,需請注意。 | ||
活動日期: 第2梯 時間 : 2010-07-06 13:00:00 至 2010-07-11 11:00:00 報到地點: 台中火車站 | ||
活動對象: 高中職校以上 | 活動費用: NT 5200元 | 活動地點: 台中、花蓮地區 |
活動聯絡人: 文耀忠 | 聯絡電話: (02)25025858分機404 |
2010年7月22日 星期四
Perl OpenGL (POGL)
http://en.wikipedia.org/wiki/Perl_OpenGL
Perl OpenGL (POGL) is a portable, compiled wrapper library that allows OpenGL to be used in the Perl programming language.
基本上就是在perl裏呼叫opengl函式庫,速度看來相當快
http://graphcomp.com/pogl.cgi?v=0111s3m8&r=s3m1 有兩個demo可以拿來run一下看看
Perl OpenGL (POGL) is a portable, compiled wrapper library that allows OpenGL to be used in the Perl programming language.
基本上就是在perl裏呼叫opengl函式庫,速度看來相當快
http://graphcomp.com/pogl.cgi?v=0111s3m8&r=s3m1 有兩個demo可以拿來run一下看看
2010年7月17日 星期六
What To Do Once You've Downloaded A Module From The CPAN / 如果你直接從cpan下載了一個模組的話,接下來要怎麼安裝呢?
http://www.cpan.org/modules/INSTALL.html
基本上我上了黃色底色的部分是大家比較容易忽略的
基本上我上了黃色底色的部分是大家比較容易忽略的
- If you're on Unix,(You can use Andreas König's CPAN module to automate the entire process, from DECOMPRESS through INSTALL.)
A. DECOMPRESS
Decompress the file with
B. UNPACKgzip -d yourmodule.tar.gz
You can get gzip from ftp://prep.ai.mit.edu/pub/gnu.
Or, you can combine this step with the next to save disk space:
gzip -dc yourmodule.tar.gz | tar -xof -
Unpack the result with
C. BUILDtar -xof yourmodule.tar
Go into the newly-created directory and type:
D. INSTALL
perl Makefile.PL
make
make test
While still in that directory, type:
make install
Make sure you have the appropriate permissions to install the module in your Perl 5 library directory. Often, you'll need to be root.
That's all you need to do on Unix systems with dynamic linking. Most Unix systems have dynamic linking -- if yours doesn't, or if for another reason you have a statically-linked perl, and the module requires compilation, you'll need to build a new Perl binary that includes the module. Again, you'll probably need to be root.
Personal Brain
http://www.youtube.com/watch?v=QP3d7P4AERg
相較於mindmanager,這個軟體比較強調一種"魚眼"的視角功能
這在認知心理學上或圖學上都有它的立論基礎
不過一旦mindmanager也實作這個功能的話,personal brain就沒有什麼競爭優勢了
相較於mindmanager,這個軟體比較強調一種"魚眼"的視角功能
這在認知心理學上或圖學上都有它的立論基礎
不過一旦mindmanager也實作這個功能的話,personal brain就沒有什麼競爭優勢了
2010年6月2日 星期三
2010年5月28日 星期五
訂閱:
文章 (Atom)