All Projects → muesli-hd → muesli

muesli-hd / muesli

Licence: GPL-3.0 license
Mathematisches Übungsgruppen- und Scheinlisten-Interface

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects
CSS
56736 projects
Dockerfile
14818 projects
Mako
254 projects

Projects that are alternatives of or similar to muesli

Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+5261.54%)
Mutual labels:  university
Crawler China Mainland Universities
中国大陆大学列表爬虫
Stars: ✭ 143 (+450%)
Mutual labels:  university
Cs Univ Wiki
컴공생을 위한 대학 생활 가이드라인
Stars: ✭ 202 (+676.92%)
Mutual labels:  university
Robotics Coursework
🤖 Places where you can learn robotics (and stuff like that) online 🤖
Stars: ✭ 1,810 (+6861.54%)
Mutual labels:  university
Hagenbergthesis
Hagenberg LaTeX Thesis Template
Stars: ✭ 130 (+400%)
Mutual labels:  university
Icmc Usp
"If You're Going Through Hell, Keep Going" - Winston Churchill 🐢 🐢 🐢
Stars: ✭ 156 (+500%)
Mutual labels:  university
Vvedenie Mashinnoe Obuchenie
📝 Подборка ресурсов по машинному обучению
Stars: ✭ 1,282 (+4830.77%)
Mutual labels:  university
Whu Thesis
📝 武汉大学毕业论文 LaTeX 模版 2021
Stars: ✭ 232 (+792.31%)
Mutual labels:  university
Edx Dl
A simple tool to download video lectures from edx.org (and other openedx sites)
Stars: ✭ 1,769 (+6703.85%)
Mutual labels:  university
Openlib.cs
📚 A Collection of Free & Open Resources for University Coursework in Computer Science.
Stars: ✭ 198 (+661.54%)
Mutual labels:  university
Ni Pyt
Materiály k předmětu NI-PYT na FIT ČVUT
Stars: ✭ 112 (+330.77%)
Mutual labels:  university
Tum.sexy
A website providing links, redirects and tools related to the Technical University Munich 💃📚
Stars: ✭ 126 (+384.62%)
Mutual labels:  university
Manifold
Transforming scholarly publications into living digital works.
Stars: ✭ 163 (+526.92%)
Mutual labels:  university
Letters
Письма к студентам курса
Stars: ✭ 107 (+311.54%)
Mutual labels:  university
Uportal
Enterprise open source portal built by and for the higher education community.
Stars: ✭ 221 (+750%)
Mutual labels:  university
Spy
A simple module that displays DOM attributes on mouseover inside a tooltip.
Stars: ✭ 93 (+257.69%)
Mutual labels:  university
Computer Vision Video Lectures
A curated list of free, high-quality, university-level courses with video lectures related to the field of Computer Vision.
Stars: ✭ 154 (+492.31%)
Mutual labels:  university
lectures-all
Central repository for all lectures on deep learning at UPC ETSETB TelecomBCN.
Stars: ✭ 46 (+76.92%)
Mutual labels:  university
Openct Android
open class table for android
Stars: ✭ 234 (+800%)
Mutual labels:  university
Ounotes
An Application built for students to access Notes , Question Papers , Syllabus and Resources for all Subjects of O.U (Osmania University) 📘👨‍🎓
Stars: ✭ 173 (+565.38%)
Mutual labels:  university
branch build status codecoverage
master CI master codecov master
production CI production codecov production

MÜSLI (Mathematisches Übungsgruppen und Scheinlisten Interface)

MÜSLI is a tool for managing tutorials an exercises used at the mathematics and computer science department of Universität Heidelberg. The production instance is available here.

Quick Setup:

All MÜSLI development is currently done using Docker and docker-compose. To fire up your own MÜSLI instance, simply execute the following:

git clone https://github.com/muesli-hd/muesli.git
cd muesli
docker-compose up

If this doesn't work, you could be missing docker or docker-compose. Please visit the docker and docker-compose installation guides and try the above commands again.

Contributing

Read more about contributing to this project in the CONTRIBUTING.md.

Changes

Read more about the changes in this project in the CHANGELOG.md.

Testing

MÜSLI has a test suite to catch bugs before going into production. If you want to execute them, simply use the included script:

./docker/run-tests.sh

It will fire up a docker-compose environment with all required services, run the tests and show you the output.

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].