Showing 420 open source projects for "teaching"

View related business solutions
  • 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
  • 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
  • 1
    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
  • 2
    Heartbleed

    Heartbleed

    A checker (site and tool) for CVE-2014-0160

    Heartbleed contains a compact, purpose-built implementation for detecting the infamous Heartbleed vulnerability in OpenSSL’s TLS heartbeat extension (CVE-2014-0160). It focuses on demonstrating and testing the flaw rather than being a general-purpose security toolkit, which makes the code approachable for learning and auditing. The project illustrates how a malformed heartbeat request could coax vulnerable servers into leaking memory contents, including potentially sensitive data. Because...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Board Game Language
    Board Game Language (BGL, pronounced "bagel") is a natural language syntax programming language for first-time programmers. It uses board games as a metaphor for programming concepts, with the goal of teaching users the foundations of programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Base 10 and Binary teaching program

    Program written in C# with XNA framework

    required you to have Visual Studio (at least 2012) and XNA installed on your Windows OS . At least 2012 because the code was written using Visual Studio 2012. Linked for the XNA install for VS: https://msxna.codeplex.com/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    DrPython is a highly customizable cross-platform ide to aid programming in Python. It was developed with teaching in mind, and has a clean, simple interface. It is written in Python, using wxPython as the gui.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    CodeRunnerGame

    Navigate through this plat former as you are trapped in code!

    ...As you traverse the levels, the code given to you changes, for example on level may require the player's character to follow a simple if statement while another level will have you traversing a loop until you satisfy a condition to break it. The game will give the player the enjoyment of a simple 2d side scroller with puzzle solving mechanics all the while teaching them the basic mechanics behind how operating code runs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    minydro

    minydro

    A simple hydrodynamic code less than 700 lines long!

    A short and simple hydrodynamic Godunov code using a cell-based structure. This program is free to use. It was designed mainly for teaching purposes and it is made freely available in the hope that someone may find it useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MiniBasic

    MiniBasic

    Basic interpreter in ANSI C

    ...It is written in pure ANSI C, so it should be easy to get up and running in almost any environment. It has been used for PIC32 electronics projects, as an embedded scripting language, and as a teaching aid. There's an associated book, and full documentation and sample programs online (go to the project's web pages). It's designed to be easy to modify, to use the code as the basis for your own interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Woas (my wiki-on-a-stick fork)

    Woas (my wiki-on-a-stick fork)

    Woas is a complete wiki in a single HTML file, forked from stickwiki.

    NEW! Works with current IE, Firefox, and Chrome browsers. See the 'Loading & Saving' Woas page for details (in Woas file). Woas is a complete wiki in a single HTML file that works in every major browser, including older versions (even IE6!). It can store and display images and files within itself and is incredibly useful for research and documentation. This is my version of the WoaS (stickwiki) project. It is starting out as the home of my fixes to the 0.12.0 version that I am calling...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10
    Autonomous Robot Simulator

    Autonomous Robot Simulator

    Physically-accurate robotics simulator written in Python

    ...It is open-source, modular, easy to learn and use, and can be a valuable tool in the process of robot design, in the development of control and reasoning algorithms, as well as in teaching and educational activities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Blackjack Game with AI

    Play blackjack against the dealer or an AI player

    This is one of the few blackjack games that has a computerized opponent that plays very effectively. In teaching mode, you can learn how to play blackjack in the mathematically ideal way, and win more than 50% of the time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Tek-e-Tot

    Tek-e-Tot

    Android/Flash educational children's games

    Tek-e-Tot is a collection of simple games for kids. It has an Android version for teaching touchscreen skills and a flash version for teaching mouse skills. The games include Touch/Click, Follow/Mouseover, and Drag. The Android app also includes audio assisted counting to 9 and 20, simple matching/sets, and learning lower and uppercase abcs. Visit wudiware.com for more information about both versions or http://www.arrall.com/teketot for very simple access to the flash games. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    BETR-Research (BETRS) is a modelling framework to create spatially resolved multimedia models for the environmental fate- and transport of chemical contaminants. It is intended to serve the research community and can be used as a teaching tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is an interpreted programming language that is designed to teach young children the fundamentals of programming, hiding away from students the complex concepts of programming, such as parentheses, quotes, data types, arrays, while allowing them to understand the basic concepts of programming, and, move to a more advanced language. It also serves as an exapmle on how to create an interpreter with QBASIC. The interpreter is written in QBASIC, and is licensed under the GNU...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    2D P2P RPG Engine

    Java Client + JS/Canvas Server-Side System, with maintained Objects

    ...So, honestly, the quickest way to contribute is to make a SourceForge, directly message me and request for a Branch, and literally take the time to TACKLE issues as they're found. I'll be teaching some of my own peers to program through this, and if you feel inspired to do so, tell me, and I'll devote a Branch to your private team.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    wizzgameplayer

    classroom management tool, groups, praise point, discipline

    Teaching, training or coaching kids, remembering names and in what group you have placed them? Have you disciplined them with a warning or praised them, but can't get the information across? Keep your classroom management open by projecting your class information on the smart-board so that you can get on with the lesson.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Sphaerica

    Interactive spherical geometry software.

    Sphaerica is an interactive spherical geometry computer software. You can create complex geometric constructions in spherical geometry with this software. It supports orthogonal, stereographic and gnomonic projections to display your construction. It also has a built in scripting language for automated constructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SpeakApps Langblog

    Announcement: This project is moved to https://github.com/UOC/Langblog

    Announcement: This project is moved to "Langblog" on GitHub December, 2013. https://github.com/UOC/Langblog/ LANGblog is an audio/videoblog used for the teaching of oral production skills. It uses blogging technologies to create a forum that aids access to audio and video files, easy recording and uploading of audio and video files, and interaction among group members. Adapted from WordPress, audio and video posts are directly created online using Flash, with no software installation required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OpenPoplog is a multi-language, incrementally-compiled virtual machine-based development environment with its own extensive teaching and support material, supporting the languages Pop-11, Prolog, Common Lisp and ML on Unix, VMS, Linux and Windows.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    DASiT

    DASiT (DLX-Altivec Simulator Tool)

    DASiT is a simulation teaching tool based on DLX processor that includes multimedia set-instructions by incorporating AltiVec SIMD extensions. The tool developed in Java displays DLX pipeline execution with its data path that incorporates visualization of memory and register. It is considered as a complement in undergraduate computer design and computer architecture subjects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Freelem is an educational robotics project. It uses Arduino as it's main component. Freelem is going to comprise a set of tools for teaching robotics to children and teenagers, including open hardware, software, schematics and teaching material.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A programming language designed for teaching the fundamental abstractions for algorithmic problem solving
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    TrajLab

    TrajLab

    MATLAB based programs for trajectory simulations of molecules

    ...AMBER, GROMACS, NAMD, etc.), the MATLAB environment offers easy access to manipulating the codes, testing novel algorithms, non-standard force fields and performing all kinds of numerical experiments. To be used mainly in teaching!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    JaCHMM

    Java Conditioned Hidden Markov Model library

    ...JaCHMM is based on the JaHMM and also designed to achieve reasonable performance without making the code unreadable. Consequently, it offers a good way of applying the Conditioned Hidden Markov Model in various tasks, e.g., for scientific or teaching purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    FOLST

    Didactic tool to support First Order Logic semantics learning

    FOLST (First Order Logic Semantic Tutor) is an interactive tool to support teaching and learning of First Order Logic semantics, allowing users to create models under certain frames, and evaluate formulas in the models created. FOLST es una herramienta didáctica e interactiva para complementar el proceso de enseñanza/aprendizaje de la Lógica de Predicados de Primer Orden. Permite al usuario crear modelos bajo ciertos frames predefinidos, y evaluar fórmulas en los modelos creados.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo