1992-03-02 12:15:12 -04:00
|
|
|
This directory contains a collection of executable Python scripts.
|
|
|
|
|
1995-03-02 12:00:55 -04:00
|
|
|
See also the Tools/scripts directory!
|
1992-03-02 12:15:12 -04:00
|
|
|
|
2009-10-11 05:48:28 -03:00
|
|
|
beer.py Print the classic 'bottles of beer' list
|
2003-06-07 15:46:34 -03:00
|
|
|
eqfix.py Fix .py files to use the correct equality test operator
|
1991-06-04 17:36:54 -03:00
|
|
|
fact.py Factorize numbers
|
2009-10-11 05:45:03 -03:00
|
|
|
find-uname.py Search for Unicode characters using regexps
|
1991-06-04 17:36:54 -03:00
|
|
|
from.py Summarize mailbox
|
|
|
|
lpwatch.py Watch BSD line printer queues
|
2003-06-07 15:46:34 -03:00
|
|
|
makedir.py Like mkdir -p
|
1994-01-07 06:56:05 -04:00
|
|
|
markov.py Markov chain simulation of words or characters
|
2009-10-11 05:45:03 -03:00
|
|
|
mboxconvert.py Convert MH or MMDF mailboxes to unix mailbox format
|
1994-10-03 13:45:35 -03:00
|
|
|
morse.py Produce morse code (audible or on AIFF file)
|
2009-10-11 05:45:03 -03:00
|
|
|
newslist.py List all newsgroups on a NNTP server as HTML pages
|
1992-03-02 12:15:12 -04:00
|
|
|
pi.py Print all digits of pi -- given enough time and memory
|
1992-08-10 07:43:07 -03:00
|
|
|
pp.py Emulate some Perl command line options
|
1991-06-04 17:36:54 -03:00
|
|
|
primes.py Print prime numbers
|
2003-06-07 15:46:34 -03:00
|
|
|
queens.py Dijkstra's solution to Wirth's "N Queens problem"
|
1994-10-03 13:45:35 -03:00
|
|
|
script.py Equivalent to BSD script(1) -- by Steen Lumholt
|
1994-02-07 09:44:59 -04:00
|
|
|
unbirthday.py Print unbirthday count
|
1995-03-02 12:00:55 -04:00
|
|
|
update.py Update a bunch of files according to a script.
|