1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/sample
seki 41f3d4f164 sample/erb/erb4html.rb (ERB4Html) : add example of ERB#set_eoutvar. ERB4Html is an auto-quote ERB.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-05-04 00:41:52 +00:00
..
drb using "DRb.thread.join" instead of "gets" 2004-06-27 15:36:32 +00:00
erb sample/erb/erb4html.rb (ERB4Html) : add example of ERB#set_eoutvar. ERB4Html is an auto-quote ERB. 2008-05-04 00:41:52 +00:00
logger * lib/logger.rb: new file. Logger, formerly called devel-logger or 2003-09-18 06:31:25 +00:00
openssl * sample/openssl/c_rehash.rb: Use digest/md5 instead of obsolete md5. 2006-10-05 19:31:50 +00:00
optparse This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-12-20 14:41:10 +00:00
rss * lib/rss.rb, lib/rss/, test/rss/, sample/rss/: merged from trunk. 2007-10-21 12:19:43 +00:00
testunit * test/testunit/*: Added. 2003-09-19 02:48:46 +00:00
webrick * lib/webrick/server.rb (WEBrick::GenericServer#start): should 2005-03-07 12:35:41 +00:00
biorhythm.rb use values_at instead of select. 2003-05-05 14:02:14 +00:00
cal.rb * lib/date.rb, lib/date/format.rb: introduced some constants 2008-01-06 00:39:44 +00:00
cbreak.rb * sample: replace TRUE, FALSE with true, false respectively. 2007-04-16 13:51:51 +00:00
clnt.rb
dbmtest.rb
dir.rb
dualstack-fetch.rb
dualstack-httpd.rb * sample: replace TRUE, FALSE with true, false respectively. 2007-04-16 13:51:51 +00:00
eval.rb * sample: replace TRUE, FALSE with true, false respectively. 2007-04-16 13:51:51 +00:00
export.rb
exyacc.rb * sample/exyacc.rb: escape '}' to avoid warning. 2004-01-26 06:12:15 +00:00
fact.rb
fib.awk
fib.pl
fib.py
fib.rb
fib.scm
freq.rb
from.rb * sample: replace TRUE, FALSE with true, false respectively. 2007-04-16 13:51:51 +00:00
fullpath.rb
getopts.test
less.rb
list.rb
list2.rb
list3.rb
mine.rb
mkproto.rb
mpart.rb
mrshtest.rb
observ.rb
occur.pl
occur.rb
occur2.rb
philos.rb * sample: replace TRUE, FALSE with true, false respectively. 2007-04-16 13:51:51 +00:00
pi.rb
rcs.awk
rcs.dat
rcs.rb
README use hard tab. 2008-01-02 01:47:56 +00:00
regx.rb * sample: replace TRUE, FALSE with true, false respectively. 2007-04-16 13:51:51 +00:00
sieve.rb
svr.rb * io.c (rb_io_inspect): replace sprintf() with "%s" format all 2005-07-19 08:25:39 +00:00
test.rb * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a block 2008-04-26 10:37:13 +00:00
time.rb * sample/time.rb: use Process.times instead of Time.times. 2008-01-02 01:19:41 +00:00
trojan.rb
tsvr.rb
uumerge.rb

README		this file
biorhythm.rb	biorhythm calculator
cal.rb		cal(1) clone
cbreak.rb	no echo done by ioctl
clnt.rb		socket client
dbmtest.rb	test for dbm
dir.rb		directory access
dualstack-fetch.rb	IPv6 demo
dualstack-httpd.rb	IPv6 demo
dstore.rb	object database on dbm
eval.rb		simple evaluator
export.rb	method access example
exyacc.rb	extrace BNF from yacc file
fact.rb		factorial calculator
fib.awk		Fibonacci number (AWK)
fib.pl		Fibonacci number (Perl)
fib.py		Fibonacci number (Python)
fib.rb		Fibonacci number (Ruby)
fib.scm		Fibonacci number (Scheme)
freq.rb		count word occurrence
from.rb		scan mail spool
fullpath.rb	convert ls -lR to fullpath format
getopts.test	test fot getopt.rb
io.rb		io test
irb.rb		interactive ruby
less.rb		front end for less
list.rb		stupid object sample
list2.rb	stupid object sample
list3.rb	stupid object sample
mine.rb		simple mine sweeper	
mkproto.rb	extract prototype from C
mpart.rb	split file int multi part
mrshtest.rb	test marshal
observ.rb	observer design pattern sample
occur.pl	count word occurrence (Perl)
occur.rb	count word occurrence (Ruby)
occur2.rb	count word occurrence - another style
philos.rb	famous dining philosophers
pi.rb		calculate PI
rcs.awk		random character stereogram (AWK)
rcs.rb		random character stereogram (Ruby)
rcs.dat		data for random character stereogram
rd2html.rb	rd (Ruby Document) to HTML translator
regx.rb		regular expression tester
sieve.rb	sieve of Eratosthenes
svr.rb		socket server
test.rb		test suite used by `make test'
time.rb		/usr/bin/time clone
trojan.rb	simple tool to find file that may be trojan horse.
tsvr.rb		socket server using thread
uumerge.rb	merge files and uudecode them