28 abr 2018

(clxxxii) CPAN great modules released last week

This is a list of great CPAN modules released last week. A module is considered great if its favorites count is greater or equal than 12.

# CPAN module Version Votes Abstract
1 AI::MXNet 1.23 22 Perl interface to MXNet machine learning library
2 App::cpm 0.973 29 a fast CPAN module installer
3 Capture::Tiny 0.48 82 Capture STDOUT and STDERR from Perl, XS or external programs
4 Carton v1.0.31 89 Perl module dependency manager (aka Bundler for Perl)
5 Dist::Milla v1.0.20 26 Distribution builder, Opinionated but Unobtrusive
6 Encode 2.98 45 character encodings in Perl
7 File::Copy::Recursive 0.44 13 Perl extension for recursively copying files and directories
8 MetaCPAN::Client 2.025000 16 A comprehensive, DWIM-featured client to the MetaCPAN API
9 Module::CPANfile 1.1004 44 Parse cpanfile
10 Mojolicious 7.76 370 Real-time web framework
11 Mojolicious::Plugin::AssetPack 2.03 40 Compress and convert css, less, sass, javascript and coffeescript files
12 Mojolicious::Plugin::Authentication 1.33 16 A plugin to make authentication a bit easier
13 Safe::Isa 1.000010 29 Call isa, can, does and DOES safely on things that may not be objects
14 Storable 3.11 37 persistence for Perl data structures
15 URI 1.74 86 Uniform Resource Identifiers (absolute and relative)

(cccxiv) metacpan weekly report - Data::Mining::Apriori

This is the weekly favourites list of CPAN distributions. Votes count: 50
Week's winner (+3): Data::Mining::Apriori
Build date: 2018/04/28 20:50:10 GMT

Clicked for first time:
  • Geo::Coder::US - Geocode (estimate latitude and longitude for) any US address
  • Geo::GNIS - Perl extension for parsing USGS GNIS gazetteer data
  • Geo::SypexGeo - API to detect cities by IP thru Sypex Geo database v.2
  • Mail::JMAPTalk - Perl client for the http://jmap.io/ protocol
  • Test::Snapshot - test against data stored in automatically-named file
  • Text::Metaphone - A modern soundex. Phonetic encoding of words.
  • YAML::Dump - Dump stuff, (simplified) YAML style

Increasing its reputation:

(cccxxxviii) stackoverflow perl report

These are the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2018-04-28 20:43:42 GMT

  1. Delete a specific line from a 12GB file - [5/1]
  2. How to dump all Mojolicious routes? - [4/1]
  3. How to use /usr/bin/env perl functionality along with perl arguments? - [3/3]
  4. Perl - Win32::OLE::const error - [3/1]
  5. Extract primary and secondary numbers for each ID and make a JSON string - [2/5]
  6. Subroutine for piping stdout and stderr into file - [2/2]
  7. split string (based on comma) into array adds an empty item at the end of list - [2/1]
  8. what's role "* *" in this perl-script? - [2/1]
  9. find duplicate filenames and append them to hash of arrays - [1/3]
  10. perl regex for variable substitution - [1/3]

21 abr 2018

(clxxxi) CPAN great modules released last week

This is a list of great CPAN modules released last week. A module is considered great if its favorites count is greater or equal than 12.

# CPAN module Version Votes Abstract
1 AI::MXNet 1.22 21 Perl interface to MXNet machine learning library
2 App::cpanminus 1.7044 233 get, unpack, build and install modules from CPAN
3 App::cpm 0.969 28 a fast CPAN module installer
4 autobox 2.86 22 call methods on native types
5 Carton v1.0.29 89 Perl module dependency manager (aka Bundler for Perl)
6 Dancer2 0.206000 98 Lightweight yet powerful web application framework
7 Digest::SHA 6.02 19 Perl extension for SHA-1/224/256/384/512
8 Dist::Zilla 5.048 160 distribution builder; installer not included!
9 File::Copy::Recursive 0.42 13 Perl extension for recursively copying files and directories
10 Git::Repository 1.322 22 Perl interface to Git repositories
11 IO 1.39 45 Perl core IO modules
12 JSON::MaybeXS 1.004000 39 Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
13 JSON::Validator 2.07 19 Validate data against a JSON schema
14 MetaCPAN::Client 2.024000 16 A comprehensive, DWIM-featured client to the MetaCPAN API
15 Minion 9.03 58 Job queue
16 Module::CoreList 5.20180420 30 what modules shipped with versions of perl
17 Mojolicious::Plugin::OpenAPI 1.28 24 OpenAPI / Swagger plugin for Mojolicious
18 Ref::Util 0.204 23 Utility functions for checking references
19 Safe::Isa 1.000009 28 Call isa, can, does and DOES safely on things that may not be objects
20 Storable 3.09 37 persistence for Perl data structures
21 strictures 2.000005 15 turn on strict and make most warnings fatal
22 Test2::Suite 0.000114 15 Distribution with a rich set of tools built upon the Test2 framework.
23 Test::BDD::Cucumber 0.56 12 Feature-complete Cucumber-style testing in Perl
24 Test::Deep 1.128 39 Extremely flexible deep comparison
25 Test::Pod 1.52 20 check for POD errors in files
26 Test::Simple 1.302136 151 Basic utilities for writing tests.
27 Test::WWW::Mechanize 1.50 17 Testing-specific WWW::Mechanize subclass
28 Type::Tiny 1.002002 98 tiny, yet Moo(se)-compatible type constraint
29 Types::Path::Tiny 0.006 12 Path::Tiny types and coercions for Moose and Moo
30 version 0.9924 18 Structured version objects

