awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesUnix Patch Implementations

Specific implementations of the Unix patch format for generating and applying text updates.

Distinct from Patch Generators: Distinct from generic Patch Generators by adhering specifically to the Unix patch specification and handling file metadata.

Explore 1 awesome GitHub repository matching software engineering & architecture · Unix Patch Implementations. Refine with filters or upvote what's useful.

Awesome Unix Patch Implementations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • kpdecker/jsdiffAvatar de kpdecker

    kpdecker/jsdiff

    9,063Voir sur GitHub↗

    jsdiff is a JavaScript text diffing library and comparison engine used to compute differences between strings or arrays. It identifies additions and removals between blocks of text and provides a system for generating and applying formatted Unix-style patches. The toolkit functions as a customizable token differ, allowing for the comparison of arbitrary token sequences using user-defined equality and tokenization rules. This enables the creation of specialized comparison tools for non-standard text or data formats. Comparison capabilities are available at the character, word, and line levels

    Provides a system for applying and generating formatted Unix patch strings to update text files.

    JavaScript
    Voir sur GitHub↗9,063
  1. Home
  2. Software Engineering & Architecture
  3. Code Patching Engines
  4. Patch Generators
  5. Unix Patch Implementations