Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby21 /
lib64 /
ruby /
2.1.0 /
tkextlib /
vu /
Delete
Unzip
Name
Size
Permission
Date
Action
bargraph.rb
1.13
KB
-rw-r--r--
2023-07-26 17:52
charts.rb
1.22
KB
-rw-r--r--
2023-07-26 17:52
dial.rb
1.96
KB
-rw-r--r--
2023-07-26 17:52
pie.rb
5.51
KB
-rw-r--r--
2023-07-26 17:52
setup.rb
316
B
-rw-r--r--
2023-07-26 17:52
spinbox.rb
491
B
-rw-r--r--
2023-07-26 17:52
Save
Rename
# # ::vu::spinbox widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) # # a standard spinbox (<= 8.3) # This is the same as the 8.4 core spinbox widget. # require 'tk' if (Tk::TK_MAJOR_VERSION < 8 || (Tk::TK_MAJOR_VERSION == 8 && Tk::TK_MINOR_VERSION < 4)) # call setup script -- <libdir>/tkextlib/vu.rb require 'tkextlib/vu.rb' Tk.tk_call('namespace', 'import', '::vu::spinbox') end module Tk module Vu Spinbox = Tk::Spinbox end end