2011-08-30から1日間の記事一覧

濃縮還元オレンジニュース:大いに沸いた1文字のバグ修正|gihyo.jp … 技術評論社 DB処理で性能が40〜60%低下 - 仮想化ソフトKVMの実力:ITpro 12ノードまでほぼ比例して向上 - 仮想化ソフトKVMの実力:ITpro KVMの性能は良好で評価できる - 仮想化ソフトKV…

tiltviewer

gallery.pl use strict; use warnings; use File::Find; use File::Basename; print "<tiltviewergallery>\n"; print "\t<photos>\n"; my $top_dir = "imgs/"; find( \&print_file_full_name, $top_dir ); print "\t</photos>\n"; print "</tiltviewergallery>\n"; sub print_file_full_name { if (index($File::Find:…