Changes between Version 4 and Version 5 of jazz/09-06-12
- Timestamp:
- Jun 12, 2009, 5:19:51 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-06-12
v4 v5 4 4 * [http://web1.nsc.gov.tw/newwp.aspx?act=Detail&id=402881d021818dff0121b387f47c00ce&ctunit=31&CtNode=42&mp=1 科學工業園區固本精進研究計畫第二期計畫徵求] - 期間自98年6月6日起至98年7月15日截止 5 5 * [http://www.nsc.gov.tw/sci/ct.asp?xItem=14370&ctNode=1622 98年度「節能減碳教育研究」整合型計畫徵求書] - 哈!! 節能減碳也可以有計畫呢! 6 7 * [http://web.mit.edu/professional/short-programs/courses/multicore_programming.html MIT 的 Multicore Programming 課程],他們超認真的,還分析課程組成、難易度等。 8 * [[Image(MIT_Multicore.jpg,width=400)]] 6 9 7 10 == Programming : Shell == … … 17 20 * [http://www.ioremap.net/projects/pohmelfs POHMELFS] - 網路分散式檔案系統 (可能跟 Lustre 相似,值得注意) 18 21 * [http://git.open-osd.org/gitweb.cgi?p=open-osd.git;a=blob;f=Documentation/filesystems/exofs.txt;hb=refs/heads/exofs EXOFS] - 物件檔案系統,來自 http://www.open-osd.org/ 19 * FS-Cache - 2.6.30 加入從網路檔案系統快取的機制,跟其他 Unix 作業系統的 [CacheFS] 相似。22 * [http://people.redhat.com/~dhowells/fscache/FS-Cache.pdf FS-Cache] - 2.6.30 加入從 NFS 快取的機制,跟其他 Unix 作業系統的 [http://en.wikipedia.org/wiki/CacheFS CacheFS] 相似。 20 23 * Filesystems performance improvements - 因為 fsync 的改進,也加快了檔案系統的效能 21 24 * Fastboot - Intel Moblin 的快速開機機制也有被收錄進 Kernel … … 73 76 }}} 74 77 78 == Hadoop == 79 80 * [http://developer.yahoo.com/hadoop/ Yahoo! Distribution of Hadoop] - 雅虎釋出他們補丁過的 Hadoop 版本,也就是有在雅虎的大型叢集部署過的版本 81 * http://github.com/yahoo/hadoop/tree/yahoo-hadoop-0.20 - 看樣子雅虎已經在用 Hadoop 0.20 版囉!! 82 75 83 == Virtualization == 76 84 … … 83 91 * [http://www.usenix.org/events/hotcloud09/tech/ HotCloud '09 Workshop] 84 92 93 * http://www.jolicloud.com/ - a cool new OS for your netbook 94 * 看 [http://www.jolicloud.com/tour 系統概念截圖] 很容易就抓到這套作業系統的想法是要讓 netbook 很輕量,但有網路時就同步到 Jolicloud 的雲端服務上。 95 85 96 == jQuery == 86 97 … … 92 103 93 104 * [http://www.oss.org.tw/dokuwiki/doku.php?id=linuxforum Linux Forum 2009 講師簡報] 105 106 * [http://google-opensource.blogspot.com/2009/06/introducing-android-scripting.html Introducing Android Scripting Environment] - 在 Android 上執行 Script 的環境 94 107 95 108 == Firefox ==