~ubuntu-branches/ubuntu/trusty/ruby1.9/trusty

« back to all changes in this revision

Viewing changes to sample/README

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-24 11:42:29 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080124114229-jw2f87rdxlq6gp11
Tags: 1.9.0.0-2ubuntu1
* Merge from debian unstable, remaining changes:
  - Robustify check for target_os, fixing build failure on lpia.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
cal.rb          cal(1) clone
4
4
cbreak.rb       no echo done by ioctl
5
5
clnt.rb         socket client
6
 
dbmtest.rb      test for dbm
7
6
dir.rb          directory access
8
7
dualstack-fetch.rb      IPv6 demo
9
8
dualstack-httpd.rb      IPv6 demo
20
19
freq.rb         count word occurrence
21
20
from.rb         scan mail spool
22
21
fullpath.rb     convert ls -lR to fullpath format
23
 
getopts.test    test fot getopt.rb
24
22
goodfriday.rb   print various christian calendar event.
25
23
io.rb           io test
26
24
irb.rb          interactive ruby
31
29
mine.rb         simple mine sweeper     
32
30
mkproto.rb     extract prototype from C
33
31
mpart.rb        split file int multi part
34
 
mrshtest.rb     test marshal
35
32
observ.rb       observer design pattern sample
36
33
occur.pl        count word occurrence (Perl)
37
34
occur.rb        count word occurrence (Ruby)
42
39
rcs.rb          random character stereogram (Ruby)
43
40
rcs.dat         data for random character stereogram
44
41
rd2html.rb      rd (Ruby Document) to HTML translator
45
 
regx.rb         regular expression tester
46
42
sieve.rb        sieve of Eratosthenes
47
43
svr.rb          socket server
48
44
test.rb         test suite used by `make test'