2014-04-24から1日間の記事一覧

(続)Rubyのテストデモ

Rubyによるテストの続きです。下記のファイルがテストファイルです。 %vi test12.rb require 'rational' a = Rational(1, 10) b = Rational(9, 1) i = 1 c = Rational(0, 1) d = Rational(1, 1) while i c = c + b * a * d stringoutput = sprintf("%18.16f …

FreeBSDカーネル構築、10.0-STABLE #20 r264844になりました。

10.0-STABLE #20 r264844リインストール終了しました。※buildworldに3時間11分ほど、buildkernelに25分ほどかかりました。

今日のsubversionアップデート

今日のアップデートは、 UPDATE: 12件 REVISION: 264844 Last Changed Revision: 264821 以上です。svn update /usr/src Updating '.': U sbin/savecore/savecore.c U sbin/gbde/gbde.c U lib/libc/posix1e/posix1e.3 U Makefile U sys/netipsec/ipsec.c U s…