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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesBoolean Fields

Serialization and validation for boolean data types.

Distinguishing note: Handles specific web-form boolean quirks.

Explore 3 awesome GitHub repositories matching web development · Boolean Fields. Refine with filters or upvote what's useful.

Awesome Boolean Fields GitHub Repositories

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

    encode/django-rest-framework

    30,083GitHub पर देखें↗

    Django REST Framework is a toolkit for building standards-compliant web services that map complex data models to structured HTTP responses. It provides a modular architecture for handling the request lifecycle, including authentication, permission checks, and content negotiation. The framework is designed to facilitate the development of robust APIs by transforming complex data types into native formats and validating incoming request payloads against defined schemas. The project distinguishes itself through a highly modular, class-based design that allows developers to build complex views an

    Handles boolean values in serializers, including HTML form input quirks.

    Pythonapidjangopython
    GitHub पर देखें↗30,083
  • fyne-io/fynefyne-io का अवतार

    fyne-io/fyne

    27,941GitHub पर देखें↗

    Fyne is a cross-platform graphical user interface toolkit for the Go programming language. It provides a comprehensive framework for building native applications that run on desktop, mobile, and web environments from a single codebase. The toolkit centers on a canvas-based rendering engine and a device-independent layout engine, ensuring that visual elements maintain consistent dimensions and behavior across diverse operating systems and screen densities. The project distinguishes itself through a reactive data-binding system that automatically synchronizes application state with interface co

    Connects hierarchical boolean structures from external sources to the user interface for automatic synchronization.

    Goandroidcross-platformfyne
    GitHub पर देखें↗27,941
  • revel/revelrevel का अवतार

    revel/revel

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

    Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a model-view-controller architecture to separate business logic from user interface rendering, providing a comprehensive system for routing, parameter binding, and session management. The project distinguishes itself with a high-productivity development environment featuring automatic code compilation and hot-reloading, which refreshes the application state and templates upon file changes without requiring manual restarts. It also employs reflection-based parameter binding to automati

    Transforms strings, numbers, and collections into boolean values based on truthiness rules for parameter binding.

    Go
    GitHub पर देखें↗13,224
  1. Home
  2. Web Development
  3. Boolean Fields

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

  • Boolean Tree BindingsSynchronization of hierarchical boolean structures with interface components. **Distinct from Boolean Fields:** Distinct from Boolean Fields: focuses on hierarchical tree structures rather than individual field serialization.
  • Truthiness ConversionConverting non-boolean types to booleans based on language-specific truthiness rules. **Distinct from Boolean Fields:** Distinct from Boolean Fields: specifically handles the logic of 'truthiness' for collections and numbers rather than just simple type validation.