Questions tagged [timetable]

212 questions
2
votes
2 answers

How to sum the activity time that occurred within 15-minute intervals using overlapping start and stop times(SQL)(t-SQL)

I'd like to write a query that will calculate the total amount of activity that occurred within each 15 minute interval of the day using only timestamps that correspond to activity start and stop times. Here is a sample data set: DATE …
William
  • 166
  • 10
2
votes
1 answer

Week timetable: PHP in_array or jQuery plugin

No actual code is required in the answers, only good advices for best practices. What I need is to display a week timetable (1h timeslots) in a Bootstrap website for booking purposes. The timeslot will have one of the following status: Available:…
Igor Carmagna
  • 957
  • 1
  • 10
  • 34
2
votes
2 answers

For daypilot calendar control, how to display mon to fri instead of date on the column name

currently mine only displays the date on the column name. I would want to display mon to fri which correpond to the correct date of course. Etc I want to display mon instead of 17/03/2014, I want to display tue instead of 18/03/2014 and so on.…
Pony
  • 401
  • 3
  • 13
  • 43
2
votes
1 answer

I want to use a spinner/dropdownlist to open a website on a webview

I am trying to make a timetable app for my school and I want to use a spinner with all classes in it. When you select your class I want it to open a specific URL with the timetable in it. I tried so many ways but it's just not working.. I prefer not…
2
votes
1 answer

Can you recommend a selectable Javascript Timetable widget?

Does anyone know of a js "time table" widget? I need the following: Days of week in columns & hours of day in rows 1 hour time slot cells (or customisable) Ability to select multiple times during the week using mouse to highlight/select cells. …
Joel
  • 29,538
  • 35
  • 110
  • 138
1
vote
1 answer

Database design - how can I have a recurring database entry?

I am currently using the FullCalendar JQuery module to allow a user to create a personal timetable. The events are added/updated to an SQL Server database. This is working fine. I am trying to create a facility where each user has a database which…
Simon Kiely
  • 5,880
  • 28
  • 94
  • 180
1
vote
1 answer

Which Drools product to use for timetabling?

Yes, it's a newb question. I want to make a timetabling application that these points specific to my situation: At a single time, we are allocating a maximum of (3 teachers X 6 hours)X(3 classes X 35 hour workweek) at a single go, we are…
Jesvin Jose
  • 22,498
  • 32
  • 109
  • 202
1
vote
2 answers

How to create a timetable in iOS?

is there any framework for iOS that allows to create a time table like this app: http://itunes.apple.com/us/app/id335495816?mt=8 Thanks!
Diego Medina
  • 13
  • 1
  • 4
1
vote
1 answer

Google Charts Timetable dates as variable

I am currently working on a simple timetable project with Google Charts, although I have encountered a problem that it seems I don't know a way to fix. I want the dates to change through user input. I've tried something but I don't know how to…
1
vote
0 answers

Same discipline in different courses (eliminating position conflict)

this is the first time I write here, I was encouraged when I found a problem that I don't know where to start the search. So here I am, it seems to be a place that brings together many brilliant minds. I work at a university and have been…
1
vote
3 answers

extract data in specific interval

I have one table with two columns: date (01-01-2010 to 31-08-2021), value (mm) I would like to get only data during 2020. There is a function or similar to get some only data in specific period? For example to create one pivot.
1
vote
1 answer

Minizinc basic understanding of arrays and booleans

After running through the tutorials, thinking I got the concepts, I set about creating my own model and immediately ran into problems. Better to get stuck in asap to realise just how little you actually know, imo. In this example I would simply like…
MikeyB
  • 460
  • 1
  • 6
  • 22
1
vote
1 answer

How can I change structure from character to integer, and still keep multiple values in a data frame cell?

I want to change the slots' structure, from character to integer, and still keep multiple values in a cell. The df below shows some of the game constraints (timetabling). i.e. Row 2 states that team 6 can play (at most) 2 away (mode) games during…
1
vote
1 answer

Adding soft constraints to a scheduling problem in or-tools python

tools and im trying to use it to generate a timeTable for a highschool. Variables are Lesson, rooms, and timeslots and the goal of course to assign all the lessons to a certain room and a timeslot while respecting the given constraints. The…
Tarik Ouhamou
  • 317
  • 1
  • 3
  • 13
1
vote
1 answer

Average/mean of datetime hours and minutes ITSELF - not corresponding embedded data

How to I compute the mean/average time of a datetime array containing hours and minutes? rowMin = 20×1 datetime array 09:00 09:10 09:00 09:14 09:59 09:05 09:00 09:35 13:15 09:00 09:00 15:00 09:35 10:15 …
User4536124
  • 37
  • 1
  • 11
1 2
3
14 15