RJBS/Algorithm-Diff-1.201 - 13 Dec 2020 22:34:02 UTC
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 UTCThis 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 UTCDCANTRELL/Algorithm-Diff-JSON-1.000 - 06 Nov 2020 21:56:32 UTC
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 UTCRENEEB/Algorithm-Diff-HTMLTable-0.05 - 17 Dec 2018 14:36:54 UTC
ROGERHALL/Text-Mining-0.08 - 15 Mar 2009 17:06:03 UTC
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 UTCCrossover operator for a GA, takes args by reference and issues two children from two parents...
JMERELO/Algorithm-Evolutionary-0.80 - 31 Oct 2014 07:18:32 UTCCrossover operator for a GA acting only on those bits that are different....
JMERELO/Algorithm-Evolutionary-0.80 - 31 Oct 2014 07:18:32 UTCThis module uses Algoritm::Diff to implement LCSS and is orders of magnitude faster than String::LCSS. If you pass the methods array refs you get back array (ref) format data. If you pass strings you get a string or a ref to an array of strings....
JFREEMAN/Algorithm-LCSS-0.01 - 31 Dec 2003 03:15:44 UTCAlgorithm::Annotate generates a list that is useful for generating output simliar to "cvs annotate"....
CLKAO/Algorithm-Annotate-0.10 - 25 Sep 2003 18:19:06 UTCThis module leverages Algorithm::Diff to let you compare the degree of sameness of array or strings. It returns a result set that defines exactly how similar these things are....
JFREEMAN/Algorithm-HowSimilar-0.01 - 31 Dec 2003 02:56:11 UTCSequence alignment is a way to find commonalities in two (or more) similar sequences or strings of some items or characters. Standard motivating example is the comparison of DNA sequences and their functional and evolutionary similarities and differe...
VBAR/Algorithm-NeedlemanWunsch-0.04 - 07 Sep 2013 07:35:42 UTC