Tagged Questions
The timedelay tag has no wiki summary.
14
votes
3answers
11k views
6
votes
2answers
481 views
Time delay estimation between two audio signals
I have two audio recordings of a same signal by 2 different microphones (for example, in a WAV format), but one of them is recorded with delay, for example, several seconds.
It's easy to identify ...
6
votes
1answer
4k views
leaving a time delay in python
is there any way to leave a time delay between the execution of two lines of code?
4
votes
2answers
682 views
Threads in twisted… how to use them properly?
I need to write a simple app that runs two threads:
- thread 1: runs at timed periods, let's say every 1 minute
- thread 2: just a 'normal' while True loop that does 'stuff'
if not the requirement to ...
4
votes
4answers
6k views
OnKeyUp JavaScript Time Delay?
Hi Again Masters Of The Web :)
Now, I have got a new stupid question, and I am asking to forgive me. I read everywhere about this solution, but didn't find the one that works for me.
I have got:
...
3
votes
3answers
127 views
Time Delay for operations using WinForm App in c#
I have a problem with a Windows Form Application in C#
Inside This application there is a Tabbed Browser. Now i want that in a loop (where i do some operation to calculate the next url) i could add a ...
3
votes
2answers
129 views
Stop current operation in Visual Studio
When using Visual Studio I often encounter situations when the IDE freezes while performing some operation. For instance, this frequently happens when I move next statement pointer (yellow arrow) ...
3
votes
2answers
147 views
Java: a time-delayed queue that de-dupes
G'day everyone,
I have a system (the source) that needs to notify another system (the target) asynchronously whenever certain objects change. The twist is that the source system may mutate a single ...
3
votes
9answers
922 views
implement time delay in c
I don't know exactly how to word a search for this.. so I haven't had any luck finding anything.. :S
I need to implement a time delay in C.
for example I want to do some stuff, then wait say 1 ...
2
votes
2answers
95 views
Adding a delay before keyup() fires in jQuery
I have read through some of the suggested questions but I am not sure exactly how to implement them:
(jquery/js) - get text from field on keyup, but with delay for further typing
jQuery .keyup() ...
2
votes
1answer
100 views
In Java, there is a collection which I can take an element only after a time?
I'm doing an webcrawler, and I want to not overload the servers with requests, so I will limit the access to the servers by time.
I will have an object/collection that is an list of links that I will ...
2
votes
2answers
803 views
JQuery Feature List Slide Delay
So here's what I'm trying to do. I am sliding 3 div in 3 different columns. I want to put a delay on this script so that the 3 columns change at the same speed but they change at different times. ...
1
vote
1answer
82 views
MultiThreading for time delay in WinApp Form C#
I have a problem with This code in C# :
main class {
var trick = new Object();
}
.......
public void AddTabWithCheck(List<Urls> url)
{
//Some Code
foreach(Urls link in url){
var thread ...
1
vote
2answers
177 views
Ajax delay simulation
I have a small ajax jquery script which returns some XML for me. Whilst it is working and communicating with the server I am displaying a loader animation.
The problem is I don't see the animation. ...
1
vote
0answers
71 views
How much is input delay from keyboard
Assuming that OS running on host PC is real-time (has no extra delays when handling the input from keyboard) - how much is the value of delay between the moment when the single key is pressed on a ...
1
vote
1answer
251 views
ASP/AJAX - Client Timer synchronous with Server Timer
I'm searching for an example with an client timer that ticks synchronous with an server timer. Also there must be a button on the client side which can reset the server timer to an default value, and ...
1
vote
2answers
2k views
basic delay on jquery .click function
I have the most basic jquery function of them all, but I couldn't find a way in the documentation to trigger the contents of this click function after say 1500 milliseconds:
...
1
vote
3answers
3k views
method chaining in mootools using delay for fade effect
I want to use method chaining in moo tools 1.2.
My requirements are as below.
When page load complete.
My one div element say "my_div" is set to hidden visibility.
After half second its opacity ...
1
vote
3answers
1k views
Variable speed of response with jQuery Ajax requests
When I perform an asynchronous request with jQuery Ajax, sometimes the response is returned quickly in 800 ms, somtimes it's slow and the response is returned in 2.50s (avg), and sometimes it hangs, ...
0
votes
1answer
23 views
Loaded time zone names for en
I have something like this
I/global ( 3622): Loaded time zone names for en in 355ms.
I/global ( 3622): Loaded time zone names for en in 307ms.
I/global ( 3622): Loaded time zone names for en in ...
0
votes
1answer
51 views
time delay for sprite, cocos2d
i want to add a delay to a sprite so when i enter a new scene it doesnt play straight away, any advice would be greatful thanks
heres the code of the sprite if it helps
//SPRITES BIRD ONE ...
0
votes
6answers
62 views
IIS7 is it possible to get it to run a webpage every 5 mins?
I have IIS7.5. We currently have a weighted rating for entities on our website. Calculating the weighted rating is extremely slow, to the point loading the homepage now takes more than 10 seconds to ...
0
votes
4answers
94 views
How to make a function timedelay by 5 seconds
I'm trying to translate this into C# code:
Wait 5 seconds and then debit the bank account.
I've got a feeling I'm close... but this isn't working. Am I doing this the right way?
public override ...
0
votes
1answer
42 views
How to deal with time delay when a SWTableView is being loaded?
In an iPhone game, I want to display a CCLayer containing a SWTableView when the user taps on the screen. The table mainly contains images.
Now the problem is, on an old device, say ipod touch 2g ...
0
votes
0answers
36 views
Fullscreen video playback with 2 second delay on iPad2 using front-facing camera
I need to create an iPad2 app which is basically a mirror with some time delay, using the front-facing camera. I need to have a 2-second delay, so if I turn my head around and back, I can see the back ...
0
votes
4answers
83 views
VB .net could not sleep() for very very less durations
I would like to sleep for packetSize/Bandwidth amount of duration for a network application in VB.
This value varies from "10^-3 - 10^-6" seconds.
When I use the Sleep() func, I think it is not ...
0
votes
2answers
112 views
Div Swap with Timed Interval ensure pairing
I've review some similar questions, but I can't seem to find an answer to tie this all together. I am looking for a way to create a slideshow where images and a corrosponding block of text change ...
0
votes
3answers
420 views
JavaScript onKeyUp time delay
I need some help with a JavaScript function that I call onKeyUp, it is a Ajax function but every time I write any character it calls the function and it slow the page performance and it check every ...
0
votes
0answers
98 views
Object oriented javascript time delay [closed]
i'm using object oriented javascript and i want to call a time delay.
i tried setTimeout and some others but nothing works.
why this happens?
Please help any idea how to make a time delay in object ...
0
votes
0answers
65 views
Delaying playback of webcam video
I am interested in using a webcam as a live video source but time-shifting the playback on the same PC by a variable number of seconds.
I think this will need to run in memory to avoid conflicts ...
0
votes
2answers
33 views
Measuring delays using .NET libraries
I am building an application in .NET (not important what language, it is a language of the framework).
I need to count how much time passes from an instruction to another. I need, so, to measure time.
...
0
votes
0answers
42 views
I want an algorithm to calculate the effective ideal time when my task is in multiple overlapping delay
Eg:
task A.
-start-
|----delay 1----|
--------- |-------delay 2-------|
---- |-----delay 3-----|
--------- |------------delay 4------------|
0
votes
3answers
248 views
Jquery: Loading an HTML page and then another html page via AJAX
//when document loads
$(document).ready(function() {
//navigation item is clicked
$('.nav_item').click(function() {
//get the clicked nav items id
var nav_item = ...
0
votes
1answer
409 views
sendEmptyMessageDelayed : Android
Does this call block? Or is it in another thread and control can go beyond this statement?
0
votes
3answers
391 views
show button after some time delay in actionscript3
I've been working with actionscript 3.0 and have an array that gives me some text and a button on each new page (clicking the button gets me to the next text-page and button). I'd now like my button ...
0
votes
4answers
570 views
jquery delay effect
I am developing a mega menu for an ecommerce site. I have uploaded the current version here: http://www.nicklansdell.com/menu/. The menu works great with or without javascript at the moment. What I ...
0
votes
1answer
230 views
Time-Delayed MySQL “Update” for More Realistic Tally of Online Video Views
I'm creating a video embed page for a real estate site, where a user can go to watch a video tour of a given home. There is no other reason to visit that particular page, so I figured that I could ...