2007-11-06から1日間の記事一覧

Cygwinではプロセス生成のオーバーヘッドが大きい・・・というほどでもなかった

去年実行したときはすごい時間がかかったように思えたのですが、今回実行してみるとそれほど違いはないようで。およそ900個のPNGファイルを解析した結果です。 $ time ls png_l/*.png | xargs ./readpng.exe -D > a real 0m15.562s user 0m12.044s sys 0m2.4…

RでURIアンエスケープ

R

ちょっと必要になったので。 http://cran.r-project.org/src/contrib/Descriptions/CGIwithR.html のhexDecode()関数を参考に作りました。 hexDecode <- function(string){ string <- gsub("\\+", " ", string) string <- gsub("%09", "\t", string) string …

グラフのrangeの設定とか

http://d.hatena.ne.jp/keywordstats/%C0%E7%C2%E6%A5%A8%A5%EA?mode=graph&type=refcount&date=2007-01-01&range=365 http://d.hatena.ne.jp/keywordstats/%C0%E7%C2%E6%A5%A8%A5%EA?mode=graph&type=refcount&date=2008-01-01&range=365 開始日を未来にし…