(cccxiii) metacpan weekly report - JSON::MaybeXS

This is the weekly favourites list of CPAN distributions. Votes count: 45
Week's winners (+3): JSON::MaybeXS
Build date: 2018/04/21 20:02:51 GMT

Clicked for first time:
  • Astro::Units - Astronomical unit conversion with high precision and large number support
  • BioPerl::Run - BioPerl-Run - wrapper toolkit
  • Math::Utils::XS - Some math utility functions implemented in XS

Increasing its reputation:

(cccxxxvii) stackoverflow perl report

These are the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2018-04-21 19:52:16 GMT

  1. perl's pod2usage(-verbose => 2) shows the source code instead of the formatted documentation - [3/1]
  2. Match reverse translation of a capture group in Perl regex - [3/1]
  3. Exception handling in parser implemented using Marpa::R2 - [3/1]
  4. Set custom environment variable to psgi hash plack - [3/0]
  5. Perl - Best way to establish an SFTP connection on windows - [2/3]
  6. What to use instead of Smartmatch? - [2/2]
  7. Promises in not running in parallel - [2/2]
  8. Perl socket connection hangs on external host - [2/1]
  9. Mojolicious Parameter Validation - [2/1]
  10. Why does perl execute a command take longer than running the command alone? - [2/1]

15 abr 2018

(clxxx) CPAN great modules released last week

This is a list of great CPAN modules released last week. A module is considered great if its favorites count is greater or equal than 12.

# CPAN module Version Votes Abstract
1 AI::MXNet 1.21 20 Perl interface to MXNet machine learning library
2 App::GitGot 1.336 19 A tool to make it easier to manage multiple code repositories using different VCSen
3 Code::TidyAll 0.70 28 Engine for tidyall, your all-in-one code tidier and validator
4 Excel::Writer::XLSX 0.98 36 Create a new file in the Excel 2007+ XLSX format.
5 IO::Compress 2.081 13 IO Interface to compressed data files/buffers
6 JSON::Validator 2.06 19 Validate data against a JSON schema
7 Minilla v3.0.17 36 CPAN module authoring tool
8 Module::CoreList 5.20180414 30 what modules shipped with versions of perl
9 Mojolicious 7.75 370 Real-time web framework
10 Mojolicious::Plugin::OpenAPI 1.27 24 OpenAPI / Swagger plugin for Mojolicious
11 Test::BDD::Cucumber 0.54 12 Feature-complete Cucumber-style testing in Perl
12 version 0.9923 18 Structured version objects

(cccxii) metacpan weekly report - Raisin

This is the weekly favourites list of CPAN distributions. Votes count: 71
Week's winners (+4): Raisin
Build date: 2018/04/15 10:12:58 GMT

Clicked for first time:

Increasing its reputation:

(cccxxxvi) stackoverflow perl report

These are the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2018-04-15 10:03:28 GMT

  1. What magic in "our" or "use vars" satisfies "use strict qw(vars)"? - [8/1]
  2. Displaying CP437 ('extended ascii') in Perl/Gtk - [5/2]
  3. Run perl script within perl script using named arguments - [3/3]
  4. Perl's \K in bash function - [3/1]
  5. Append zeros to list - [2/7]
  6. Regexp to parse test output and print only failure cases - [2/4]
  7. How to substitute each item in this list? - [2/2]
  8. Capture issue in creating object in perl - [2/1]
  9. Use different language than locale for strftime by perl script - [2/1]
  10. Perl "do", with relative path beginning with "." or ".." - [2/1]

7 abr 2018

(clxxix) CPAN great modules released last week

This is a list of great CPAN modules released last week. A module is considered great if its favorites count is greater or equal than 12.

# CPAN module Version Votes Abstract
1 Cache::FastMmap 1.47 15 Uses an mmap'ed file to act as a shared memory interprocess cache
2 DBD::CSV 0.52 19 DBI driver for CSV files
3 Devel::MAT 0.34 12 Perl Memory Analysis Tool
4 IO::Async 0.72 46 Asynchronous event-driven programming
5 IO::Compress 2.080 13 IO Interface to compressed data files/buffers
6 Mojolicious 7.73 370 Real-time web framework
7 PAR::Packer 1.043 29 PAR Packager
8 System::Command 1.119 15 Object for running system commands

(cccxi) metacpan weekly report - List::Util::MaybeXS

This is the weekly favourites list of CPAN distributions. Votes count: 58
Week's winners (+3): List::Util::MaybeXS
Build date: 2018/04/07 20:43:52 GMT

Clicked for first time:

Increasing its reputation:

(cccxxxv) stackoverflow perl report

These are the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2018-04-07 20:31:33 GMT

  1. How to use a Moose class defined in the same file as the main script? - [3/2]
  2. What is `null vK` in Perl? - [3/2]
  3. Gui of Perl Script - [2/2]
  4. Regex to remove data between 2 semicolns perl - [2/1]
  5. Assign resulting regex named groups hash to a hash value - [2/1]
  6. Print a file in multiple columns based on delimiter - [1/4]
  7. Searching in a JSON array with Perl - [1/2]
  8. Why expression results are different? - [1/2]
  9. Perl Function Scoping with my - [1/2]
  10. Perl Regex Replacement - [1/2]