Linux premium309.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
Server IP : 199.188.201.183 & Your IP : 216.73.216.116
Domains :
Cant Read [ /etc/named.conf ]
User : brntxyqh
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib64 /
python2.7 /
site-packages /
pynche /
Delete
Unzip
Name
Size
Permission
Date
Action
X
[ DIR ]
drwxr-xr-x
2024-07-02 09:35
ChipViewer.py
4.88
KB
-rw-r--r--
2020-04-19 21:13
ChipViewer.pyc
5.37
KB
-rw-r--r--
2024-04-10 04:58
ChipViewer.pyo
5.37
KB
-rw-r--r--
2024-04-10 04:58
ColorDB.py
8.73
KB
-rw-r--r--
2020-04-19 21:13
ColorDB.pyc
9.46
KB
-rw-r--r--
2024-04-10 04:58
ColorDB.pyo
9.46
KB
-rw-r--r--
2024-04-10 04:58
DetailsViewer.py
9.88
KB
-rw-r--r--
2020-04-19 21:13
DetailsViewer.pyc
10.32
KB
-rw-r--r--
2024-04-10 04:58
DetailsViewer.pyo
10.32
KB
-rw-r--r--
2024-04-10 04:58
ListViewer.py
6.49
KB
-rw-r--r--
2020-04-19 21:13
ListViewer.pyc
7.03
KB
-rw-r--r--
2024-04-10 04:58
ListViewer.pyo
7.03
KB
-rw-r--r--
2024-04-10 04:58
Main.py
6.25
KB
-rw-r--r--
2020-04-19 21:13
Main.pyc
6.14
KB
-rw-r--r--
2024-04-10 04:58
Main.pyo
6.14
KB
-rw-r--r--
2024-04-10 04:58
PyncheWidget.py
10.25
KB
-rw-r--r--
2020-04-19 21:13
PyncheWidget.pyc
10.84
KB
-rw-r--r--
2024-04-10 04:58
PyncheWidget.pyo
10.84
KB
-rw-r--r--
2024-04-10 04:58
README
15.41
KB
-rw-r--r--
2020-04-19 21:13
StripViewer.py
15.1
KB
-rw-r--r--
2020-04-19 21:13
StripViewer.pyc
13.54
KB
-rw-r--r--
2024-04-10 04:58
StripViewer.pyo
13.4
KB
-rw-r--r--
2024-04-10 04:58
Switchboard.py
4.7
KB
-rw-r--r--
2020-04-19 21:13
Switchboard.pyc
5.92
KB
-rw-r--r--
2024-04-10 04:58
Switchboard.pyo
5.92
KB
-rw-r--r--
2024-04-10 04:58
TextViewer.py
6.71
KB
-rw-r--r--
2020-04-19 21:13
TextViewer.pyc
7.19
KB
-rw-r--r--
2024-04-10 04:58
TextViewer.pyo
7.19
KB
-rw-r--r--
2024-04-10 04:58
TypeinViewer.py
5.96
KB
-rw-r--r--
2020-04-19 21:13
TypeinViewer.pyc
6.26
KB
-rw-r--r--
2024-04-10 04:58
TypeinViewer.pyo
6.26
KB
-rw-r--r--
2024-04-10 04:58
__init__.py
47
B
-rw-r--r--
2020-04-19 21:13
__init__.pyc
140
B
-rw-r--r--
2024-04-10 04:58
__init__.pyo
140
B
-rw-r--r--
2024-04-10 04:58
html40colors.txt
245
B
-rw-r--r--
2020-04-19 21:13
namedcolors.txt
5.58
KB
-rw-r--r--
2020-04-19 21:13
pyColorChooser.py
3.68
KB
-rw-r--r--
2020-04-19 21:13
pyColorChooser.pyc
4.32
KB
-rw-r--r--
2024-04-10 04:58
pyColorChooser.pyo
4.32
KB
-rw-r--r--
2024-04-10 04:58
pynche
182
B
-rwxr-xr-x
2024-04-10 04:57
webcolors.txt
3.02
KB
-rw-r--r--
2020-04-19 21:13
websafe.txt
1.71
KB
-rw-r--r--
2020-04-19 21:13
Save
Rename
� ��^c @ s� d Z d d l Td d l Z d Z d Z d Z d Z d Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d d d � � YZ d e f d � � YZ d d d � � YZ d d d � � YZ d S( sz Strip viewer and related widgets. The classes in this file implement the StripViewer shown in the top two thirds of the main Pynche window. It consists of three StripWidgets which display the variations in red, green, and blue respectively of the currently selected r/g/b color value. Each StripWidget shows the color variations that are reachable by varying an axis of the currently selected color. So for example, if the color is (R,G,B)=(127,163,196) then the Red variations show colors from (0,163,196) to (255,163,196), the Green variations show colors from (127,0,196) to (127,255,196), and the Blue variations show colors from (127,163,0) to (127,163,255). The selected color is always visible in all three StripWidgets, and in fact each StripWidget highlights the selected color, and has an arrow pointing to the selected chip, which includes the value along that particular axis. Clicking on any chip in any StripWidget selects that color, and updates all arrows and other windows. By toggling on Update while dragging, Pynche will select the color under the cursor while you drag it, but be forewarned that this can be slow. i����( t *Ns� proc setcolor {canv colors} { set i 1 foreach c $colors { $canv itemconfigure $i -fill $c -outline $c incr i } } i i i t c C sX d | d } d } g } x7 | d k rS | j t | � � | | } | d } q W| S( Ng �o@i g i ( t appendt int( t numchipst stept startt seq( ( s8 /usr/lib64/python2.7/site-packages/pynche/StripViewer.pyt constant4 s c C s&