Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libplucene-perl /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
benchmark
583
B
-rw-r--r--
dump_index
1.4
KB
-rw-r--r--
transform-fdt
1.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : benchmark
#!/usr/bin/perl use strict; use warnings; use Plucene; use Plucene::TestCase; use Benchmark 'cmpthese'; use File::Slurp; chomp(my @words = read_file('/usr/share/dict/enable')); my $sentence = sub { my $words = shift; return join " ", map $words[ rand @words ], 1 .. $words; }; sub add_sentences { my $length = shift; new_index { add_document(content => $sentence->($length)) for 1 .. 100 }; } print Plucene->VERSION, "\n"; cmpthese( 10 => { 'short' => sub { add_sentences(1) }, 'medium' => sub { add_sentences(10) }, 'long' => sub { add_sentences(100) }, });
Close