9 repositorios
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 es una librería de utilidades funcionales de TypeScript diseñada para la transformación de datos, validación y gestión de flujos de trabajo. Proporciona una colección de funciones auxiliares tipadas para manipular arrays, objetos y cadenas. El proyecto cuenta con un toolkit de flujo de trabajo asíncrono para gestionar promesas, reintentos y límites de concurrencia, junto con una suite de validadores booleanos para verificar tipos primitivos, objetos y promesas. También implementa patrones de programación funcional como composición de funciones, aplicación parcial y patrones de respuesta de error primero. La librería cubre una amplia superficie de capacidades, incluyendo gestión de estado de objetos con clonación profunda y fusión, manipulaciones complejas de arrays y formateo de cadenas. Adicionalmente proporciona herramientas para la optimización de ejecución, como limitación de tasa (rate limiting) y caché de resultados.
Provides a utility to check if a given value is a number.
i-hate-regex es un conjunto de utilidades interactivas para construir, validar, configurar y visualizar expresiones regulares. Proporciona un entorno especializado para la construcción y depuración de expresiones regulares, permitiendo a los usuarios crear patrones complejos y verificar el comportamiento de coincidencia mediante pruebas interactivas. El proyecto cuenta con un generador de expresiones regulares con vista previa de coincidencia en tiempo real y una herramienta de representación visual que muestra la estructura lógica de un patrón. También incluye una librería curada de patrones estandarizados para formatos de datos comunes, incluyendo direcciones de correo electrónico, direcciones IP, números de teléfono, fechas y números de seguridad social. El conjunto de herramientas cubre la validación de sintaxis regex y la configuración de flags para comportamientos globales, insensibles a mayúsculas/minúsculas y multilínea. También admite la integración de sus componentes de visualización en sitios web externos.
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.
Esta biblioteca proporciona una colección de utilidades para procesar, validar y formatear datos personales e identificadores nacionales brasileños. Sirve como un kit de herramientas para gestionar formatos de datos comunes dentro del ecosistema brasileño, asegurando que información como números de identificación fiscal, números de teléfono y códigos postales cumplan con los estándares oficiales. El proyecto se distingue por combinar la verificación de suma de comprobación matemática con la coincidencia de patrones estructurales para garantizar la integridad de los datos. Incluye funciones especializadas para generar números de identificación sintéticos y válidos para entornos de prueba, así como utilidades para enmascarar información sensible para respaldar los requisitos de privacidad en las interfaces de usuario. Más allá de las tareas principales de identificación, la biblioteca ofrece un conjunto de herramientas de procesamiento de datos que manejan la normalización de cadenas y el formato consistente. Estas funciones están organizadas para permitir una composición modular, permitiendo a los desarrolladores integrar la lógica de validación y transformación en sus aplicaciones. El paquete está disponible como una biblioteca de utilidades para JavaScript y TypeScript.
Validates the structural integrity and mathematical validity of Brazilian national identification and tax documents.