Changes between Version 4 and Version 5 of jazz/08-12-31
- Timestamp:
- Dec 31, 2008, 11:46:23 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/08-12-31
v4 v5 9 9 }}} 10 10 11 * [http://www.biomedcentral.com/1471-2105/9/558 Simple Parallel R INTerface (SPRINT)] - A new parallel framework for R12 13 11 * 錄製 Linux 桌面的方法 - [http://www.computerworld.com/action/article.do?command=printArticleBasic&taxonomyName=Operating+Systems&articleId=9124180&taxonomyId=89 Recording the Linux desktop -- the hard way] 14 12 15 * [http://www.cw.com.tw/article/print.jsp?id=36473 佐藤可士和的「創意整理學」] 16 * [http://www.cheers.com.tw/doc/print.jspx?id=40288ac81e81972b011e85ce7a244d10 2009改頭換面,9件非做不可的事] 13 * [備忘] 如果在 BAT 批次檔中要多次呼叫另一個 BAT 程式,會發現只執行第一次。正式的寫法應該是用 Call 來執行。 14 {{{ 15 REM "這是錯誤寫法!!" 16 D:\wmv2mp3.bat 成長傳記 1631 17 D:\wmv2mp3.bat 商業管理 1621 18 REM "這是正確寫法!!" 19 call D:\wmv2mp3.bat 成長傳記 1631 20 call D:\wmv2mp3.bat 商業管理 1621 21 }}} 22 23 == Parallel Programming == 24 25 * [http://www.biomedcentral.com/1471-2105/9/558 Simple Parallel R INTerface (SPRINT)] - A new parallel framework for R 17 26 18 27 == Web Service : !JavaScript == … … 21 30 * [https://svn.i-want-a-pony.com/repos/mod_v8/trunk/ svn trunk] 22 31 * [http://www.stevesouders.com/blog/2008/12/27/coupling-async-scripts/ Coupling async scripts] - 分析 javascript 載入的速度 32 33 == 職場技能 == 34 35 * [http://www.cw.com.tw/article/print.jsp?id=36473 佐藤可士和的「創意整理學」] 36 * [http://www.cheers.com.tw/doc/print.jspx?id=40288ac81e81972b011e85ce7a244d10 2009改頭換面,9件非做不可的事]