2008-02-28から1日間の記事一覧

メモ

* Messages for package dev-util/cmake-2.4.6-r1: * Site-initialisation files of Emacs packages are now installed in * /usr/share/emacs/site-lisp/site-gentoo.d/. You may consider using * /usr/sbin/emacs-updater to rebuild the installed Emacs…

dev-ruby/ruby-inline

rubyinline | software projects | by ryan davis RubyのコードにC/C++を組み込めるとな $ sudo emacs /etc/portage/package.keywords dev-ruby/ruby-inline ~x86 dev-ruby/hoe ~x86 dev-ruby/rake ~x86 dev-ruby/rubyforge ~x86$ sudo emerge -av ruby-inli…

dev-ruby/qt4-qtruby

>>> Emerging (3 of 3) dev-ruby/qt4-qtruby-1.4.9-r3 to / * qt4-qtruby-1.4.9.tgz RMD160 SHA1 SHA256 size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) …

x11-wm/awesome-2.2_rc2

ktkr! デュアルディスプレイでもX落ちない!

Ruby Ruby-Inline Lua 計算速度比較

ruby-inlineを試したついでに計算速度の比較を行った。 15の階乗を100万回計算させたら... 言語 実行速度 Ruby 10.95s Lua 0.90s Ruby+C(Ruby-inline) 0.76(0.85)s 想像以上にLua速い!なんだこれ! ruby-inlineいいけれどこれ、Cのソースを文字列としてくく…