Loops are a type of control flow structure in programming in which a series of statements may be executed repeatedly until some condition is met.

learn more… | top users | synonyms (3)

4
votes
0answers
415 views

How to play ringtone once through MediaPlayer?

I can't play a ringtone once even if mediaplayer looping property is set to false. It looks like this property was overriden by the ringtone URIused. So onCompletion is never fired. Curiously, if the ...
3
votes
0answers
30 views

Elegant way to for loop several statements in gnuplot 4.6?

I am trying to have a plot statement loop over several couplets of functions plots. The order of the statements is important because it creates overdraw in the right order. #!/usr/bin/gnuplot ...
3
votes
0answers
129 views

Derby Sequence Loop in junit test

I'm in trouble when using Derby with embedded driver (derby-10.9.1.0) and in-memory db in my JUNIT with Hibernate (hibernate-core-3.6.8.Final) environment. I'm using annotations and using hbm2ddl to ...
3
votes
0answers
172 views

SoundPool (SDK 4.0.x) int loop, any value other than zero causes crash

I wonder if anyone can help. I'm using Android 4.0.x development kit Win 7 64 bit platform using the code as supplied in http://www.droidnova.com/creating-sound-effects-in-android-part-1,570.html ...
3
votes
0answers
308 views

GLSL: Which is more optimal? Ping-ponging with loops on the CPU or loops in the fragment shader?

