| 1 | = 2009-09-12 = |
| 2 | |
| 3 | == Debian == |
| 4 | |
| 5 | * [http://www.h-online.com/open/news/print/114175 Debian switches to Upstart] |
| 6 | * http://upstart.ubuntu.com/ |
| 7 | * Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running. |
| 8 | * 看樣子為了讓開機速度加快,或者解決到一些傳統 Linux /sbin/init 造成的問題,開機程序又再重新改寫了。 |
| 9 | |
| 10 | == Vim 密技 == |
| 11 | |
| 12 | * [http://hoamon.blogspot.com/2007/03/vim.html 可怕的 VIM] - 輸入 :TOhtml 就可以產生有 Syntax Highlight 的程式碼!!! |
| 13 | |
| 14 | == Functional Programming 函數式編程/函數式程式設計 == |
| 15 | |
| 16 | * Wikipedia - [http://en.wikipedia.org/wiki/Functional_programming Functional Programming] |
| 17 | * [http://webcast.berkeley.edu/course_details.php?seriesid=1906978502#21483 Berkeley Spring 2008 Courses CS61A : The Structure and Interpretation of Computer Programs] (Video) |
| 18 | * Haskell |
| 19 | * [http://www.ibm.com/developerworks/java/library/j-cb07186.html?S_TACT=105AGX52&S_CMP=cn-a-j Crossing borders: Explore functional programming with Haskell] - [http://www.ibm.com/developerworks/cn/java/j-cb07186.html 跨越邊界: 用 Haskell 研究函數性編程] |
| 20 | * Python |
| 21 | * [http://docs.python.org/howto/functional.html Functional Programming HOWTO] |
| 22 | * [http://www.ibm.com/developerworks/library/l-prog.html Charming Python: Functional programming in Python, Part 1] |
| 23 | * [http://www.ibm.com/developerworks/library/l-prog2.html Charming Python: Functional programming in Python, Part 2] |
| 24 | * [http://www.ibm.com/developerworks/library/l-prog3.html Charming Python: Functional programming in Python, Part 3] |
| 25 | * [http://www.diveintopython.org/functional_programming/index.html << Dive Into Python Chapter >> 16. Functional Programming] |
| 26 | * [http://blog.leeheng.net/2009/07/functional-programming.html <簡報上線> Functional Programming 之二三事] - 很可惜只有簡報 :( |