Topic: "input-validation"
sashsinha/typed_input
Effortless type-safe user input for integers, floats, dates, and more...
Language: Python - Size: 1.78 MB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

ngangawairimu/Chess-Capture-Program
This project is a Python-based interactive chess program that allows users to determine which black pieces can be captured by a specified white piece (either a knight or pawn) based on its position on the board.
Language: Python - Size: 5.86 KB - Last synced at: 21 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

OrasanuAna/Telephone_Number_Validator
A tool for validating telephone numbers based on specific formatting rules, ensuring accuracy and compliance with standard formats.
Language: HTML - Size: 51.8 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

daniele-senko/password-generator-java
A password generator tool built in Java that allows users to customize password criteria such as length, inclusion of uppercase, lowercase, numbers, and special characters. The tool validates user inputs and generates secure, random passwords.
Language: Java - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

KaririCode-Framework/kariricode-sanitizer
A robust and flexible data sanitization component for PHP, part of the KaririCode Framework, utilizing configurable processors and native functions
Language: PHP - Size: 222 KB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

pkx8326/simple_go_json_note-taking
This Go program demonstrates the use of structs and functions as struct methods stored in a saparated package to get string inputs from the user and save all the information in a json file with pre-determined json field names created by using struct tags.
Language: Go - Size: 1.95 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

selmasaltik/react-forms
Working with Forms & User Input /// What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"
Language: JavaScript - Size: 131 KB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

biomathcode/linear-input
Language: TypeScript - Size: 1.9 MB - Last synced at: about 9 hours ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

SofiSaR/C--_Lunch_Spring-2022
This console application takes and validates yes and no decisions from the user and follows a path of nested conditions to determine what to suggest for lunch to the user.
Language: C++ - Size: 5.86 KB - Last synced at: 5 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

MorbeusDesign/MonthlyBudgetTracker
This JS project allows users to manage their monthly budget by tracking income, expenses, and overall balance.This program is an excellent starting point for beginners because it covers essential JavaScript concepts in a practical, real-world application.
Language: CSS - Size: 399 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

amjadimdad00/AgeAnalyzer
🎂 A simple and intuitive application to calculate age based on a given birthdate. Enter your birthdate 📅 to quickly determine your age in years, months, and days 🗓️, with a clean and responsive design 📱💻.
Language: CSS - Size: 91.8 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Dachiiii/Validation
A simple and easy to use input validation library
Language: PHP - Size: 26.4 KB - Last synced at: 8 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Damiieibikun/ToDO-Application
TODO Application
Language: JavaScript - Size: 690 KB - Last synced at: 5 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

PatMiracle/code-verification-field
Featured article on my blog
Language: JavaScript - Size: 94.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Damiieibikun/TODO-list
TODO list
Language: JavaScript - Size: 16.6 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

areeba0/Vehicle-Rental-Management-Using-CPP-Object-Oriented-Programming
this C++ code implements a Rental Reservation System using object-oriented programming principles. It manages reservations for vehicles, storing details such as reservation ID, customer name, car make and model, pickup, and return dates, and calculates the rental duration, rate, and total cost dynamically.
Language: C++ - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

JoshJarabek7/hiss
Secure your FastAPI applications effortlessly with Hiss! 🐍🔒 Hiss offers a collection of decorators and custom middleware for seamless integration of advanced security features, including virus scanning with ClamAV, input sanitization, and robust authentication/authorization. Build powerful and secure APIs with ease. 🛡️✨
Language: Python - Size: 98.6 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sxnnywu/MazeRace
An exhilarating Java maze adventure with stunning graphics. Race through mazes, collect coins, and unlock levels. Features GUI, dynamic mazes, leaderboard, sound effects, and user input validation. Future updates may include new levels, power-ups, and multiplayer. Join the adventure now!
Language: Java - Size: 21.8 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

firdausmuhammadismail/Simple-input-validation-with-shell
This is just a demo mode when Linux hides your console password output during the authentication process
Language: Shell - Size: 172 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

helenailic/Hawaiian-Words-Machine-Project
Words from languages that we are unfamiliar with can be difficult to pronounce correctly. Phonetic pronunciation guides can help make them more accessible to us. I wrote a program that produces phonetic pronunciations for Hawaiian words.
Language: C++ - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AnupamAkib/e-commerce-React.js-Node.js
This is a Node.js & React.js full-stack project that I started for learning full-stack engineering in JavaScript. I tried to use best practices here. The project is not finished yet.
Language: JavaScript - Size: 14.9 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

aggie-l/Simple-Calculator
Selftaught_Developer_Incubator: Simple calculator exercise with input validation
Language: JavaScript - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

