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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesError Map Generators

Tools that automate the conversion of error codes and format strings into structured data files for debugging.

Distinct from Error Code Documentation Mappings: Focuses on the generation of the mapping files rather than just the documentation lookup.

Explore 3 awesome GitHub repositories matching development tools & productivity · Error Map Generators. Refine with filters or upvote what's useful.

Awesome Error Map Generators GitHub Repositories

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

    cocos/cocos-engine

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

    Cocos Engine is a cross-platform game engine designed for building high-performance 2D and 3D interactive experiences for web, mobile, and desktop platforms. It features a multi-backend rendering engine and a 2D and 3D physics simulator, utilizing a core architecture that combines a C++ runtime for performance with TypeScript for game logic scripting. The engine distinguishes itself through a multi-platform deployment system that packages projects for native operating systems and instant-play web ecosystems. Its graphics system supports multiple APIs, employing physically based rendering and

    Converts markdown error codes into JSON files via a CLI for improved engine debugging.

    C++3dcocoscocoscreator
    GitHub पर देखें↗9,651
  • asaskevich/govalidatorasaskevich का अवतार

    asaskevich/govalidator

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

    Go Package of validators and sanitizers for strings, numerics, slices and structs

    Ships a method to retrieve all validation errors as a map keyed by field name.

    Gogogovalidatorsanitization
    GitHub पर देखें↗6,203
  • aarondl/authbossaarondl का अवतार

    aarondl/authboss

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

    Authboss उपयोगकर्ता पहचान, सत्र जीवनचक्र और पासवर्ड सुरक्षा को प्रबंधित करने के लिए एक मॉड्यूलर HTTP प्रमाणीकरण फ्रेमवर्क है। यह रूट एक्सेस को नियंत्रित करने और मानक वेब प्रोटोकॉल के माध्यम से अनुरोधों में उपयोगकर्ता पहचान को सिंक्रोनाइज़ करने के लिए पहचान एक्सेस मिडलवेयर का एक सिस्टम प्रदान करता है। यह फ्रेमवर्क एक प्लगेबल आर्किटेक्चर द्वारा प्रतिष्ठित है जो पहचान तर्क का विस्तार करने के लिए स्वतंत्र मॉड्यूल के पंजीकरण की अनुमति देता है। यह प्रमाणीकरण स्थिति परिवर्तनों के दौरान कस्टम व्यावसायिक तर्क को निष्पादित करने के लिए एक हुक-आधारित इवेंट सिस्टम का उपयोग करता है और सत्यापन के दौरान टाइमिंग हमलों से बचाने के लिए एक चयनकर्ता-सत्यापनकर्ता टोकन पैटर्न को नियोजित करता है। यह सिस्टम उपयोगकर्ता पंजीकरण, पासवर्ड हैशिंग और सत्र स्थिति ट्रैकिंग सहित व्यापक पहचान प्रबंधन को कवर करता है। यह TOTP और SMS के माध्यम से मल्टी-फैक्टर प्रमाणीकरण, और OAuth1 और OAuth2 मानकों का उपयोग करके थर्ड-पार्टी पहचान एकीकरण को सपोर्ट करता है। अतिरिक्त सुरक्षा क्षमताओं में खाता लॉकिंग और ईमेल-आधारित खाता पुनर्प्राप्ति वर्कफ़्लो के साथ स्टेटफुल ब्रूट-फोर्स सुरक्षा शामिल है। यह प्रोजेक्ट हेडलेस या पारंपरिक वेब आर्किटेक्चर को समायोजित करने के लिए सर्वर-साइड HTML टेम्प्लेट रेंडरिंग और JSON-आधारित API रिस्पॉन्स दोनों को सपोर्ट करता है।

    Groups validation failures by field name to facilitate targeted error reporting in user interfaces.

    Go
    GitHub पर देखें↗4,189
  1. Home
  2. Development Tools & Productivity
  3. Code Translation Mappings
  4. Error Code Documentation Mappings
  5. Error Map Generators

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

  • Field-Keyed Error MapsExtracts validation error messages into a map keyed by struct field name for structured access. **Distinct from Error Map Generators:** Distinct from Error Map Generators: focuses on extracting validation errors from a runtime object, not generating error code mapping files.