Changeset 388 for python/vendor/current/Demo/curses
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- Location:
- python/vendor/current/Demo/curses
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Demo/curses/ncurses.py
r2 r388 1 1 #!/usr/bin/env python 2 2 # 3 # $Id : ncurses.py 66424 2008-09-13 01:22:08Z andrew.kuchling$3 # $Id$ 4 4 # 5 5 # (n)curses exerciser in Python, an interactive test for the curses -
python/vendor/current/Demo/curses/rain.py
r2 r388 1 1 #!/usr/bin/env python 2 2 # 3 # $Id : rain.py 46625 2006-06-03 23:02:15Z andrew.kuchling$3 # $Id$ 4 4 # 5 5 # somebody should probably check the randrange()s... -
python/vendor/current/Demo/curses/tclock.py
r2 r388 1 1 #!/usr/bin/env python 2 2 # 3 # $Id : tclock.py 46626 2006-06-03 23:07:21Z andrew.kuchling$3 # $Id$ 4 4 # 5 5 # From tclock.c, Copyright Howard Jones <ha.jones@ic.ac.uk>, September 1994. -
python/vendor/current/Demo/curses/xmas.py
r2 r388 2 2 # December 1989 Larry Bartz Indianapolis, IN 3 3 # 4 # $Id : xmas.py 46623 2006-06-03 22:59:23Z andrew.kuchling$4 # $Id$ 5 5 # 6 6 # I'm dreaming of an ascii character-based monochrome Christmas,
Note:
See TracChangeset
for help on using the changeset viewer.