view release on metacpan or search on metacpan
t/00-use.t
travis.yml
xt/author/00-compile.t
xt/author/changes_has_content.t
xt/author/clean-namespaces.t
xt/author/eol.t
xt/author/kwalitee.t
xt/author/minimum-version.t
xt/author/mojibake.t
xt/author/no-tabs.t
xt/author/pod-spell.t
view all matches for this distribution
view release on metacpan or search on metacpan
t/00-use.t
travis.yml
xt/author/00-compile.t
xt/author/changes_has_content.t
xt/author/clean-namespaces.t
xt/author/eol.t
xt/author/kwalitee.t
xt/author/minimum-version.t
xt/author/mojibake.t
xt/author/no-tabs.t
xt/author/pod-spell.t
view all matches for this distribution
view release on metacpan or search on metacpan
t/00-use.t
travis.yml
xt/author/00-compile.t
xt/author/changes_has_content.t
xt/author/clean-namespaces.t
xt/author/eol.t
xt/author/kwalitee.t
xt/author/minimum-version.t
xt/author/mojibake.t
xt/author/no-tabs.t
xt/author/pod-spell.t
view all matches for this distribution
view release on metacpan or search on metacpan
t/01-basic.t
travis.yml
xt/author/00-compile.t
xt/author/changes_has_content.t
xt/author/clean-namespaces.t
xt/author/eol.t
xt/author/kwalitee.t
xt/author/minimum-version.t
xt/author/mojibake.t
xt/author/no-tabs.t
xt/author/pod-spell.t
view all matches for this distribution
view release on metacpan or search on metacpan
t/00-use.t
travis.yml
xt/author/00-compile.t
xt/author/changes_has_content.t
xt/author/clean-namespaces.t
xt/author/eol.t
xt/author/kwalitee.t
xt/author/minimum-version.t
xt/author/mojibake.t
xt/author/no-tabs.t
xt/author/pod-spell.t
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL
README
dist.ini
lib/Bash/Completion/Plugins/pinto.pm
t/00-compile.t
t/author-eol.t
t/author-no-tabs.t
t/pinto.t
t/release-pod-coverage.t
t/release-pod-syntax.t
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bat/Interpreter.pm view on Meta::CPAN
=over 4
=item *
andres.mari <andres.mari@meteologica.com>
=item *
eva.dominguez <eva.dominguez@meteologica.com>
=item *
Eva <meloncego@gmail.com>
lib/Bat/Interpreter.pm view on Meta::CPAN
Nicolas De los Santos <ndls05@gmail.com>
=item *
pablo.rodriguez <pablo.rodriguez@meteologica.com>
=item *
ricardo.gomez <ricardogomezescalante@gmail.com>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Batch/Interpreter.pm view on Meta::CPAN
}
# skip empty lines
$line =~ /\S/ or return;
$opts->{eol_re} and $line =~ s/$opts->{eol_re}/$1/;
return map $_ // '', ($opts->{delim_re}
? split($opts->{delim_re}, $line, $opts->{numvals})
: ($line)
)[@{$opts->{tokens}}];
}
lib/Batch/Interpreter.pm view on Meta::CPAN
$cmd->{echo} and $self->print_prompt('for ',
"/f \"$opts\" %$var in (", $list, ')'
);
my %opt;
(@opt{qw(eol skip delims tokens)}, my $usebackq) = (
undef, 0, "\t ", '1', 0
);
$opts =~ /\beol=(.)/i and $opt{eol} = $1;
$opts =~ /\bskip=(\d+)/i and $opt{skip} = $1;
$opts =~ /\bdelims=(.?[^\s]*)/i and $opt{delims} = $1;
$opts =~ /\btokens=(\d[\d,-]*+\*?)/i
and $opt{tokens} = $1;
$opts =~ /\busebackq\b/i and $usebackq = 1;
$opt{eol} and $opt{eol_re} =
qr/^([\Q$opt{eol}\E]+)\Q$opt{eol}\E.*+$/;
$opt{delims} ne ''
and $opt{delim_re} = qr/[\Q$opt{delims}\E]/;
my @token = map {
/^(\d+)\-(\d+)$/ ? ($1 .. $2) : ($_);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/BeamerReveal/Log/Ansi.pm view on Meta::CPAN
$task->{progress} = $progress;
my $nofTasks = @{$self->{tasks}};
_ansi_up( $nofTasks - $taskId );
_ansi_clr_eol();
print BeamerReveal::Log::_bar_line( $task->{label}, $self->{labelsize},
$task->{activity}, $self->{activitysize},
$progress, $task->{total}, $self->{barsize} );
print "\n" x ( $nofTasks - $taskId );
lib/BeamerReveal/Log/Ansi.pm view on Meta::CPAN
}
sub _ansi_up { print "\e[" . $_[0] . "A"; }
sub _ansi_down { print "\e[" . $_[0] . "B"; }
sub _ansi_cr { print "\r"; }
sub _ansi_clr_eol { print "\e[K"; }
sub _terminal_width {
my $self = shift;
my ($cols, $rows) = Term::ReadKey::GetTerminalSize();
return $cols;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bencher/Scenario/Accessors/Get.pm view on Meta::CPAN
The above result presented as chart:
=begin html
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAtAAAAH4CAMAAABUnipoAAAJJmlDQ1BpY2MAAEiJlZVnUJNZF8fv8zzphUASQodQQ5EqJYCUEFoo0quoQOidUEVsiLgCK4qINEWQRQEXXJUia0UUC4uCAhZ0gywCyrpxFVFBWXDfGZ33HT+8/5l7z2/+c+bec8/5cAEgiINlwct7YlK6wNvJjhkYFMwE3yiMn5...
=end html
To display as an interactive HTML table on a browser, you can add option C<--format html+datatables>.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bencher/Scenario/ShellGuess/Overhead.pm view on Meta::CPAN
The above result presented as chart:
=begin html
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAtAAAAH4CAMAAABUnipoAAAJJmlDQ1BpY2MAAEiJlZVnUJNZF8fv8zzphUASQodQQ5EqJYCUEFoo0quoQOidUEVsiLgCK4qINEWQRQEXXJUia0UUC4uCAhZ0gywCyrpxFVFBWXDfGZ33HT+8/5l7z2/+c+bec8/5cAEgiINlwct7YlK6wNvJjhkYFMwE3yiMn5...
=end html
=head2 Sample benchmark #4
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bencher/Scenario/StringFunctions/Indent.pm view on Meta::CPAN
Legends:
SI:i: participant=String::Indent::indent
SIJ:i: participant=String::Indent::Join::indent
SN:n: participant=String::Nudge::nudge
=for html <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAtAAAAH4CAMAAABUnipoAAAJJmlDQ1BpY2MAAEiJlZVnUJNZF8fv8zzphUASQodQQ5EqJYCUEFoo0quoQOidUEVsiLgCK4qINEWQRQEXXJUia0UUC4uCAhZ0gywCyrpxFVFBWXDfGZ33HT+8/5l7z2/+c+bec8/5cAEgiINlwct7YlK6wNvJjhkY...
#table2#
{dataset=>"100line"}
+------------------------------+-----------+-----------+-----------------------+-----------------------+---------+---------+
view all matches for this distribution
view release on metacpan or search on metacpan
t/basic_hashconstruct.t
t/output_fh_set.t
t/sample_size_set.t
weaver.ini
xt/author/critic.t
xt/author/eol.t
xt/author/pod-coverage.t
xt/author/pod-syntax.t
xt/release/cpan-changes.t
xt/release/distmeta.t
xt/release/kwalitee.t
view all matches for this distribution
view release on metacpan or search on metacpan
share/chartqueries/pts2019/spectralnorm.json
share/templates/google-chart-area.tt
share/templates/google-chart-area_multi.tt
share/templates/google-chart-line.tt
t/00-compile.t
t/author-eol.t
t/author-no-tabs.t
t/author-pod-syntax.t
t/release-pod-coverage.t
view all matches for this distribution
view release on metacpan or search on metacpan
share/SpamAssassin/spam_2/01398.8ca7045aae4184d56e8509dc5ad6d979
share/SpamAssassin/spam_2/01399.2319643317e2c5193d574e40a71809c2
share/SpamAssassin/spam_2/01400.b444b69845db2fa0a4693ca04e6ac5c5
share/SpamAssassin/spam_2/cmds
t/00-load.t
t/release-eol.t
t/release-pod-syntax.t
view all matches for this distribution
view release on metacpan or search on metacpan
dist.ini
lib/Benchmark/Perl/Formance/Plugin/Mandelbrot.pm
lib/Benchmark/Perl/Formance/Plugin/Mandelbrot/withmce.pm
lib/Benchmark/Perl/Formance/Plugin/Mandelbrot/withthreads.pm
t/00-compile.t
t/author-eol.t
t/author-no-tabs.t
t/author-pod-syntax.t
t/samplerun.t
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/regex.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/regexdna.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/revcomp.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/spectralnorm.pm
t/00-compile.t
t/author-eol.t
t/author-no-tabs.t
t/author-pod-syntax.t
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Benchmark/Perl/Formance/Plugin/SpamAssassin.pm
lib/Benchmark/Perl/Formance/Plugin/Threads.pm
lib/Benchmark/Perl/Formance/Plugin/ThreadsShared.pm
t/00-compile.t
t/00-load.t
t/author-eol.t
t/author-pod-syntax.t
t/basic.t
t/samplerun.t
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL
README
dist.ini
lib/BenchmarkAnything/Config.pm
t/00-compile.t
t/author-eol.t
t/author-no-tabs.t
t/benchmarkanything-2.cfg
t/benchmarkanything-3.cfg
t/benchmarkanything.cfg
t/cfg.t
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL
README
dist.ini
lib/BenchmarkAnything/Evaluations.pm
t/00-compile.t
t/author-eol.t
t/author-no-tabs.t
t/author-pod-syntax.t
t/release-pod-coverage.t
t/transformers.t
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL
README
dist.ini
lib/BenchmarkAnything/Reporter.pm
t/00-compile.t
t/author-eol.t
t/author-no-tabs.t
t/benchmarkanything-2.cfg
t/benchmarkanything.cfg
t/cfg.t
t/release-pod-coverage.t
view all matches for this distribution
view release on metacpan or search on metacpan
bin/benchmarkanything-schema
dist.ini
lib/BenchmarkAnything/Schema.pm
share/benchmark-anything-schema.json
t/00-compile.t
t/author-eol.t
t/author-no-tabs.t
t/author-pod-syntax.t
t/basic.t
t/invalid-benchmark-anything-data-01.json
t/invalid-benchmark-anything-data-02.json
view all matches for this distribution
view release on metacpan or search on metacpan
lib/BenchmarkAnything/Storage/Backend/SQL/Query/mysql.pm
lib/BenchmarkAnything/Storage/Backend/SQL/Search.pm
lib/BenchmarkAnything/Storage/Backend/SQL/Search/MCE.pm
share/create-schema.SQLite
share/create-schema.mysql
t/author-eol.t
t/author-no-tabs.t
t/author-pod-syntax.t
t/release-pod-coverage.t
view all matches for this distribution
view release on metacpan or search on metacpan
share/templates/layouts/default.html.ep
share/templates/search/hello.html.ep
share/templates/submit/add.html.ep
t/00-compile.t
t/api.t
t/author-eol.t
t/author-no-tabs.t
t/author-pod-syntax.t
t/basic.t
t/benchmarkanything-mysql.cfg
t/benchmarkanything.cfg
view all matches for this distribution
view release on metacpan or search on metacpan
share/config/README
share/config/client.cfg
share/config/default.cfg
share/config/server.cfg
t/00-compile.t
t/author-eol.t
t/author-no-tabs.t
t/author-pod-syntax.t
t/benchmarkanything-2.cfg
t/benchmarkanything-3.cfg
t/benchmarkanything-mysql.cfg
view all matches for this distribution
view release on metacpan or search on metacpan
README
bin/benchmarkanything-storage
dist.ini
lib/BenchmarkAnything/Storage/Frontend/Tools.pm
t/00-compile.t
t/author-eol.t
t/author-no-tabs.t
t/author-pod-syntax.t
t/benchmarkanything-mysql.cfg
t/benchmarkanything.cfg
t/cli.t
view all matches for this distribution
view release on metacpan or search on metacpan
README
dist.ini
lib/BenchmarkAnything/Storage/Search/Elasticsearch.pm
lib/BenchmarkAnything/Storage/Search/Elasticsearch/Serializer/JSON/DontTouchMyUTF8.pm
t/00-compile.t
t/author-eol.t
t/author-no-tabs.t
t/author-pod-syntax.t
t/release-pod-coverage.t
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bhagavatgita.pm view on Meta::CPAN
print "@glossary";
=head1 DESCRIPTION
Module for accessing contents of Bhagavatgita.
Bhagavatgita meaning The Song of the Bhagavan(God), also called Gita, is a 700-verse scripture that is part of the Hindu epic Mahabharata. This scripture contains a conversation between Pandava prince Arjuna and his guide Lord Krishna on a variety of...
Please note that certain verses has been transulated into a single combined english verse e.g verses 16,17 and 18 are transulated into a single english verse.Check this site to make clarity on that, "http://vedabase.net/bg/1/en". Hence displaying ver...
Glossary is obtained from "https://sites.google.com/site/iskconcapechat/home/books-group/lexicon-dictionary-concordance/glossary-of-bhagavad-gita"
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile
dist.ini
lib/Bible/OBML.pm
t/00-compile.t
t/Bible/OBML.t
t/author-eol.t
t/author-no-tabs.t
t/author-pod-coverage.t
t/author-pod-syntax.t
t/author-portability.t
t/author-synopsis.t
view all matches for this distribution