nested-loops
javascript: for (i in str), nested, weird results outside of FF?
I\'m rather confused at the moment, could someone explain this one to me? Maybe it\'s something small I\'m oblivious to, but I\'m confused as to why this isn\'t resulting as I expect it to.[详细]
2023-01-20 04:28 分类:问答Unix - Nested Loop. One loop to untar then another to inspect each file in directory
I\'m trying to loop round a load of tar files and then move the extracted files into a new folder, inspect them and delete them before moving onto the next tar.[详细]
2023-01-19 11:50 分类:问答Bash Nested Loops, mixture of dates and numbers
I am trying to o开发者_如何转开发utput a range of commands with different dates and numbers associated. for each hour eg.[详细]
2023-01-18 23:10 分类:问答Help with For Loop. Values repeating
$team开发者_如何学JAVAs = array(1, 2, 3, 4, 5, 6, 7, 8); $game1 = array(2, 4, 6, 8); $game2 = array();[详细]
2023-01-18 18:48 分类:问答Parsing nested/related-value strings in functional style
$tasks->{t1}{cmdline} = \"convert -f %FONT% %1%\"; $tasks->{t1}{report} = \"Launched as %CMD% by %USER%\";[详细]
2023-01-18 03:50 分类:问答Is a concurrency approach a good idea for speeding a long iteration?
I have an app that does an iteration to create points on a graph over time. While I\'m gathering data for each point across the x-axis I also must execute a recursive lookup which effectually means I[详细]
2023-01-13 17:22 分类:问答Big-O complexity of nested for loops
I\'m confused about the complexity of the following (the operation performed inside the inner loop is in constant time):[详细]
2023-01-10 20:52 分类:问答C#: Nested conditionals vs continue statement
In using ReSharper recently, it is suggesting I reduce nesting in certain places by inverting if conditions and using the continue statements.[详细]
2023-01-09 11:00 分类:问答index a list in a Python for loop
I\'m making a for loop within a for loop. I\'m looping through a list and finding a specific string that contains a regular expression pattern. Once I find the line, I need to search to find the next[详细]
2023-01-04 08:06 分类:问答Reducing permutations of many nested loops
I decided to do an image to explain this better, I just want to check my thinking is ok, and that I can reduce total permutations by 75%:[详细]
2023-01-04 06:38 分类:问答