in reply to ASCII chart that displays jobs that are running and jobs that are queued for a day
What I would do is to write a function to determine what time the job is running and push it into a complex data structrue. Then iterate over that data structure to create the table you are looking for. You may want to check out planetscape's Re: How can I visualize my complex data structure?.
However, if you looking for more specific help...the best way to get it is to actually start the work. Attempt some code (ie a specific part of your program). If you are having trouble, show us what you have tried and the errors it gives you and we will do our best to help you along and explain why what happened happened. But just asking for general help with a problem may not quite yield the results you are looking for.
|
---|