2010年5月28日 星期五

2009 Top 25 fabless IC suppliers



http://www.evertiq.com/news/15994

2010年5月7日 星期五

2010年4月8日 星期四

在工作表中加入按鈕或命令按鈕

http://office.microsoft.com/zh-tw/excel/HP102366761028.aspx

2007版的"開發人員"tab預設是不顯示的,真是令人無言…


2010年4月6日 星期二

scripting mindmanager

簡單的來說mm提供了類似ms office的object model,用你會用的語言來進行操作即可

這位仁兄顯然被mm的一些"特性"搞火了,開新文件時需要特殊的作法

http://www.slxdeveloper.com/page.aspx?action=viewarticle&articleid=64 這篇是法文來的…

2010年3月29日 星期一

Perl及Python語法的比較

Xah's Perl and Python Tutorial

http://xahlee.org/perl-python/index.html

比如說,在http://xahlee.org/perl-python/keyed_list.html這個頁面中,就解釋了python的dictionary及perl的hash的語法,而以作者的分類就是keyed list

p.s.這位老兄是個很有趣的台灣人

PerlPhrasebook

http://wiki.python.org/moin/PerlPhrasebook#Declarationofahashoflists

This phrasebook contains a collection of idioms, various ways of accomplishing common tasks, tricks and useful things to know, in Perl and Python side-by-side.

如它所言,這個頁面強調的是side-by-side的比較

python 与 perl 的对比学习(Part I)& II

http://remonstrate.wordpress.com/2009/07/25/python-%E4%B8%8E-perl-%E7%9A%84%E5%AF%B9%E6%AF%94%E5%AD%A6%E4%B9%A0/

http://remonstrate.wordpress.com/2009/07/26/python-%e4%b8%8e-perl-%e7%9a%84%e5%af%b9%e6%af%94%e5%ad%a6%e4%b9%a0%ef%bc%88part-ii%ef%bc%89/

這裏就比較像是使用心得了。http://remonstrate.wordpress.com/category/programming-languages/perl/中還談到了SWIG的使用

2010年2月26日 星期五

perl模組安裝及管理--cpanplus/cpanp

perl 學習手札 寫得不錯,不過有關cpanplus在win32上的資訊需要更新

安裝了activestate perl後,命令列就可以下達cpanp指令,以m指令查詢模組

內容較ppm多,只要是cpan上的模組都找得到