Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in while-loop

for or while loop to do something n times

Is there a way to shorten this while condition?

The output -1 becomes a slash in the loop

java string while-loop jvm jit

While loop in batch

How do you loop through a multiline string in Ruby?

ruby string while-loop loops

Purpose of while(1); statement in C

c while-loop

How do you detect when a sound file has finished?

android while-loop

How do I replace while loops with a functional programming alternative without tail call optimization?

Python loop to run for certain amount of seconds

python time timer while-loop

Bash scripting, multiple conditions in while loop

bash shell loops while-loop

Break out of a while loop that contains a switch statement

c# while-loop break

Java: for(;;) vs. while(true)

java for-loop while-loop

Do "nothing" while "condition"

java while-loop do-while

Java How can I break a while loop under a switch statement?

java while-loop break

Continue in nested while loops

c# loops while-loop continue

Is while (true) with break bad programming practice?

while-loop readability

How to write a while loop with the C preprocessor?

c while-loop c-preprocessor

Why piping input to "read" only works when fed into "while read ..." construct? [duplicate]

bash while-loop pipe piping

For vs. while in C programming?

c loops for-loop while-loop

Assign variable in while loop condition in Python?