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.
Benchmark various ways to do exception handling in Perl
Changes for 0.001 - 2024-02-23
- First release.
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
An I3 workspace loader
Changes for 0.001 - 2024-04-12T18:32:27Z
- Initial release
declare lvalue accessors on Object::Pad classes
Changes for 0.03 - 2024-04-12
- BUGFIXES
Tags helpers for HTML elements.
Changes for 0.10 - 2024-04-12T17:41:38+02:00
- Add 'step' parameter to Input.
Mo time utilities.
Changes for 0.01 - 2024-04-12T16:26:44+02:00
- First version.
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
PaperWM-like window management for Sway/i3wm
Changes for 0.002 - 2024-04-12T16:17:09+08:00
- papersway(1): Add missing 'exec' to sample bindings.
- Attempt to fix distribution name for PAUSE indexer.
PaperWM-like window management for Sway/i3wm
Changes for 0.001 - 2024-04-12T15:51:26+08:00
- First independent release.
A Client Class for Azure Event Hubs
Changes for 0.10 - 2024-04-12T05:00:19Z
- fix test that fails on perl-5.39.9
- move tests that requests to metacpan under xt directory
A collection of Acme::CPANAuthors::CPAN::Streaks::* modules
Changes for 20240412.0 - 2024-04-12
- Update.
CPAN releases for the year 2024
Changes for 20240412.0 - 2024-04-12T01:50:00Z
- Update data.
Sort by keys generated by a SortKey:: module
Changes for 0.001 - 2024-01-24
- First release.
Perl interface to the Argon2 key derivation functions
Changes for 0.022 - 2024-04-12T01:28:41+02:00
- allow arch to be configured via environment
Data objects for HTML elements.
Changes for 0.13 - 2024-04-12T00:54:37+02:00
- Fix DEPENDENCIES section in Input doc.
- Rewrite check of step to Scalar::Util::looks_like_number().
Mo utilities.
Changes for 0.26 - 2024-04-11T23:53:29+02:00
- Add support for exponencial and extremely small numbers in check_number(). Rewrite to Scalar::Util::looks_like_number().
- Describe missing error for check_number_min() in doc.
Data objects for HTML elements.
Changes for 0.12 - 2024-04-11T23:33:27+02:00
- Add parameter 'step' to Input.
- Fix doc of Element::A.
- Fix doc of 'data_type' parameter.
- Regen MANIFEST file.
interactive terminal-based viewer for App::sdview
Changes for 0.06 - 2024-04-11
- CHANGES
- BUGFIXES
Mo country utilities.
Changes for 0.02 - 2024-04-11T22:03:15+02:00
- Add support for upper case codes.
- Fix test code.
Mojolicious Plugin for Config::Structured: provides Mojo app access to structured configuration data
Changes for 3.00 - 2024-04-11T08:54:52-05:00
- rework for Config::Structured v3
- require perl v5.26
- add config-dump mojo command
provide the most appropriate HTTP client with a Future API
Changes for 0.17 - 2024-04-11
- Require Perl 5.020
- Move prerequisites and used modules to versions that work with Future::XS (diagnosed by CPAN testers)
iterators for objects that know the next element
Changes for 1.149 - 2024-04-11T16:53:34Z
- Put POD in its own file so MetaCPAN sees it (#17)