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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesCode Slicing

Dividing large blocks of machine-generated changes into smaller, reviewable engineering units.

Distinct from AI-Generated Code Analysis: Focuses on the physical partitioning of code blocks for rollback and review rather than analyzing quality discrepancies.

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

Awesome Code Slicing GitHub Repositories

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

    xirong/my-git

    7,396GitHub पर देखें↗

    my-git is a comprehensive framework and reference guide for Git version control administration, repository governance, and software release management. It provides a structured approach to managing the software development lifecycle, from initial feature branching to final production deployment. The project distinguishes itself through a specialized AI-assisted development framework. This includes workflows for managing AI-generated code via automated diff reviews, intent-based commit splitting, and governance models for multi-agent coordination and session isolation using worktrees. The cod

    Divides large machine-generated changes into smaller engineering units for better review and rollback.

    Python
    GitHub पर देखें↗7,396
  • mattdiamond/fuckitjsmattdiamond का अवतार

    mattdiamond/fuckitjs

    4,182GitHub पर देखें↗

    fuckitjs is an automated code pruning utility and error recovery tool for JavaScript. It is designed to isolate and remove breaking lines of code through repeated evaluation and selective excision to ensure a script executes successfully. The tool identifies and excises problematic code segments by iteratively evaluating scripts until runtime crashes are eliminated. It employs a process of identifying and slicing out specific failing lines to mitigate errors and allow a script to run to completion. This capability surface covers automated code cleaning, dynamic script debugging, and JavaScri

    Removes individual lines of source code from the execution stream when they trigger runtime exceptions.

    JavaScript
    GitHub पर देखें↗4,182
  1. Home
  2. Development Tools & Productivity
  3. Code Quality and Analysis
  4. Code Slicing

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

  • Runtime Line ExcisionThe process of removing specific lines of code during execution to mitigate runtime exceptions. **Distinct from Code Slicing:** Distinct from general Code Slicing which focuses on partitioning for review; this is about runtime removal for error recovery.