GitHub topics: user-input
MeiCloudie/react-user-information
Learning React Project - @academind-maxschwarzmueller
Language: JavaScript - Size: 182 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

soixantecircuits/piano
Desktop browser based on screen keyboard for touch screens
Language: CSS - Size: 983 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 20 - Forks: 3

MeiCloudie/react-native-the-expense-tracker-app
Learning React Native Project - @academind-maxschwarzmueller
Language: JavaScript - Size: 295 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

alexgjohn/superman_quiz_java
A simple quiz game using java. This was designed to ease me back into the language, as we didn't use it for our capstone project, and also to prove to myself that I could keep my process thorough, test-driven and SOLID even for a mini project like this.
Language: Java - Size: 38.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

basvreeken/SimpleTic-Tac-Toe
Everybody remembers this paper-and-pencil game from childhood: Tic-Tac-Toe, also known as Noughts and crosses or Xs and Os. A single mistake usually costs you the game, but thankfully it is simple enough that most players discover the best strategy quickly. Let’s program Tic-Tac-Toe and get playing!
Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

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

aysenurbecit/Pattern-Generation-Program1-That-Prints-Two-Different-Pyramid-Patterns
This C program generates and displays two different patterns on the screen based on a user-entered line value. The first pattern is an upward triangle with increasing stars in each row, while the second pattern is a downward triangle with decreasing stars in each row.
Language: C - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

aysenurbecit/Buyukten-kucuge-Kucukten-buyuge-Diziyi-Yeniden-Siralama
This program allows the user to enter numbers, stores them in an array, and performs reordering based on the chosen sorting method. The "FromLargest" function sorts the array in descending order, while the "FromSmallest" function sorts it in ascending order. The reordered array is then displayed.
Language: C++ - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Knackii/Handwriting-Digits-Recognition
Language: Python - Size: 2.89 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

shrey1216/Lunar-System
Course Registration System with HashMap Implementation
Language: Java - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Matthias1590/InputValidation
A python module to validate input.
Language: Python - Size: 10.7 KB - Last synced at: 28 days ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 0

teotimepacreau/Grocery-List-Randomizer-Day17-of-100DaysOfCode
List randomizer with notifications, localStorage and clearFunction built with VanillaJS, CSS, HTML
Language: CSS - Size: 2.23 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ihenwk/Interest-Calculator
This program calculates the projection for the user's chosen investment amount over the user's chosen number of years to invest. The user will be told how much money they have at the start of each year, how much they have earned for the year and the total amount of money they have at the end of the year.
Language: Java - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

FilipRokita/MessageSpammer
This is a Python program for spamming messages using the PyAutoGUI library. The user is prompted to provide a start button, a stop button, and a file containing the messages to be spammed. The program continuously listens for the start button to be pressed, and if it is, it reads the messages from the file and starts spamming them.
Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

FilipRokita/LEGITCLICKER
It is an autoclicker that can be enabled and disabled with specific keyboard keys, and allows the user to set the number of clicks per second. It uses the Windows.h library to simulate mouse clicks.
Language: C++ - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

FujiwaraChoki/Assembly
My repository for all things that have to do with assembly.
Language: Assembly - Size: 1.95 KB - Last synced at: about 8 hours ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

riboseinc/rack-cleanser
Cleanse your rack
Language: Ruby - Size: 56.6 KB - Last synced at: 8 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

liviobisogni/tanksimulator
Take control of liquid tanks with our intuitive tank simulator game!
Language: C - Size: 10.6 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

danielh-official/Tutorial3-HandlingUserInput-Landmarks
Built following the official Swift UI tutorial.
Language: Swift - Size: 2.48 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

lucthienphong1120/form-validate
Form validate user input for securing webapp
Language: HTML - Size: 43 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 1

maandree/libterminput 📦
[Feature complete] Terminal input parsing library
Language: C - Size: 122 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

CheilaDaSilva/number_guessing_game
FreeCodeCamp project: Create a number guessing game (Bash script) that runs in the terminal and saves user information.
Language: Shell - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

arnab132/Matrix-Multiplication-With-User-Input-Python
Implementation of Matrix Multiplication using Python taking User Input
Language: Python - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

MrSobirov/shop_app
Firebase Realtime Database is used for backend and Provider is used for StateManagement. There is authentication in this project and you can manage your products and order items
Language: Dart - Size: 973 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

MEmirAkay/RemotePatientCare
Remote Patient Care
Language: C# - Size: 5.28 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

anitachengalva/code-quiz
Timed coding quiz with multiple-choice options. The application runs in browser, and it features dynamically updated HTML and CSS powered by Javascript code
Language: JavaScript - Size: 204 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

OleksiyRudenko/s10n
A lightweight user input sanitization library
Language: JavaScript - Size: 841 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Aerodos12/input-component
Rodblogan Warfare's InputComponent Library realized in TypeScript.
Language: TypeScript - Size: 62.5 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

jameskabbes/real_time_input
Python function for getting real time inputs from user
Language: Python - Size: 5.5 MB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

mnislam01/FitApp
Check and measure your calories requirements with Android App
Language: Java - Size: 335 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

taylornetwork/linkify
Painlessly convert links in text to HTML or Markdown
Language: PHP - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

suzannepach/sk-jr-l9.4-nametag-app
React app created with CodeSandbox as part of the Skillcrush Javascript React course. The aim of this assignment was to practice using functional components, building array data models, writing stateful components, working with user input and using lifecycle methods. The Name Tag Generator app lets users generate and remove name tags.
Language: JavaScript - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

