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éesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesSemantic Code Clone Detection

Tools that find copied or vendored code across repositories using semantic fingerprinting and trace it back to the exact source commit.

Distinct from Source Code Analysis: Distinct from Source Code Analysis: uses semantic fingerprinting to detect code clones rather than manual educational analysis.

Explore 2 awesome GitHub repositories matching development tools & productivity · Semantic Code Clone Detection. Refine with filters or upvote what's useful.

Awesome Semantic Code Clone Detection 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.
  • crytic/slitherAvatar de crytic

    crytic/slither

    6,141Voir sur GitHub↗

    Finds copied or vendored code across repositories using semantic fingerprinting and traces it to the source commit.

    Pythonethereumsoliditystatic-analysis
    Voir sur GitHub↗6,141
  • kucherenko/jscpdAvatar de kucherenko

    kucherenko/jscpd

    5,800Voir sur GitHub↗

    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

    Scans source code across 223 languages to find copy-pasted blocks.

    TypeScriptaiclones-detectioncode-quality
    Voir sur GitHub↗5,800
  1. Home
  2. Development Tools & Productivity
  3. Code Quality and Analysis
  4. Static Analysis Engines
  5. Static Analysis Tools
  6. Static Code Analyzers
  7. Source Code Analysis
  8. Semantic Code Clone Detection

Explorer les sous-tags

  • Clone Detection PipelinesOrchestrates the full workflow of directory walking, file tokenization, clone matching, and statistics aggregation in a single invocation. **Distinct from Semantic Code Clone Detection:** Distinct from Semantic Code Clone Detection: focuses on the end-to-end pipeline orchestration rather than the semantic fingerprinting algorithm itself.
  • Multi-Language Clone DetectionScans source files across 220+ languages and embedded formats like Vue, Svelte, and Markdown to find exact and near-miss duplicates. **Distinct from Semantic Code Clone Detection:** Distinct from Semantic Code Clone Detection: focuses on multi-language support and embedded language tokenization, not semantic fingerprinting.