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

Search results for "Algorithm::Diff"

Algorithm::Diff - Compute `intelligent' differences between two files / lists River stage four • 52 direct dependents • 5555 total dependents

RJBS/Algorithm-Diff-1.201 - 13 Dec 2020 22:34:02 UTC - Search in distribution
  • Algorithm::DiffOld - Compute `intelligent' differences between two files / lists but use the old (<=0.59) interface.

Bencher::Scenario::Algorithm::Diff::Diff - Benchmark Algorithm::Diff's diff(), sdiff(), compact_diff(), LCS(), LCSidx(), LCS_length() 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-Scenarios-Algorithm-Diff-0.002 - 07 May 2023 00:05:41 UTC - Search in distribution

Algorithm::Diff::XS - Algorithm::Diff with XS core loop River stage one • 2 direct dependents • 3 total dependents

This module is a simple re-packaging of Joe Schaefer's excellent but not very well-known Algorithm::LCS with a drop-in interface that simply re-uses the installed version of the Algorithm::Diff module. Note that only the "LCSidx" function is optimize...

AUDREYT/Algorithm-Diff-XS-0.04 - 24 Oct 2008 09:58:12 UTC - Search in distribution

Algorithm::Diff::Any - Perl module to find differences between files River stage zero No dependents

This is a simple module to select the best available implementation of the standard "diff" algorithm, which works by effectively trying to solve the Longest Common Subsequence (LCS) problem. This algorithm is described in: *A Fast Algorithm for Compu...

JAWNSY/Algorithm-Diff-Any-1.001 - 23 Dec 2009 00:34:12 UTC - Search in distribution

Algorithm::Diff::JSON - find the differences between two lists and report on them in JSON River stage zero No dependents

DCANTRELL/Algorithm-Diff-JSON-1.000 - 06 Nov 2020 21:56:32 UTC - Search in distribution

Algorithm::Diff::Apply - apply one or more Algorithm::Diff diffs River stage zero No dependents

At worst, the user is made to feel superior to the computer. -- R. E. Mullen [1] This module contains subroutines for applying diffs generated by "Algorithm::Diff" to a target array in the hope of regenerating a new array incorporating all the change...

ANDREWC/Algorithm-Diff-Apply-0.2.3 - 03 Nov 2004 12:28:55 UTC - Search in distribution

Algorithm::Diff::Callback - Use callbacks on computed differences River stage zero No dependents

One of the difficulties when using diff modules is that they assume they know what you want the information for. Some give you formatted output, some give you just the values that changes (but neglect to mention how each changed) and some (such as Al...

XSAWYERX/Algorithm-Diff-Callback-0.111 - 14 Oct 2016 21:52:17 UTC - Search in distribution

Algorithm::Diff::HTMLTable - Show differences of a file as a HTML table River stage zero No dependents

RENEEB/Algorithm-Diff-HTMLTable-0.05 - 17 Dec 2018 14:36:54 UTC - Search in distribution

Algorithm::GDiffDelta - generate and apply GDIFF format binary deltas River stage zero No dependents

This module can be used to generate binary deltas describing the differences between two files. Given the first file and the delta the second file can be reconstructed. A delta is equivalent to the output of the unix "diff" program, except that it ca...

GEOFFR/Algorithm-GDiffDelta-0.01 - 19 Sep 2004 02:54:30 UTC - Search in distribution

Bencher::Scenario::AlgorithmDiff::Diff - Benchmark Algorithm::Diff's diff(), sdiff(), compact_diff(), LCS(), LCSidx(), LCS_length() 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-Scenarios-AlgorithmDiff-0.001 - 30 Jul 2017 01:31:28 UTC - Search in distribution

Algorithm::Evolutionary::Op::Quad_Crossover_Diff - Uniform crossover, but interchanges only those atoms that are different River stage one • 3 direct dependents • 4 total dependents

Crossover operator for a GA, takes args by reference and issues two children from two parents...

JMERELO/Algorithm-Evolutionary-0.82.1 - 29 Mar 2021 11:30:17 UTC - Search in distribution

App::AlgorithmDiffUtils - CLI utilities based on Algorithm::Diff River stage one • 1 direct dependent • 1 total dependent

This distribution includes several utilities: * algodiff-compact-diff * algodiff-diff * algodiff-hunks * algodiff-lcs * algodiff-sdiff...

PERLANCAR/App-AlgorithmDiffUtils-0.003 - 25 May 2021 15:05:55 UTC - Search in distribution

App::ccdiff - Colored Character diff River stage zero No dependents

Show the diff between two files on a character by character base. In contrast to the standard diff tools, this tool uses the diff algorithm horizontally for each line in the vertical diff, highlighting the changes. This is very handy in hard to spot ...

HMBRAND/App-ccdiff-0.33 - 07 Nov 2023 15:50:03 UTC - Search in distribution
  • ccdiff - Colored Character diff

String::Diff - Simple diff to String River stage two • 9 direct dependents • 16 total dependents

String::Diff is the difference of a consecutive string is made. after general diff is done, the difference in the line is searchable. the mark of the addition and the deletion can be freely changed. the color is colored to the terminal with ANSI, usi...

YAPPO/String-Diff-0.07 - 23 Aug 2015 08:59:30 UTC - Search in distribution

XML::Diff - XML DOM-Tree based Diff & Patch Module River stage one • 1 direct dependent • 1 total dependent

This module provides methods for generating and applying an XML diffgram of two related XML files. The basis of the algorithm is tree-wise comparison using the DOM model as provided by XML::LibXML. The Diffgram is well-formed XML in the XVCS namespan...

TIMM/XML-Diff-0.05 - 12 Jul 2007 10:50:35 UTC - Search in distribution

PICA::Patch - Implementation of PICA diff and patch River stage one • 1 direct dependent • 1 total dependent

This file contains the implementation of diff and patch algorithm for PICA+ records. See functions "pica_diff" and "pica_patch" (or object methods "diff" and "patch") of PICA::Data for usage....

VOJ/PICA-Data-2.12 - 28 Aug 2023 08:02:52 UTC - Search in distribution

Struct::Diff - Recursive diff for nested perl structures River stage one • 3 direct dependents • 3 total dependents

MIXAS/Struct-Diff-0.98 - 06 Jan 2019 10:09:43 UTC - Search in distribution

LCS::XS - Fast (XS) implementation of the Longest Common Subsequence (LCS) Algorithm River stage one • 1 direct dependent • 1 total dependent

CONSTRUCTOR new() Creates a new object which maintains internal storage areas for the LCS computation. Use one of these per concurrent LCS() call. METHODS LCS(\@a,\@b) Finds a Longest Common Subsequence, taking two arrayrefs as method arguments. EXPO...

WOLLMERS/LCS-XS-0.04 - 07 Jul 2015 10:35:09 UTC - Search in distribution

Algorithm::Merge - Three-way merge and diff River stage one • 2 direct dependents • 2 total dependents

JSMITH/Algorithm-Merge-0.08 - 22 Mar 2007 16:14:36 UTC - Search in distribution

patch - apply a diff file to an original River stage one • 1 direct dependent • 1 total dependent

*Patch* will take a patch file containing any of the four forms of difference listing produced by the *diff* program and apply those differences to an original file, producing a patched version. By default, the patched version is put in place of the ...

BRIANDFOY/PerlPowerTools-1.045 - 30 Apr 2024 22:22:50 UTC - Search in distribution
127 results (0.157 seconds)