The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Sort::Versions"

Sort::Versions - a perl 5 module for sorting of revision-like numbers River stage three • 71 direct dependents • 390 total dependents

Sort::Versions allows easy sorting of mixed non-numeric and numeric strings, like the 'version numbers' that many shared library systems and revision control packages use. This is quite useful if you are trying to deal with shared libraries. It can a...

NEILB/Sort-Versions-1.62 - 13 Dec 2015 13:54:30 UTC

Cz::Sort - Czech sort River stage zero No dependents

Implements czech sorting conventions, indepentent on current locales in effect, which are often bad. Does the four-pass sort. The idea and the base of the conversion table comes from Petr Olsak's program csr and the code is as compliant with CSN 97 6...

JANPAZ/Cstools-3.44 - 13 Apr 2019 06:41:21 UTC

Sort::Key - the fastest way to sort anything in Perl River stage two • 17 direct dependents • 23 total dependents

Sort::Key provides a set of functions to sort lists of values by some calculated key value. It is faster (usually much faster) and uses less memory than other alternatives implemented around perl sort function (ST, GRT, etc.). Multi-key sorting funct...

SALVA/Sort-Key-1.33 - 29 Apr 2014 11:55:23 UTC

Sort::Array - This extended sorting algorithm allows you to River stage zero No dependents

