awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesAuthor Attribution

Identification of the authors responsible for duplicated code blocks using Git blame history.

Distinct from Code Logic Duplication: Distinct from Code Logic Duplication: focuses on attributing duplicates to authors, not the act of duplicating code.

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

Awesome Author Attribution GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • kucherenko/jscpdAvatar von kucherenko

    kucherenko/jscpd

    5,800Auf GitHub ansehen↗

    jscpd is a code duplication detector that scans source code across 223 languages to find identical or near-identical copy-pasted blocks using a rolling hash algorithm. It is built with a Rust core for high performance, exposed through a Node.js API and CLI, and can be run as a standalone binary with no runtime dependencies. The tool detects duplicates in embedded languages within Vue, Svelte, Astro, and Markdown files by tokenizing each language block separately, and it supports extensionless scripts via shebang detection. The project distinguishes itself through its integration capabilities

    Uses Git blame to identify which authors wrote each duplicated code block.

    TypeScriptaiclones-detectioncode-quality
    Auf GitHub ansehen↗5,800
  1. Home
  2. Software Engineering & Architecture
  3. Code Logic Duplication
  4. Author Attribution