awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • kpdecker/jsdiffAvatar kpdecker

    kpdecker/jsdiff

    9,063Vezi pe 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
    Vezi pe GitHub↗9,063
  1. Home
  2. Software Engineering & Architecture
  3. Code Patching Engines
  4. Patch Generators
  5. Unix Patch Implementations