Sort_Table() is capable of sorting table-form arrays by a particular value. Discard_Duplicates() discards doubles from an array and returns the sorted array. Usage @data = Sort_Table( cols => '4', field => '4', sorting => 'descending', structure => '...

MIDI/Sort-Array-0.26 - 25 Aug 2001 14:00:51 UTC

Sort::Maker - A simple way to make efficient sort subs River stage two • 1 direct dependent • 16 total dependents

This module has two main goals: to make it easy to create correct sort functions, and to make it simple to select the optimum sorting algorithm for the number of items to be sorted. Sort::Maker generates complete sort subroutines in one of four style...

URI/Sort-Maker-0.06 - 07 Jan 2007 05:54:36 UTC

Sort::HashKeys - Get a sorted-by-key list from a hash River stage one • 2 direct dependents • 3 total dependents

[13:37:51] <a3f> Is there a better way to get a sorted list out of a hash than map { ($_, $versions{$_}) } reverse sort keys @versions or iterating manually? [13:39:06] <a3f> oh I could provide a compare function to sort and chunk the list two by two...

ATHREEF/Sort-HashKeys-0.007 - 27 Apr 2017 10:06:21 UTC

Sort::ByExample - sort lists to look like the example you provide River stage two • 10 direct dependents • 15 total dependents

Sometimes, you need to sort things in a pretty arbitrary order. You know that you might encounter any of a list of values, and you have an idea what order those values go in. That order is arbitrary, as far as actual automatic comparison goes, but th...

RJBS/Sort-ByExample-0.008 - 31 Dec 2022 20:48:55 UTC

Sort::Naturally - sort lexically, but sort numeral parts numerically River stage three • 20 direct dependents • 153 total dependents

This module exports two functions, "nsort" and "ncmp"; they are used in implementing my idea of a "natural sorting" algorithm. Under natural sorting, numeric substrings are compared numerically, and other word-characters are compared lexically. This ...

BINGOS/Sort-Naturally-1.03 - 11 Apr 2012 08:50:09 UTC

Sort::filevercmp - Sort version strings as in GNU filevercmp River stage one • 2 direct dependents • 3 total dependents

Perl implementation of the "filevercmp" function from gnulib <https://www.gnu.org/software/gnulib/>. "filevercmp" is used by the sort(1) ("-V" option) and ls(1) ("-v" option) GNU coreutils commands for "natural" sorting of strings (usually filenames)...

DBOOK/Sort-filevercmp-0.001 - 06 Jul 2017 19:45:13 UTC

Math::GSL::Sort - Functions for sorting data River stage one • 5 direct dependents • 6 total dependents

* gsl_sort_vector($v) This function sorts the elements of the vector $v into ascending numerical order. * gsl_sort_vector_index($p, $v) This function indirectly sorts the elements of the vector $v into ascending order, storing the resulting permutati...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Sort::MultipleFields - Conveniently sort on multiple fields River stage zero No dependents

This provides a simple way of sorting structured data with multiple fields. For instance, you might want to sort a list of books first by author and within each author sort by title....

DCANTRELL/Sort-MultipleFields-1.01 - 05 Apr 2014 17:57:31 UTC

Sort::Naturally::XS - Perl extension for human-friendly ("natural") sort order River stage one • 1 direct dependent • 2 total dependents

Natural sort order is an ordering of mixed strings (consist of characters and digits) in alphabetical order, except that digital parts are ordered as numbers. Natural sorting can be considered as a replacement of a standard machine-oriented alphabeti...

SERVAL/Sort-Naturally-XS-0.7.9 - 16 Jun 2018 18:46:03 UTC

Sort::Naturally::ICU - Perl extension for human-friendly ("natural") sort order River stage zero No dependents

Natural sort order is an ordering of mixed strings (consist of characters and digits) in alphabetical order, except that digital parts are ordered as numbers. Natural sorting can be considered as a replacement of a standard machine-oriented alphabeti...

SERVAL/Sort-Naturally-ICU-0.7.8 - 02 Nov 2017 09:46:59 UTC

JPList::Controls::Sort - JPList Sort controls River stage zero No dependents

The Sort module allows you get the values sort controls METHODS POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 7: =over is the last thing in the document?!...

SHEEJU/JPList-0.05 - 21 Sep 2017 08:40:39 UTC

Test::Against::Dev::Sort - Sort Perl 5 development and RC releases in logical order River stage zero No dependents

Given a list of strings representing Perl 5 releases in a *specific development cycle*, ... perl-5.27.10 perl-5.28.0-RC4 perl-5.27.0 perl-5.27.9 perl-5.28.0-RC1 perl-5.27.11 ... sort the list in *logical* order. By specific development cycle is meant...

JKEENAN/Test-Against-Dev-0.13 - 23 Sep 2018 23:21:36 UTC

Tree::Simple::Visitor::Sort - A Visitor for sorting a Tree::Simple object hierarchy River stage two • 5 direct dependents • 22 total dependents

This implements a recursive multi-level sort of a Tree::Simple hierarchy. I think this deserves some more explanation, and the best way to do that is visually. Given the tree: 1 1.3 1.2 1.2.2 1.2.1 1.1 4 4.1 2 2.1 3 3.3 3.2 3.1 A normal sort would pr...

RSAVAGE/Tree-Simple-VisitorFactory-0.16 - 02 Feb 2021 02:04:51 UTC

Parse::Netstat::Search::Sort - Sorts the returned array from Parse::Netstat::Search. River stage zero No dependents

VVELOX/Parse-Netstat-Search-Sort-0.0.1 - 28 Feb 2019 11:13:13 UTC

Acme::CPANModules::CLI::Sort - List of various CLIs to perform sorting River stage one • 1 direct dependent • 1 total dependent

If you know of others, please drop me a message....

PERLANCAR/Acme-CPANModules-CLI-Sort-0.002 - 31 Mar 2022 00:05:54 UTC

Bencher::Scenario::Sort::BySpec - Benchmark Sort::BySpec (e.g. against Sort::ByExample, etc) River stage one • 1 direct dependent • 1 total dependent

Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....

PERLANCAR/Bencher-Scenario-Sort-BySpec-0.041 - 19 Mar 2023 00:05:58 UTC

Bencher::Scenario::Sort::Key::Top - Benchmark Sort::Key::Top River stage one • 1 direct dependent • 1 total dependent

Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....

PERLANCAR/Bencher-Scenario-Sort-Key-Top-0.003 - 02 Apr 2023 00:05:13 UTC
21 results (0.036 seconds)