commit all archived files

This commit is contained in:
mappu 2011-11-02 04:39:27 +00:00
parent b9ad722e2c
commit d2053dbc94
5 changed files with 16 additions and 0 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# mrdiff
![](https://img.shields.io/badge/written%20in-C%2B%2B%2C%20Javascript-blue)
A binary-safe diff/merge/patch library for multiple languages.
Implements the longest common subsequence (Myers, 1986) and shortest middle snake functions for diffing text as per http://www.mathertel.de/Diff/DiffDoku.aspx , in both C++ and javascript.
Source code and command-line binary included with download.
## Download
- [⬇️ mrdiff-1.2.7z](dist-archive/mrdiff-1.2.7z) *(55.02 KiB)*
- [⬇️ mrdiff-1.1.7z](dist-archive/mrdiff-1.1.7z) *(22.84 KiB)*
- [⬇️ mrdiff-1.0.7z](dist-archive/mrdiff-1.0.7z) *(19.74 KiB)*

BIN
dist-archive/mrdiff-1.0.7z Normal file

Binary file not shown.

BIN
dist-archive/mrdiff-1.1.7z Normal file

Binary file not shown.

BIN
dist-archive/mrdiff-1.2.7z Normal file

Binary file not shown.

BIN
doc/image-main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB