Linux velvet.gennetworks.in 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 161.129.70.235 & Your IP : 216.73.216.5
Domains :
Cant Read [ /etc/named.conf ]
User : virtueex
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby21 /
lib64 /
ruby /
2.1.0 /
json /
add /
Delete
Unzip
Name
Size
Permission
Date
Action
bigdecimal.rb
568
B
-rw-r--r--
2023-07-26 19:52
complex.rb
398
B
-rw-r--r--
2023-07-26 19:52
core.rb
318
B
-rw-r--r--
2023-07-26 19:52
date.rb
888
B
-rw-r--r--
2023-07-26 19:52
date_time.rb
1.31
KB
-rw-r--r--
2023-07-26 19:52
exception.rb
811
B
-rw-r--r--
2023-07-26 19:52
ostruct.rb
810
B
-rw-r--r--
2023-07-26 19:52
range.rb
794
B
-rw-r--r--
2023-07-26 19:52
rational.rb
414
B
-rw-r--r--
2023-07-26 19:52
regexp.rb
769
B
-rw-r--r--
2023-07-26 19:52
struct.rb
795
B
-rw-r--r--
2023-07-26 19:52
symbol.rb
623
B
-rw-r--r--
2023-07-26 19:52
time.rb
1.01
KB
-rw-r--r--
2023-07-26 19:52
Save
Rename
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end defined?(::Rational) or require 'rational' class Rational def self.json_create(object) Rational(object['n'], object['d']) end def as_json(*) { JSON.create_id => self.class.name, 'n' => numerator, 'd' => denominator, } end def to_json(*) as_json.to_json end end