Top "User-input" questions

User Input is data that the user inputs into the program.

How to use int16_t or int32_t with functions like scanf

The way that I understand int16_t or int32_t in C is that they are typedefed to be 16 and 32 …

c user-input scanf
Using wxPython to get input from user

Suppose I need to replace the raw_input function in the following code with a wxPython dialog box that asks …

python wxpython user-input raw-input
Identifying the data type of an input

Hi I am trying to print the data type of a user input and produce a table like following: ABCDEFGH = …

python python-3.x types user-input python-3.2
How to Test Character Input to UITextField as the User Enters Characters and Prevent Invalid Characters

First, I setup up the keyboard for the UITextField to use the number with decimal style. So the user can …

ios validation uitextfield user-input
How to take Nested List as input in Python

I have to take input from the user in the following format and make a nested list from it. The …

python python-2.7 user-input nested-lists indexoutofrangeexception
PHP - HTML Purifier - hello w<o>rld/world tutorial striptags

I am just looking into using HTML Purifier to ensure that a user-inputed string (that represents the name of a …

php validation user-input sanitization
Manual input from user while running selenium IDE script

can user is able to give manual input while running selenium IDE script? For ex. If there is name field …

testing selenium automation user-input selenium-ide
HTML input that takes only numbers and the + symbol

I am trying to build a custom text input for phone numbers that accepts only numbers and the plus (+) symbol; …

javascript html validation user-input
User Names and White-Spaces

In past many years I have registered on various applications and platforms hosted online or offline. Why white-spaces are not …

user-input account
Fix a character to text input box using javascript/jquery

I am looking for a way to 'fix' a dollar symbol $ to a text input box eg <input type="…

javascript text input user-input