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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesStack-Aware Error Registries

Systems for tracking application failures by mapping error codes to detailed stack traces and origin metadata.

Distinct from Error Stack Filtering: Focuses on the structural registry of errors and stack trace preservation, not just filtering or production tracking.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Stack-Aware Error Registries. Refine with filters or upvote what's useful.

Awesome Stack-Aware Error Registries GitHub Repositories

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

    gogf/gf

    13,190GitHub पर देखें↗

    GF is a comprehensive Go application toolkit and web framework. It provides a set of libraries and tools for building scalable web applications, APIs, and enterprise-level software. The project features a driver-agnostic SQL database toolkit with a query builder and object mapper, alongside a dedicated framework for creating structured command line interfaces. It includes a project scaffolding tool to bootstrap application structures and automate development workflows. The toolkit covers several broader capability areas, including concurrent data management with thread-safe collections, cryp

    Provides a stack-aware error handling system that tracks origins with stack traces and maintains an error code registry.

    Goframeworkgogo-framework
    GitHub पर देखें↗13,190
  • focus-creative-games/hybridclrfocus-creative-games का अवतार

    focus-creative-games/hybridclr

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

    HybridCLR is a hybrid C# execution engine and assembly loader designed for Unity. It provides a system for hot-updating C# logic across all platforms at runtime without requiring the application to be rebuilt or reinstalled. The project is distinguished by its mixed-mode execution, which runs unmodified code at native speed while using a high-performance interpreter for updated functions. It includes a generic type resolver that allows hot-updated code to use generic classes and functions regardless of whether they were pre-instantiated in the main binary. To protect proprietary source code,

    Injects detailed virtual stack information into crash logs to pinpoint errors within interpreted code segments.

    C++csharpframeworkhot
    GitHub पर देखें↗7,863
  1. Home
  2. Software Engineering & Architecture
  3. Stack-Aware Error Registries

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

  • Virtual Stack TracingInjection of interpreter-level virtual stack frames into native crash logs for debugging dynamically loaded code. **Distinct from Stack-Aware Error Registries:** Focuses on reconstructive analysis of a virtual interpreter stack rather than a static error registry.