SaaSHub helps you find the best software and product alternatives Learn more →
Anubis Alternatives
Similar projects and alternatives to Anubis
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
docker-webtop
Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
Anubis discussion
Anubis reviews and mentions
-
[OC] Proof that students will always wait until the last minute to do their homework. Minute by minute usage data generated from the Anubis LMS at NYU (updated for spring 2022 semester)
We have something like this available to TAs and Professors in the admin autograde results panel of the website. It looks something like this: https://github.com/AnubisLMS/Anubis/blob/main/docs/design-tex/figures/autograde-results-1.png
- Anubis: NYU Tandon's in house cloud dev environment & autograding solution developed entirely by students (serves 1100+ students)
- NYU's open source Cloud IDE and Autograding solution - made for students by students
-
[OC] Proof that students will always wait until the last minute to do their homework. Minute by minute usage data generated from the Anubis Learning Management System at NYU.
Generated using matplotlib. The source code for the Anubis online learning system is open source github.com/GusSand/Anubis.
- Anubis learning management system at Tandon
-
I created a LMS specifically designed for CS courses (used at NYU Tandon)
https://github.com/GusSand/Anubis <- Much more on the internals and design of Anubis here
A lot of CS courses have separate solutions for distributing assignments, automated tests, submitting work, and class VMs (either cloud or local with something like Vagrant). My system, Anubis, wraps all of these things onto one single platform. The system automates the crap out of things that are done by hand in a lot of CS courses.
For each assignment students get their own github repo. When they push to that repo, Anubis runs automated tests on it. The results are then available on the website. Feedback before the deadline.
Anubis also has Cloud IDEs. These are temporary VSCode servers that can be spun up by students at a click of a button. The servers are docker containers that are custom built for the needs of the class (i.e they have everything installed that you would need). Because these are docker containers in the cloud, and not VMs, environments are consistent and stable for all students.
Then on the admin side of things, autograde results, and additional stats and usage visuals are available to TAs on the website. All of the administration things like deploying assignments can be done in our special "Management IDEs" that are only available to admins. The automation of autograding, and having those results available along with other useful visuals has greatly increased the grunt work for the grading TAs.
This system has been used for several semesters at the Tandon School of Engineering at NYU for the Intro to Operating Systems course. We even run our midterm and final exams on Anubis. We are looking to expand (potentially to other universities)! If you are a TA or Professor and think this platform would be good for your course, you can inquire about Anubis at this email: [email protected]
- As a CS student, I created a Learning Management System specifically designed for CS courses (used at NYU Tandon)
-
As a CS student, I created a LMS (learning management system) specifically designed for CS courses
https://github.com/GusSand/Anubis <- Much more on the internals and design of Anubis here
-
Example fullstack projects with traefik as reverse proxy
I created an LMS (learning management system) for CS courses that uses traefik in k8s (with debugging through docker-compose): https://github.com/GusSand/Anubis
-
A note from our sponsor - SaaSHub
www.saashub.com | 11 Feb 2025
Stats
AnubisLMS/Anubis is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Anubis is Python.