view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.54
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopX_spec]
-phase=develop
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.59
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopX_spec]
-phase=develop
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.53
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.54
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopX_spec]
-phase=develop
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.54
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopX_spec]
-phase=develop
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.46
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.46
[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata
[Prereqs]
[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/PERLANCAR/ArrayClassBuilder.pm view on Meta::CPAN
This list catalogs class builders for classes that use array (instead of the
popular hash) as their backend storage.
Hash is the vastly popular backend for object due to its flexibility and
convenient mapping of hash keys to object attributes, but actually Perl objects
can be references to any kind of data (array, scalar, glob). Storing objects as
other kinds of references can be useful in terms of attribute access speed,
memory size, or other aspects. But they are not as versatile and generic as
hash.
_
lib/Acme/CPANLists/PERLANCAR/ArrayClassBuilder.pm view on Meta::CPAN
This list catalogs class builders for classes that use array (instead of the
popular hash) as their backend storage.
Hash is the vastly popular backend for object due to its flexibility and
convenient mapping of hash keys to object attributes, but actually Perl objects
can be references to any kind of data (array, scalar, glob). Storing objects as
other kinds of references can be useful in terms of attribute access speed,
memory size, or other aspects. But they are not as versatile and generic as
hash.
view all matches for this distribution
view release on metacpan or search on metacpan
"version" : "0.02"
},
{
"class" : "Dist::Zilla::Plugin::PERLANCAR::EnsurePrereqToSpec",
"config" : {
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/PERLANCAR::EnsurePrereqToSpec",
"version" : "0.064"
"Dist::Zilla::Plugin::CheckSelfDependency" : {
"finder" : [
":InstallModules"
]
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/CheckSelfDependency",
"version" : "0.011"
"$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004",
"inherit_missing" : 1,
"inherit_version" : 1,
"meta_noindex" : 1
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/MetaProvides::Package",
"version" : "2.004003"
view all matches for this distribution
view release on metacpan or search on metacpan
"version" : "0.02"
},
{
"class" : "Dist::Zilla::Plugin::PERLANCAR::EnsurePrereqToSpec",
"config" : {
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/PERLANCAR::EnsurePrereqToSpec",
"version" : "0.064"
"Dist::Zilla::Plugin::CheckSelfDependency" : {
"finder" : [
":InstallModules"
]
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/CheckSelfDependency",
"version" : "0.011"
"$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004",
"inherit_missing" : 1,
"inherit_version" : 1,
"meta_noindex" : 1
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/MetaProvides::Package",
"version" : "2.004003"
view all matches for this distribution
view release on metacpan or search on metacpan
"version" : "0.02"
},
{
"class" : "Dist::Zilla::Plugin::PERLANCAR::EnsurePrereqToSpec",
"config" : {
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/PERLANCAR::EnsurePrereqToSpec",
"version" : "0.064"
"Dist::Zilla::Plugin::CheckSelfDependency" : {
"finder" : [
":InstallModules"
]
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/CheckSelfDependency",
"version" : "0.011"
"$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004",
"inherit_missing" : 1,
"inherit_version" : 1,
"meta_noindex" : 1
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/MetaProvides::Package",
"version" : "2.004003"
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/ArrayClassBuilder.pm view on Meta::CPAN
This list catalogs class builders for classes that use array (instead of the
popular hash) as their backend storage.
Hash is the vastly popular backend for object due to its flexibility and
convenient mapping of hash keys to object attributes, but actually Perl objects
can be references to any kind of data (array, scalar, glob). Storing objects as
other kinds of references can be useful in terms of attribute access speed,
memory size, or other aspects. But they are not as versatile and generic as
hash.
_
lib/Acme/CPANModules/ArrayClassBuilder.pm view on Meta::CPAN
This list catalogs class builders for classes that use array (instead of the
popular hash) as their backend storage.
Hash is the vastly popular backend for object due to its flexibility and
convenient mapping of hash keys to object attributes, but actually Perl objects
can be references to any kind of data (array, scalar, glob). Storing objects as
other kinds of references can be useful in terms of attribute access speed,
memory size, or other aspects. But they are not as versatile and generic as
hash.
=head1 ACME::CPANMODULES ENTRIES
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/ArrayData.pm view on Meta::CPAN
our $DIST = 'Acme-CPANModules-ArrayData'; # DIST
our $VERSION = '0.001'; # VERSION
my $text = <<'MARKDOWN';
<pm:ArrayData> is a way to package 1-dimensional array data as a Perl/CPAN
module. It also provides a standard interface to access the data, including
iterating the data rows, getting the column names, and so on.
**The data**
All Perl modules under `ArrayData::*` namespace are modules that contain array
data data. Examples include: `ArrayData::Sample::DeNiro`,
`ArrayData::Lingua::Word::EN::Enable`.
**CLIs**
<prog:arraydata> (from <pm:App::arraydata>) is the official CLI for `ArrayData`.
**Sah schemas**
<pm:Sah::Schemas::ArrayData>
lib/Acme/CPANModules/ArrayData.pm view on Meta::CPAN
This document describes version 0.001 of Acme::CPANModules::ArrayData (from Perl distribution Acme-CPANModules-ArrayData), released on 2024-01-22.
=head1 DESCRIPTION
L<ArrayData> is a way to package 1-dimensional array data as a Perl/CPAN
module. It also provides a standard interface to access the data, including
iterating the data rows, getting the column names, and so on.
B<The data>
All Perl modules under C<ArrayData::*> namespace are modules that contain array
data data. Examples include: C<ArrayData::Sample::DeNiro>,
C<ArrayData::Lingua::Word::EN::Enable>.
B<CLIs>
L<arraydata> (from L<App::arraydata>) is the official CLI for C<ArrayData>.
B<Sah schemas>
L<Sah::Schemas::ArrayData>
lib/Acme/CPANModules/ArrayData.pm view on Meta::CPAN
=item L<ArrayData>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item L<App::arraydata>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item L<Sah::Schemas::ArrayData>
view all matches for this distribution
view release on metacpan or search on metacpan
"version" : "0.02"
},
{
"class" : "Dist::Zilla::Plugin::PERLANCAR::EnsurePrereqToSpec",
"config" : {
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/PERLANCAR::EnsurePrereqToSpec",
"version" : "0.064"
"Dist::Zilla::Plugin::CheckSelfDependency" : {
"finder" : [
":InstallModules"
]
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/CheckSelfDependency",
"version" : "0.011"
"$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004",
"inherit_missing" : 1,
"inherit_version" : 1,
"meta_noindex" : 1
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/MetaProvides::Package",
"version" : "2.004003"
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/BPOM/FoodRegistration.pm view on Meta::CPAN
**List of food additives**
<prog:bpom-list-food-additives> (from <pm:App::BPOMUtils::Table::FoodAdditive>)
is a CLI tool to search the database, which is scraped from BPOM website
(<https://ereg-rba.pom.go.id>).
**List of food ingredients**
<prog:bpom-list-food-ingredients-rba> (from
<pm:App::BPOMUtils::Table::FoodIngredient>) is a CLI tool to search the "daftar
bahan pangan" database, which is scraped from BPOM website
(<https://ereg-rba.pom.go.id>).
**List of food categories**
<prog:bpom-list-food-categories-rba> (from
<pm:App::BPOMUtils::Table::FoodCategory>) is a CLI tool to query the "kategori
pangan" database, which is scraped from BPOM website
(<https://ereg-rba.pom.go.id>).
**List of food types**
<prog:bpom-list-food-types-rba-importer> and
<prog:bpom-list-food-types-rba-producer> (from
<pm:App::BPOMUtils::Table::FoodType>) is a CLI tool to query the "jenis pangan"
database, which is scraped from BPOM website (<https://ereg-rba.pom.go.id>).
**List of registration code prefixes**
<prog:bpom-list-reg-code-prefixes> (from
lib/Acme/CPANModules/BPOM/FoodRegistration.pm view on Meta::CPAN
version of the website).
B<List of food additives>
L<bpom-list-food-additives> (from L<App::BPOMUtils::Table::FoodAdditive>)
is a CLI tool to search the database, which is scraped from BPOM website
(L<https://ereg-rba.pom.go.id>).
B<List of food ingredients>
L<bpom-list-food-ingredients-rba> (from
L<App::BPOMUtils::Table::FoodIngredient>) is a CLI tool to search the "daftar
bahan pangan" database, which is scraped from BPOM website
(L<https://ereg-rba.pom.go.id>).
B<List of food categories>
L<bpom-list-food-categories-rba> (from
L<App::BPOMUtils::Table::FoodCategory>) is a CLI tool to query the "kategori
pangan" database, which is scraped from BPOM website
(L<https://ereg-rba.pom.go.id>).
B<List of food types>
L<bpom-list-food-types-rba-importer> and
L<bpom-list-food-types-rba-producer> (from
L<App::BPOMUtils::Table::FoodType>) is a CLI tool to query the "jenis pangan"
database, which is scraped from BPOM website (L<https://ereg-rba.pom.go.id>).
B<List of registration code prefixes>
L<bpom-list-reg-code-prefixes> (from
L<App::BPOMUtils::Table::RegCodePrefix>) is a CLI tool to query the list of
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/BloomFilters.pm view on Meta::CPAN
our $LIST = {
summary => "List of bloom filter modules on CPAN",
description => <<'_',
Bloom filter is a data structure that allows you to quickly check whether an
element is in a set. Compared to a regular hash, it is much more
memory-efficient. The downside is that bloom filter can give you false
positives, although false negatives are not possible. So in essence you can ask
a bloom filter which item is "possibly in set" or "definitely not in set". You
can configure the rate of false positives. The larger the filter, the smaller
the rate. Some examples for application of bloom filter include: 1) checking
whether a password is in a dictionary of millions of common/compromised
passwords; 2) checking an email address against leak database; 3) virus pattern
checking; 4) IP/domain blacklisting/whitelisting. Due to its properties, it is
sometimes combined with other data structures. For example, a small bloom filter
can be distributed with a software to check against a database. When the answer
from bloom filter is "possibly in set", the software can further consult on
online database to make sure if it is indeed in set. Thus, bloom filter can be
used to reduce the number of direct queries to database.
In Perl, my default go-to choice is <pm:Algorithm::BloomFilter>, unless there's
a specific feature I need from other implementations.
_
lib/Acme/CPANModules/BloomFilters.pm view on Meta::CPAN
This document describes version 0.004 of Acme::CPANModules::BloomFilters (from Perl distribution Acme-CPANModules-BloomFilters), released on 2022-03-18.
=head1 DESCRIPTION
Bloom filter is a data structure that allows you to quickly check whether an
element is in a set. Compared to a regular hash, it is much more
memory-efficient. The downside is that bloom filter can give you false
positives, although false negatives are not possible. So in essence you can ask
a bloom filter which item is "possibly in set" or "definitely not in set". You
can configure the rate of false positives. The larger the filter, the smaller
the rate. Some examples for application of bloom filter include: 1) checking
whether a password is in a dictionary of millions of common/compromised
passwords; 2) checking an email address against leak database; 3) virus pattern
checking; 4) IP/domain blacklisting/whitelisting. Due to its properties, it is
sometimes combined with other data structures. For example, a small bloom filter
can be distributed with a software to check against a database. When the answer
from bloom filter is "possibly in set", the software can further consult on
online database to make sure if it is indeed in set. Thus, bloom filter can be
used to reduce the number of direct queries to database.
In Perl, my default go-to choice is L<Algorithm::BloomFilter>, unless there's
a specific feature I need from other implementations.
=head1 ACME::CPANMODULES ENTRIES
lib/Acme/CPANModules/BloomFilters.pm view on Meta::CPAN
An Inline::C module. Barely documented. Also does not provide filter
saving/loading methods.
=item * L<Algorithm::BloomFilter> - A simple bloom filter data structure
Author: L<SMUELLER|https://metacpan.org/author/SMUELLER>
XS, made by SMUELLER. Can merge other bloom filters. Provides serialize and
deserialize methods.
=item * L<Bloom::Scalable> - Implementation of the probalistic datastructure - ScalableBloomFilter
Author: L<SUBBU|https://metacpan.org/author/SUBBU>
Pure-perl module. A little weird, IMO, e.g. with hardcoded filenames. The
distribution also provides L<Bloom::Simple>.
view all matches for this distribution