Top "Timer" questions

Timer is a component that has the functionality to trigger a user defined action at regular intervals as configured by the user.

How do I measure a time interval in C?

I would like to measure time in C, and I am having a tough time figuring it out, all I …

c timer
Call jQuery Ajax Request Each X Minutes

How can I call an Ajax Request in a specific time Period? Should I use Timer Plugin or does jQuery …

ajax jquery timer
Xcode Objective-C | iOS: delay function / NSTimer help?

So I'm developing my first iOS application and I need help.. Simple program for now, I have about 9 buttons and …

objective-c xcode ios4 timer delay
Executing JavaScript after X seconds

I am building a interstitial page, using <div> and JavaScript, really simple script but neat. Everything is working, …

javascript html timer
Free Rest API to retrieve current datetime as string (timezone irrelevant)

I am seeking a reliable REST API that can provide world time and time zone information across platforms. I need …

rest api time timer timezone-offset
Timer Interval 1000 != 1 second?

I have a label which should show the seconds of my timer (or in other word I have a variable …

c# timer seconds
Do C# Timers elapse on a separate thread?

Does a System.Timers.Timer elapse on a separate thread than the thread that created it? Lets say I have …

c# multithreading timer
How to do a timer in Angular 5

I'm using Angular 5. I want to know how can I start timing when a 'play' button is pressed, in order …

angular typescript timer angular5
I want to load another HTML page after a specific amount of time

I have one html page "form1.html" which has an animated image. I want to load another page "form2.html" …

javascript html timer
Java Timer vs ExecutorService?

I have code where I schedule a task using java.util.Timer. I was looking around and saw ExecutorService can …

java timer scheduled-tasks scheduling executorservice