7 रिपॉजिटरी
Constraints that verify if a collection's size falls within a specific minimum and maximum range.
Distinct from Minimum Length Validations: Unlike Minimum Length Validations, this specifically covers both upper and lower bounds for strings and collections.
Explore 7 awesome GitHub repositories matching software engineering & architecture · Range Length Validations. Refine with filters or upvote what's useful.
Go Package of validators and sanitizers for strings, numerics, slices and structs
Verifies that string length in bytes or runes falls within specified minimum and maximum bounds.
MaterialEditText एक Android UI कंपोनेंट लाइब्रेरी और मोबाइल फॉर्म इनपुट फ्रेमवर्क है, जिसका उपयोग Material Design मानकों को लागू करने वाले टेक्स्ट फील्ड बनाने के लिए किया जाता है। यह फ्लोटिंग लेबल, एरर स्टेट्स और थीम्ड विजुअल स्टाइल वाले इनपुट कंपोनेंट्स का एक संग्रह प्रदान करता है। यह लाइब्रेरी एनिमेटेड लेबल और इंटीग्रेटेड हेल्पर टेक्स्ट के साथ टेक्स्ट फील्ड रेंडर करने में सक्षम बनाती है। यह डिज़ाइन आइकन जोड़ने का सपोर्ट करती है और प्राइमरी, एरर और हेल्पर टेक्स्ट के लिए रंगों और टाइपफेस के कस्टमाइजेशन की अनुमति देती है। इस फ्रेमवर्क में मोबाइल इनपुट वैलिडेशन की क्षमताएं शामिल हैं, जैसे टेक्स्ट एंट्री के लिए न्यूनतम और अधिकतम कैरेक्टर काउंट लागू करना।
Provides a character counter that updates in real-time based on minimum and maximum length constraints.
attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering methods from declarative class attribute definitions. At its core, it provides a class decorator metaprogramming framework that intercepts class creation to rewrite the class body, producing dunder methods without manual boilerplate. The library includes a comprehensive attribute validation toolkit with built-in validators for type checks, range constraints, regex matching, length limits, and logical composition of validation rules. The library distinguishes itself through it
Validates that string or collection attributes do not exceed a maximum length.
Bard-API Google Gemini के साथ बातचीत करने के लिए एक एसिंक्रोनस Python रैपर और क्लाइंट है। यह एक स्टेटफुल कन्वर्सेशन मैनेजर और मल्टीमॉडल इंटरफेस के रूप में कार्य करता है, जो उपयोगकर्ताओं को भाषा मॉडल में टेक्स्ट और इमेज प्रॉम्प्ट भेजने और प्रतिक्रिया प्राप्त करने की अनुमति देता है। यह लाइब्रेरी एक कुकी-आधारित प्रमाणीकरण प्रणाली का उपयोग करती है जो अनुरोधों को अधिकृत करने के लिए स्थानीय ब्राउज़र स्टोरेज से सत्र टोकन निकालती है। एक्सेस और कनेक्टिविटी का प्रबंधन करने के लिए, इसमें क्षेत्रीय प्रतिबंधों को बायपास करने और IP ब्लॉक से बचने के लिए प्रॉक्सी-आधारित अनुरोध रूटिंग शामिल है। यह प्रोजेक्ट मल्टीमॉडल AI विश्लेषण और निरंतर मल्टी-टर्न संवादों को सक्षम करने के लिए सत्र इतिहास के रखरखाव की क्षमताओं को कवर करता है। यह प्रतिक्रियाओं से इमेज लिंक निकालने, टेक्स्ट को स्पीच में बदलने और स्थानीय वातावरण के भीतर उत्पन्न कोड स्निपेट को स्वचालित रूप से निष्पादित करने के लिए उपयोगिताएँ भी प्रदान करता है।
Limits generated output by setting a maximum number of tokens or sentences.
ozzo-validation is a programmable data validation library for Go that verifies structs, maps, and primitive types using a declarative, rule-based approach. It functions as an interface-based validator, allowing for the recursive checking of nested data structures and custom types without the use of struct tags. The framework distinguishes itself as a context-aware validation engine, supporting the propagation of request-scoped data to rules that depend on external state. It provides extensive extensibility through custom rule definitions and the ability to override default failure text with l
Implements validation for strings, slices, and maps to ensure their length falls within specified ranges.
MoreLINQ is a functional programming toolkit and extension library for .NET that augments LINQ to Objects with advanced operators for sequence manipulation and analysis. It provides a set of tools for declarative data transformation, leveraging lazy evaluation and composition to handle complex object sequences. The library is distinguished by its specialized capabilities for combinatorial generation, including the production of permutations, subsets, and Cartesian products. It also provides advanced sequence joining options, such as full, left, and right outer joins, and supports complex data
Ensures a sequence contains a specific number of elements, verifying minimums or maximums.
bcrypt.js is a portable JavaScript implementation of the bcrypt algorithm used for securely hashing and verifying user passwords. It functions as a credential security utility that protects stored passwords against brute-force attacks through the use of salts and configurable work factors. The library is designed as a pure JavaScript cryptographic module, allowing it to run in any JavaScript environment, including both server-side Node.js and client-side web browsers, without requiring native system binaries or C++ bindings. It is a zero-dependency standalone module to minimize security risks
Detects passwords exceeding the bcrypt byte limit to prevent data loss through silent truncation.