01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
% ruby -e 'puts Dir.new(".").entries.find_all{|f| File.file?(f) and not open(f).read.index("special") }'
上書きのニュアンスを含んでしまうかも…。隠面処理など。
「地図の重ね合わせ」などに使われているらしい。
OVERLAY - The process of superimposing two or more maps (see
figure), through registration to a common co-ordinate system,
such that the resultant maps contain the data from both maps
for selected features. Although the term overlay can be
applied to paper based maps, more often it applies to the use
of digital data, nevertheless, the principal is the same.
http://pcsa.hrsa.gov/datamaps/glossaries/gis_glossary.htm
(GIS における用例)
ところで、有事法制の議論をする際、例えば、「有事法制は新たな戦
争へ道を開くものである」という批判や、「有事法制を作っても、日本
を攻撃する国などないから意味がない」という批判をいただくことがあ
ります。
前者については、有事法制は、日本への武力攻撃に対する備えである
ことは言うまでもありませんが、それは相手方の武力攻撃が前提となり
ます。有事法制の整備により相手の侵略を招き易くなるかと言えば、当
然逆で、十分な備えのある国を攻めることは控える方向に働くでしょう。
cf. [2001-09-22]
<xsd:complexType name="WordList">
<xsd:complexContent>
<xsd:restriction base="soapenc:Array">
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:Word[]"/>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Word">
<xsd:sequence>
<xsd:attribute name="id" type="xsd:string"/>
<xsd:attribute name="origin" type="xsd:anyURI"/>
</xsd:complexType>
* Use element form (not attribute).
cf. 「2.2 Types」 http://www.w3.org/TR/wsdl#_types
失敗の法則は自ら「IT ベンチャーを名乗る」「ビジネスモデルある
いは技術から入る」「流れあるいは顧客に鈍感」。これが失敗の3点
セットということだ。
電車に乗っていると、女子高生達がなにやら盛り上がっている。友人や
ら、誰それのカレシやら、先生やらをこけおろし、最後に「ありえなー
い」の大合唱で締めくくっている。「...ちゃんの化粧ってさあ、...。」
「ありえないよね。」「ありえなーい(合唱)。」...なんとも恐ろしい会
話である。すべてが却下されるのである。私は突然、彼女達に指を指さ
れ、「ありえなーい」という合唱を浴びる光景を想像した。しかしもちろ
ん、そんなことは起こらなかったが、ターゲットは意外なものに向けら
れた。電車が東小金井駅に近づくと、誰かが言った。「東小金井ってあ
りえないよね。」「ありえなーい!(合唱)」何の理由もなく東小金井は
彼女達に却下された。電車はゆっくりとスピードを落とし、有り得ない
東小金井駅に到着した。何人かの乗客が否定された街に降りていった。
(03/2/23)
% perl -MSOAP::Lite -e 'print SOAP::Lite -> service("http://nile.ulis.ac.jp/~masao/term-viz-ws/term-viz.wsdl") -> doWordSearch("hoge","o")'
それから、perl で cgi を書く時に一番恐いと思うのは、open() を使
う時。 perl の最大の設計ミスじゃないかと思うのだけど、 open() に
ファイル名として渡す文字列が `|' で始まっていたり、終わっている
と、パイプになってコマンド実行になる。だから、読み込み時は
open(F, "< $file") と常にしましょう。
% cumulative self self total
9.55 9.46 3.38 10199 0.33 0.33 String#==
7.18 12.00 2.54 1 2540.00 3980.00 Array#-
5.23 13.85 1.85 3 616.67 1100.00 Module#instance_methods
4.10 15.30 1.45 85 17.06 30.12 String#scan
3.70 16.61 1.31 1 1310.00 13400.00 XMLScan::XMLScanner#scan_content
3.22 17.75 1.14 677 1.68 2.88 XSD::QName#==
2.77 18.73 0.98 1081 0.91 18.23 Class#new
2.12 19.48 0.75 1 750.00 1040.00 Module#private_instance_methods
2.04 20.20 0.72 320 2.25 9.03 Hash#each
...
from http://www.mozillanews.org/index.php3?article=f9f85cb4e5d8ee1e9d1b5645a220d745
bbs/${dbid}
from perldocjp ML
cf. http://itpro.nikkeibp.co.jp/free/NSW/NEWS/20030213/1/
from: [Current Awareness-E No.8]
cf. http://www.nais.to/~yto/clog/2003-02.html#2003-02-01
<body*>, </body> の部分に自動的にヘッダ、フッタを挿入できるみたい。