ruby/sample
Yusuke Endoh a8fc72f5a8 sample/trick2015/kinaba/entry.rb: The constant "Data" has been removed
Instead, use "Proc" as a 4-letter constant.
2020-12-24 01:51:46 +09:00
..
drb Use own mutex instead of Thread.exclusive 2020-08-27 14:37:03 +09:00
logger
openssl [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
optparse
pty
rdoc/markup
ripper
rss
testunit
trick2013 Use https instead of http 2020-07-28 19:51:54 +09:00
trick2015 sample/trick2015/kinaba/entry.rb: The constant "Data" has been removed 2020-12-24 01:51:46 +09:00
trick2018 Fix a typo [ci skip] 2019-11-01 18:33:58 +09:00
README Drop duplicated sample code (#2389) [ci skip] 2019-08-19 18:43:23 +09:00
benchmark.rb
biorhythm.rb Clean sample code biorhythm (#2375) 2019-08-17 15:03:00 +09:00
cal.rb
cbreak.rb
cgi-session-pstore.rb
clnt.rb
coverage.rb
delegate.rb
dir.rb Accurate a sample to show having some ext (#2385) 2019-08-19 17:30:59 +09:00
dualstack-fetch.rb
dualstack-httpd.rb
eval.rb
export.rb
exyacc.rb
fact.rb Simplify a sample code (#2374) 2019-08-17 14:56:57 +09:00
fib.awk
fib.pl
fib.py sample/fib.py: Fix syntax error in Python 3 [ci skip] 2018-12-18 23:36:47 +00:00
fib.rb
fib.scm
from.rb
fullpath.rb
iseq_loader.rb
less.rb
list.rb Fix `warning: instance variable @head not initialized` and remove unused instance variable 2020-12-19 15:24:09 +09:00
list2.rb
list3.rb Update a sample code (#2387) 2019-08-19 18:00:29 +09:00
mine.rb
mkproto.rb
mpart.rb
net-imap.rb
observ.rb Remove unused variable to suppress warning (#2388) [ci skip] 2019-08-19 18:16:45 +09:00
occur.pl
occur.rb Drop duplicated sample code (#2389) [ci skip] 2019-08-19 18:43:23 +09:00
open3.rb
philos.rb
pi.rb
pstore.rb
rcs.awk
rcs.dat
rcs.rb
rinda-ring.rb
sieve.rb
simple-bench.rb
svr.rb
tempfile.rb
test.rb Remove unneeded exec bits from some files 2019-11-09 21:36:30 +09:00
time.rb
timeout.rb
trojan.rb
tsvr.rb
uumerge.rb
weakref.rb

README

README		this file
biorhythm.rb	biorhythm calculator
cal.rb		cal(1) clone
cbreak.rb	no echo done by ioctl
clnt.rb		socket client
coverage.rb	simple test code coverage tool
dir.rb		directory access
dualstack-fetch.rb	IPv6 demo
dualstack-httpd.rb	IPv6 demo
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)
from.rb		scan mail spool
fullpath.rb	convert ls -lR to fullpath format
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
observ.rb	observer design pattern sample
occur.pl	count word occurrence (Perl)
occur.rb	count word occurrence (Ruby)
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
sieve.rb	sieve of Eratosthenes
svr.rb		socket server
test.rb		test suite used by `make test'
time.rb		/usr/bin/time clone
timeout.rb	timeout test
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