awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesBug Pattern Mining

Analyzing commit history and code changes to identify recurring bug signatures and anti-patterns.

Distinct from General Bug Detection: None of the candidates cover the systemic analysis of commit history to extract bug patterns; they focus on individual bug reports or CSS snippets.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Bug Pattern Mining. Refine with filters or upvote what's useful.

Awesome Bug Pattern Mining GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • apache/cassandraapache का अवतार

    apache/cassandra

    9,778GitHub पर देखें↗

    Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability. It functions as a fault-tolerant distributed system that utilizes an LSM-tree storage engine to optimize write throughput and manage massive datasets. The system is a CQL-compliant database, using a structured query language to manage and retrieve tabular data stored across multiple nodes. It organizes information into rows and columns based on a flexible schema and primary keys. The project provides capabilities for horizontal database scaling, distributed data partitioning

    Provides tools to scan commit history and summarize recurring bug patterns within the codebase.

    Javacassandradatabasejava
    GitHub पर देखें↗9,778
  • progit/progit2progit का अवतार

    progit/progit2

    6,522GitHub पर देखें↗

    यह प्रोजेक्ट Git वर्ज़न कंट्रोल सिस्टम सीखने के लिए एक व्यापक शैक्षिक संसाधन और गाइड है। यह एक पाठ्यपुस्तक के लिए तकनीकी दस्तावेज़ीकरण स्रोत के रूप में कार्य करता है जो Git के मूल सिद्धांतों, उन्नत वर्कफ़्लो और आंतरिक आर्किटेक्चर की व्याख्या करता है। यह प्रोजेक्ट एक मल्टी-फॉर्मेट ई-बुक के रूप में संरचित है, जिसमें सोर्स फ़ाइलें HTML, PDF, EPUB और Mobi सहित विभिन्न डिजिटल प्रकाशन प्रारूपों में संकलित होने के लिए डिज़ाइन की गई हैं। यह इन दस्तावेजों को उत्पन्न और मान्य करने के लिए एक समर्पित बिल्ड पाइपलाइन का उपयोग करता है। सामग्री वर्ज़न कंट्रोल क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है, जिसमें इतिहास हेरफेर, रिपॉजिटरी प्रशासन और सिस्टम एकीकरण शामिल है। यह वर्कफ़्लो प्रबंधन—जैसे ब्रांचिंग, मर्जिंग और रीबेसिंग—पर गाइडेड निर्देश प्रदान करती है, और कंटेंट-एड्रेसेबल फ़ाइल सिस्टम और स्नैपशॉट-आधारित वर्ज़निंग के आंतरिक यांत्रिकी का विश्लेषण करती है।

    Explains how to use binary search to identify the specific commit that introduced a regression.

    CSS
    GitHub पर देखें↗6,522
  • google/clusterfuzzgoogle का अवतार

    google/clusterfuzz

    5,574GitHub पर देखें↗

    ClusterFuzz is an automated platform that runs coverage-guided fuzzers at scale to find security and stability bugs in software. It orchestrates libFuzzer and AFL++ across distributed clusters of worker bots, collecting coverage feedback to guide input mutation and discover crashes. The platform provides a web-based dashboard for configuring fuzzing jobs, monitoring progress, and inspecting crash reports, with role-based access control to restrict sensitive features. The system automates the full fuzzing lifecycle, from build pipeline integration and corpus management to crash triage and bug

    Identifies the exact commit range where a bug was introduced through binary search across revisions.

    Pythonfuzzingsecuritystability
    GitHub पर देखें↗5,574
  • apache/incubator-devlakeapache का अवतार

    apache/incubator-devlake

    2,940GitHub पर देखें↗

    DevLake is a DevOps data platform and analytics tool designed to orchestrate data pipelines that ingest, transform, and sync metadata from external development tools into a unified database. It functions as a system for collecting and normalizing data from source control, CI/CD pipelines, and issue trackers into a standardized schema to enable consistent software delivery analytics. The platform distinguishes itself by transforming tool-specific data into a common domain model, allowing for the calculation of engineering metrics via SQL. It provides specialized frameworks for measuring DORA m

    Provides visualizations of bug patterns and resolution timelines to analyze quality issues.

    Godashboard-friendlydatadata-analysis
    GitHub पर देखें↗2,940
  1. Home
  2. Software Engineering & Architecture
  3. Bug Pattern Mining

सब-टैग एक्सप्लोर करें

  • Bug Introduction Range IdentifiersDetermines the commit range where a bug was first introduced through binary search across revisions. **Distinct from Bug Pattern Mining:** Distinct from Bug Pattern Mining: focuses on identifying the introduction range of a specific bug, not mining patterns from commit history.
  • Trend VisualizationsVisual representations of recurring bug patterns and resolution timelines over time. **Distinct from Bug Pattern Mining:** Focuses on the visualization and temporal analysis of trends rather than the act of mining the patterns from code.