16 Answered Questions
[SOLVED] Which loop is faster, while or for?
- 2010-09-02 16:32:52
- Mark Lalor
- 93092 View
- 34 Score
- 16 Answer
- Tags: performance for-loop while-loop
4 Answered Questions
[SOLVED] Why piping input to "read" only works when fed into "while read ..." construct?
- 2012-12-07 13:20:49
- huoneusto
- 29464 View
- 69 Score
- 4 Answer
- Tags: bash while-loop pipe piping
3 Answered Questions
[SOLVED] Integer validation for input
- 2013-06-05 07:42:44
- user2424370
- 32526 View
- 5 Score
- 3 Answer
- Tags: c++ validation while-loop
3 Answered Questions
[SOLVED] While-loop ignores scanf the second time
- 2011-11-28 19:10:13
- user1069968
- 11549 View
- 9 Score
- 3 Answer
- Tags: c while-loop scanf
8 Answered Questions
[SOLVED] How do I exit a while loop in Java?
- 2011-10-31 09:15:07
- BalaB
- 423544 View
- 77 Score
- 8 Answer
- Tags: java while-loop exit break
15 Answered Questions
[SOLVED] Break out of a while loop that contains a switch statement
- 2009-12-31 22:50:19
- joshblair
- 53542 View
- 54 Score
- 15 Answer
- Tags: c# while-loop break
5 Answered Questions
[SOLVED] While loop in batch
- 2009-11-24 07:39:12
- Hellnar
- 345591 View
- 46 Score
- 5 Answer
- Tags: windows batch-file for-loop while-loop
14 Answered Questions
[SOLVED] Java for loop vs. while loop. Performance difference?
- 2009-07-22 13:56:58
- KKLong
- 75703 View
- 30 Score
- 14 Answer
- Tags: java for-loop while-loop
4 Answered Questions
[SOLVED] Mixing files and loops
- 2009-05-05 19:20:06
- Allan Lavell
- 35603 View
- 27 Score
- 4 Answer
- Tags: python python-2.7 file loops while-loop
4 Answered Questions
[SOLVED] PHP - Flushing While Loop Data with Ajax
- 2012-02-05 19:44:00
- ThreaT
- 22654 View
- 20 Score
- 4 Answer
- Tags: php ajax loops while-loop flush
3 Answered Questions
[SOLVED] Javascript while loop return value
- 2016-02-17 10:39:14
- sachad
- 1968 View
- 5 Score
- 3 Answer
- Tags: javascript loops syntax while-loop
3 Answered Questions
[SOLVED] Scanner input validation in while loop
- 2013-11-13 10:00:54
- Kurt Bourbaki
- 35323 View
- 9 Score
- 3 Answer
- Tags: java loops while-loop java.util.scanner
7 Answered Questions
[SOLVED] Whats wrong with this while loop?
- 2010-04-09 20:27:18
- David
- 5488 View
- 7 Score
- 7 Answer
- Tags: java while-loop infinite-loop
3 Answered Questions
[SOLVED] New containing div after every 3 records
- 2017-04-22 21:54:56
- Willem-Jelle
- 1456 View
- 0 Score
- 3 Answer
- Tags: php html if-statement while-loop
12 Answered Questions
[SOLVED] Syntax for a single-line Bash infinite while loop
- 2009-08-17 16:31:47
- Brian Deacon
- 617634 View
- 600 Score
- 12 Answer
- Tags: bash loops while-loop
2 Answered Questions
[SOLVED] Break out of a While...Wend loop
- 2012-08-30 15:52:50
- Priyank Thakkar
- 350094 View
- 100 Score
- 2 Answer
- Tags: excel vba while-loop
6 Answered Questions
[SOLVED] How to populate HTML dropdown list with values from database
- 2011-11-05 18:38:02
- Bernard
- 176493 View
- 24 Score
- 6 Answer
- Tags: php sql while-loop
4 Answered Questions
[SOLVED] Bash: How to end infinite loop with any key pressed?
- 2011-03-14 10:56:39
- janmartin
- 33733 View
- 25 Score
- 4 Answer
- Tags: bash while-loop
4 Answered Questions
[SOLVED] What is an off-by-one error and how do I fix it?
- 2010-05-30 18:49:06
- Dina
- 18076 View
- 20 Score
- 4 Answer
- Tags: while-loop language-agnostic
2 Answered Questions
[SOLVED] Looping through find output in Bash where file name contains white spaces
- 2012-07-06 16:30:20
- jcubic
- 13916 View
- 19 Score
- 2 Answer
- Tags: bash find while-loop
3 Answered Questions
[SOLVED] PDO get data from database
- 2012-11-01 18:48:43
- chizijs
- 40673 View
- 7 Score
- 3 Answer
- Tags: php select pdo while-loop fetch
1 Answered Questions
[SOLVED] Using a loop to create and assign multiple variables (Python)
- 2017-01-14 01:35:06
- PythonNB
- 11027 View
- 1 Score
- 1 Answer
- Tags: python loops for-loop while-loop
1 Answered Questions
[SOLVED] Reading key/value parameters from a file into a shell script
- 2016-08-16 00:32:51
- Tony Sawah
- 2246 View
- 4 Score
- 1 Answer
- Tags: bash if-statement while-loop do-while
3 Answered Questions
[SOLVED] Using getchar() in a while loop
- 2010-03-31 00:47:39
- GOPI
- 18004 View
- 1 Score
- 3 Answer
- Tags: c while-loop getchar
8 Answered Questions
[SOLVED] How to optimize for-comprehensions and loops in Scala?
- 2011-05-26 23:18:02
- Luigi a.k.a. Rhys
- 18628 View
- 131 Score
- 8 Answer
- Tags: java performance scala for-loop while-loop
3 Answered Questions
[SOLVED] Bash scripting, multiple conditions in while loop
- 2013-03-20 20:59:11
- jake9115
- 106903 View
- 46 Score
- 3 Answer
- Tags: bash shell loops while-loop
8 Answered Questions
[SOLVED] What's the difference between iterating over a file with foreach or while in Perl?
- 2009-02-25 09:38:24
- Nathan Fellman
- 18973 View
- 32 Score
- 8 Answer
- Tags: perl file for-loop while-loop
4 Answered Questions
[SOLVED] Java How can I break a while loop under a switch statement?
- 2014-04-02 21:24:01
- user3394598
- 40569 View
- 55 Score
- 4 Answer
- Tags: java while-loop break
9 Answered Questions
[SOLVED] Java: for(;;) vs. while(true)
- 2012-01-16 13:44:37
- sjas
- 17250 View
- 60 Score
- 9 Answer
- Tags: java for-loop while-loop
1 Answered Questions
[SOLVED] Using a variable outside of the while loop (scope)
- 2011-09-07 17:04:46
- Ryan Ward
- 34490 View
- 8 Score
- 1 Answer
- Tags: php loops scope while-loop