2007-01-12から1日間の記事一覧

perl.com

Profiling Perl [perl][net]: http://www.perl.com/pub/a/2004/06/25/profiling.html perl -d:DProf script.pl で実行するとプロファイルログ(tmon.out)が出る。 dprofpp

無名クラスのコンストラクタ代わりに instance initializer を使う

import java.util.*; public class A { public static void main(String[] args) { Set<Integer> s = new HashSet<Integer>() { { // instance initializer. System.out.println("constructed."); super.add(0); } @Override public boolean add(Integer x) { System.out.print</integer></integer>…

Advanced Search - Project Gutenberg

http://www.gutenberg.org/catalog/world/search Project Gutenberg が全文検索可能になっていた件について たとえば Chrismas carol のあのことばも一発でいつからあった?全部落とす方法

USENET as a Text Corpus

http://www.cs.fit.edu/~mmahoney/dissertation/corpus.html