Questions tagged [timetable]

212 questions
0
votes
1 answer

Timetable outerjoin without sorting on keys

I am trying to find a way to perform an outerjoin of two timetables containing the same variables, while not sorting the merged rows of keys based on value. I want to give preference to values from table1 (high quality data) over table2 (low quality…
WJB
  • 133
  • 4
0
votes
0 answers

Transforming DataTable to Google Spreadsheet

I have made a simple timetable using Google Charts, although right now i use DataTable inside the code. Instead i want to use Google Spreadsheet as the source. But i am struggling even though i follow…
0
votes
1 answer

Database model for a school timetable

I am trying to design a DB model for a school timetable, and have some issues figuring out a model that would work with my requirements. Domain entities: Subject - something that is taught over the course of a year. eg: English, Programming,…
0
votes
1 answer

how to optimize school timetable with student *subgroups* (option courses)

I'd like to optimize timetable in optaplanner where a class of students is split among some elective options for a few courses. Eg the 4th grade class all get joint trunk lessons (maths, languages, sports...) but a subpart of the group (4S) gets…
Berteh
  • 73
  • 8
0
votes
2 answers

Modelica (Dymola) : get a particular value of a timetable?

I have a model using a timeTable which represents a variable evolution. I would like to initialize a subcomponent's parameter with the first value of the table (time = 0 second). The table's values are read from a .txt file. The idea would be to…
Icare
  • 13
  • 2
0
votes
1 answer

MATLAB Can't assign VariableUnits to TimeTable

I'm trying to create a timetable for a motor simulation. I would like to keep track of the units of each variable. Here is my code, a script in a file called CreateTT.m: time.start = duration(0,0,0,0); %Start: 0m, 0s, 0ms time.end =…
Trashman
  • 1,424
  • 18
  • 27
0
votes
1 answer

Is there a Timetable Calendar with Holidays which i can download or generate?

I am searching for a complete Timetable Dimension. What should be included? Days Month Week Holidays(for several countries) I searched a long time, and I think the difficult thing are the holidays. What is my goal? I want to use it for Stock…
0
votes
0 answers

Display Data in Django table where data has similarities betwen row and column

Currently i'm dealing with timetable project, have a list of schedule saved in database and i want to print them in a table where a schedule should be placed on a right place based on row(days) and columns (timeslots). i have tried to arrange…
0
votes
0 answers

School timetable in flutter

I want to make a school timetable in flutter and I tried anything but I didn't found a solution yet. How can I make something like this?
0
votes
1 answer

How to set OptaPlanner Constraints for school timetabling in my below case?

I am a beginner of OptaPlanner I have to execute the example but our requirement is different as below. In our case assigning lesson as a different time slot, for example in std-10 have a total of 4 hours and its time slot is 1 hour per lecture and…
Keyur Bhanderi
  • 1,524
  • 1
  • 11
  • 17
0
votes
0 answers

How do I change this to see a picture not text?

I made this a long time ago now I want that the text output is a picture what must I do. Thanks. document.write("

"); var day = new Date(); var weekday = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]; …

0
votes
1 answer

While loop not producing the required result

I am trying to generate a random Timetable of a University. Following is the definition of my class "Sections", class section: def __init__(self): self.id = "" self.course = "" self.section = "" self.instructor =…
Awais Shahid
  • 117
  • 4
  • 15
0
votes
2 answers

jQuery: Time table with current time

Is there some jQuery plugin to show a time table (monday to sunday) with hours and with a bar indicating the current time? Here's an example Thanks
Tjekkles
  • 5,352
  • 8
  • 36
  • 53
0
votes
1 answer

Synchronize timetables stored in a structure

I am dynamically storing data from different data recorders in timetables, nested in a structure DATA, such as DATA.Motor (timetable with motor data), DATA.Actuators (timetable with actuators data) and so on. My objective is to have a function that…
Alan B.
  • 59
  • 1
  • 12
0
votes
1 answer

Using OptaPlanner to create school time tables with some tricky constraints

I'm going to use OptaPlanner to lay out time tables for a school. We're laying out the time tables for a full semester and every week could, if necessary, be slightly different. There are some tricky constraints to take into account: 1. Weekly…
aioobe
  • 413,195
  • 112
  • 811
  • 826