1
vote
1answer
130 views
+200
Lawler’s Algorithm Implementation Assistance
UPDATE:
So here are some more sources with the explanation of Lawler's algorithm I found:
Source 1
Source 2
Source 3 (this is a really good source but one crucial page is missing in the preview + …
6
votes
6answers
85 views
Heuristic algorithm for load balancing among threads.
I'm working on a multi-threaded program where I have a number of worker threads performing tasks of unequal length. I want to load-balance the tasks to ensure that they do roughly the same amount of …
0
votes
1answer
58 views
Java Scheduling Calendar
Hi. I have a j2ee web application which supports scheduling of execution of jobs. I am looking for a free calendar component written in java which allows scheduling functionalities as well as capable …
3
votes
3answers
105 views
Search and Matching algorithm
I am trying to come up with an algorithm to do the following:
I have total 12 cells that I need to fill until program stops. I have 3 rows and each row has 4 columns.
As an example, let me …
5
votes
2answers
61 views
Linux kernel scheduling
Hi, I wish to know how Old Linux scheduling algorithm SJF (shortest job first) calculates the process runtime ?
0
votes
2answers
56 views
Scheduling Students to Classes
I am making a website for a side project at school where students enter the classes they need to take, what days they want or don't want classes, and when they cant have or don't want classes. The …
1
vote
1answer
51 views
Scheduling iPhone application execution
I'm writing an iPhone app for a client, and they have requested a feature whereby the app "wakes up" at certain times during the day to display a message to the user.
I'm well aware that I can't have …
0
votes
1answer
93 views
VBA Macro On Timer style to run code every set number of seconds, i.e. 120 seconds
Hi,
I have a need to run a piece of code every 120 seconds. I am looking for an easy way to do this in VBA. I know that it would be possible to get the timer value from the Auto_Open event to …
1
vote
1answer
61 views
Excel VBA Application.OnTime. I think its a bad idea to use this… thoughts either way?
I have a number of users I support that are asking for things to happen automatically ( well more automagically but that's another point!).
One want events to happen every 120 secs ( see my other …
1
vote
3answers
55 views
Django Timed Events
Hey Everyone,
I want to schedule events to happen for my users. Is there an efficient way to do this in Python/Django easily? I'd prefer not to poll a priority queue.
Thanks!
Edit: I want to …
2
votes
6answers
132 views
How to handle time in Java
Hi,
I'm working on a functionality related to job scheduling in Java, where I'm required to schedule jobs based on days, weeks, or hours.
I'm running into 2 problems:
What is a good …
3
votes
2answers
78 views
Setting up a scheduled task in .Net
I've read a few posts here on StackOverflow about task scheduling, but I'm not sure that I get it right. I'm coding (in VB.Net) a backup application, that I'd like to add as a scheduled task (in fact, …
1
vote
6answers
93 views
How to learn to estimate how long assigments will take?
This might be out of scope for this website. If it is, let me know and I'll remove the question.
After 15 years in the industry, I still suck at answering the question "How long do you think X will …
0
votes
1answer
47 views
How to get a week’s view history of the job i.e running from Autosys Job Schedular?
Hi All,
SCENARIO:
Previously Jobs are scheduled to run from SQL Server.
In the SQL Server database the jobs ran as per their start times mentioned.
All the operations such as stopping the running …
4
votes
2answers
96 views
Which algorithm to use for generating time table for schools
I'm working on a simple application that will generate time table (daily planner) for schools. I've read up basics of algorithms, but confused as to where to start.
The problem:
Allocate teachers to …
