Projects tagged ‘diff’ and ‘patch’


Jump to tag:

Projects tagged ‘diff’ and ‘patch’

Filtered by Project Tags diff patch

Refine results Project Tags difference (4) differences (3) java (3) viewer (3) comparison (3) compare (3) python (3) 2-way (3) c (2) csharp (2) merge (2) cxx (1)

[12 total ]

619 Users
   

The GNU diffutils are comprised of diff, diff3, sdiff, and cmp, utilities for showing differences between files. The manual also documents patch, which uses diff output to update files.
Created over 2 years ago.

107 Users
   

Meld is a visual diff and merge tool. You can compare two or three files and edit them in place (diffs update dynamically). You can compare two or three folders and launch file comparisons. You can ... [More] browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial. [Less]
Created over 3 years ago.

83 Users
   

Kompare is a graphical difference viewer that allows you to visualize changes to a file. Whether you're a developer comparing source code, or you just want to see the difference between that research ... [More] paper draft and the final document, Kompare is the tool you need. [Less]
Created over 3 years ago.

0 Users

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 ... [More] differences. Diff Demo Match: Given a search string, find its best fuzzy match in a block of plain text. Weighted for both accuracy and location. Match Demo Patch: Apply a list of patches onto plain text. Use best-effort to apply patch even when the underlying text doesn't match. Patch Demo Currently available in Java, JavaScript, C++, C# and Python. Regardless of language, each library features the same API and the same functionality. All versions also have comprehensive test harnesses. Public UsersGoogle Documents MobWrite Collabedit PatchworkEditor WhiteRoom Mozilla Bespin Your project here... AlgorithmsThis library implements Myer's diff algorithm which is generally considered to be the best general-purpose diff. A layer of pre-diff speedups and post-diff cleanups surround the diff algorithm, improving both performance and output quality. This library also implements a Bitap matching algorithm at the heart of a flexible matching and patching strategy. [Less]
Created about 1 year ago.

0 Users

Cross-platform alternative to unix patch utility capable to apply unified diffs. Patches are welcome.
Created 12 months ago.

0 Users

A library that implements a generic diff algorithm and provides a class to create and merge unified diff patches.
Created about 1 month ago.

0 Users

The Project was moved. New place is http://code.google.com/p/java-diff-utils/
Created 4 months ago.

0 Users

NIAPIU stand for NIAP(our group name) + Incremental Upgrade. NIAPIU is designed for help people to decrease the bandwidth when software upgrade. It use bsdiff(http://www.daemonology.net/bsdiff/) ... [More] as kernel.bsdiff routinely produces binary patches 50-80% smaller than those produced by Xdelta, and 15% smaller than those produced by RTPatch. In our experience,NIAPIU is VERY useful.Under normal circumstances,it can save more than 90% of the bandwidth. [Less]
Created 11 months ago.

0 Users

Variance is a collection of components to help solve the problem of revisions of objects and data in applications. This could range from data versioning to object revisions.
Created 12 months ago.

0 Users

May be useful to generate patches(updates) for software.
Created 11 months ago.