New posts in loops

Syntax of for-loop in SQL Server

What's the fastest way to loop through an array in JavaScript?

Are loops really faster in reverse?

Looping in a spiral

How do I loop through a list by twos? [duplicate]

How to do something to each file in a directory with a batch script

How can I loop through a C++ map of maps?

How to Iterate over a Set/HashSet without an Iterator?

Python way to write a looping function that can accept customizable functions

Iterate through pairs of items in a Python list [duplicate]

Is there a way to access an iteration-counter in Java's for-each loop?

How do I break out of a loop in Perl?

Batch script loop

PHP: How do you determine every Nth iteration of a loop?

Event handlers inside a Javascript loop - need a closure?

Do something if string is not in variable and do something if string is in variable [duplicate]

Is recursion ever faster than looping?

How to retry after exception?

Pythonic way to combine FOR loop and IF statement

Optimizing away a "while(1);" in C++0x