Questions tagged [cycle]

A cycle is a process or series of items, which repeats several times.

Cycle is processes or events, which repeat several times. Number of repetitions can be known before starting the cycle or cycle can be repeated until some condition is true.

1551 questions
-1
votes
2 answers

While True Algorithm iteration Python

I have this code: split_at = q[:,3].searchsorted([1,random.randrange(LB,UB-I)]) D = numpy.split(q, split_at)…
-1
votes
6 answers

Finding cycle in singly linked list

Finding a cycle in singly linked list and find the node from where cycle starts. I have seen use of two pointers( generally slow and fast) to find the cycle but I have written this code and it seems to be working fine. My question is, is there…
-1
votes
3 answers

Java For Loop Problems

JButton nupp0 = new JButton(); // Teen nupu objektid, rida 54 JButton nupp1 = new JButton(); JButton nupp2 = new JButton(); JButton nupp3 = new JButton(); JButton nupp4 = new JButton(); JButton nupp5 = new JButton(); JButton nupp6 = new…
user3086917
  • 97
  • 2
  • 12
-1
votes
1 answer

Why this code not continue?

I would like to know why this code does not start from the word that is stored in the file.txt. The code compiles but can not find the error I wonder why the function "scanf" fails to capture the characters and passes them to the variable Thanks for…
Canna
  • 29
  • 1
  • 3
-1
votes
1 answer

jQuery Cycle layout issue - added inline style (position:absolute) causing issue with layout

I am trying to build a responsive jQuery Cycle implementation. I have built the layout so that it resembles a 2 row, 2 column table. The 1st column is 25% width with height: auto. The 2nd row essentially has a fixed height. Both cells in the 2nd…
Chris Rockwell
  • 1,688
  • 2
  • 21
  • 36
-1
votes
1 answer

Using cycle to Django?

I am developing a Django application, i had some problem, I hope to do the following effects on Django,
-1
votes
1 answer

Finding cycle in 2 dimensional array

Hi i want to find cycles in 2 dimensional(nxm) array. i have n.m-1 filled cell in my array and i want to find cycle starting empty cell, continues in filled cells an finish in empty cell. For example we have this array; our first cycle is…
htkaya
  • 245
  • 3
  • 12
-1
votes
1 answer

Unwanted combination of arrays inside a for cycle

It's 2 days that i'm trying to understand why i get so illogical results. Let me explain with an example. I create invoices based on this simple array. Array ( [0] => Array ( [userid] => 208 …
user1274113
  • 436
  • 8
  • 21
-1
votes
1 answer

Batch -- How do I execute multiple programs that open (and close) one after another in time intervals as a cycle?

I hope that makes sense. I want to create a batch file or anything similar that will cycle through a few Processing applications for a presentation. Is there a way I can do this that will execute an application by time intervals, close before…
-1
votes
2 answers

Jquery cycle tabs, trying to add a hover function

Can anyone help? Example: http://goo.gl/6Wpn7 *I am trying to add a hover function in here instead of clicking the item to fire the anchor/ aka go to the relevant slide -- is that as complicated as it seems? * The code: JQUERY $slideshow =…
-1
votes
1 answer

Resize slider image to screen size [jquery cycle plugin]

I am trying to resize the slider image to the screen size , i tried using 100% width but still cant get the slider image to width 100% screen size , I am using jquery cycle plugin for slider. The test website is on Testwebsite
Mr A
  • 6,448
  • 25
  • 83
  • 137
-1
votes
1 answer

jQuery Cycle - google analytics event tracking in paging thumbs

I’m trying to apply Google Analytics event tagging to jQ Cycle pager thumbnails. Initially I’ve got the main slides working fine with the ga event tracking script applied to those, and thumbnail paging is also working fine at this point. But when I…
-1
votes
2 answers

JQuery Cycle Plugin just doesn't work

I am new to JQuery and thought I'd give it a go instead of a flash rotator as a banner to the website I am creating, my problem is that I have all the code needed from the http://jquery.malsup.com/cycle/basic.html, which i took the source code, but…
-1
votes
3 answers

Why do I get undefined index while using simple array function

This is my example array: $arrayy[0]=48.72; $arrayy[1]=21.32; $arrayy[2]=48.62; $arrayy[3]=21.31; $arrayy[4]=48.62; $arrayy[5]=21.31; This function function writeDouble($array){ for($curr = 0; $curr
user1666761
  • 163
  • 2
  • 3
  • 13
-1
votes
3 answers

Jquery cycle plugin, slideshow speed

I have this jQuery slide show from JQuery Cycle plugin....