A schedule is the arrangement of events in time.
0
votes
0answers
9 views
How to create a table based hourly schedule in rails
Im seeking ideas on how to create a scheduling app using hours as row labels, and events as column labels...a user could block out any start and end times.
How could you format multiple td over ...
0
votes
0answers
14 views
EclipseCLP Task Schedule maximize resources
I've just been introduced to prolog using eclipse clp so i'm having a very hard time making a program to calculate a simple set of tasks schedule with a set of resources that i want to know how much i ...
0
votes
1answer
11 views
Java 7 library for calendar widgets and event calendar widgets
Are there any current and active libraries for Java 7 for creating calendar widgets and event calendar widgets?
Something like this:
just found some old, outdated java libraries which do not work ...
0
votes
0answers
17 views
how to get all events for a specific date in devexpress schedule
I'm using devexpress schedule in wpf, my application has a windows service in background that is trying to send some date over tcp/ip for all the appointments an rscurrying events.
My problem is that ...
1
vote
0answers
32 views
Javascript /Html schedule manager inputs handling
i am making a agenda manager and i have a javascript that is called whenever a input is entered, the javascript should store all the inputs. It is working when only one input is entered. I want to ...
-2
votes
0answers
34 views
Ruby appointments gem or same [closed]
Please advise on the Ruby gem that will be able to provide something like:
INTERVALS = [30, 60, 90, 120, 150, 180]
puts "Enter start time your job"
start_at = Time.parse(Time.now.day.to_s) + ...
-2
votes
0answers
13 views
Schedule clock instead of “x hours ago”
I've added a photo few hours ago and I subsequently added its location, which made the schedule clock appear (saying the photo was posted TODAY) instead of the collocation "x hours ago".
I honestly ...
1
vote
2answers
143 views
Alternative to an infinite loop
I have an infinite loop:-
while(true)
{
//display an image
}
Obviously the CPU goes up.
I have used:
Thread.Sleep(100);
Thread.Sleep(0);
ApplicationDoEvents() - I know i shouldn't
This loop ...
0
votes
0answers
18 views
run MongoDB MapReduce periodically
Anybody knows how can I run mapreduce in mongodb every one hour or one day?
I know I can do it in my application or with the OS, but I'm looking for something inside the mongodb shell.
Thanks!
-2
votes
1answer
39 views
Android Scheduled Notifications
I'm building an app and I need to schedule a notification that remember the user to access the app. I need this notification to be shown a month ahead of the last time the app was used
0
votes
0answers
41 views
Half day schedule in silverlight
I have a TimePicker, which make me choose a time in a dropDownList, like this
But, I'm wondering, if it is possible to have, instad of this, a little calendar (like in outlook) based on a particular ...
1
vote
3answers
60 views
How to schedule an action in python?
I like to know how to preform an action every hour in python. My Raspberry Pi should send me informations about the temp and so on every hour. Is this possible?
And I am new to python and linux. Can ...
-1
votes
0answers
31 views
How can I start a job with sp_start_job only if another job succeeded? [closed]
quick question.
I have a bunch of tables that run overnight which is fine. If they run successfully i want the scheduled jobs to run.
I have the following code which I have added to step 1 of my ...
0
votes
0answers
19 views
Represent the state of a Highschool schedule
I am trying to schedule a large amount of students across 6 periods. Students have already chosen the courses they want to take (each take 5-6 classes). Courses have been created and teachers assigned ...
-3
votes
0answers
29 views
Java Error: no suitable method found for schedule(int,int,int) [closed]
Hello and I am having an extremely frustrating error that shows up in my code. I am programming a blind flying simulator with Java. however, I am having trouble with the part in which the program ...