9 dépôts
Checks that a value adheres to a numeric type.
Distinct from Data Validation: More specific than general Data Validation; focuses exclusively on verifying the numeric type of an input.
Explore 9 awesome GitHub repositories matching data & databases · Number Type Validation. Refine with filters or upvote what's useful.
This is a collection of classic computer science algorithms and data structures implemented from scratch in JavaScript. The project provides reference implementations of fundamental concepts including sorting algorithms, binary search, linked lists, and binary search trees, all built as standalone pure functions with no external dependencies. The implementations cover a range of data structures, including singly-linked, doubly-linked, and circular linked lists with full traversal and mutation operations, as well as binary search trees supporting insertion, deletion, and search. Sorting algori
Implements the Luhn algorithm to validate credit card numbers and other numeric identifiers.
Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments.
Deno Valide checks that a value is a number and returns an error if incorrect.
Any-rule is a multi-platform regular expression tool that provides a curated catalog of over 70 ready-to-use patterns for validating and extracting common data formats. The project separates its static regex collection from editor-specific plugins, allowing the same pattern library to be accessed through VS Code, IntelliJ IDEA, Alfred Workflow, and a web interface. The tool enables keyword-based pattern retrieval, letting users search for the correct regex by typing descriptive terms rather than remembering exact syntax. It covers a broad range of validation needs including email addresses, U
Ships validators for Chinese ID numbers, license plates, social credit codes, and other national formats.
This project is a collection of POSIX-compliant shell functions and polyfills designed to replace external binaries with portable, built-in utility implementations. It serves as a compatibility library and utility kit for shell scripting, providing shell-native alternatives to common command line utilities. The library focuses on removing dependencies on external processes by implementing tasks directly within the shell. This includes the use of shell-native sequences for terminal user interface design, such as text coloring and cursor movement, and the use of built-in pattern matching for te
Validates whether a given input value is an integer or a floating-point number.
Elvish is a shell that combines interactive command-line use with a structured scripting language, designed to make both everyday terminal work and automation tasks more predictable and readable. It parses, compiles, and executes code in three phases, catching syntax and variable errors before any code runs, and it aborts execution on command failure by default to prevent silent errors. The shell introduces value-oriented pipelines that pass structured data like lists, maps, and closures between commands, preserving types without serialization. It also mixes traditional byte streams with thes
Creates numeric values that sort and convert to JSON as numbers, distinct from numeric strings.
Radash est une bibliothèque d'utilitaires fonctionnels TypeScript conçue pour la transformation de données, la validation et la gestion de workflow. Elle fournit une collection de fonctions d'aide typées pour manipuler les tableaux, les objets et les chaînes de caractères. Le projet propose une boîte à outils de workflow asynchrone pour gérer les promesses, les tentatives et les limites de concurrence, aux côtés d'une suite de validateurs booléens pour vérifier les types primitifs, les objets et les promesses. Il implémente également des patterns de programmation fonctionnelle tels que la composition de fonctions, l'application partielle et les patterns de réponse error-first. La bibliothèque couvre une large surface de capacités, incluant la gestion d'état d'objet avec clonage profond et fusion, des manipulations de tableaux complexes et le formatage de chaînes. Elle fournit en outre des outils pour l'optimisation de l'exécution, tels que le rate limiting et la mise en cache des résultats.
Provides a utility to check if a given value is a number.
i-hate-regex is a suite of interactive utilities for constructing, validating, configuring, and visualizing regular expressions. It provides a specialized environment for regular expression construction and debugging, allowing users to build complex patterns and verify matching behavior through interactive testing. The project features a regular expression generator with a real-time matching preview and a visual representation tool that displays the logical structure of a pattern. It also includes a curated library of standardized patterns for common data formats, including email addresses, I
A pre-defined regular expression pattern for verifying strings against the NNN-NN-NNNN format while enforcing government restrictions.
AntiZhaPian is a social engineering framework and fraud simulation application. It generates fake security center dashboards and anti-fraud interfaces designed to deceive users into believing that official security software is installed. The project functions as a simulation tool that mimics the visual appearance and behavior of anti-fraud applications. It uses template-based rendering and state-driven UI simulation to create synthetic dashboards with dynamic dates and fake status indicators. The application includes a user profile management interface for viewing and updating personal accou
Verifies that entered national identification numbers follow authentic formatting patterns.
Cette bibliothèque fournit une collection d'utilitaires pour traiter, valider et formater les données personnelles et les identifiants nationaux brésiliens. Elle sert de boîte à outils pour gérer les formats de données courants au sein de l'écosystème brésilien, garantissant que les informations telles que les numéros d'identification fiscale, les numéros de téléphone et les codes postaux sont conformes aux normes officielles. Le projet se distingue en combinant la vérification par somme de contrôle mathématique avec la correspondance de modèles structurels pour garantir l'intégrité des données. Il inclut des fonctions spécialisées pour générer des numéros d'identification synthétiques et valides pour les environnements de test, ainsi que des utilitaires pour masquer les informations sensibles afin de répondre aux exigences de confidentialité dans les interfaces utilisateur. Au-delà des tâches d'identification de base, la bibliothèque offre une suite d'outils de traitement de données qui gèrent la normalisation des chaînes et le formatage cohérent. Ces fonctions sont organisées pour permettre une composition modulaire, permettant aux développeurs d'intégrer une logique de validation et de transformation dans leurs applications. Le package est disponible en tant que bibliothèque utilitaire JavaScript et TypeScript.
Validates the structural integrity and mathematical validity of Brazilian national identification and tax documents.