• Home
Name Date Size #Lines LOC

..--

READMED03-May-20241,009 2320

beer.pyD03-May-2024459 2113

eqfix.pyD03-May-20246.2 KiB199141

fact.pyD03-May-20241.1 KiB5037

find-uname.pyD03-May-20241.2 KiB4134

from.pyD03-May-2024874 3623

lpwatch.pyD03-May-20242.8 KiB10387

makedir.pyD03-May-2024510 2211

markov.pyD03-May-20243.5 KiB122111

mboxconvert.pyD03-May-20243.1 KiB125105

morse.pyD03-May-20244.2 KiB139113

pi.pyD03-May-2024888 3416

pp.pyD03-May-20243.7 KiB13093

primes.pyD03-May-2024603 3124

queens.pyD03-May-20242.2 KiB8668

script.pyD03-May-2024962 4327

unbirthday.pyD03-May-20243.1 KiB10579

update.pyD03-May-20242.7 KiB9378

README

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
10lpwatch.py		Watch BSD line printer queues
11makedir.py		Like mkdir -p
12markov.py		Markov chain simulation of words or characters
13mboxconvert.py		Convert MH or MMDF mailboxes to unix mailbox format
14morse.py		Produce morse code (audible or on AIFF file)
15newslist.py		List all newsgroups on a NNTP server as HTML pages
16pi.py			Print all digits of pi -- given enough time and memory
17pp.py			Emulate some Perl command line options
18primes.py		Print prime numbers
19queens.py		Dijkstra's solution to Wirth's "N Queens problem"
20script.py		Equivalent to BSD script(1) -- by Steen Lumholt
21unbirthday.py		Print unbirthday count
22update.py		Update a bunch of files according to a script.
23