itaynir1/countChar
This project is a simple C program designed to analyze the frequency of lowercase letters in a text file. It prompts the user to input a filename, then reads the file character by character, counting the occurrences of each lowercase letter. Once the file is processed, it displays the total appearances of each lowercase letter in the file.
Language: C - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cwadven/payload-validator
Python payload validator
Language: Python - Size: 47.9 KB - Last synced at: 30 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dokDork/CommandInjectionShield
This script will prepare some tmux session precompiled to test command injection on some web page parameter (on a GET or POST request).
Size: 549 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

chandan0069/etch-a-sketch
This Python script provides an interactive environment for creating sketches using the Turtle graphics library. Users can control the movement of the turtle, drawing lines on the canvas, and easily clear the workspace for a fresh start.
Language: Python - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

lasanseniya/shopping-manager
Shopping manager program with CLI and GUI
Language: Java - Size: 700 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

siemeris/so_long
This is the So Long project from the 42 school curriculum. So Long is a simple 2D game where the player controls a character that must collect items and avoid enemies to win the game. The game is developed in a graphical environment using the MinilibX library.
Language: C - Size: 895 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

meghna-cse/inputVal
A ReST API project from CSE 5382 Secure Programming, implementing input validation using regEx. Features include a phone book application, audit logs, and secure data handling.
Language: Java - Size: 73.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Benevanio/inputs
O projeto visa criar um robusto e flexível gerenciador de inputs para aplicativos Flutter, proporcionando uma experiência de usuário intuitiva e eficiente no manuseio de diferentes tipos de entradas de dados.
Language: C++ - Size: 261 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jonth93/AcsBootstrapInputValidator
A versatile input validation library for web applications using Javascript. Simplify the process of validating user input with a range of pre-built validation rules.
Language: JavaScript - Size: 192 KB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

GoonerMAK/SWE-4504-Software-Security-
Software Security Lab
Language: Python - Size: 8.15 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Gabriela-Patrichi/Java-Spring-Framework-and-JDBC-File-I.O--Flooring-Mastery
The goal of this project is to create an application that can read and write flooring orders to file for Wiley Edge Corp.
Language: Java - Size: 67.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Gabriela-Patrichi/Java-Program-Vending-Machine
This project's goal is to create a program that simulates a vending machine.
Language: Java - Size: 19.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

niusha-sabahi/python-challenges-solutions
This repository stores my python solutions to programming challenges that I have found from various sources.
Language: Python - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

interglobalmedia/guess-the-keys
This is a little game I created called "Guess the keys and press them!
Language: JavaScript - Size: 1000 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

wesib/forms 📦
Wesib: Forms
Language: TypeScript - Size: 641 KB - Last synced at: 22 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

mehmethalis/react-all-mask
An input masking package for React developers is a tool or library that helps control and format user input in input fields.
Language: TypeScript - Size: 65.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

janahmorano/Form-Validation-Using-Regular-Expressions
An intuitive account registration web form enhanced with robust input validation using regular expressions. This project showcases the implementation of efficient validation techniques, ensuring data accuracy and security for user account creation.
Language: JavaScript - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

emma-vuksich-sde/Mini-Project
Mini Project is a cashiering station program I completed during my six-week class for Intro to C++ Programming; each week I added new features, adjusted the format for output, and delivered a functional product to the client.
Size: 30.3 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

AyaAbdelmoghith/Smart-Login-System
Smart Login System with visually appealing pages - Sign in, Sign up, and Welcome. Utilizing Regex for input validation and Local Storage for data storage.
Language: HTML - Size: 844 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

musamairshad/Shopping-List
Shopping List made by using Flutter.
Language: C++ - Size: 282 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Disha-Bhalodiya/form-validation
form validation using javascript .
Language: JavaScript - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Maruku98/Job-Application-Form
Job Application Form :briefcase:
Language: HTML - Size: 233 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

unknown-albed/SoupSalad
Password List Generator
Language: Python - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

blessMe-Padre/accelerator-template__cruise
Антарктика — лендинг туристического проекта “Круизы в Антарктику”
Language: JavaScript - Size: 12.3 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

eichemberger/another-validator
just another validator
Language: TypeScript - Size: 263 KB - Last synced at: 2 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

TomekLeszczynski/Odin-Project-Sign-up-form
Sign up form basis on The Odin Project course assignments. No data storage.
Language: HTML - Size: 514 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

machumzd/userManagement-Redux
Secure user authentication project utilizing Node.js, Express.js, React, and Redux. Features input validation, JWT authentication,picture upload using multer,and user account management with a clean and user-friendly interface.
Language: JavaScript - Size: 316 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

