Showing 33 open source projects for "teaching"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    eduOS-rs

    eduOS-rs

    A teaching operating system written in Rust

    eduOS-rs is a teaching operating system written in Rust, developed by RWTH Aachen University to support courses on systems programming and operating systems. It serves as a practical and educational tool that demonstrates key OS concepts like memory management, multitasking, privilege separation, and system call handling in a safe and modern language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    hhuOS

    hhuOS

    hhuOS - A small operating system

    hhuOS is an educational operating system project developed by students at Heinrich Heine University (HHU) in Düsseldorf, Germany. It is built from scratch in C and Assembly and intended as a teaching tool to help students grasp the foundations of kernel development, memory management, system calls, and multitasking. The project focuses on clarity, modularity, and hands-on experimentation with real OS components, making it suitable for OS development courses or personal exploration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DiscoBSD

    DiscoBSD

    2.11BSD-based Unix-like OS for STM32 and PIC32 Microcontrollers

    ...Discobsd preserves the classic UNIX environment while allowing room for modern experimentation, such as porting to alternative platforms or introducing new subsystems. It is valuable for those interested in historical BSD systems, teaching OS design, or creating minimal POSIX environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    egos-2000

    egos-2000

    Helping students read all the code of a teaching operating system

    egos-2000 is a minimalist operating system built for educational and research purposes, offering a simplified kernel and runtime environment for exploring OS concepts. It runs on QEMU and is written in C/C++ with a focus on clarity and modularity. The system includes a basic filesystem, process management, and syscall interface, making it ideal for understanding core OS principles. egos-2000 is particularly well-suited for students learning about kernels, user-space interaction, and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5
    GuitarPedal

    GuitarPedal

    Linus learns analog circuits

    ...It emphasizes straightforward, inspectable DSP so developers can follow the math and tweak parameters without a giant framework in the way. The codebase favors portability and simplicity, focusing on a handful of canonical effects rather than a sprawling plugin architecture. It doubles as a teaching aid for musicians who code, showing how buffers, sampling rates, and numerical stability affect tone. While not a full multi-FX suite, it offers a compact sandbox for experimenting with guitar processing on modest hardware.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    PCjs Machines

    PCjs Machines

    The original IBM PC and other machine emulations in JavaScript

    ...Its design emphasizes accessibility and education, enabling users to explore historical systems without requiring specialized hardware or installations. The project also includes tools for embedding emulated machines into web pages, making it useful for documentation and teaching purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    clavirio

    clavirio

    Learn touch typing without leaving the terminal

    ...The paper also suggests that the keyboard is represented in terms of its row-and-column structure, not as a memorized list of individual letters. Clavirio follows that idea by teaching the keyboard row by row with the same 7-lesson progression for each row: index pair → middle pair → ring pair → pinky pair → reach pair → full row → row + Shift Each lesson introduces only 2 new keys and uses only characters from earlier lessons. The same progression is used for QWERTY, Dvorak, and Colemak, so the lesson structure stays consistent across layouts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    JPL Open Source Rover Project

    JPL Open Source Rover Project

    A build-it-yourself, 6-wheel rover based on the rovers on Mars

    The JPL Open Source Rover is an open source, build it yourself, scaled down version of the 6 wheel rover design that JPL uses to explore the surface of Mars. The Open Source Rover is designed almost entirely out of consumer off the shelf (COTS) parts. This project is intended to be a teaching and learning experience for those who want to get involved in mechanical engineering, software, electronics, or robotics. JPL is always looking to inspire the next generation of scientists, engineers, and roboticists to help us explore and learn about our solar system (and beyond!). We release the plans for this rover as a way to try and give budding enthusiasts a fun robotics project that will help teach them and get them involved in robotics sooner and at a lower cost. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    LC-3 VM

    LC-3 VM

    Write your own virtual machine for the LC-3 computer!

    ...If you don't want to go through the trouble of setting it up, your contributions are welcome. Just make your edits the .lit file, and we can regenerate it for you. Our VM will simulate a fictional computer called the LC-3. The LC-3 is popular for teaching university students how to program in assembly language. It has a simplified instruction set compared to x86, but contains all the main ideas used in modern CPUs. First, we need to simulate the essential hardware components of the machine. Try to understand what each component is, but don’t worry right now if you are unsure of how it fits into the larger picture. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 10
    node-elm

    node-elm

    Backend system based on node.js + Mongodb

    ...It typically includes authentication flows, input validation, and error handling that mirror production patterns. Data seeding or mock datasets provide a stable playground for front-end integration and end-to-end testing. As a teaching tool, it helps developers learn how front-end and back-end contracts evolve together and how to design APIs that are both pragmatic and maintainable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Mininet

    Mininet

    Emulator for rapid prototyping of Software Defined Networks

    ...Because you can easily interact with your network using the Mininet CLI (and API), customize it, share it with others, or deploy it on real hardware, Mininet is useful for development, teaching, and research. Mininet is also a great way to develop, share, and experiment with Software-Defined Networking (SDN) systems using OpenFlow and P4. Mininet is actively developed and supported, and is released under a permissive BSD Open Source license. We encourage you to contribute code, bug reports/fixes, documentation, and anything else that can improve the system! ...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 12
    coder2gwy

    coder2gwy

    The Internet's first programmer exam guide

    ...The project is not a software tool, but a structured knowledge base built from the experience of former big-tech programmers who prepared for civil service, public institution, and teaching-track exams. It explains who the guide is for, why some programmers may want to leave high-pressure tech roles, and how to approach the decision with realistic expectations. The repository organizes advice around preparation stories, study practices, common problems, exam basics, recommended resources, and extended reading. It also covers practical topics such as written exams, interviews, application strategy, physical tests, medical checks, and political review. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    weatherPi

    An extensible weather sensor recording network, based on Raspberry Pis

    A distributed network of sensors with a central data store, to record environmental data. Project goals include: * to serve as a teaching outlet for: ** sensor programming ** distributed data collecting ** web APIs ** database ** web UI for numerical data ** graphing data sensibly It also gives me some infotainment in new (to me) technologies, and as an excuse to scatter ever more Raspberry Pis around my home.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    usb-md

    modified Linux USB driver kernel module

    modified USB driver for teaching purpose
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    PVF Server

    Multi-protocol server written in Java

    ...Configuration is done through the application interface or through a web based interface. An HTTP web server is built-in. The project is NOT intended for production runs. It was not updated since 2004. The current version was ressurected only as a teaching aid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Kubernetes Certificate Manager

    Kubernetes Certificate Manager

    Manage Lets Encrypt certificates for a Kubernetes cluster

    ...It also integrates with Secrets and Ingress resources so you can consume the certificates in your applications easily. Although the project is primarily a demonstration or teaching project, it laid groundwork for more mature certificate controllers in the Kubernetes ecosystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    UberStudent - Linux for Learners
    UberStudent is a Linux distribution for learning, doing, and teaching academic success at the higher education and advanced secondary levels. Researchers, other knowledge workers, lifelong learners, and anyone who just wants a highly-polished computing platform will equally benefit from UberStudent. More than just an operating system, UberStudent aims to be a complete, ready-to-go, and "out-of-the-box" Learning Platform for education that facilitates not only immediate user-friendly productivity but long-term cross-platform computer fluency among its users. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    FlingOS

    FlingOS

    An educational operating system written in C#

    FlingOS is an educational operating system and framework aimed at teaching students and developers how operating systems work, using C# and a bit of C++ and assembly. It allows developers to build kernels in a managed, high-level language and understand the entire bootstrapping and runtime process from scratch. FlingOS is particularly focused on making OS development more accessible by bridging the gap between high-level languages and low-level hardware programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Libre Software to manage audio/video connection from a PC to a libre hardware real time stethoscope hardware, developed to allow doctors make a remote diagnose in real time in isolated rural areas of developing countries or for medicine teaching
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Raddle is a network emulation framework. It is particularly useful when testing network management systems or teaching people to use them. Raddle supports ping, SNMP, traceroute, and other protocols.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    System calls command line utilties for Linux and all POSIX based operating systems. Allows direct command line access to many popular kernel system calls in text format. Makes a great internals teaching tool for operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A set of tools relating to an educational processor used in teaching Computer Architecture at the University of Ottawa. Currently includes a working assembler and a semi-functional emulator/debugger.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Robust 6502 processor core emulation + debugging tools. The goals are to provide (1) a portable core and (2) tools for teaching emulator developers about the 6502 and emulation in general.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PCDP is a suite of tools for teaching and learning advanced computer science: DAJ for distributed algorithms, VN for nondeterminism, the jSpin environment for the Spin model checker, and SpinSpider for creating state diagrams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    mash stands for Multiple Access to SHell, Program allows several users to share a single shell and also to chat at the same time. Program is useful for collective work in the console and for teaching beginners the basics of UNIX "on-line".
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo