source: python/trunk/Demo/scripts/README@ 20

Last change on this file since 20 was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 1.0 KB
Line 
1This directory contains a collection of executable Python scripts.
2
3See also the Tools/scripts directory!
4
5beer.py Print the classic 'bottles of beer' list.
6eqfix.py Fix .py files to use the correct equality test operator
7fact.py Factorize numbers
8find-uname.py Search for Unicode characters using regexps.
9from.py Summarize mailbox
10ftpstats.py Summarize ftp daemon log file
11lpwatch.py Watch BSD line printer queues
12makedir.py Like mkdir -p
13markov.py Markov chain simulation of words or characters
14mboxconvvert.py Convert MH or MMDF mailboxes to unix mailbox format
15mkrcs.py Fix symlinks named RCS into parallel tree
16morse.py Produce morse code (audible or on AIFF file)
17pi.py Print all digits of pi -- given enough time and memory
18pp.py Emulate some Perl command line options
19primes.py Print prime numbers
20queens.py Dijkstra's solution to Wirth's "N Queens problem"
21script.py Equivalent to BSD script(1) -- by Steen Lumholt
22unbirthday.py Print unbirthday count
23update.py Update a bunch of files according to a script.
Note: See TracBrowser for help on using the repository browser.