Showing 419 open source projects for "teaching"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • $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
  • 1

    RexSimulator

    A full simulator of the WRAMP CPU and REX board.

    This project is a simulator of the WRAMP (Waikato RISC Architecture MicroProcessor) CPU used at the University of Waikato for teaching computer architecture concepts, along with the Rex board that contains the CPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Visual Understanding Environment (VUE) is an Open Source project based at Tufts University. The VUE project is focused on creating flexible tools for managing and integrating digital resources in support of teaching, learning and research.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    Forager1.0

    Software to aid in teaching programming.

    Forager is a suite of software originally developed as a teaching tool for graduate students enrolled in a doctoral program in Cognitive Science at The University of Louisiana at Lafayette. Students were required to develop skills in computational simulation methods as part of their program. This software is designed to facilitate this, even for students with relatively little computational experience and sophistication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Education Ellie

    Education Ellie

    Learning software for children and autistic

    What is? Students with learning difficulties or mental disabilities have knowledge level and teaching methods similar to students in the first cycle of basic education. This software aims to help in the learning of these pupils and students of primary. Why Ellie? Ellie name comes from the software mascot is an owl (symbol of knowledge) red, interacting with people and help using software. Authors and Contributors Originally the software was developed by Pedro Luzio @pedroluzio, Programming student in Portugal Support or Contact Having trouble with software? ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    Question Answering Corpus

    Question Answering Corpus

    Question answering dataset in "Teaching Machines to Read & Comprehend"

    RC-Data is a dataset generation framework created by Google DeepMind to produce large-scale reading comprehension question-answer pairs from CNN and Daily Mail news articles. The dataset, introduced in the 2015 paper “Teaching Machines to Read and Comprehend” (Hermann et al., NIPS 2015), was among the first large corpora designed to train and evaluate machine reading and comprehension models. The repository provides scripts for downloading archived CNN and Daily Mail articles from the Wayback Machine and automatically generating cloze-style questions where entities in the text are replaced with placeholders. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    WavePacket

    WavePacket

    Dynamics of quantum systems, controlled by external fields

    ...External electric fields can be added within the semiclassical dipole approximation, thus WavePacket can be used to simulate modern experiments involving ultrashort light pulses in photo-induced physics or chemistry, including quantum optimal control. With its visualization of quantum dynamics generated 'on the fly', WavePacket is suitable for teaching quantum mechanics as well as for research projects, see also the numerous demonstration examples . The Matlab/Octave version is mature and has been used in production for decades. The C++/Python version has been superseded by https://github.com/ulflor/wavepacket. Using tensor train techniques, the additional WaveTrain package aims at beating the curse of dimensionalit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Import from github_com

    Import from github_com

    Python module finder/loader from github, like in golang

    ...It hooks into Python’s import machinery so that when you reference a GitHub path, it fetches the code, stores it locally (often with caching), and makes it importable in the current environment. This is helpful for prototyping, teaching, or quickly exploring other people’s utilities without polluting your global site-packages. It also demonstrates how flexible Python’s import system is and can be used as a reference for custom importers. While not a substitute for proper packaging, it’s a clever shortcut for rapid experimentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ...We are working on the tool to handle more features and more user interactive. This work is build on the basis API provided by the contributor mentioned in http://www4.comp.polyu.edu.hk/teaching/SDGAPI/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is an open-soured power system dynamic simulation tool, originated from a research grade dynamic simulation program written in JAVA and extended with the modeling of power system automatic generation control (AGC) and other types of dynamic models. The user-friendly graphic interface, along with various analytic capabilities, makes this tool suitable for academia and teaching purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 10
    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
  • 11
    go-rock-libraries-showcases

    go-rock-libraries-showcases

    Comprehensive tutorial that integrates blogs, examples, audio, video

    go-rock-libraries-showcases hosts the materials for Go, an advanced tutorial series focused on well-known Go third-party libraries. It is designed for learners who have already finished Go, and want to deepen their skills by exploring real-world libraries that are popular and highly regarded in the Go ecosystem. The course uses a “three-in-one” approach: blog posts, code examples, and audio/video lectures are combined to explain each library in practical context. The README explains that the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Bocker

    Bocker

    Docker implemented in around 100 lines of bash

    ...It is not intended for production use due to performance, security, and missing features, but it is a useful tool for learning how containers work under the hood. Many learners and educators reference it when teaching container internals or when debugging container behavior in a minimal environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Aircraft Announciator Panel

    Pilot Announcements

    Designed for flying simulators, this program creates pilots announcements as well as gate ambient noise to further enhance realism. This is primary a teaching aid so if you like drop me a line at rob [dot] schultz [dot] usa at gmail [dot] com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Intertac

    Software for teachers to create playlists and reflective questions

    ...The material selected in a course can then be used to generate scenario games with the scripting tools provided for Unity. This project was funded by the Office of Teaching and Learning, Australia, and is made available through Creative Commons CC BY 3.0 AU licence .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CALFEM is an interactive computer program for teaching the finite element method (FEM). The name CALFEM is an abbreviation of "Computer Aided Learning of the Finite Element Method".
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Redstring

    Redstring

    REDundant STRINg Generator

    ...Whether you need to write fifty lines of code that follows the same format, generate a thousand serial numbers from a pattern, or write eight hundred sentences for teaching the letter “D”, REDSTRING can help.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PalOOCa OpenOffice Extension for Palo

    palo olap open office calc plugin for data analysis

    ...If used together with the Open Source Jedox/Palo OLAP Server it completes the Open Source MOLAP-Stack for Business Intelligence. Additionally to Jedox OLAP it is also (read-only) compatible to (almost) all OLAP servers supporting XMLA. Intended audiences are: - scientific research & teaching - financial analysis & controlling Consult the FAQ in the Wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TinyRenderer

    TinyRenderer

    A brief computer graphics / rendering course

    Tiny Renderer (tinyrenderer by ssloy) is a lightweight educational software rasterizer that illustrates how OpenGL works by implementing a mini rendering pipeline in around 500 lines of code—serving as a compact, instructive graphics project. The final code consists of about 500 lines. My students typically require 10 to 20 hours of programming to start producing such renderers. The input is a 3D model composed of a triangulated mesh and textures. The output is a rendering. There is no...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OpenGLM

    OpenGLM

    Authoring tool for learning designs. Supports IMS LD specification.

    OpenGLM (Open Graphical Learning Modeler) is a desktop application allowing the visual design of IMS Learning Design compliant learning and teaching flows. It allows reuse of learning designs from open repositories like OICS and ILDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Octet Game Framework

    Educational framework for OpenGLES, OpenCL and OpenAL

    Octet is a cross-platform game development framework for developing games on Windows, Mac and other platforms. It is designed to be very simple, dependency-free and very fast to build.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Clojure Koans

    Clojure Koans

    A set of exercises for learning Clojure

    Clojure Koans is a collection of exercises aimed at teaching the Clojure functional language by filling in tests to make them pass. Each “koan” gradually introduces key Lisp and Clojure concepts, from basic data structures to macros. It runs via leiningen or CLI tools, ideal for TDD learning and hands-on practice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    simplex with branch and bound

    A tool for teaching simplex and branch & bound methods

    This is a tool for teaching simplex and branch & bound methods. For simplex method, it comes with several examples including degeneracy and cycling, and allow the user to dictate how to pivot. For branch and bound method, it is desinged to interact with the user to explore all possible branch and bound trees. The user can also load a problem from a text file or simply type in a model directly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    On_Y_Va!

    Langage teaching application

    Windows application for students and teacher to learn any langage. Application actually allows teacher to create exercices and allows student to make the exercice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Church | Community install profile
    A Drupal install profile & tools to create the base of a church and/or community web site including articles, event calendar, teaching series, news feeds, and news letter subscriptions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Lurch
    Software for teaching and learning mathematical proofs Where most mathematical proof software concentrates on formal logic (or some other specialty area of mathematics), Lurch aims to be truly general-purpose, with an attracitve user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo