2008-09-10から1日間の記事一覧

walf443's classx at master ― GitHub

= classx == Synopsis require 'classx' class Point include ClassX has :x, :kind_of => Fixnum has :y, :kind_of => Fixnum end class Point3D < Point has :z, :writable => true, :kind_of => Fixnum, :optional => true end Point.new(:x => 30, :y =>…

Ruby on Railsとgnuplotでつくる “おれおれSEOツール” その1|株式会社 フラッツ

久末です。 私がちょろっと開発しているSEOツールをご紹介します。 SEOツールといっても今回は非常に基本的なもので、ある検索ワードで検索した順位を定期的に取得し、グラフ化するものです。 開発環境 Ruby on Rails gnuplot mechanize cron 仕組み Railsの…

9arrows.com プロジェクト管理ツール

プロジェクトの成果物を細分化し、担当者割り振りやスケジュール・進捗状況の管理を行うWBS(Work Breakdown Structure:作業分解図)。プロジェクトを管理する上で欠かせないこの手法を中心に、チームとしても個々としても作業を効率的に進められるようにな…

olabini's paipr at master ― GitHub Peter Norvig 著「Paradigms of Artificial Intelligence Programming」のコードのRuby版(現状まだ2章のみ)

Paradigms of Artificial Intelligence Programming (in Ruby) ---------------------------------------------------------- This code is a port of the Lisp code found in the book Paradigms of Artificial Intelligence Programming, written by Peter…

HotCocoaを収録した「MacRuby 0.3」がリリース | パソコン | マイコミジャーナル

http://journal.mycom.co.jp/news/2008/09/10/001/index.html http://b.hatena.ne.jp/entry/http://journal.mycom.co.jp/news/2008/09/10/001/index.html

MacRuby 0.3

http://www.macruby.org/post/macruby-03/ あとでみたい おー、すげー (タイトルを編集した。カテゴリは直せないの?) http://b.hatena.ne.jp/entry/http://www.macruby.org/post/macruby-03/

2008-09-10 - 福島でRailsを使って仕事を頑張る計画

$ time ruby19 -e 's="";50000.times{s+="foobar"};' 4.58s user 9.03s system 99% cpu 13.650 total $ time ruby19 -e 's="";50000.times{s<<"foobar"};' 0.03s user 0.01s system 79% cpu 0.042 total えーっと、連結スピードが325倍違います。 注意が必要…

Ruby on Rails プラグイン - @nifty WebService

http://webservice.nifty.com/rails_plugin/ rails プラグイン nifty niftyからrails pluginでました Ruby on Rails プラグイン @nifty おつです。 http://b.hatena.ne.jp/entry/http://webservice.nifty.com/rails_plugin/

ニフティが自社サービスで利用しているRuby on Railsプラグインを無償公開:ITpro

ニフティは2008年9月10日,同社の「@nifty TimeLine」や「アバウトミーβ」などのサービスのため開発したRuby on Railsプラグインをオープンソース・ソフトウエアとして公開した。 公開したプラグインは3種。データベースのテーブルを管理する「ActiveRecord…