This system is using contents under the Creative Commons License, and libraries under the MIT and the GPL license.
System
(c)2008 Yusuke Ohmichi ( Maimuzo ) - Web site - Mail
I remixed HTML and CSS and some of images based on Gordon's template. This HTML is licensed under the Creative Commons Attribution-ShareAlike 3.0 License.(but, I'm still building now. please wait a moment.)
「a,,""」のような CSV を読み込むと,それぞれの値は "a", nil, "" となる。これは多くの場合に嬉しくない。
読み込みのパラメーターで :converters=>lambda{|x| x||""} のようにしてやれば,"a", "", "" のように読んでくれる。