由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EnglishChat版 - webster
相关主题
Re: Virgo (I)有道仍然是最好的英汉词典软件 (转载)
got one from webster :)紧急求助
一些最简单的俚语在Merriam-Webster中都找不到!?新trailer2
[转载] Re: ACKNOWLEDGE和recognizeminion出了trailer2了
请推荐在线英英辞典一本毫字典。
which dictionary is best?谁能帮我看看这个oracle function有什么错?
to keep it in perspectivePL/SQL 输入DATA
这句话里的excuses到底是什么意思?考考你们的英语实力 (转载)dockstar建了个samba但是ubuntu访问不了,Win7没问题
相关话题的讨论汇总
话题: webster话题: argv话题: words话题: word话题: schaaf
进入EnglishChat版参与讨论
1 (共1页)
m*****e
发帖数: 207
1
#!/usr/local/bin/perl
#
# FILE: webster.pl
# AUTHOR: Stephanie Schaaf (sas)
# DATE: Tue Mar 4 19:55:11 EST 1997
# DESCR: simple webster hack
#
$TRAILER = "Pronunciation Key";
$TRAILER2 = "____________________________________________________";
$HEADER = "Main Entry";
$NOTFOUND = "No entries found that match your query.";
if (($#ARGV == -1) || ($ARGV[0] eq "-h")) {
print("Usage: webster word [words ...]\n");
exit(2);
}
@words = @ARGV;
while ($word = shift(@words)) {
$p = 0;
open (LI
1 (共1页)
进入EnglishChat版参与讨论
相关主题
dockstar建了个samba但是ubuntu访问不了,Win7没问题请推荐在线英英辞典
authentication delay的问题 nsswitch.confwhich dictionary is best?
找Python Pyramid的高手。to keep it in perspective
just had an interview这句话里的excuses到底是什么意思?考考你们的英语实力 (转载)
Re: Virgo (I)有道仍然是最好的英汉词典软件 (转载)
got one from webster :)紧急求助
一些最简单的俚语在Merriam-Webster中都找不到!?新trailer2
[转载] Re: ACKNOWLEDGE和recognizeminion出了trailer2了
相关话题的讨论汇总
话题: webster话题: argv话题: words话题: word话题: schaaf