Top "Input" questions

Input is usually related to user input, i.e., to the data that user supplies to a running application.

How to use unicode characters in Windows command line?

We have a project in Team Foundation Server (TFS) that has a non-English character (š) in it. When trying to script …

unicode command-line input windows-console
How to delete a specific line in a file?

Let's say I have a text file full of nicknames. How can I delete a specific nickname from this file, …

python file input
Add disabled attribute to input element using Javascript

I have an input box and I want it to be disabled and at the same time hide it to …

javascript jquery input onclick
How to get input type using jquery?

I have a page where the input type always varies, and I need to get the values depending on the …

jquery input types
Change default text in input type="file"?

I want to change default text on button that is "Choose File" when we use input="file". How can I …

html file input default-value
jquery how to empty input field

I am in a mobile app and I use an input field in order user submit a number. When I …

jquery input numbers field
Limit number of characters allowed in form input text field

How do I limit or restrict the user to only enter a maximum of five characters in the textbox? Below …

html forms input textbox
Excel VBA calling sub from another sub with multiple inputs, outputs of different sizes

I would like to call a sub from another sub inside in the same module. The first sub would be …

excel vba input subroutine
CSS Input field text color of inputted text

I have an input field, and the color of the text in it is black. (I'm using jquery.placeholder) Let's …

css input focus textarea
Resource leak: 'in' is never closed

Why does Eclipse give me the warming "Resource leak: 'in' is never closed" in the following code? public void readShapeData() { …

java eclipse input resources memory-leaks