| Projects on Google Code | Results 1 - 10 of 68 |
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.
# *Diff:*
* Compare two blocks of plain text and efficiently return a list of differences.
* [http://neil.fraser.name/software/diff_match_patch/svn/trunk/demos/d...
stroy is a smart diff tool. For now it specializes on directories of files. Its differentiating feature is the ability to match files which have different names, locations and content. Otherwise it just tries to combine power with ease.
The stroy main site is http://stroy.wikidot.com/
Source f...
A library that implements a generic diff algorithm and provides a class to create and merge unified diff patches.
A diffing utility that provides delta calculation services between java objects (java beans to be precise).
The Project was moved. New place is http://code.google.com/p/java-diff-utils/
==What is diffmp3?==
With the script, it is possible to compare MP3 files.
Shows diff summary of MP3-file-comparison.
Compares binary MP3-Files and shows diffffernces
in ID3-Tags.
== Usage ==
It is a simple and easy console command, with
just two parameters:
{{{
python diffmp3.py MP3-Fi...
I have open sourced !RoaringDiff.
This is all very preliminary.
There are a bunch of issues opened in the tracker of bugs I know of--please feel free to open new bugs.
If you are looking for binaries, go to: http://www.biscade.com/tools/diff/
== Patches ==
I am happy to take patches. ...
SVN Time-Lapse View is a cross-platform viewer that downloads all revisions of a file and lets you scroll through them by dragging a slider. As you scroll, you are shown a visual diff of the current revision and the previous revision. Thus you can see how a file evolved, and you can easily find the...
Diff Utils library is an OpenSource library for performing the comparison operations between texts: computing diffs, applying patches, generating unified diffs or parsing them, generating diff output for easy future displaying (like side-by-side view) and so on.
Main reason to build this library...
This component is intended to provide similar, but not necessarily compatible, functionality to that provided by the classic Unix diff utility. That is, given two text files, this component will calculate a set of editing operations (a patch) to migrate from the first to the second. This component...