# google-diff-match-patch **Repository Path**: andyfeng/google-diff-match-patch ## Basic Information - **Project Name**: google-diff-match-patch - **Description**: Mirror of the "Diff, Match and Patch libraries for Plain Text" library from Google (with original history!), plus my private branch. http://code.google.com/p/google-diff-match-patch/ https://github.com/lqc/google-diff-match-patch - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-07-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Diff, Match and Patch Library http://code.google.com/p/google-diff-match-patch/ Neil Fraser Java: * diff_match_patch.java * diff_match_patch_test.java JavaScript: * diff_match_patch.js This file has been compressed using Google's internal JavaScript compressor. External hackers are recommended to use http://dean.edwards.name/packer/ * diff_match_patch_uncompressed.js * diff_match_patch_test.html Python: * diff_match_patch.py * diff_match_patch_test.py Lua: (ported by Duncan Cross) * diff_match_patch.lua * diff_match_patch_test.lua C++: (ported by Mike Slemmer) * diff_match_patch.pro * diff_match_patch.h * diff_match_patch.cpp * diff_match_patch_test.h * diff_match_patch_test.cpp C#: (ported by Matthaeus G. Chajdas) * DiffMatchPatch.cs * DiffMatchPatchTest.cs Demos: (in JavaScript) * demo_diff.html * demo_match.html * demo_patch.html