All Projects → triska → simsttab

triska / simsttab

Licence: other
Simple timetabling engine for schools

Programming Languages

prolog
421 projects

Projects that are alternatives of or similar to simsttab

edupage-api
A python library for accessing your Edupage account
Stars: ✭ 40 (+90.48%)
Mutual labels:  school, timetable
Timetable-App
This is a timetable App for android phones.
Stars: ✭ 19 (-9.52%)
Mutual labels:  school, timetable
OpenUntis
An alternative FLOSS android client for the Untis timetable system
Stars: ✭ 13 (-38.1%)
Mutual labels:  school, timetable
clpz
Constraint Logic Programming over Integers
Stars: ✭ 131 (+523.81%)
Mutual labels:  constraint-programming, clp
Timetable
A super simple timetable app
Stars: ✭ 52 (+147.62%)
Mutual labels:  school, timetable
Pronounce
Never doubt how to pronounce a word. Double-click it and your browser will say it out loud for you!
Stars: ✭ 151 (+619.05%)
Mutual labels:  school
Crawler China Mainland Universities
中国大陆大学列表爬虫
Stars: ✭ 143 (+580.95%)
Mutual labels:  school
Yrssf
一个分布式(p2p)云教学/云课堂/直播平台系统CMS,睿易派的开源替代品
Stars: ✭ 141 (+571.43%)
Mutual labels:  school
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+6538.1%)
Mutual labels:  school
AndroidOMRHelper
An android application for validating images of OMR sheets before they are sent for processing.
Stars: ✭ 38 (+80.95%)
Mutual labels:  school
cplex-scala
A scala library for IBM ILOG CPLEX
Stars: ✭ 20 (-4.76%)
Mutual labels:  constraint-programming
Omrchecker
Grade exams fast and accurately using a scanner 🖨 or your phone 🤳.
Stars: ✭ 189 (+800%)
Mutual labels:  school
School Api
🌱 校园教务系统接口,正方教务系统 SDK for Python
Stars: ✭ 165 (+685.71%)
Mutual labels:  school
o2o
No description or website provided.
Stars: ✭ 21 (+0%)
Mutual labels:  school
hoot
🌌 The assignment tracker for tech-savvy students. Built using Inquirer, Commander, and Node.
Stars: ✭ 23 (+9.52%)
Mutual labels:  school
Cs193p Fall 2017
These are the lectures, slides, reading assignments, and problem sets for the Developing Apps for iOS 11 with Swift 4 CS193p course offered at the Stanford School of Engineering and available on iTunes U.
Stars: ✭ 141 (+571.43%)
Mutual labels:  school
Ansible
Ansible playbooks for managing an elementary school IT infrastructure (mostly Windows desktops)
Stars: ✭ 181 (+761.9%)
Mutual labels:  school
CNApy
An integrated visual environment for metabolic modeling with common methods such as FBA, FVA and Elementary Flux Modes, and advanced features such as thermodynamic methods, extended Minimal Cut Sets, OptKnock, RobustKnock, OptCouple and more!
Stars: ✭ 27 (+28.57%)
Mutual labels:  constraint-programming
Schoolcms
中国首个开源学校教务管理系统、网站布局自动化、学生/成绩/教师、成绩查询
Stars: ✭ 175 (+733.33%)
Mutual labels:  school
Ounotes
An Application built for students to access Notes , Question Papers , Syllabus and Resources for all Subjects of O.U (Osmania University) 📘👨‍🎓
Stars: ✭ 173 (+723.81%)
Mutual labels:  school

Simsttab — A simple timetabling engine for schools

See

https://www.metalevel.at/simsttab/

for more information.

Sample invocation:

$ scryer-prolog simsttab.pl reqs.pl

Sample query:

?- requirements_variables(Rs, Vs),
   labeling([ff], Vs),
   print_classes(Rs).

This constructs a timetable that satisifies the requirements stated in reqs.pl.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].