• Home
  • History
  • Annotate
  • only in /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
NameDateSize

..29-Aug-20174 KiB

beer.py29-Aug-2017479

eqfix.py29-Aug-20176.4 KiB

fact.py29-Aug-20171.2 KiB

find-uname.py29-Aug-20171.2 KiB

from.py29-Aug-2017909

lpwatch.py29-Aug-20172.9 KiB

makedir.py29-Aug-2017531

markov.py29-Aug-20173.6 KiB

mboxconvert.py29-Aug-20173.2 KiB

morse.py29-Aug-20174.3 KiB

newslist.doc29-Aug-20172.4 KiB

newslist.py29-Aug-201711.5 KiB

pi.py29-Aug-2017921

pp.py29-Aug-20173.9 KiB

primes.py29-Aug-2017633

queens.py29-Aug-20172.3 KiB

README29-Aug-20171 KiB

script.py29-Aug-20171,004

unbirthday.py29-Aug-20173.2 KiB

update.py29-Aug-20172.8 KiB

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