2007年5月29日 星期二

來自BBC Health News 的新聞

喝咖啡能降低痛風的症狀!
-- Lower gout risk for coffee lovers, http://news.bbc.co.uk/2/hi/health/6690595.stm

喝蘋果汁(新鮮的或濃縮沖泡皆可)和吃香蕉有助於改善氣喘,但是生吃蘋果則效果不彰,奇怪?
-- Apple juice 'may prevent asthma', http://news.bbc.co.uk/2/hi/health/6684757.stm
  • Children who drank apple juice at least once a day were half as likely to suffer from wheezing as those drinking it less than once a month.
  • The apple juice involved did not have to be fresh apple juice - long-life juices made from concentrate were also effective.
  • Eating fresh apples themselves gave no apparent benefits, the study concluded.
Cerebellum recreated in robots: 德國和西班牙的科學家用模擬小腦的技術來改善機器人的精密度。
-- Move to create less clumsy robots, http://news.bbc.co.uk/2/hi/technology/6700691.stm

2007年5月13日 星期日

Linux 版本

VectorLinux (Slackware based)
MepisLinux
Centos 5
Centos tutorial: http://apt.nc.hcc.edu.tw/web/student_server_centos/student_server_centos.html

2007年5月10日 星期四

MCS51/PIC 實習板簡介

常用練習之接線說明
詳細資訊︰http://docs.google.com/Doc?id=dspzq89_38chmsjs
  • 8051︰四個PORT P0~P3、石英晶體 X1
  • LED︰J4、J5
  • DIP Switch: J8
  • 七段顯示器︰J1、J3
  • LED矩陣︰J16、J17
  • Buzzer︰ J9
  • 按鈕/中斷︰J10
  • 4x4按鍵︰J6、J7
  • 序列通訊(RS232)︰J18

2007年5月9日 星期三

ActiveState Perl 軟體: 柏際

軟體代理 ActiveState Perl: 柏際 http://www.bockytech.com.tw/index.htm

## Convert Unix paths into Win paths with perl:
$cwd=`cd`;

$cwd =~ s/^\s*|\s*$//g;
print $cwd,"\n";
$cwd =~ s{\\}{\/}g;
print $cwd;

2007年5月8日 星期二

Good Links for R.A.

http://en.wikipedia.org/wiki/Derandomization
http://eccc.hpi-web.de/eccc-reports/2002/TR02-008/index.html
http://www.math.ncu.edu.tw/~hgyeh/courses(20060921)(probability_methods)/probability_methods.htm
http://www.cs.princeton.edu/courses/archive/fall03/cs597E/
http://www.cs.wisc.edu/~dieter/Courses/CS830-f2002/homepage.html#lecturenotes
http://www.ecp6.jussieu.fr/pageperso/bondy/books/gtwa/gtwa.html

2007年5月2日 星期三

網頁MathML編輯

網頁MathML編輯︰ 在網頁中直接輸入數學符號
  • ASCIIMathML HOME -- http://www1.chapman.edu/~jipsen/mathml/asciimath.html
  • James Gary's ASCIIMathML Page -- http://www.wjagray.co.uk/maths/ASCIIMathMLinfo.html
很遺憾在 Google Document/Notebook/Blog 都不能用!

網頁線上編輯器︰(可外掛ACSIIMathML的線上編輯器)
  • FCKeditor -- http://www.fckeditor.net/
  • TinyMCE -- http://tinymce.moxiecode.com/

OpenOffice 滙出成 Latex
  • 用 tr-cjk.pl 轉成 CJK-Latex,可再成 PDF
  • 用 TeX4ht/mn 把 Latex 轉成 xhtml 檔 (含 MathML),以網頁型式上發佈
  • 指令 (要安裝 MikTex) : mzlatex Tex-file "html,mathplayer", 產生 XML 檔
  • 用 tr-cjk.pl 把 unicode 轉成 Big5 或 以 #xxxx 表示
tr-cjk.pl 程式如下:

use Encode;

sub B5_U { return Encode::decode("big5", shift); }
sub U_B5 { return Encode::encode("big5", shift); }

die "Usage: $0 TEX_file\n" if $#ARGV<0;
die "Cannot open $ARGV[0]\n" unless -e $ARGV[0];
open I ,$ARGV[0];
while(my $line= ) {
$line2 = $line;
(print($line) && next ) unless $line =~ m/(\[\w\w\w\w\?\])/;
while ($line =~ m/(\[\w\w\w\w\?\])/g) {
my $w = $1;
$w =~ /(\w+)/;
my $us = $1;
my $uc = pack 'U', hex($us),0,0;
$b5char = U_B5 $uc;
# printf "$w %X %s\n", hex($us), $b5char;
$line2 =~ s/(\[\w\w\w\w\?\])/$b5char/;
}
print $line2;
}
close I;

2007年5月1日 星期二

推薦圖書

## Encyclopedia of Molecular Cell Biology and Molecular Medicine, 16 Volume Set, 2nd Edition ----- ISBN: 978-3-527-30542-1,,Hardcover,,9600 pages,
January 2006, Wiley List Price: US $6,430.0

### Encyclopedia of Genetics, Genomics, Proteomics and Bioinformatics, ISBN: 978-0-470-84974-3, 4096 pages, November 2005,
Wiley List Price: US $2,145.00

