Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6faacd3

Browse files
committed
Update README, remove obsolete script.
1 parent d3f467a commit 6faacd3

2 files changed

Lines changed: 18 additions & 125 deletions

File tree

Demo/scripts/README

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ This directory contains a collection of executable Python scripts.
22

33
See also the Tools/scripts directory!
44

5-
beer.py Print the classic 'bottles of beer' list
6-
eqfix.py Fix .py files to use the correct equality test operator
7-
fact.py Factorize numbers
8-
find-uname.py Search for Unicode characters using regexps
9-
from.py Summarize mailbox
10-
lpwatch.py Watch BSD line printer queues
11-
makedir.py Like mkdir -p
12-
markov.py Markov chain simulation of words or characters
13-
mboxconvert.py Convert MH or MMDF mailboxes to unix mailbox format
14-
morse.py Produce morse code (as an AIFF file)
15-
newslist.py List all newsgroups on a NNTP server as HTML pages
16-
pi.py Print all digits of pi -- given enough time and memory
17-
pp.py Emulate some Perl command line options
18-
primes.py Print prime numbers
19-
queens.py Dijkstra's solution to Wirth's "N Queens problem"
20-
script.py Equivalent to BSD script(1) -- by Steen Lumholt
21-
unbirthday.py Print unbirthday count
22-
update.py Update a bunch of files according to a script.
5+
beer.py Print the classic 'bottles of beer' list
6+
eqfix.py Fix .py files to use the correct equality test operator
7+
fact.py Factorize numbers
8+
find-uname.py Search for Unicode characters using regexps
9+
from.py Summarize mailbox
10+
lpwatch.py Watch BSD line printer queues
11+
makedir.py Like mkdir -p
12+
markov.py Markov chain simulation of words or characters
13+
mboxconvert.py Convert MH or MMDF mailboxes to unix mailbox format
14+
morse.py Produce morse code (as an AIFF file)
15+
newslist.py List all newsgroups on a NNTP server as HTML pages
16+
pi.py Print all digits of pi -- given enough time and memory
17+
pp.py Emulate some Perl command line options
18+
primes.py Print prime numbers
19+
queens.py Dijkstra's solution to Wirth's "N Queens problem"
20+
script.py Equivalent to BSD script(1) -- by Steen Lumholt
21+
unbirthday.py Print unbirthday count
22+
update.py Update a bunch of files according to a script

Demo/scripts/toaiff.py

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)