rybcom/cpp_modular_template
c++ project template along with useful libs
Language: C++ - Size: 2.46 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

L-Burns/POS-Terminal-System
With the use of a while loop and if statements, I was able to have the customer input their order with numbers that are associated to an item on the menu that calculates their total each item an item is selected. That order is written to a text files that lists the items ordered and their grand total. The text file being written to serves as a receipt.
Language: Python - Size: 532 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

jackatopolis/daily_printer
Weather forecast visualization from user location input using Python, APIs, Matplotlib, Pandas
Language: Python - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

ChinemeremEze/Shapes
A java application for drawing and designing different shapes of different colors, It was programmed using the object-oriented methods, Inheritance and Association for shapes, All shapes inherit from the shape class, and draw from updating the draw method from the shape class. Graphic user interface was programmed heavily in this application. The application has features for undo, redo, delete and other similar/required functions needing in a drawing tool.
Language: Java - Size: 37.1 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

HarrisonStrand/celeb-date
This project is a fictional celebrity dating page, designed as a practice to showcase my skills in user interface methods as well as gathering input from the user to display results based on value. This project uses HTML, CSS, and Javascript/jQuery with VSCode.
Language: HTML - Size: 135 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

melihcanyardi/Python-Crash-Course-2e-Part-I
This repository includes the Python scripts I have written in the first part of Python Crash Course (2nd Ed.) by Eric Matthes.
Language: Python - Size: 31.3 KB - Last synced at: 6 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

sreenathpranav/OrderSummary
App that shows the order summary of the things purchased
Language: Java - Size: 140 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ciscojvr/InteractiveStory
iOS application for an interactive space story where the users charts their own path through a space story with each path leading to a different outcome.
Language: Swift - Size: 2.37 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

nstevens1040/Input_Dialog_Prompt
Basic Windows form that offers a text box to enter textual data, a parameter to add a message as text, and a parameter to add a caption. Dialog returns the user input.
Language: C# - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

HarrisonStrand/form-letter-practice Fork of jeffchiudev/form-letter-practice
This project was designed to practice user input forms by creating a generated ipsum letter, based on the user name input.
Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

HarrisonStrand/drinking-site Fork of jeffchiudev/drinking-site
This project was designed to practice user-input values and outcomes by creating a drinking website that will display certain elements, given the age of the user.
Size: 108 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

HarrisonStrand/calculator
This project was designed to practice functions to display user-input by creating a basic calculator using javascript and HTML.
Language: HTML - Size: 109 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

HarrisonStrand/language-selector
This project was designed to display my comprehension of the material in week two of Epicodus and show results on the website based on the user's input of choices. This project uses HTML and CSS and Javascript/jQuery with VSCode.
Language: HTML - Size: 2.32 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

HarrisonStrand/groceries
This project was designed to practice displaying user-input values by creating a website that will append a grocery list in bullet points, given the items added by the user.
Language: HTML - Size: 106 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

HarrisonStrand/Transportation-Quiz Fork of svealinnea/Transportation-Quiz
This project was designed to practice pulling value from user-input by creating a transportation quiz website.
Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

HarrisonStrand/counting
This project was designed to practice business logic and basic functions with looping by counting from/to a user input number in the website form.
Language: HTML - Size: 109 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 2

HarrisonStrand/GiphyAPI
This project was designed to practice API calls and requests using the GIPHY API to display gifs from the user's input as well as random and trending gifs
Language: JavaScript - Size: 115 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

HarrisonStrand/AddressBook
This project was designed as a lesson to practice object-oriented Javascript by creating an address book with the ability to add contact information as objects.
Language: JavaScript - Size: 108 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

HarrisonStrand/pig-dice-environment
This project was designed to practice implementing a webpack environment on a previous project.
Language: JavaScript - Size: 38.1 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

GillesDeLeus/JavaTutorial
A project with different classes explaining the basics of java
Language: Java - Size: 38.1 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

IJ-Apps/EditText
Here, you can find the code from my Short Bits segments on EditTexts from the IJ Apps YouTube channel. Go ahead and copy the files to try it out for yourself.
Language: Java - Size: 532 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

BharatMaheshwari96/BasicPythonCode
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

eborghi10/AndroidBasics-UserInput
Udacity UD836 Android Basics: User Input | Quizzes
Language: Java - Size: 166 KB - Last synced at: 3 months ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 1

yvetteyyuan/python-boulders
Learn safety tips and fundamental techniques for bouldering in this text adventure game.
Language: Jupyter Notebook - Size: 54.7 KB - Last synced at: 6 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

khandelia7/SpringMVCBoot_Learning3
Guided By: Telusko [2.4 Spring MVC & Boot]
Size: 67.4 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ewa-mi/drinks_app
React routing and fetching exercise
Language: JavaScript - Size: 206 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

flesch/graphql-scalar-html
A custom GraphQL scalar to sanitize user supplied HTML.
Language: JavaScript - Size: 49.8 KB - Last synced at: 21 days ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

sarat1669/prop-types
Extensible type checking framework for arbitrary objects
Language: Java - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

NoorMohammedAnik/BasicCalculator
Basic Android Claculator App where user can easily perform addition, subtraction, multiplication and division operation
Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

q-n-t-m/days_alive
Another simple script that asks users a few questions and returns how many days alive.
Language: Python - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

LKian/Pixel-Art-Project
Google Udacity Scholarship Final Project: Create and color a grid
Language: CSS - Size: 31.3 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

merrazquin/Hangman-Game
A themed hangman game
Language: JavaScript - Size: 5.05 MB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

KiyaKandar/GameEngine_Public
Language: C - Size: 37.6 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 2
