專注於GNU開發工具研發與客制化的CodeSourcery公司與若干嵌入式系統大廠,諸如MontaVista、Freescale,及WindRiver等廠商合作,針對glibc的改進計畫 (自2.5版開始),實做出更適合Embedded環境的C Library實做 -- EGLIBC,並承諾與glibc的binary/source compatibility,其明確的目標可參考EGLIBC::Mission網頁
也許你會認為英文是電腦的標准語言, 要學電腦就要學英文, 因此不必為了那些又想學寫程式但又不想學英文的懶鬼操心。 然而學英文是要的,但最好別從電腦程式中來學, 因為編程語言和英文自然語言很不一樣。
周蟒 (zhpy) 讓你可以使用純中文句子(繁體或簡體)來編寫 Python 語言程式。
洪朝貴教授的資訊人權貴開始寫 部落格 囉, 以後靜態網頁的 rss 也將改成部落格的 feed。
The open source wxWidgets library makes programming GUIs incredibly easy, far easier than with most platform APIs. Jeff Cogswell shows how this handy C++ library can shorten your programming time with powerful classes that are simple to use.
Since digital still cameras hit mainstream, we’ve all become flooded with hundreds of photos. Most of them require some sort of post-processing before they can be published online. Even a simple task such as scaling a holiday picture and applying a signature can be a tedious task, often taking up hours, especially when one has hundreds of photos. Now try to do even more, for example normalize the colors, brightness and contrast… and you can find yourself going on another holiday before publishing pictures from the previous one.
用 command line 處理圖片的好方法!
Guido van Rossum Python Software Foundation Email: docs@python.org Fred L. Drake, Jr., editor Release 2.5 19th September, 2006
Python入門文件
讓MediaWiki支援程式碼高亮度標示(Syntax Highlight),使用的是GeShi
Memcached is a high-performance, distributed caching system. Although application-neutral, it's most commonly used to speed up dynamic Web applications by alleviating database load. Memcached is used on LiveJournal, Slashdot, Wikipedia and other high-traffic sites.
免費的CVS, SVN Hosting - SVN 有1G,CVS 有100M。
很有趣的統計資料,統計linux kernel 中,誰contribute 最多code..
這個跟Jserv說過的有點像
對呀,我也覺得奇怪,為甚麼static link的glibc size這麼大,到底是多了些什麼..
這是什麼?專為programmer所設的hemi ?
簡單的 autotool 使用,GTK+程式範例。
UML 顧名思義是將 Linux Kernel 移植到 user-space,如此一來,就可將這個修改的 "Kernel" 當作一般的 Linux process 來執行,這有什麼好處呢?簡單來說,至少有以下應用: * 對與硬體架構無關的一般性 Linux Kernel 程式作偵錯與快速測試 * 檢驗 file system 的完整性與正確性,特別是 init script 相關的部份 * 在單機建構虛擬網路環境,以多個網路單元進行模擬操作 * 追蹤 Linux Kernel 大體流程,允許快速測試新的演算法或改進途徑 * 完整的 Linux 教學環境
Bill Gatliff provides a walkthrough of the portions of the Linux kernel that manage interrupts and describes how Linux interacts with interrupt controllers and how to adapt code for custom hardware.
原來還可以這樣"自訂"gdb.