Top "User-input" questions

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

Detect Keyboard Input Matlab

I have a simple question, although it's harder than it seems; I couldn't find the answer on the interwebs :O …

matlab user-input keyboard-events
Prompt user to rate an Android app inside the App

In my Android app, I want to prompt the user at some point of time to rate the app in …

android user-input rating voting
Accepting more simultaneous keyboard inputs

Sometimes, a normal computer keyboard will only accept user's inputs up to a certain key simultaneously. I got a logitech …

keyboard user-input keyboard-events simultaneous
Commas messing with number input in Javascript

I have a page with some elements that are controlled by the user. One of these is a text input …

javascript string user-input
tcsh check if file exists in a given path

First of all, I am new to tcsh and I realize its disadvantages and why it is harmful (and I …

user-input absolute-path tcsh
How to read a line in BufferedInputStream?

I am writing a code to read Input from user by using BufferedInputStream, But as BufferedInputStream reads the bytes my …

java input user-input bufferedinputstream
Safely prompt for yes/no with cin

I'm in an intro to C++ class and I was wondering of a better method of checking if input was …

c++ user-input
Stop data inserting into a database twice

I was wondering what methods/preventions other programmers use to stop data being entered twice into a MySQL database when …

php user-input
How to read an integer input from the user in Rust 1.0?

Existing answers I've found are all based on from_str (such as Reading in user input from console once efficiently), …

input integer rust user-input
How to get user input in Clojure?

I'm currently learning clojure, but I was wondering how to get and store user input in a clojure program. I …

clojure user-input