スキップしてメイン コンテンツに移動

投稿

2014の投稿を表示しています

railsのインストール

下記コマンド. # gem install rails cygwin で次のエラーではまった場合の対処。 ERROR:  While executing gem ... (ArgumentError)     invalid byte sequence in US-ASCII エンコードを変更すると治ります。 # export LANG=ja_JP.ShiftJIS # export LC_ALL=ja_JP.ShiftJIS # gem install rails

Javascriptで1/fゆらぎ

「1/fゆらぎ」のシミュレーション http://183.181.8.119/test/js/031/ ソースコードはこちら。 https://github.com/refluster/test/tree/master/js/031

Google Earth APIを試す

Google Earth APIを試してみました。 (視聴するにはプラグインのインストールが必要です) http://183.181.8.119/test/js/030/ ソースコード https://github.com/refluster/test/tree/master/js/030