Top "Schedule" questions

A schedule is the arrangement of events in time.

How to get data from url link to our website

I have a problem with my website. I want to get all the schedule flight data from another website. I …

php schedule
How to create a scheduled job in SQL server 2008 via T-SQL?

I want to create a job which deletes records from a database after a period of time has passed. For …

sql tsql jobs schedule
Running a Java method at a set time each day

I'm relatively new to Java and I've pick up a project to work on. However, I've run into a block. …

java timer schedule
Event Scheduler in PostgreSQL?

Is there a similar event scheduler from MySQL available in PostgreSQL?

events postgresql schedule
How to use sched_getaffinity and sched_setaffinity in Linux from C?

I am trying to: Run 16 copies concurrently with processor pinning (2 copies per core) Run 8 copies concurrently with processor pinning (2 copies …

c linux process schedule affinity
How to schedule a Jenkins job each 15 minutes

I need to schedule a jenkins job each 15 minutes. Currently i'm using the Build periodically feature but that enables me …

jenkins schedule hour minute
Python - Working out if time now is between two times

I'm trying to find the cleanest/most pythonic way of evaluating if "now" is between two times; However; the Start/…

python python-2.7 python-3.x scheduled-tasks schedule
TypeError: the first argument must be callable

I am using python and schedule lib to create a cron-like job class MyClass: def local(self, command): #return subprocess.…

python methods schedule
Run java function every hour

I want to run a function every hour, to email users a hourly screenshot of their progress. I code set …

java schedule
Identify and cancel an alarm send to an AlarmManager

If I use the AlarmManager to schedule an alarm (a PendintIntent which should be send), how can I identify that …

android schedule alarm alarmmanager android-alarms