代码搜索:Ruby

找到约 1,747 项符合「Ruby」的源代码

代码结果 1,747
www.eeworm.com/read/358209/10193783

htm 41566.htm

 
www.eeworm.com/read/275831/10793744

rb 02 - persisting objects with madeleine.rb

#!/usr/bin/ruby -w # poll.rb require 'rubygems' require 'madeleine' class Poll attr_accessor :name attr_reader :total def initialize(name) @name = name @total = 0 end def agree
www.eeworm.com/read/137626/5823075

c core.c

/* Ruby interface (scripting engine) */ /* $Id: core.c,v 1.8.2.2 2005/04/06 08:59:39 jonas Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #undef _ #include "elinks.h"
www.eeworm.com/read/109233/6175960

rb sample0.rb

#! /usr/local/bin/ruby -vd # tcltklib ライブラリのテスト require "tcltklib" def test # インタプリタを栏喇する ip1 = TclTkIp.new() # 删擦してみる print ip1._return_value().inspect, "\n" print ip1._eval("puts {abc}
www.eeworm.com/read/219714/14868489

bak 6.htm.bak

www.eeworm.com/read/114188/15071852

htm index.htm

Ruby (BM: suzhe) BBS水木清华站∶精华区 Ruby与其他语言的比较 suzhe
www.eeworm.com/read/194704/8187757

rb aeolus3d05.rb

!# # init ruby script for aeolus3d05 # # import the sexpparser parser plugin importBundle "sexpparser"
www.eeworm.com/read/249774/12475392

readme

TinySVM ruby module $Id: README,v 1.4 2001/08/29 15:25:40 taku-ku Exp $; 1. Install % ruby extconf.rb % make % su # make install 2. How to use? see 'test.rb' as sample program.