2006-08-01から1ヶ月間の記事一覧

ssh scp sftp の正しい自動実行方法

http://sonic64.com/2004-11-17.html サーバー側におく公開鍵には、権限設定が可能。 あと、クライアントでは鍵のパスフレーズをなくしてしまう。 no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty, command="echo $SSH_ORIGINAL_COMMAND; …

private/protected/public inheritance -- is-a にならない継承

cxx

Java の継承は C++ の public 継承。つねに is-a 関係が成立する。 #include <iostream> class Root { private: static const int priv = 100; protected: static const int prot = 20; public: static const int pub = 3; public: int get() { return priv + prot + p</iostream>…

Collocation extraction

http://listserv.linguistlist.org/cgi-bin/wa?a1=ind0608&l=corpora#6 「コロケーション自動抽出手法は何がいい?」 Corpora List より。

Subversion バックアップ

http://subversion.bluegate.org/doc/book.html#svn.reposadmin.maint.backup [2005-11-05-1]は並行動作時にリポジトリ読み取りの atomicity が保証されていない。 svnadmin hotcopy か、そのwrapperを使う。

Sequential Document representations and Simplicial Curves

http://www.stat.purdue.edu/~lebanon/papers/curverep.pdf yet another bag-of-words relaxation via 持橋さん

SIG-DMSM

予稿集が公開されました