9 Repos
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 is a TypeScript functional utility library designed for data transformation, validation, and workflow management. It provides a collection of typed helper functions to manipulate arrays, objects, and strings. The project features an asynchronous workflow toolkit for managing promises, retries, and concurrency limits, alongside a suite of boolean validators for verifying primitive types, objects, and promises. It also implements functional programming patterns such as function composition, partial application, and error-first response patterns. The library covers a broad surface of cap
Provides a utility to check if a given value is a number.
i-hate-regex ist eine Suite interaktiver Dienstprogramme zum Erstellen, Validieren, Konfigurieren und Visualisieren regulärer Ausdrücke. Sie bietet eine spezialisierte Umgebung für die Konstruktion und das Debugging regulärer Ausdrücke, die es Benutzern ermöglicht, komplexe Muster zu erstellen und das Matching-Verhalten durch interaktive Tests zu verifizieren. Das Projekt bietet einen Generator für reguläre Ausdrücke mit Echtzeit-Matching-Vorschau und ein Visualisierungstool, das die logische Struktur eines Musters anzeigt. Es enthält zudem eine kuratierte Bibliothek standardisierter Muster für gängige Datenformate, einschließlich E-Mail-Adressen, IP-Adressen, Telefonnummern, Datumsangaben und Sozialversicherungsnummern. Das Toolset deckt die Validierung der Regex-Syntax und die Konfiguration von Flags für globales, nicht-case-sensitives und mehrzeiliges Verhalten ab. Es unterstützt zudem das Einbetten seiner Visualisierungskomponenten in externe Websites.
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.
Diese Bibliothek bietet eine Sammlung von Dienstprogrammen zur Verarbeitung, Validierung und Formatierung brasilianischer personenbezogener Daten und nationaler Identifikatoren. Sie dient als Toolkit zur Verwaltung gängiger Datenformate innerhalb des brasilianischen Ökosystems und stellt sicher, dass Informationen wie Steuernummern, Telefonnummern und Postleitzahlen offiziellen Standards entsprechen. Das Projekt zeichnet sich durch die Kombination von mathematischer Prüfsummenverifizierung mit strukturellem Pattern-Matching aus, um die Datenintegrität zu gewährleisten. Es enthält spezialisierte Funktionen zur Generierung synthetischer, gültiger Identifikationsnummern für Testumgebungen sowie Dienstprogramme zur Maskierung sensibler Informationen, um Datenschutzanforderungen in Benutzeroberflächen zu unterstützen. Über die Kernidentifikationsaufgaben hinaus bietet die Bibliothek eine Suite von Datenverarbeitungstools, die String-Normalisierung und konsistente Formatierung handhaben. Diese Funktionen sind so organisiert, dass sie eine modulare Komposition ermöglichen, wodurch Entwickler Validierungs- und Transformationslogik in ihre Anwendungen integrieren können. Das Paket ist als JavaScript- und TypeScript-Dienstprogrammbibliothek verfügbar.
Validates the structural integrity and mathematical validity of Brazilian national identification and tax documents.