OSDN Git Service

ruby-1.9.1-rc1
[splhack/AndroidRuby.git] / lib / ruby-1.9.1-rc1 / sample / README
1 README          this file
2 biorhythm.rb    biorhythm calculator
3 cal.rb          cal(1) clone
4 cbreak.rb       no echo done by ioctl
5 clnt.rb         socket client
6 dir.rb          directory access
7 dualstack-fetch.rb      IPv6 demo
8 dualstack-httpd.rb      IPv6 demo
9 dstore.rb       object database on dbm
10 eval.rb         simple evaluator
11 export.rb       method access example
12 exyacc.rb       extrace BNF from yacc file
13 fact.rb         factorial calculator
14 fib.awk         Fibonacci number (AWK)
15 fib.pl          Fibonacci number (Perl)
16 fib.py          Fibonacci number (Python)
17 fib.rb          Fibonacci number (Ruby)
18 fib.scm         Fibonacci number (Scheme)
19 freq.rb         count word occurrence
20 from.rb         scan mail spool
21 fullpath.rb     convert ls -lR to fullpath format
22 io.rb           io test
23 irb.rb          interactive ruby
24 less.rb         front end for less
25 list.rb         stupid object sample
26 list2.rb        stupid object sample
27 list3.rb        stupid object sample
28 mine.rb         simple mine sweeper     
29 mkproto.rb      extract prototype from C
30 mpart.rb        split file int multi part
31 observ.rb       observer design pattern sample
32 occur.pl        count word occurrence (Perl)
33 occur.rb        count word occurrence (Ruby)
34 occur2.rb       count word occurrence - another style
35 philos.rb       famous dining philosophers
36 pi.rb           calculate PI
37 rcs.awk         random character stereogram (AWK)
38 rcs.rb          random character stereogram (Ruby)
39 rcs.dat         data for random character stereogram
40 rd2html.rb      rd (Ruby Document) to HTML translator
41 sieve.rb        sieve of Eratosthenes
42 svr.rb          socket server
43 test.rb         test suite used by `make test'
44 time.rb         /usr/bin/time clone
45 trojan.rb       simple tool to find file that may be trojan horse.
46 tsvr.rb         socket server using thread
47 uumerge.rb      merge files and uudecode them