Top "Delay" questions

Delay refers to amount of time between two events.

Run function/code after certain time with nodejs

I am looking for a way to run some code in nodejs after N amount of seconds. Tried setTimeout() but …

javascript node.js timer delay settimeout
Sox : merge two audio files with a pad

I'm using the sox tool and I would like to merge two audio files, let's say long.ogg and short.…

audio merge delay sox pad
Need microsecond delay in .NET app for throttling UDP multicast transmission rate

I'm writing a UDP multicast client/server pair in C# and I need a delay on the order of 50-100 µ…

c# .net udp delay multicast
delay() and fadeOut() don't delay attr() in the queue

what is wrong in this code? I'm trying to get this effect: fadeOut(500) and attr('class','myClass') delayed by 600 millisecs.. …

jquery delay attr
Idiomatic jQuery delayed event (only after a short pause in typing)? (aka timewatch/typewatch/keywatch)

Here is some jQuery for a search box that I expect is actually an antipattern, and am sure there is …

jquery events delay
Wait before ShellExecute is carried out?

I have a hopefully quick question: Is it possible to delay execution of ShellExecute a little bit? I have an …

delphi delay shellexecute
Define timeouts between steps of jQuery.each() loop

As far as I know, $.each() is a synchronous function, so I think, somehow it has to be possible - …

jquery delay synchronous each delayed-execution
xcode 6 - change default launch screen display time

In a new Xcode 6 project, a default LaunchScreen.xib file is created that is displayed for a brief time when …

xcode xcode6 delay splash-screen launch-screen
Show a div with slideDown

I have a div I want to show and hide with a check box: <li> <label for=""&…

jquery delay hidden slidedown slideup
Delays between promises in promise chain

Let's say I am using the following code to run a couple of promises in series: let paramerterArr = ['a','b',…

javascript ecmascript-6 promise delay es6-promise