Questions tagged [timetable]

212 questions
80
votes
10 answers

How to schedule a build in Jenkins?

How do I schedule a Jenkins build such that it would be able to build only at specific hours every day? For example to start at 4 PM 0 16 1-7 * * I understand that as, "at 0 minutes, at 4 o'clock PM, from Monday to Sunday, every month", however it…
deadfish
  • 11,996
  • 12
  • 87
  • 136
6
votes
4 answers

Is there an algorithm that creates of university timetable for the whole semester?

I have to implement an algorithm that generates a timetable for a university. I've searched and found a lot of algorithms. But here is the problem. I need an algorithm that generates a timetable for the whole semester, not on a weekly base. It…
Thea
  • 7,879
  • 6
  • 28
  • 40
6
votes
3 answers

Worker/Timeslot permutation/constraint filtering algorithm

Hope you can help me out with this guys. It's not help with work -- it's for a charity of very hard working volunteers, who could really use a less confusing/annoying timetable system than what they currently have. If anyone knows of a good…
Lee B
  • 2,137
  • 12
  • 16
5
votes
1 answer

Horizontally merge and divide cells in an HTML Table for Timetable based on the Data in Python File

Please note this question is an extension of this previously asked question: How to make Images/PDF of Timetable using Python I am working on a program that generates randomized Timetable based on an algorithm. For the Final Output of that program,…
Awais Shahid
  • 117
  • 4
  • 15
4
votes
1 answer

Which algorithms can be used for generating timetables/schedules?

I have a question about scheduling. I need to make a timetable generator for appointments. this is the current situation. P1 has an appointment A with P2. P3 has an appointment B with P4. and so on... Appointment A takes about 15 minutes Appointment…
Nico Liu
  • 845
  • 2
  • 9
  • 14
4
votes
3 answers

Database Design for Transport timetable system

Its been a while since my Database Design classes in my sophomore year at Uni. and I haven't done any designs in the interim so my skills are at best rusty at the moment. I have begun working on a personal project involving the railway timetable…
aks
  • 24,359
  • 3
  • 32
  • 35
4
votes
2 answers

How to make Images/PDF of Timetable using Python

I am solving a timetable scheduling problem and wants to print out the Final Output in the form of PDF or set of images. I have multiple sections and each section has its own schedule. I have created a 2D array for each section. The array is of 5 x…
Awais Shahid
  • 117
  • 4
  • 15
4
votes
1 answer

FullCalendar show only weekDays

Hello guys I'm trying to show a week timetable, I must show only the name of the date, without date. Such as time table in agenda view. User must be able to select a range in day of the week. For example John Doe Monday from 15:00 to 18:00, Martin…
Valix85
  • 773
  • 1
  • 9
  • 20
4
votes
3 answers

I am designing a bus timetable using SQL. Each bus route has multiple stops, do I need a different table for each route?

I am trying to come up with the most efficient database as possible. My bus routes all have about 10 stops. The bus starts at number one until it reaches the 10th stop, then it comes back again. This cycle happens 3 times a day. I am really stuck as…
Sabai
  • 1,579
  • 5
  • 24
  • 40
4
votes
1 answer

Full Calendar weekly Mode

I am trying to build an application that displays a weekly Monday to Friday school schedule. I've decided to use the JQuery plugin fullcalendar. After looking through many options, I cannot find a way to display a weekly mode rather than actual days…
Steven
  • 41
  • 4
3
votes
5 answers

airflow 2.2 timetable for schedule, always with error: timetable not registered

I follow this example create the example timetable py file, and put it in the $Home/airflow/plugins create the example dag file, and put it in $Home/airflow/dags After restart scheduler and webserver, I get DAG import error. In the web UI, the…
tfull
  • 31
  • 1
  • 5
3
votes
2 answers

Building up timetabling problem with lots of variables

I have a classic timetabling problem consisting of the variables classes(~100), rooms(20),terms(8) and weekdays(5). To just simplfy the problem, following are the reduced constraints. A day is 9 hours. Some classes are mandatory for students, and…
3
votes
4 answers

Setting up layout for timetable

I have a list of timetable-events and would like to lay them out as in the image. You can ignore the backgroundgrid as I will not use one. Every event in the timetable has a start- and endtime. The height of the item in the view is related to the…
KvdLingen
  • 1,230
  • 2
  • 14
  • 22
3
votes
3 answers

Making a timetable schedule

So.. someone recently asked me to make a timetable for them and I agreed. When I sat down to do it I realized it was harder than I thought. It's just a timetable to give shifts to 4 people for either day or night. I thought of something like…
ABCDpeople
  • 31
  • 1
  • 2
3
votes
2 answers

Time table modelling in relational db

I know that it has been told almost anything related to time table modeling in RDBS, but I can not find any well written documentation about available techniques to store time tables in DB. My case: I have table which holds available places, and…
canni
  • 5,737
  • 9
  • 46
  • 68
1
2 3
14 15