elitevortex/IT-Store
Simulation of an IT store implementing both online and in-store purchase functionality, as well as tabular display of purchases
Language: Java - Size: 234 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

imamsulthon/SimpleForm
Simple form field with input checker
Language: Kotlin - Size: 173 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Bobo100/Homework-01-Welcome-Page
(作業 01) Homework-01-Welcome-Page
Language: TypeScript - Size: 1.81 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

JuanSamuelArbelaez/calcularAltura
Programa que calcula la altura de una persona, basado en su género, y la longitud de un hueso determinado. Solución al ejercicio propuesto en el espacio académico Programación 1 (2021-2).
Language: Java - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

JuanSamuelArbelaez/determinarVigilante
Programa que indica al vigilante requerido, basado en el día de la semana, introducido por el usuario. Solución al ejercicio propuesto en el espacio académico Programación 1 (2021-2).
Language: Java - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

denisoct/base-apparel-coming-soon
Base apparel coming soon
Language: JavaScript - Size: 1.23 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jeremiahtorralba/Tools
Java programs - Encrypt String, Parking Garage, and Inventory Tracker.
Language: Java - Size: 84 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

nikkv9/form-validation-reactjs
Language: JavaScript - Size: 293 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Vidmio/BlazorContosoUniversity
CRUD operation in BLAZOR for Contoso University
Language: HTML - Size: 205 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

nuc13us/java-project
ESAPI Sample Project
Language: Java - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

oceandrift/validation
Input validation library
Language: D - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

harunsari53/Input-Validation
Includes changing input container styles based on if the inputs are valid or not.
Language: JavaScript - Size: 312 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ermanaykut/Input-Validation
Includes Input styles according to Input validation
Language: JavaScript - Size: 325 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ryanwevans/cookbook_notes
Cookbook Notes is a lightweight CRUD app built with Sinatra and ActiveRecord. Keep track of all your notes for your recipes.
Language: Ruby - Size: 88.9 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

CollignonB/jeuDuPendu
Jeu du pendu réalisé dans le cadre de ma formation, dans le but de travailler mes compétences en JS
Language: CSS - Size: 912 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

facusole/Personal-Finances-v2.0
Project assignment for my course diploma
Language: JavaScript - Size: 357 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Gr33nbl00d/vue-class-decorator-validation
Library to validate input with @Validate decorator
Language: TypeScript - Size: 432 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jedhabush/Add_User_React
Simple react project to add user name and age with error modal to display errors when input is incorrect
Language: JavaScript - Size: 272 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

bell-kevin/InputValidationProject
Create a project that asks the user for a minimum integer, then a maximum integer, then a value between those two numbers. The program needs to validate that the second number is greater than the first number, and it also needs to validate that the third number is between the first two numbers. Use 3 While loops, which will repeat over and over until the input value meets the criteria. Do not use any IF structures. Do not prompt for the input first, then test it in a While loop (priming the input) – instead, prompt for the data and read it from the scanner inside the loop. To do that, set the values for the 3 variables to something that is clearly invalid (like -1), so that the test in the While loop will always start out true. For example, if a variable named “minimum” is set to -1 when it is declared, then a While loop that tests if the minimum is less than 1 will be true, and the code inside the While loop will execute, which should prompt the user for the value, then read the data from the scanner. Note that there must be a title and your name at the top of the output. The prompts must allow the user to enter input to the right of the same line as the prompt. Note that the same prompt is repeated if the input was invalid. Once a valid number is input, the next prompt asks for new data. Be sure to include the minimum and maximum values in the prompt for the middle value. Echo the values as shown above once valid values have been entered. Take a screenshot of the running program that matches the sample session, and include the code above it. Run the program again and enter different values, with at least one invalid entry in each section, then take a screenshot of the results. Pay careful attention to the rubric for this assignment. Even if not specifically mentioned in the assignment, you are responsible for the following: Use descriptive names for all variables Add comments describing the use or meaning of variables Do NOT include literal values in any calculations, always use variables Always include a header in the output with a descriptive title and your name If asking for input, make sure the user types on the same line as the question Where sample sessions are provided, output from your project must match it Note that you must use correct formatting in the code -- appropriate indentation is most important. You can use Shift-Alt-F to have NetBeans automatically format the code correctly. If the formatting is incorrect, it will be returned to you for changes with a grade of zero. Submission: the specified screenshots and the root folder for the project Note: You need to submit the whole project for these assignments. In File Explorer, go to the location where you created the project. There will be a folder with the name of your project -- that is the root folder of the project. If you submit the root folder of the project, the instructor can run it on a different machine to grade it. If you don't submit the proper folder, it won't run on another machine, and the assignment will be marked with a zero.
Language: Java - Size: 42 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

