Skip to main content



Extend Plack::Middleware::Debug with some specific panels for Dancer

Changes for 0.04

  • Change ownership to Dancer Core Team
  • Fix prereqs for dzil


Let Plack::Middleware::Session handle Dancer's session

Changes for 0.02 - 2024-04-13T21:40:04Z

  • Show Dancer Core Team as new maintainer


Text::Xslate wrapper for Dancer

Changes for 0.04 - 2024-04-13T21:28:20-04:00

  • Change docs to show maintainer is now Dancer Core Team
  • Fix initial release date to make tests happy


A simplistic data structure dumper (demo for Plugin::System)

Changes for 0.000001 - 2024-03-02

  • First, early release.


Benchmark Data::Dmp against some other related modules

Changes for 0.004 - 2024-03-02

  • Add participant: Data::MiniDumpX.




SPVM Language

Changes for 0.989101 - 2023-04-14

  • Imcompatible Changes
  • Internal Changes
  • Compilation Error Message Improvement


HTTP/2 Dynamic Benchmarks (PHP vs. ModPerl2), 2024 edition.

I ram these about four years ago, and the time differentials were about the same then as now. Monolithic POSIX-threaded server architectures like mp2 + mpm_event will always dominate in low-latency/scalability HTTP/2 benchmarks because they leverage zero-copy in the runtime.

Anyways, sexy terminal graphs with smag to enjoy!

submitted by /u/joesuf4
[link] [comments]



Some basic stat computations with Perl , Python and RLessons learned:
A) Performance freaks to stop using #rstat 's runif for random generation. The Hoshiro random number generator arxiv.org/abs/1805.01407 is 10x faster.
Implementations in #perl 's #PDL, #rstats (dqrng) and #python #numpy are within 20% of each other

B) But does it make a difference in applications? To get to the bottom of this, I coded a truncated random variate generator in #rstats and #perl using #pdl (as well as standard u/perl) using the #GSL packages metacpan.org/pod/PDL::GSL::CDF & metacpan.org/pod/Math::GSL for accessing the CDF & quantile functions. In this context, it's the calculation of the #CDF that is the computationally intensive part, not the drawing of the random number itself.
Well even in these case, the choice of the generator did matter. Note that the fully vectorized #PDL #perl versions were faster than #rstats

C) I should probably blog about these experiments at some point. Note that #pdl (but not base #perl) are rather competitive choices for large array processing with numerical operations. I mostly stay away of #python , but would not surprise me that for compute intensive stuff (where the heavy duty work is done in C/C++), it does not matter (much) which high level language one uses to build data applications

preview.redd.it/qn00sx78gbuc1.…

preview.redd.it/4by4jbh9gbuc1.…

submitted by /u/ReplacementSlight413
[link] [comments]





Cross-platform executor for parallel tasks executed in forked processes

Changes for 0.01 - 2024-04-13

  • Initial release


data pack for Business::ISBN

Changes for 20240413.001 - 2024-04-13T19:53:52Z

  • data update for 2024-04-13


Acceptance testing for JSON-Schema based validators

Changes for 1.023 - 2024-04-13T19:25:31Z



A mono repo for perl scripts and modules which WATERKIP likes

Changes for 0.003 - 2024-04-13T19:19:39Z

  • Add i3-wod, workspace on demand


Find and verify functionality of the gnuplot executable.

Changes for 1.043 - 2024-04-13

  • make any failure more verbose to help debugging


Synthesizer settings librarian

Changes for 0.0048 - 2024-04-13T10:44:44Z

  • Improve eg/synth-config-cli.pl.
  • Fix the return value of recall_specs().




Implementation of various techniques used in data compression.

Changes for 0.05 - 2024-04-13

  • ADDITIONS
  • IMPROVEMENTS
  • CHANGES
  • BUG-FIXES


Database independent interface for Acrux applications

Changes for 0.02

  • Documentation modified
  • Added rules for error message getting


OpenSSL/LibreSSL pseudo-random number generator access

Changes for 0.16 - 2024-04-13

  • add github actions, travis and appveyor.
  • Many patches by Takumi Akiyama.
  • Fix broken github image for strawberry perl by stripping its PATH. their new mingw is incompatible to their old strawberry 5.32
  • minor documentation fixes.


Add support for tablesample clauses

Changes for v0.6.0 - 2024-04-13T14:22:13+01:00

  • Enhancements
  • Documented


A SQL Database object abstraction class

Changes for v1.4.0 - 2024-04-13T17:55:40Z

  • Modified method connect() in DB::Object to use a timeout of 5 seconds, otherwise on some system, the connect attempt would hang for a long time.


Hi, im working on this perl script wherein i should get all files with filename < 900000

Ex. sample_file_802856.txt sample_file_27364692.txt sample_file_385620.txt

the script should get:

sample_file_802856.txt sample_file_385620.txt

I already have the code but it’s failing on this part coz im having a hard time getting the regex for < 900000 😆

submitted by /u/advinculareily
[link] [comments]



The great new Seven!

Changes for 0.01

  • First version, released on an unsuspecting world.


A SQL Database object abstraction class

Changes for v1.3.1 - 2024-04-11T22:27:49Z

  • Modified method 'structure' in DB::Object::Mysql::Table to ensure all fields returned are in lowercase.


Libraries and Utilities to work with Dogecoin

Changes for 1.20240413.0031 - 2024-04-12T17:31:00-07:00

  • removed unnecessary warning



test MIDI file contents

Changes for 0.02 - 2024-04-13

  • Add more MIDI event test functions. Break the midi_track interface a bit. Improve the documentation.









Libraries and Utilities to work with Dogecoin

Changes for 1.20240412.1911 - 2024-04-12T12:11:30-07:00

  • add decodetransaction RPC proxy
  • allow custom URL to RPC node constructor
  • made address file optional for RPC proxy






Tags helpers for HTML elements.

Changes for 0.10 - 2024-04-12T17:41:38+02:00

  • Add 'step' parameter to Input.



Mo timezone utilities.

Changes for 0.03 - 2024-04-12T15:17:08+02:00

  • Fix failing tests because missing DateTime::Duration.



An open source web-based network management tool.

Changes for 2.075003 - 2024-04-12

  • ENHANCEMENTS
  • BUG FIXES


access GCC compiler builtin functions via XS

Changes for 0.05 - 2024-04-12

  • Changed the test files > 666-*.t so that it attempts to detect if expected result is a number. If it is, then expected and returned results are checked on their abs difference being less than a small number, instead of comparing their equality.


Create animation from a sequence of images using FFmpeg

Changes for 0.11

  • Still trying to fix double encoding of unicoded filenames in M$ the attempted fix is at line 286 of lib/Automate/Animate/FFmpeg.pm Changes in t/100-input-patterns.t to deebug this