Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in while-loop

Python syntax for an empty while loop

python while-loop

Java - Does returning a value break a loop?

Which loop is faster, while or for?

What is the difference between while(true) and for(;;) in PHP?

How do I "read" a variable on a while loop

bash variables while-loop

Iterating over the content of a text file line by line - is there a best practice? (vs. PMD's AssignmentInOperand)

java while-loop pmd

Perl: while with no conditional

perl while-loop

ORA-06502: PL/SQL: numeric or value error: character string buffer too small

Ending an infinite while loop

Best Loop Idiom for special casing the last element

java loops while-loop idioms

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