gabanramos/Recipe-Manager
Create a Bread Recipe Manager to keep track of ingredients for intelligent ingredient shopping
Language: Java - Size: 26.4 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

talisong-cardoso/ping-comming-soon-page
Frontend Mentor | ping comming soon page
Language: CSS - Size: 197 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

greedzZz/lab5
A command line Java application for interaction with a collection of objects from an xml file.
Language: Java - Size: 71.3 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

iwataniKenji/forkify-app
Recipe application with custom recipe uploads
Language: JavaScript - Size: 29.8 MB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

codeTrackLift/rock-paper-scissors
Rock, Paper, Scissors Project
Language: JavaScript - Size: 1.01 MB - Last synced at: 9 days ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

jfbueno-graduacao/segapps-validacoes
Implementação da validações de entrada com regex e whitelist. Atividade da aula 6 de segurança de aplicações (2022/1).
Language: C# - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

NewerKey/form-input-validation
A simple signup page with validation functionality
Language: HTML - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

aytchell/validator
This package contains a Validator which is quite handy when validating user input e.g. in REST service.
Language: Java - Size: 314 KB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

hantyrram/validatorjs
Javascript Field Validator
Language: JavaScript - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

mohamed-hassaan3/search-bar
search by Datamuse API for ( Word Rhymes)
Language: JavaScript - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

vsharkovski/inpututil
Keyboard and Mouse input utility for Windows.
Language: Python - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

fanoframework/input-validation
Example web application to demonstrates input validation in Fano Framework
Language: Pascal - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ZackDowning/MAC-IP-Address-Validator
Validate MAC address, IPv4 address, and IPv6 formatting using concise RegEx.
Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

ptfonseca/inspector
inspector: Validation of arguments and objects in user-defined functions
Language: R - Size: 919 KB - Last synced at: 24 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

smellai/react-form
React Form Validation using ValidityState object
Language: JavaScript - Size: 287 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

JoaoPedroli/login-register
Login/Registration screen with field verification, using styled-components and material-ui for inputs and buttons
Language: TypeScript - Size: 227 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

melissakinsey/password-generator
This little app is kind of a big yawn, but hey—it works, so don't knock it. It's a random password generator featuring a responsive interface, input validation, and local storage.
Language: JavaScript - Size: 62.5 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

mahdisoultana/password-HTML-CSS_only
practice with html and css password input ! have Fun ("_")
Language: CSS - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

vigviswa/Form-Validator
Validation of a personal identification form using Javascript
Language: JavaScript - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

chisel/steroids-template 📦
Framework for building Node.js servers with Express on steroids!
Language: TypeScript - Size: 426 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

femto-apps/lib-verify
A simple verification library for validating the sanity of variable contents.
Language: JavaScript - Size: 8.79 KB - Last synced at: 5 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

TheMatjaz/Rangeforce
Developer-friendly value range checks with user-friendly error messages
Language: Python - Size: 57.6 KB - Last synced at: 6 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

KryptonBD/Form-Validator-Js
Simple form validation using vanilla JavaScript
Language: JavaScript - Size: 5.86 KB - Last synced at: 9 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

SaschaWebDev/vanilla-forms
Just some vanilla JavaScript forms for signups with input validation.
Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

mayeenulislam/totka
All the tips that are helpful in building web app
Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

venudayyam/SMART-INPUT-LIBRARY
C Library to perform operations on input streams with data validation and robust error check
Language: C - Size: 16.6 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Zero-bot/Perculator
An input validation engine for web applications.
Language: Java - Size: 39.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

NazimMertBilgi/nmb-empty-control
Thanks to Pure JavaScript, it allows you to control your free space in HTML inputs very quickly.
Language: JavaScript - Size: 1.3 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

kekland/class_validator
A Dart class validator similar to TypeScript's class-validator
Language: Dart - Size: 6.84 KB - Last synced at: 5 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

aquileslh/ng6-text-restriction
Restringir la entrada de texto en inputs de formulario por medio de directivas en angular6
Language: TypeScript - Size: 153 KB - Last synced at: 26 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

EmanuelGF/CommonInputValidations
Library of classes containing methods for validating common user input.
Language: C# - Size: 24.4 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1

berenceylan/multiMailInput
A JQuery plugin to take multiple mails from the user.
Language: JavaScript - Size: 17.6 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0
