Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

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