Gang Of Coders
Home
About Us
Contact Us
All While Loop Solutions on Gang of Coders
Total of 47 While Loop Solutions
How to emulate a do-while loop?
Python
While Loop
Do While
Syntax for a single-line while loop in Bash
Bash
Loops
While Loop
Why is “while ( !feof (file) )” always wrong?
C
File
While Loop
Eof
Feof
Which is faster: while(1) or while(2)?
C
Performance
While Loop
Else clause on Python while statement
Python
Syntax
While Loop
If Statement
How do I plot in real-time in a while loop using matplotlib?
Python
Matplotlib
While Loop
Real Time
How can you run a command in bash over and over until success?
Bash
Command
While Loop
Are loops really faster in reverse?
Javascript
Performance
Loops
For Loop
While Loop
How to check if all elements of a list match a condition?
Python
List
For Loop
While Loop
Declaring variables inside or outside of a loop
Java
Optimization
While Loop
A variable modified inside a while loop is not remembered
Bash
While Loop
Scope
Sh
Java method with return type compiles without return statement
Java
Syntax
While Loop
Compilation
Return
Are "while(true)" loops so bad?
Java
While Loop
Do While
How to break out of a loop in Bash?
Bash
Shell
While Loop
How can I make sense of the `else` clause of Python loops?
Python
Loops
For Loop
While Loop
While loop stops reading after the first line in Bash
Bash
Shell
Ssh
While Loop
Do while loop in SQL Server 2008
Sql Server
Sql Server-2008
Loops
While Loop
Do While
How to optimize for-comprehensions and loops in Scala?
Java
Performance
Scala
For Loop
While Loop
Break out of a While...Wend loop
Excel
Vba
While Loop
How to kill a while loop with a keystroke?
Python
While Loop
Break
Timer & TimerTask versus Thread + sleep in Java
Java
Timer
While Loop
Sleep
Task
'do...while' vs. 'while'
C#
C++
C
While Loop
Do While
How to pipe input to a Bash while loop and preserve variables after loop ends
Bash
While Loop
Stdin
Pipe
How do I exit a while loop in Java?
Java
While Loop
Exit
Break
Find the inner-most exception without using a while loop?
C#
.Net
Exception
Exception Handling
While Loop
Assign variable in while loop condition in Python?
Python
While Loop
Variable Assignment
For vs. while in C programming?
C
Loops
For Loop
While Loop
Why piping input to "read" only works when fed into "while read ..." construct?
Bash
While Loop
Pipe
Piping
Is while (true) with break bad programming practice?
While Loop
Readability
Java How can I break a while loop under a switch statement?
Java
While Loop
Break
How to write a while loop with the C preprocessor?
C
While Loop
C Preprocessor
Continue in nested while loops
C#
Loops
While Loop
Continue
Do "nothing" while "condition"
Java
While Loop
Do While
Java: for(;;) vs. while(true)
Java
For Loop
While Loop
Break out of a while loop that contains a switch statement
C#
While Loop
Break
Bash scripting, multiple conditions in while loop
Bash
Shell
Loops
While Loop
Python loop to run for certain amount of seconds
Python
Time
Timer
While Loop
How do I replace while loops with a functional programming alternative without tail call optimization?
Javascript
Recursion
While Loop
Functional Programming
Tail Call-Optimization
While loop in batch
Windows
Batch File
For Loop
While Loop
How do you loop through a multiline string in Ruby?
Ruby
String
While Loop
Loops
How do you detect when a sound file has finished?
Android
While Loop
Purpose of while(1); statement in C
C
While Loop
for or while loop to do something n times
Python
Performance
Loops
For Loop
While Loop
The output -1 becomes a slash in the loop
Java
String
While Loop
Jvm
Jit
Is there a way to shorten this while condition?
C++
Algorithm
If Statement
While Loop
Simplify
Best Loop Idiom for special casing the last element
Java
Loops
While Loop
Idioms
Ending an infinite while loop
Python
While Loop
Infinite Loop