himorogiの日記

主にプログラミングに関することなど。少々ハード(電子工作)についても。

2008-05-01から1ヶ月間の記事一覧

kuji

<Module><ModulePrefs title="hello world example" /> <Content type="html"> function numbers(nx){ return (function(x,y){ return x.substr(x.length - y,y) })( String(Math.pow(10,nx-1)) + Math.floor(Math.random()*Math.pow(10,…</content></moduleprefs></module>

lotos()

<Module><ModulePrefs title="hello world example" /> <Content type="html">function lotos(depth){ var ceil, mask=[0,0], coll =[]; function getNum(){ return(function(x){ return x.substr(x.length-2,2) })("00"+ Math.ceil(Math…</content></moduleprefs></module>