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 /
ruby33 /
share /
ri /
system /
Random /
Formatter /
Delete
Unzip
Name
Size
Permission
Date
Action
alphanumeric-i.ri
1.17
KB
-rw-r--r--
2026-04-07 17:22
base64-i.ri
972
B
-rw-r--r--
2026-04-07 17:22
cdesc-Formatter.ri
3.2
KB
-rw-r--r--
2026-04-07 17:22
choose-i.ri
890
B
-rw-r--r--
2026-04-07 17:22
gen_random-i.ri
360
B
-rw-r--r--
2026-04-07 17:22
hex-i.ri
914
B
-rw-r--r--
2026-04-07 17:22
rand-i.ri
402
B
-rw-r--r--
2026-04-07 17:22
random_bytes-i.ri
882
B
-rw-r--r--
2026-04-07 17:22
random_number-i.ri
610
B
-rw-r--r--
2026-04-07 17:22
urlsafe_base64-i.ri
1.44
KB
-rw-r--r--
2026-04-07 17:22
uuid-i.ri
1.01
KB
-rw-r--r--
2026-04-07 17:22
uuid_v4-i.ri
291
B
-rw-r--r--
2026-04-07 17:22
uuid_v7-i.ri
3.69
KB
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI"urlsafe_base64:ETI"%Random::Formatter#urlsafe_base64;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I".Generate a random URL-safe base64 string.;To:RDoc::Markup::BlankLine o; ; [I"KThe argument _n_ specifies the length, in bytes, of the random number ;TI"Jto be generated. The length of the result string is about 4/3 of _n_.;T@o; ; [I"7If _n_ is not specified or is nil, 16 is assumed. ;TI"$It may be larger in the future.;T@o; ; [ I";The boolean argument _padding_ specifies the padding. ;TI"6If it is false or nil, padding is not generated. ;TI"%Otherwise padding is generated. ;TI"UBy default, padding is not generated because "=" may be used as a URL delimiter.;T@o; ; [I"8The result may contain A-Z, a-z, 0-9, "-" and "_". ;TI"+"=" is also used if _padding_ is true.;T@o:RDoc::Markup::Verbatim; [I" require 'random/formatter' ;TI" ;TI"8Random.urlsafe_base64 #=> "b4GOKm4pOYU_-BOXcrUGDg" ;TI" # or ;TI"prng = Random.new ;TI"6prng.urlsafe_base64 #=> "UZLdOkzop70Ddx-IJR0ABg" ;TI" ;TI"Cprng.urlsafe_base64(nil, true) #=> "i0XQ-7gglIsHGV2_BNPrdQ==" ;TI"Cprng.urlsafe_base64(nil, true) #=> "-M8rLhr7JEpJlqFGUMmOxg==" ;T:@format0o; ; [I"8See RFC 3548 for the definition of URL-safe base64.;T: @fileI"lib/random/formatter.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(n=nil, padding=false);T@/FI"Formatter;TcRDoc::NormalModule00