Compute a diff between two pieces of text with support for same-line diffs, and optionally display a visual diff as HTML. Module made from the text-diff-match-patch library.
A JavaScript text diff implementation.
Fast Javascript text diff
A Text Diff component for Angular.
JSON diff & patch (object and array diff, text diff, multiple output formats)
A Text Diff component for Angular.
text diff library ported from Python's difflib module
a simple module for comparing text diff
Continuation of a simple and beautiful text diff viewer component made with diff and React
A simple and beautiful text diff viewer component made with diff and React
Base class for binding text diff data operations to and from an HTML text input or textarea
Text diff library ported from Python's difflib module, forked from https://github.com/qiao/difflib.js
A simple and fast text diff viewer component
A Text Diff component for Angular.
A javascript text diff implementation.
Create lean text diff deltas.
A text diff component library for Angular.
A simple and beautiful text diff viewer component made with diff and React
A text diff component library for Angular.
A Text Diff component for Angular.
A simple and beautiful text diff viewer component made with diff and React
A simple and beautiful text diff viewer component made with diff and React
A javascript text diff implementation.
Apply lean text diff delta patches created by textdiff-create.
A Rust text diffing and assertion library.
Record and replay TCP traffic for mock/snapshot testing
A comparison tool for log files generated by the Hashdeep file storage auditing tool
HTML diffs of text
Implementation of Myers 1986 text diff algorithm that started as a port of the jsdiff project with plans to branch out to human-friendly diffs
HTML diffs of text (borrowed from a wiki software I no longer remember)
A resonably fast diff algoritm using longest common substrings that can also detect text that has moved
Easy Diff enhances the functionality of Hash, allowing recursive diff, merge, and unmerge of arbitrarily constructed hashes. This is perfect for people who need to do diffs on not only plain text files but also data as Hash or JSON objects. Unmerge is included with diff and merge to more easily allow versioning of arbitrary data.
HTML diffs of text (borrowed from a wiki software I no longer remember)
this is a little chunck of code i use to dump Ruby objects to YAML with Hash keys in a some-what consistent order. i do this because i often find myself using YAML files as data storage and this makes it a lot easier to compare versions with text-based diff toolspec. this lib is horribly alpha and has no tests what-so-ever. i'm sure it's as full or bugs and bad ideas as 100 lines of code can be. i just put it here so it's easier for me to use across projectspec. but you're welcome to take it for a spin too if you really want. this relies on Psych internals, so it has a dependency on pysch ~> 2.0. it might work fine with other versions; that's just all i've tested it against at the moment.
HTML diffs of text (borrowed from a wiki software I no longer remember)
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.
Takes two pieces of source text/html and creates a neato html diff output
HTML diffs of text (borrowed from a wiki software I no longer remember)
This library performs diffs of CSV data, or any table-like source. Unlike a standard diff that compares line by line, and is sensitive to the ordering of records, CSV-Diff identifies common lines by key field(s), and then compares the contents of the fields in each line. Data may be supplied in the form of CSV files, or as an array of arrays. The diff process provides a fine level of control over what to diff, and can optionally ignore certain types of changes (e.g. changes in position). CSV-Diff is particularly well suited to data in parent-child format. Parent- child data does not lend itself well to standard text diffs, as small changes in the organisation of the tree at an upper level can lead to big movements in the position of descendant records. By instead matching records by key, CSV-Diff avoids this issue, while still being able to detect changes in sibling order. This gem implements the core diff algorithm, and handles the loading and diffing of CSV files (or Arrays of Arrays). It also supports converting data in XML format into tabular form, so that it can then be processed like any other CSV or table-like source. It returns a CSVDiff object containing the details of differences in object form. This is useful for projects that need diff capability, but want to handle the reporting or actioning of differences themselves. For a pre-built diff reporting capability, see the csv-diff-report gem, which provides a command-line tool for generating diff reports in HTML, Excel, or text formats.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.