タグ

Rubyに関するkazeulaのブックマーク (18)

  • 準二級.jp


     2021-08-10 : 3 2020-12-31 :  2020 2020-07-18 : Vlog 1 2020-07-06 : nosh 2020-05-24 :  @june29  2020-04-05 : Social Distancing  2020  2019-12-30 :  2019  2019-12-22 :   june29   GitHub
    準二級.jp
    kazeula
    kazeula 2009/12/20
    Ruby 系の人?
  • TDDの勘所とTDD支援超簡易Emacs Lisp - aike’s blog

    PostgreSQLユーザ会北海道支部 / Ruby札幌 合同セミナーに行ってきました。濃い話がいろいろ聴けましたが、今回一番の目的は角谷さんによるRSpecの実演。 人が目の前でコーディングしているのを見るのは勉強になりますね。注目すべきは結果的に入力されたコード以外の部分にあって、キータイプ速度の緩急や、コピペ操作、バックスペースでの修正等を見ていると、そのとき考えていること(考えるべきこと)が浮かび上がってくるような感じがします。 TDD(テスト駆動開発)については、「実際のところ、どこを厳密にやって、どこで手を抜くべきなのか」についてちょっと指針が見えたように思います。 今回一番厳密に守っていたのは「Think」「Red」「Green」「Refactoring」のモード切り替え。今どこのモードで作業をしているのかを意識して、例えばテストNGが残っている状態(Red)では絶対にリ

    TDDの勘所とTDD支援超簡易Emacs Lisp - aike’s blog
    kazeula
    kazeula 2009/12/10
    TDDのひとつの指針
  • Qt®4 Tutorial for the Ruby Programming Language

  • RubyForge: Korundum/QtRuby - Ruby-KDE/Qt bindings: Project Info

    Very complete bindings to both the KDE API and the Qt APIs. The Korundum package includes both a QtRuby Qt-only binding along with the full combined Qt/KDE one. The QtRuby package contains just Qt bindings with no dependencies on KDE. Development Status: 4 - Beta Environment: KDE Intended Audience: Developers License: GNU General Public License (GPL) version 2 Operating System: POSIX Programming

  • OSX LeopardにQt4-qtruby-2.0.3のインストール


     OSXrubyQt使GUI Mac PortsrubyQtOSX/usr/bin/rubyQt Software DMGQt使  [20090727] $QTRUBY/ruby/qtruby/example/qtscribbleQt-4.5 $QTRUBY/ruby/qtruby/example/widgets/scribble  qt4-qtruby-2.0.3 OSX Leopard /usr/bin/rubyQt Mac binary package using Cocoa for Mac OS X 10.5 (32-bit and 64-bit)DMG Mac Portscmake 
  • Build QtRuby with Ruby 1.9.1 and Qt 4.5 #3

  • rubyのファイル構成


    $prefix  /usr/local  configure  --prefix   $prefix/bin  --bindir   --libdir    UNIX   bindir ruby  bindir  ruby  irb  irb  interactive ruby 使  Ruby  libdir  $libdir/libruby.so  libdir  libr
  • いますぐ始める RDoc によるドキュメント生成 - WebOS Goodies


     Ruby  JSON  RubyForge 使 RDoc 使使30 RDoc使 RDoc   Ruby  Ruby   RDoc  RDoc  Ruby 
  • RDoc による自動ドキュメント生成

    RDoc とは? 概要 インストール サンプル Ruby スクリプト作成 RDoc によるドキュメント生成 RDoc の便利な機能を使ってみる RDoc ドキュメントのサンプル 参考資料 RDoc とは? Ruby Documentation System (RDoc) とは, Ruby で書かれたソースコードから ドキュメントを自動生成する, Ruby 体に付属する標準ライブラリの1つです. RDoc は Ruby ソースコードを解析し, クラス, モジュール, メソッドの定義 を抜き出し, include や require に関して解釈します. そしてこれらの内容 とその直前に書かれたコメントを併合し, HTML ドキュメントを出力しま す. 詳しくは参考資料 1,2 を参照ください. 概要 以下では, まず RDoc のインストールを行います. そして Ruby で簡単なクラ ス

  • Rubyコーディング規約

    はじめに 文書は、Rubyによりコーディングを行う際の規約について述べる。 実際のプロジェクトに適用する際には、このコーディング規約をカスタ マイズして用いることを推奨する。 ソースコードの整形 インデント プログラムを読みやすくするため、インデントを適宜行う。インデント 幅は2とする。また、インデントにはスペースのみを使用し、タブは使用 しない。(環境によりタブ幅が異なるため。) 例: if x > 0 if y > 0 puts "x > 0 && y > 0" end end 一行の桁数 一行の桁数は最大80桁までとする。 空行 複数のクラスの区切には空行を挿入する。 例: class Foo ... end class Bar ... end 誤った例: class Foo ... end class Bar ... end また、クラス内の各構成要素の区切にも空行を挿入する。

  • LoveRubyNet Wiki: RubyCodingStyle

    2005-05-14 15:48:46 +0900 (1238d); rev 16 青木が使っている Ruby のコーディングスタイルです。 インデント インデントは 2。 インデントがでかすぎると end が離れて美しくない。 {....} のインデントだけを 4 にしてみた時期もあったが、 やっぱり全部 2 にしたほうが単純だし統一感がある。 またタブは一切信用せずに全部スペースにする。 ※ 有名な Ruby hacker の前田修吾氏はかつてインデントを「3」にしていた。 この理由について青木は if true while true unless false return 1 end end end のように end がピッタリそろうのが素敵かなあ、 と評したのだが、実際の理由は全然違ったようだ。 → [ruby-list:18603] ※※ 素敵という言葉は江戸時代にできたそうだ。

  • さくらのレンタルサーバにHikiを設置する。 - i-lab 〜適当なメモ〜


    RubywikiHikiHiki Hiki Hiki0.8.7 .htaccess OptionsCGI #Options +ExecCGI data Hiki"public_html""/home/user_id/www""www"data /home/user_id/www_data/i-lab/hiki/data hikiconf.rb  @d
    さくらのレンタルサーバにHikiを設置する。 - i-lab 〜適当なメモ〜
  • ひらくの工房 - FrontPage

    備忘録 プログラミングやサーバ管理の備忘録です(まれに日記っぽい記事も混ざります)。 更新情報などは、こちらに書いてあります。 mathml.rb Ruby用MathMLライブラリについて x-tdiary tDiary用XHTML化キットについて x-hiki Hiki用XHTML化キットについて hiki_x-math.rb MathMLプラグインで使えるコマンドなどについて TestWriteMath 数式の試し書きページです。 bbs 2007/09/27 ディレクトリ構成の変更後に、いくつかのファイルをダウンロードできなくなっていたことが分かりました。 気がついたところは直しましたが、他にダウンロードできないものがあったらご指摘いただけると助かりますm(__)m - hiraku

  • Hiki - FrontPage


    Hiki  Ruby  Wiki Hiki  1.0.0  2013-03-30 Hiki 1.0.0    Ruby1.9RackRuby1.8.7 history  hiki/hiki GitHub  2009-08-16 Hiki 0.8.8.1    Wiki DoS  0.8.80.8.8
  • starruby.info

    starruby.info 2020 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois). Privacy Policy

  • gonzui: ソースコード検索エンジン

    What's gonzui? gonzui is a source code search engine for accelerating open source software development. In the open source software development, programmers frequently refer to source codes written by others. Our goal is to help programmers develop programs effectively by creating a source code search engine that covers vast quantities of open source codes available on the Internet. What's New 200

  • Funnel

    The Japanese prime minister has recently and successfully made sure that the cabinet approved the regulations for some gambling resorts, the first which would indeed open in Osaka in the near future. Some say it may open in the year 2024 and it will also provide a great new source of tax revenues. Japan has also successfully legalized casinos in the year 2016, and they also passed another bill whi

    Funnel
  • .NETでRuby開発を体験してみよう(2/3) - @IT


    IronRuby Ruby Ruby RubyRubyputsRuby IronRubyRuby使Datetoday使C#staticVBShared
  • 1