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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesPredicate-Based Validations

Validation utilities that check values against predicates and return explicit success or failure types.

Distinct from Predicate-Based Error Filtering: Candidates focus on error filtering, Solidity return values, or UI insertions, not general functional validation.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Predicate-Based Validations. Refine with filters or upvote what's useful.

Awesome Predicate-Based Validations GitHub Repositories

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

    phuocng/1loc

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

    1loc is a JavaScript utility library and multifaceted toolkit providing a collection of single-line functions for common mathematical, string, date, and geometric operations. It functions as a set of functional programming helpers and data validation predicates designed to perform atomic transformations and validations. The project includes a geometry math library for calculating distances, angles, and spatial overlaps between points and rectangles, alongside a text manipulation library for casting, capitalizing, and analyzing string content. The toolkit covers broader capability areas inclu

    Provides validation utilities that use boolean predicates to verify numeric properties and date ranges.

    MDXeleventyjavascriptjavascript-utils
    GitHub पर देखें↗6,738
  • getsentry/responsesgetsentry का अवतार

    getsentry/responses

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

    Responses एक Python मॉकिंग लाइब्रेरी है जिसे Requests लाइब्रेरी के साथ किए गए आउटगोइंग HTTP कॉल को इंटरसेप्ट करने के लिए डिज़ाइन किया गया है ताकि पूर्व-निर्धारित सिम्युलेटेड प्रतिक्रियाएं लौटाई जा सकें। यह एक अनुरोध सत्यापन फ्रेमवर्क और एक नेटवर्क सिमुलेशन टूल के रूप में कार्य करता है, जो वास्तविक नेटवर्क कॉल किए बिना विभिन्न API प्रतिक्रिया पैटर्न के खिलाफ एप्लिकेशन व्यवहार के सत्यापन की अनुमति देता है। यह प्रोजेक्ट एक ट्रैफ़िक रिकॉर्डर के माध्यम से खुद को अलग करता है जो वास्तविक नेटवर्क इंटरैक्शन को कैप्चर करता है और उन्हें नियतात्मक रिप्ले के लिए फ़ाइलों में सहेजता है। यह कनेक्शन टाइमआउट, नेटवर्क त्रुटियों और HTTP रीडायरेक्शन को ट्रिगर करने सहित जटिल नेटवर्क परिदृश्यों के सिमुलेशन को और सक्षम बनाता है। लाइब्रेरी कॉलबैक-संचालित प्रतिक्रियाओं का उपयोग करके डायनेमिक API सिमुलेशन और स्टेट परिवर्तनों का परीक्षण करने के लिए अनुक्रमिक प्रतिक्रिया कतारों के लिए क्षमताएं प्रदान करती है। इसमें यह सुनिश्चित करने के लिए कि आउटगोइंग हेडर, बॉडी और क्वेरी पैरामीटर अपेक्षित मानदंडों को पूरा करते हैं, अनुरोध डेटा सत्यापन और विशेषता सत्यापन के लिए टूल्स शामिल हैं। मॉक कॉन्फ़िगरेशन और रजिस्ट्रियों को परीक्षण मामलों के बीच व्यवहार को अलग करने के लिए डेकोरेटर और संदर्भ प्रबंधकों के माध्यम से प्रबंधित किया जाता है।

    Matches requests using custom logic and predicates applied to headers, bodies, and query parameters.

    Pythontag-production
    GitHub पर देखें↗4,350
  • bufbuild/protoc-gen-validatebufbuild का अवतार

    bufbuild/protoc-gen-validate

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

    This project is a protocol buffer validation plugin and code generator that creates consistent validation logic across multiple programming languages. It functions as a compiler extension for the Protocol Buffer toolchain, allowing developers to define semantic constraints directly within schema files to ensure data consistency. The tool uses custom options to embed validation rules into message definitions, mapping these schema constraints to language-specific implementation patterns. It employs predicate-based constraint checking and recursive traversal to enforce rules across nested messag

    Evaluates field values against a set of predefined logical predicates including range checks and regular expressions.

    Goconstraintsprotocprotoc-plugin
    GitHub पर देखें↗4,122
  1. Home
  2. Software Engineering & Architecture
  3. Predicate-Based Validations

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

  • Predicate-Based ConstructionCreating type-safe constructors that wrap values only after they satisfy a specific predicate. **Distinct from Predicate-Based Validations:** Distinct from general predicate validations by focusing on the construction of a wrapped type rather than just returning a success/failure state.