Questions tagged [timetable]
212 questions
3
votes
1 answer
University Timetable Scheduling Project using Genetic Algorithm (JAVA)
Personal Info:
Hello everyone,
I'm a computer science student; who (unfortunately) has to work on this NP-Complete problem for my Final Year Project. I am not so experienced in programming beyond my assignments and things I learned in University.…

Hirad Gorgoroth
- 389
- 2
- 4
- 13
3
votes
3 answers
Bus Timetable database design
I'm trying to design a db to store the timetable for 300 different bus routes,
Each route has a different number of stops and different times for Monday-Friday, Saturday and Sunday.
I've represented the bus departure times for each route as…

patrick-fitzgerald
- 2,561
- 3
- 35
- 49
2
votes
1 answer
PHP / MYSQL random football timetable
I need help with my football manager tournament.
I am trying to insert all teams that are registered in the game into a table called "timetable" randomly.
The database will have the columns id, team1, team2, date, time.
I know how to do this…

Smixen
- 51
- 8
2
votes
2 answers
MySQL: A query to work with timetables?
In the project I'm working on right now the system stores employees' timetables in the table with the following structure:
employee_id | mon_h_s | mon_m_s | mon_h_e | mon_s_e | tue_h_s | tue_m_s |…

naumov
- 23
- 2
2
votes
0 answers
I need Week Navigation for Time Table in a School App - React Native
Week Navigation location
I use mikezzb/react-native-timetable as a TimeTable library as his design suits as a Time Schedule than other "calendar library" and this one doesn't provide Week navigation functions.
I know it is a shame but if you know…

Helian Devalios
- 21
- 4
2
votes
2 answers
Multi-class, interlinked school timetable as a MySQL database
I've looked around for a bit now at other suggestions relating to this, but nothing I've seen has quite suited my needs, so here goes!
What I have is a multi-class (Australian secondary school; Years 7-12), multi-day (Mon-Fri) school timetable. What…

Mr. Sanders
- 51
- 2
- 7
2
votes
2 answers
Modifying a PHP/Mysql timetable
I currently have this code:
$rawsql2 = "SELECT
*
FROM
_erc_foffices n
INNER JOIN
_erc_openings o ON n.id = o.branch_id
INNER JOIN
…

Daniel H
- 2,865
- 8
- 34
- 32
2
votes
1 answer
pandas fill missing stops in a timetable
I have two different dataframes:
The first dataframe stores some possible train connections (like a timetable):
index route start stop
0 1 a b
1 1 b c
2 1 c d
3 1 d e
4 2 g h
5 2 h …

Fran.yanno
- 105
- 11
2
votes
1 answer
Approach or algorithm to check single meeting room time table availability for 3 same rooms?
If I would like to provide a calendar-like time table with time slot unit 30 minutes for meeting rooms booking.
One single time table to represent 3 real meeting rooms availability.
Suppose this booking meeting room is called A and 3 real rooms are…

shortstopmin
- 315
- 4
- 10
2
votes
1 answer
Android : How to create a customizable time table like structure with scrolling
In my application, I have to show a timetable as below.
Where subject can be changed by clicking on the 3 dot menu and which should be updated immediately.Also, both horizontal and vertical scrolling must be possible, when user scrolls…

KJEjava48
- 1,967
- 7
- 40
- 69
2
votes
1 answer
Python Pandas Cells with different size
I am currently working on a small project (Python 3.6.2) for automated timetable creation based on input I crawl from my college website. For creating the timetable and storing the appointments (and later reorganizing them, to find "better"…

salah2
- 23
- 2
2
votes
1 answer
Fullcalendar - Drag & drop school timetable
I want to create a school timetable with using fullcalendar.
It should look something like this:
Link
My problem is that fullcalendar always shows the dates next to the weekdays. ("Wed - 04/27", "Thu - 04/28",...)
What I want is that there is just…

Mike_NotGuilty
- 2,253
- 5
- 32
- 64
2
votes
1 answer
Time blocks allocation Algorithm, Private Teacher->Student relationship, maximize number of classes to be given
The situation is the following.
I'm a private teacher with dozens of students. I have some restrictions on my time (for example I can't teach at friday afternoons) and students also have many restrictions on their time. Based on that, I'm trying to…

Clash
- 4,896
- 11
- 47
- 67
2
votes
2 answers
Howto design a public transport timetable database?
Are there any examples of database design for public transport time-tables ?
Or any OpenSource timetable-engine solution?
Or if not, how to do it oneselfs?
How do I best design the database so that a search can be reasonable fast ?
I'd do it like…

Stefan Steiger
- 78,642
- 66
- 377
- 442