Intelligent Bioinformatics: The Application of Artificial Intelligence Techniques to Bioinformatics Problems
Edward Keedwell, Ajit Narayanan
ISBN: 978-0-470-02175-0
Hardcover
294 pages
June 2005
Wiley List Price: US $120.00


Dictionary of Bioinformatics and Computational Biology
John M. Hancock (Editor), Marketa J. Zvelebil (Editor)
ISBN: 978-0-471-43622-5
Hardcover
664 pages
August 2004
Wiley List Price: US $125.00

Bioinformatics Software Engineering: Delivering Effective Applications
Paul Weston
ISBN: 978-0-470-85772-4
Paperback
140 pages
December 2004
Wiley List Price: US $70.00

Instant Notes in Bioinformatics,

PARALLEL COMPUTING FOR BIOINFORMATICS AND COMPUTATIONAL BIOLOGY,


Introduction to Computational Genomics
--http://www.amazon.com/gp/product/0521671914/qid=1149782378/sr=1-3/ref=sr_1_3/103-5945801-8943853?s=books&v=glance&n=283155

The Regulatory Genome
--http://www.amazon.com/Regulatory-Genome-Networks-Development-Evolution/dp/0120885638/ref=si3_rdr_bb_product/102-8813200-0584968

Introduction to Computer-Intensive Methods of Data Analysis in Biology
--http://www.amazon.com/Introduction-Computer-Intensive-Methods-Analysis-Biology/dp/0521608651/ref=si3_rdr_bb_product/102-8813200-0584968

Data Analysis and Classification for Bioinformatics
----http://www.amazon.com/Data-Analysis-Classification-Bioinformatics-Jagota/dp/0970029705/sr=1-1/qid=1170936473/ref=sr_1_1/102-8139960-3588151?ie=UTF8&s=books

Honeypots: Tracking Hackers
---http://www.amazon.com/Honeypots-Tracking-Hackers-Lance-Spitzner/dp/0321108957/ref=pd_bbs_sr_1/102-4005390-7148959?ie=UTF8&s=books&amp;qid=1176559066&sr=1-1

Honeypots for Windows
----http://www.amazon.com/Honeypots-Windows-Experts-Voice-Grimes/dp/1590593359/ref=pd_bbs_sr_3/102-4005390-7148959?ie=UTF8&s=books&qid=1176559066&sr=1-3

Know Your Enemy: Learning about Security Threats ----http://www.amazon.com/Know-Your-Enemy-Learning-Security/dp/0321166469/ref=pd_sim_b_1/102-4005390-7148959?ie=UTF8&amp;qid=1176559066&sr=1-1

Design and Analysis of Randomized Algorithms
--http://www.amazon.com/Design-Analysis-Randomized-Algorithms-Introduction/dp/3540239499

Stochastic Local Search
--http://www.amazon.com/o/ASIN/1558608729/ref=s9_asin_title_1/102-8139960-3588151

Online Computation and Competitive Analysis
--http://www.amazon.com/Online-Computation-Competitive-Analysis-Borodin/dp/0521619467/ref=sr_1_1/104-3051963-2272701?ie=UTF8&s=books&qid=1178130463&sr=1-1

Online Optimization of Large Scale Systems
--http://www.amazon.com/Online-Optimization-Large-Scale-Systems/dp/3540424598/ref=sr_1_3/104-3051963-2272701?ie=UTF8&s=books&qid=1178130463&sr=1-3

Efficient Approximation and Online Algorithms
--http://www.amazon.com/Efficient-Approximation-Online-Algorithms-Combinatorial/dp/3540322124/ref=sr_1_4/104-3051963-2272701?ie=UTF8&s=books&qid=1178130463&sr=1-4

Recent Advances In Simulated Evolution And Learning
--http://www.amazon.com/Advances-Simulated-Evolution-Learning-Computation/dp/9812389520/ref=sr_1_7/104-3051963-2272701?ie=UTF8&s=books&qid=1178130463&sr=1-7

An Introduction to Scientific, Symbolic, and Graphical Computation
--http://www.amazon.com/Introduction-Scientific-Symbolic-Graphical-Computation/dp/1568810512/ref=sr_1_19/104-3051963-2272701?ie=UTF8&s=books&qid=1178130463&sr=1-19

Evolutionary Computations
--http://www.amazon.com/Evolutionary-Computations-Keigo-Watanabe/dp/3540209018/ref=sr_1_17/104-3051963-2272701?ie=UTF8&s=books&amp;qid=1178130463&sr=1-17

==== VeBook ============================

Biometrics.and.Network.Security -- http://www.enebook.com/%7B8B328F91-055A-4D8E-A4D1-20272EEDFD25%7D.htm

Internet.Forensics -- http://www.enebook.com/%7BA917A921-A2CF-47F3-A42A-1BB2D8F352CA%7D.htm

Queueing.Theory.With.Applications.to.Packet.Telecommunication -- http://www.enebook.com/%7B7B9EDEDD-BD3A-48F8-8A23-794E18150B0D%7D.htm

RFID.For.Dummies -- http://www.enebook.com/%7B7B31D636-C312-4ECD-BC4C-C7454FAF1DBC%7D.htm

RFID.Essentials -- http://www.enebook.com/%7B7305A344-D3E2-46F3-A6E7-B1040D9D885C%7D.htm