タグ

rubyに関するtangobearのブックマーク (4)

  • Ruby Gnuplot - How To

    [Rubyforge Project page] [ChangeLog] [Authors] [License] History and Background Gnuplot is a program that has a rich language for the generation of plots. It has a unique place in academia as it was one of the first freely available programs for plot generation. I started using gnuplot over 10 years ago while pursuing my Master's degree in Physics and have been using it actively ever since. Versi

    tangobear
    tangobear 2007/02/12
    余裕ができたらRubyでのグラフ処理をかんがえてみよう
  • Ruby/GSL

    1 Description RubyGSL is a ruby interface to the GSL (GNU Scientific Library), for numerical computing with Ruby. 2 Download RubyForge 3 Installation Get and install GSL. Make sure the command "gsl-config" is in command search path. Download Ruby/GSL, ungzip and untar the archive rb-gsl-xxx.tar.gz. % cd rb-gsl-xxx/ % ruby setup.rb config % ruby setup.rb setup % ruby setup.rb install (as root) It

    tangobear
    tangobear 2007/02/12
    ベクトル計算などを簡単にできそう?
  • ruby-mswince

    WindowsCE (HPC Pro, HPC2000, PocketPC, PocketPC2002, CE.NET4.1, Windows Mobile 5) で 動作する ruby を配布しています。 このページは、ruby の公式ページではありません。 バイナリの使用については、自己責任で。 Developing Version であるのに加え、CE への porting についても 十分な動作確認を行ったわけではありません。よって、 他環境の ruby と同等の動作を期待しないでください。 Latest news 2007/05/31 -Release- 1.8.6(070531) - wm5 を置きました。 2007/04/15 -Release- 1.8.6 - wm5 を置きました。 Binary Release wm5 (Windows Mobile 5) armv4i

  • [es]でRubyを試す - hakeの日記

    ruby-mswinceというのを見つけたので試す。バージョンは1.8.1と少し古いですね、せめて1.8.2以降であって欲しかった(^^ゞ PocketPC用のARM版をダウンロードして展開するとLinuxではお馴染みのディレクトリ構成が……とりあえずbin以下のruby.exe,rubyw.exe,mswince-ruby18.dllをWindowsフォルダへコピー。実行するにはコンソールが必要みたいなので以前みつけたDOS窓Openをインストールします。このソフト、起動時にautoexec.batを実行できるので作業ディレクトリへの移動とか記述しておくと便利ですね(余談ですがWM5ってどうしてminiSDカードなんて日語のディレクトリ使っているのでしょ、使い難いです!) で、実行したのが以下のような感じです。 ファイルに書いたスクリプトは引数として渡らなかったのでリダイレクトさせま

    [es]でRubyを試す - hakeの日記
  • 1