summaryrefslogtreecommitdiff
path: root/trunk/sample/README
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-25 15:13:14 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-25 15:13:14 +0000
commitd0233291bc8a5068e52c69c210e5979e5324b5bc (patch)
tree7d9459449c33792c63eeb7baa071e76352e0baab /trunk/sample/README
parent0dc342de848a642ecce8db697b8fecd83a63e117 (diff)
parent72eaacaa15256ab95c3b52ea386f88586fb9da40 (diff)
re-adding tag v1_9_0_4 as an alias of trunk@18848v1_9_0_4
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_9_0_4@18849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'trunk/sample/README')
-rw-r--r--trunk/sample/README47
1 files changed, 0 insertions, 47 deletions
diff --git a/trunk/sample/README b/trunk/sample/README
deleted file mode 100644
index 9187a9df2a..0000000000
--- a/trunk/sample/README
+++ /dev/null
@@ -1,47 +0,0 @@
-README this file
-biorhythm.rb biorhythm calculator
-cal.rb cal(1) clone
-cbreak.rb no echo done by ioctl
-clnt.rb socket client
-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
-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
-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
-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