Tag

input

0 views collected around this technical thread.

Java Captain
Java Captain
Apr 29, 2025 · Fundamentals

How to Directly Output Arrays, Traverse Strings, and Read Keyboard Input in Java

This article demonstrates how to print an int array using Arrays.toString, presents two methods for iterating over a string—via toCharArray and charAt—and explains proper usage of Scanner methods to read tokens, lines, and integers from the console, including handling of newline characters.

JavaProgramming BasicsScanner
0 likes · 3 min read
How to Directly Output Arrays, Traverse Strings, and Read Keyboard Input in Java
Top Architecture Tech Stack
Top Architecture Tech Stack
May 17, 2024 · Fundamentals

Understanding Python's input() Function: Basics, Examples, and Type Conversion

This article introduces Python's input() function, explains its basic syntax and behavior, provides example code for reading strings and converting them to numeric types, and highlights important considerations such as type conversion, input validation, and prompt usage, while also including promotional information for development tools.

PythonTutorialType Conversion
0 likes · 6 min read
Understanding Python's input() Function: Basics, Examples, and Type Conversion
php中文网 Courses
php中文网 Courses
May 6, 2024 · Backend Development

Using PHP fgetc() to Read Characters from Files and Standard Input

This article explains PHP's fgetc() function for reading single characters from files or standard input, demonstrates opening files with fopen(), shows example code for looping through file contents, and provides a user input example with a switch statement, helping readers master character-level file operations.

PHPTutorialfgetc
0 likes · 4 min read
Using PHP fgetc() to Read Characters from Files and Standard Input
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 24, 2024 · Frontend Development

Implementing a Keyboard‑Attached Input Using VisualViewport Events

This article explains how to create an input element that sticks to the on‑screen keyboard by listening to visualViewport resize/scroll and focus events, calculating the keyboard’s top position, and dynamically adjusting the input’s CSS transform, with full TypeScript code examples.

Event HandlingJavaScriptfrontend
0 likes · 9 min read
Implementing a Keyboard‑Attached Input Using VisualViewport Events
php中文网 Courses
php中文网 Courses
Jan 10, 2024 · Backend Development

Using PHP fgetc() to Read Characters from Files and Standard Input

This article explains PHP's fgetc() function for reading a single character from an opened file or standard input, demonstrates how to open files with fopen(), shows example code for character-by-character reading using a while loop, and provides a user input handling example with a switch statement.

fgetcfile-handlingfopen
0 likes · 4 min read
Using PHP fgetc() to Read Characters from Files and Standard Input
Java Captain
Java Captain
May 3, 2021 · Fundamentals

Common Regular Expressions for Validating Numbers, Characters, and Special Formats

This article provides a comprehensive collection of regular expression patterns for validating various numeric formats, character sets, and special input requirements such as email, URLs, phone numbers, dates, and IP addresses, offering developers ready-to-use examples for input validation tasks.

Validationbackendfundamentals
0 likes · 9 min read
Common Regular Expressions for Validating Numbers, Characters, and Special Formats
Laravel Tech Community
Laravel Tech Community
Apr 5, 2021 · Backend Development

PHP readline() Function: Reading a Line from User Input

This article explains the PHP readline() function, its purpose for reading a line of user input, the optional prompt parameter, return value details, and provides a complete example demonstrating reading commands, adding them to history, and displaying history and variable information.

Command LineHistoryPHP
0 likes · 2 min read
PHP readline() Function: Reading a Line from User Input
Python Programming Learning Circle
Python Programming Learning Circle
May 6, 2020 · Fundamentals

Python Variable Usage, Types, and Naming Conventions

This tutorial explains how to read user input into a variable, print it, handle type conversion for arithmetic, check variable types, convert between types, and follow proper naming rules for Python variables.

Data TypesType ConversionVariables
0 likes · 5 min read
Python Variable Usage, Types, and Naming Conventions
Qunar Tech Salon
Qunar Tech Salon
Oct 31, 2016 · Frontend Development

Understanding HTML Form Elements: Selection, Hidden Inputs, Dropdowns, and Image Maps

This article provides a comprehensive guide to HTML form elements, covering radio and checkbox handling, hidden and submit inputs, dropdown (select) creation and manipulation, dynamic option insertion methods, and the use of image maps, with special attention to cross‑browser quirks and JavaScript techniques.

DOMFormsJavaScript
0 likes · 11 min read
Understanding HTML Form Elements: Selection, Hidden Inputs, Dropdowns, and Image Maps