I have a fragment shader which is doing a for loop with the number of passes passed in as a uniform int variable. uniform int numPasses; void main(void) { for (int i=0; i<numPasses; i=i+1) { ...
2
votes
0answers
41 views

ruby Tk app running in while loop displays twice and then stops responding

I'm pretty new to ruby and am trying to implement a Tk application that will display a window prompting for input at a certain interval. In between the interval I want the window to not display in ...
2
votes
0answers
67 views

symbolic simulation in c c++

I am wondering if i could see the loop unrolled form of a C program. For example i have the following for loop // The following code mimics functionality of a logic circuit whose //inputs are a,b,c ...
2
votes
0answers
342 views

html5 video playlist android

I'm currently working on a app with some native and html5 features. The streamed content will be loaded in a webview. I need a html5 videoplayer with a playlist, autoplay and autorepeat(loop). I ...
2
votes
0answers
51 views

Avoid loop causing overload

I am developing an android game where I have a loop (not a game loop). This loop reacts if one of my booleans is changed. The problem is that when the boolean is changed, it calls the void inside the ...
2
votes
0answers
114 views

How to - Looping midi playback using MusicSequence and MusicPlayer

I've finally managed to load and playback midifiles using the MusicSequence and MusicPlayer API as well as AUSampler for delivering the sound samples. Is there any (simple) way of looping the actual ...
2
votes
0answers
135 views

Having trouble writing the right algorithm

I'm trying to write a custom function to loop through an array list and compare the four sides of a quadrilaterals. Each side only needs to be compared 1 to 1 but I can't seem to be able to to figure ...
2
votes
0answers
336 views

Displaying a loading JFrame while a loop is running in main thread

this is my first post so please inform me if I'm doing anything wrong. I've been working on a mini-applet to get the status of several nodes. This works by having a thread of each node which checks ...
2
votes
0answers
167 views

Python Audio library for fast, gapless looping of many short audio tracks

I'm writing an application to simulate train sounds. I got very short (0.2s) audio samples for every speed of the train and I need to be able to loop up to 20 of them (one for every train) without ...
2
votes
0answers
179 views

Looping through array in PHP to post several multipart form-data

I'm trying in an asp web application to code a function that would loop through a list of files in a multiple upload form and send them one by one. Is this something that can be done in ASP? Because ...
2
votes
0answers
233 views

Break out of a loop when signal handler returns

Is it possible to break out of a loop when interrupted by a signal? When I run the following code, if I send SIGINT during the first iteration of the loop, the signal handler is called, but then I'm ...
2
votes
0answers
79 views

Dropping object between classes

I have a stream of objects coming from a server to a client. There is a networking class within the client which handles taking these objects. There is then an activity which uses a get method to get ...
2
votes
0answers
291 views

Looping error when opening Facebook-app login-window on my website

I'm trying to use the Facebook SDK and API to log users into my website, and it all works peachy aside from a looping console error. Unsafe JavaScript attempt to access frame with URL ...
2
votes
0answers
160 views

Enumerate Activity Intents and start as neccessary

I would like to create some custom "intent chooser" just like the Intent.createChooser(intent). thing. So I need first to enumerate all activities which match the given intent which provides optional ...
2
votes
0answers
560 views

MIPS while loop error

I am having some trouble with the following mips code: li $t0, -1 li $t5, 0 countNumberofVariables: addi $t0, $t0, 1 beq $t0, $t8, endCount add $t1, $t0, $t9 ...
2
votes
0answers
705 views

mp3 does not loop after set as ringtone

I am writing a soundboard application for Android and I'm currently using mp3s. After setting them as ringtone they are played only once and won't loop. Apparently most people just convert them to ogg ...
2
votes
0answers
497 views

WPF Playing and Stopping multiple MediaElements

I've a question about multiple MediaElement in WPF. I want to play only one MediaElement again and again at the same time, until the audioindex changes. The soundsource is only a short word so i'll ...
2
votes
0answers
232 views

Avoiding loops in iterative solution of ODE

I'm fitting a parametric model to some survival data with time-dependent covariates. The fitting procedure involves solving some ODEs iteratively - one ODE per time-interval per subject, but such that ...
1
vote
0answers
33 views

imacros firefox use csv file to enter keywords into search box and extract results

I'm using the imacros free plugin for firefox to scrape data from a javascript search form on a website. Here is a breakdown of my macro so far. This portion of the macro below automatically enters ...
1
vote
0answers
37 views

non parallelizable loop in jomp and openmp

i have a next loop for(int i=1;i<n;i++){ a[i]=(a[i]+a[i-1])/2; } obviously that this loop isn't parallelizable because the result of each element depends on the element that before it anyway i ...
1
vote
0answers
33 views

How to insert a variable into an array for every loop count and then print the array/variables in a mail?

UPDATE: THIS IS COMPLETED AND I ADD THE CODE WHICH I USE ON THE BOTTOM AND LET THE ORIGINAL TEXT BE SO OTHERS CAN FOLLOW. I have an IPN script which does a number of things and today it fetches data ...
1
vote
0answers
37 views

Control Flow Graph of a for-loop

I am working on a python library that turns python source code in to a control flow graph (CFG). As an intermediate step, I have converted the source code into an xml representation. For example, the ...
1
vote
0answers
41 views

Page is not loading after some multiple loops

I am working on Flight portal. Lets assume that there are two pages (Search.php, Result.php). In search page we will select the source,destination,date of journey..etc.(Now we will click on search ...
1
vote
0answers
28 views

Attempting to Obtain Taxonomic Information from Biopython

I am attempting to alter a previous script that utilizes biopython to fetch information about a species phylum. This script was written to retrieve information one species at a time. I would like to ...
1
vote
0answers
32 views

Creating a loop that modifies row after row in google Scripts

rookie coder here. I'm working in Google Scripts for a project and here's what I'm trying to do. Essentially, I am trying to access a specific spreadsheet (called "Top Sheet") through an AICP address ...
1
vote
0answers
23 views

Dependence: Direction Vectors & Distance Vectors

Topic: Dependencies (True, Anti, Output) How does one get the direction vector? distance vector? For example: do n = 3, 100 v(n) = v(n-1) + v(i+1) + v(i-2) end Determine the ...
1
vote
0answers
26 views

Paypal DoCapture batch process loop

I am trying to implement a batch process for the doCapture API from paypal. I have the code below and it only processes the first record of the database...Help!! ...
1
vote
0answers
38 views

Evaluate a function in a grid, matlab

I want to plot an isosurface of a function v. Problem is that v doesn't accept matrix arguments (not vectorizable function as it contains Laguerre associated polynomials) So if I create a meshgrid ...
1
vote
0answers
35 views

How to refresh only one time in ReadDirectoryChange in WIN32 API?

I use ReadDirectoryChange in WIN32 API. After I copy 10 folder, my program is running refresh 10 times. However I only want it refresh once. Can you help me? Here is my code: bool FolderWatcher::Loop ...
1
vote
0answers
60 views

reduce CPU usage in while loop

How do you limit the CPU of a while loop? (cpu usage 100%) In this case, the code which is inside the while loop: Sub start() listenerThread = New Thread(AddressOf Listen) ...
1
vote
0answers
87 views

Finding a number iteratively - algorithm design

I'm trying to design an algorithm that will find a price for me given a set of rules. Current Situation We currently set the 'price' of all products to £0.01 and set a 'line_crossed' property to ...
1
vote
0answers
96 views

Finding all possible numbers that can be formed from digits in the range 0-8 c++

I'm quite stumped at this actually. Im only allowed too use loops and control structures, and arrays. i really have no idea how too do this. Given a collection of three different decimal digits in ...
1
vote
0answers
8 views

METAPOST: using loop variables in labels

Dear stackoverflowers, recently, while playing around with the METAPOST enviroment, I encountered a problem. While drawing something using the loop 'for' macro I needed the value of the loop variable ...
1
vote
0answers
164 views

How to avoid using loops in this algorithm?

I try to avoid the loops in R, but it seems that I have to use it some times: X=rnorm(100) Y=matrix(rnorm(200*100),ncol=100) Beta=function(y,period){ # y is a vector, maybe one row of Y ...
1
vote
0answers
40 views

UIScrollView like Stocks-Widget

I did some research and I did find some things but they're not really what I'm looking for. I want to make an UIScrollView that looks, feels and works exact as the stocks widget from Apple in the ...
1
vote
0answers
19 views

Looping a series of videos

I'm really new to javascript. I've tried this many different ways and I can't seem to get it working. I have 4 really short videos that I want to loop one right after the other. Basically as soon as ...
1
vote
0answers
28 views

OAM Assembly Language clarification

I am having trouble writing an OAM program that generates a sequence of odd numbers with alternating signs starting with 1. I have written a program but it does not work and I am not sure why. ...
1
vote
0answers
57 views

Nest Wordpress Loop With Multiple Meta Keys & Values

So, I'm working on a social political website. Currently I'm working on the map page that contains all 100 North Carolina Counties and when you hover each county, it's corresponding election ...
1
vote
0answers
57 views

Loop through model properties and get value in code file

In my application I have created a method that sorts my data and creates a list that I pass to my data layer. I have overloaded it to accept params object[] and a model. I am writing my overloaded ...
1
vote
0answers
44 views

Fancybox in loop for youtube videos

This has been driving me crazy for the past few days, so I figured I would ask the question on here, there were similar posts... but none of them solved the issue. Thanks in advance for your help! ...
1
vote
0answers
31 views

Import Loop When Using Delegate Both Ways?

In my app I have found myself needing to use a delegate both to and from my view controller. So view controller 1 delegate is used in view controller 2 and view controller 2 delegate is used in view ...
1
vote
0answers
135 views

Why is my ASM (using Turbo Assembler) program looping infinitely?

I tried to make a small program which accepts 4 digit number. But for some reason it doesn't stop after entering the 4th digit. This is the concept I am using. A four digit number for example 1234 ...
1
vote
0answers
34 views

Ip number, redirection loop or cron script

Sorry about the heading of the question, but let me explain what happened. I am setting up a site using WordPress and buddypress with suffusion theme. All up to date. As per usual I have spammers ...
1
vote
0answers
114 views

Display Subcategories and post from a Parent Category

So I have this issue regarding the loop within wordpress. I have the following structure in my site: Parent Category 1 Child category 1 Child category 2 Parent Category 2 Child category 1 Child ...
1
vote
0answers
136 views

Optimizing using code motion

I'm working on an assignment to optimize C code; the professor has implied that code motion should be the primary tool for this particular problem. Here's the initial unoptimized code: void ...
1
vote
0answers
157 views

Jquery Dynamic Window Resize

I am trying to resize the window from a given array of integers. Here is my current incorrect code: $(window).load(function() { var group = [0, 1, 2]; var global_i = 0; $.each(group,function(i){ ...

1 2 3 4 5 35