Open Source Education Software - Page 9

Education Software

View 3984 business solutions
Education Clear Filters
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 1
    Quran for Android

    Quran for Android

    A Quran reading application for Android

    Quran for Android is a simple, open source Quran application for Android devices. It is based on Madani and features Madani images, Qaloon images and Naskh images all used with permission. It also has translations, Tafsir and Arabic data from tanzil and King Saud University. This project offers plenty of great features, with many more under development. Current features include translations in many different languages (Arabic Tafseer, English Sahih International Translation, French, German, Indonesian, Malay, Spanish, among others), bookmarking and tagging, audio recitation and more.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    REKCARC-TSC-UHT

    REKCARC-TSC-UHT

    Guidance for courses in Department of Computer Science and Technology

    This repository is a mirrored, community-curated set of study materials for Tsinghua University’s Department of Computer Science and Technology (the name reads like “THU-CST” reversed). It gathers course notes, labs, exam archives, and project write-ups across core CS topics, emphasizing reproducible setups and guidance for succeeding in demanding classes. The content is organized to mirror the program’s progression so students can see prerequisites and plan learning paths. Contributors document pitfalls and tips that official syllabi may not cover, such as tooling quirks or typical grading criteria. The project stresses responsible use—learn from the material, don’t plagiarize—and continually evolves through community review. As a living handbook, it captures institutional knowledge that helps level the playing field for students with different backgrounds.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Ray Tracing in One Weekend Book Series

    Ray Tracing in One Weekend Book Series

    The Ray Tracing in One Weekend series of books

    The Ray Tracing in One Weekend series of books are now available to the public for free online. They are now released under the CC0 license. This means that they are as close to public domain as we can get. (While that also frees you from the requirement of providing attribution, it would help the overall project if you could point back to this web site as a service to other users.) These books are formatted for printing directly from your browser, where you can also (on most browsers) save them as PDF. In Ray Tracing in One Weekend, you will build a simple brute-force path tracer. Continuing with Ray Tracing: The Next Week, you will add textures, volumes (like fog), rectangles, instances, lights, and support for lots of objects using a bounding volume hierarchy (BVH). Finally, with Ray Tracing: The Rest Of Your Life, we'll dive into the math of creating a very serious ray tracer.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Realtime Chat Application

    Realtime Chat Application

    Build and deploy a real time chat application

    This full-stack tutorial project shows how to build and deploy a real-time chat app using React on the client and Node/Express with Socket.io on the server. It covers the mechanics of establishing WebSocket connections, broadcasting and receiving messages, and maintaining active user rooms. The repository includes scripts and instructions to spin up both client and server quickly so you can experiment locally. It illustrates common patterns like event-driven messaging, joining/leaving rooms, and rendering live message streams in the UI. The goal is to teach production-adjacent concepts such as minimal state management, basic routing, and environment configuration without overwhelming the learner. The project has been widely referenced by learners tackling socket-based chat as an entry point to real-time web development.
    Downloads: 3 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    SRE Checklist

    SRE Checklist

    A checklist of anyone practicing Site Reliability Engineering

    SRE Checklist is a practical, operations-focused checklist for running reliable services the way Site Reliability Engineering recommends. It breaks SRE good practices into concrete items: SLIs/SLOs, alerting, runbooks, on-call processes, capacity planning, backups, security, and incident response. Instead of only describing SRE theory, it turns it into “did you do this yet?” items that teams can track as they harden their systems. This makes it especially helpful for organizations that are new to SRE and want to operationalize reliability without inventing everything from scratch. The checklist format also makes audits and maturity assessments straightforward: you can see at a glance what’s in place and what’s missing. Over time, teams can adopt it as part of their service-readiness or launch checklists.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Skills Service

    Skills Service

    SkillTree is a micro-learning gamification platform

    Skills Service is an open-source microservice developed by the NSA that provides gamified skills tracking for developers. It enables organizations to define, track, and reward skill acquisition and progress through a customizable and modular system. Developers earn points and levels by completing tasks or learning activities, with progress tracked via a web UI or REST API. It is designed to foster a culture of continuous learning, provide visual skill feedback, and promote user engagement within teams or educational settings.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Source Code Hunter

    Source Code Hunter

    Source code analysis of Spring, MyBatis, Redis, Netty, and more

    Source Code Hunter is an open source project by Doocs that focuses on analyzing and explaining the source code of widely used Java frameworks and libraries. It helps developers deepen their understanding of internal implementations, design patterns, and performance optimizations by walking through actual codebases such as Spring, MyBatis, Netty, Tomcat, and others. The project aims to bridge the gap between theoretical knowledge and real-world application by providing step-by-step annotated explorations of core components in these frameworks. It’s a valuable resource for Java developers preparing for interviews, system design discussions, or those looking to strengthen their ability to read and learn from production-level code.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    SwiftLint

    SwiftLint

    A tool to enforce Swift style and conventions

    A tool to enforce Swift style and conventions, loosely based on the now archived GitHub Swift Style Guide. SwiftLint enforces the style guide rules that are generally accepted by the Swift community. These rules are well described in popular style guides like Ray Wenderlich’s Swift Style Guide. SwiftLint hooks into Clang and SourceKit to use the AST representation of your source files for more accurate results. You might want to move your SwiftLint phase directly before ‘Compile Sources’ step, to detect errors quickly before compiling. However, SwiftLint is designed to run on valid Swift code that cleanly completes the compiler’s parsing stage. So running SwiftLint before ‘Compile Sources’ might yield some incorrect results. SwiftLint hooks into SourceKit so it continues working even as Swift evolves! This also keeps SwiftLint lean, as it doesn’t need to ship with a full Swift compiler, it just communicates with the official one you already have installed on your machine.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    System Design Notebook

    System Design Notebook

    Learn System Design step by step

    System Design Notebook is a structured, personal knowledge base for learning and practicing system design, written in a way that mirrors real interview and on-the-job thinking. Instead of being a single long article, it’s split into topics like scalability, load balancing, data partitioning, caching, availability, consistency, and communication patterns, so you can study them in isolation. It emphasizes reasoning: why you pick a certain database, why you shard, why you put a queue, and what trade-offs come with each choice. The notes often connect abstract concepts to concrete systems such as social networks, feeds, chat, and file storage, which makes it easier to translate theory into design diagrams. It is meant to be expanded over time, so you can treat it as a living notebook you keep coming back to before interviews or architecture reviews. The repo is especially helpful for people who already know the basics of backend but want to articulate system design decisions clearly.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    The Open Guide to Equity Compensation

    The Open Guide to Equity Compensation

    Stock options, RSUs, taxes

    The Open Guide to Equity Compensation is a plain-English handbook that explains how startup equity works for employees and founders. It walks through stock options, RSUs, vesting, cliffs, refresh grants, and exercise mechanics so readers understand both terminology and outcomes. Tax topics are covered at a practical level—AMT, 83(b), and how different equity types interact with taxes over time—so people can ask better questions of professionals. The guide emphasizes negotiating and evaluating offers, including dilution, liquidation preferences, and how to compare cash versus equity across companies and stages. It aims to reduce anxiety and confusion by presenting examples, rules of thumb, and trade-offs without legalese. While not a substitute for professional advice, it equips readers with a mental model to navigate compensation, retention, and exit scenarios more confidently.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    ThingPulse ESP8266 Weather Station

    ThingPulse ESP8266 Weather Station

    ESP8266 Weather Station library supporting OpenWeatherMap

    This code works best with the NodeMCU V2 ESP8266 module and an 0.96" OLED display. To get you up and running in no time we created a kit that contains all the necessary parts. By buying this and other kits from us you are funding the maintenance and development of this library. Make sure you use a version of the Arduino IDE which is supported by the ESP8266 platform. If you are using the PlatformIO environment for building, choose one of the available IDE integration or the Atom-based IDE, install libraries 561, 562, and 563 with "platformio lib install", adapt the WeatherStationDemo.ino file to your needs. The simple class uses the header date and time to set the clock. NTP-based time class written by Fabrice Weinberg. We fixed many bugs and improved performance and changed the API a little bit. Either compare your code to the updated WeatherStationDemo or read through the upgrade guide.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    To Be Top Javaer

    To Be Top Javaer

    To Be Top Javaer - The Path to Becoming a Java Engineer

    toBeTopJavaer is an open source knowledge base and learning roadmap designed to help developers become expert Java engineers. Created and maintained by Hollis, the project compiles a wide range of Java fundamentals, advanced features, and ecosystem knowledge into one structured guide. It covers core Java concepts, JVM internals, multithreading, frameworks, databases, system design, and interview preparation. The repository is presented in a structured, progressive format so learners can follow along step by step while also diving into specific areas of interest. Its goal is to help developers not only strengthen their Java skills but also broaden their understanding of software engineering practices, distributed systems, and career development. With practical notes, explanations, and curated resources, it serves as both a study plan for self-learners and a long-term reference for working developers.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    ZJU Icicles

    ZJU Icicles

    Zhejiang University Course Guide Sharing Program

    zju-icicles is a community-maintained collection of course resources for students at Zhejiang University, organized by department and course. It aggregates syllabi, lecture notes, past exams, assignments, and study guides contributed by generations of students. The catalog structure and contribution guidelines encourage consistent formatting so materials are easy to find and update. It promotes academic integrity by positioning the content as study aids rather than shortcuts, with reminders to follow current course policies. New contributors can add or improve items via pull requests, keeping the repository alive and representative of the evolving curriculum. For incoming and current students alike, it reduces information asymmetry and helps plan coursework with realistic expectations.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    ixy-languages

    ixy-languages

    A high-speed network driver written in C, Rust, C++, Go, C#, Java

    ixy-languages is a repository exploring the implementation of the ixy network driver (originally written in C) in multiple programming languages, showing how the same core logic can be expressed across language boundaries. The ixy driver is a minimal DPDK-based user-space NIC driver intended for education, demonstration, and controlled experimentation. This project reimplements the ixy driver architecture in Rust, Go, C++, Zig, and possibly other languages, maintaining the same driver semantics and API so users can compare performance, expressivity, safety, and expressiveness trade-offs. The repository helps systems and networking learners understand how low-level I/O code behaves differently in memory-safe languages versus unsafe ones. Each language subdirectory includes build scripts, language-specific idioms (e.g. unsafe blocks in Rust), binding layers, and benchmarks for packet I/O and latency.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    KLAVAR! is porting to MS Windows a graphic music sequencer/notation program based on the easy-to-read KLAVAR music notation, without clefs, sharps, flats or accidentals. It was originally written in GFA Basic for the Atari ST. Earlier releases were also targeting Apple Mac OS X and GNU/Linux operating system but the effort had to abandoned due to the uncertain future of the development tools used.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 16
    MRiLab

    MRiLab

    A Numerical MRI Simulation Platform

    The MRiLab project is moving to GitHub, the latest version can be obtained from https://leoliuf.github.io/MRiLab/ The MRiLab is a numerical MRI simulation package. It has been developed and optimized to simulate MR signal formation, k-space acquisition and MR image reconstruction. MRiLab provides several dedicated toolboxes to analyze RF pulse, design MR sequence, configure multiple transmitting and receiving coils, investigate magnetic field related properties and evaluate real-time imaging technique. The main MRiLab simulation platform combined with those toolboxes can be applied to customize various virtual MR experiments which can serve as a prior stage for prototyping and testing new MR technique and application. If you find MRiLab useful for your work, please cite this paper: Fast Realistic MRI Simulations Based on Generalized Multi-Pool Exchange Tissue Model. IEEE Transactions on Medical Imaging. 2016. doi: 10.1109/TMI.2016.2620961
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • 17
    Downloads: 33 This Week
    Last Update:
    See Project
  • 18
    VirtualX - Online Examination System

    VirtualX - Online Examination System

    VirtualX has all features that you need to manage an online exam

    VirtualX is an open source online examination system and can be used across organization types such as Colleges/Universities, Schools etc. This tool allows Administrators, Examiners, and Question Setters to add/edit/delete questions and schedule tests, quizzes, exams and generate reports. Some of the key features of this tool are Role based security among different question setters, schedule exams for examinees and send email with login details, managing questions of 11 different types (Multiple choice, Multiple selection, fill ups, true/false, yes/no, Likert, matrix, drag/drop, image based, hierarchical and multiple choice), categorizing questions for easy accessibility, assign marks to every individual question, randomizing the presentation of question, secure delivery of questions during exams, easy mark based evaluation process, display result, reports and graphical analysis on demand etc. This multilingual tool has other features like blog/discussion as well as document sharing.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 19
    Luz do Saber

    Luz do Saber

    Software para alfabetização e inclusão digital.

    Luz do Saber é um software educativo utilizado para alfabetização e inclusão digital que conta com duas versões, uma infantil e outra para jovens e adultos. Baseado na metodologia de ensino de Paulo Freire. Este projeto é financiado pelo Governo do Estado do Ceará - Brasil.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 20
    PowerTalk automatically speaks Microsoft PowerPoint presentations. For presenters who find speaking difficult, audiences containing people with visual impairments and fun educational uses. Uses synthesised computer speech provided with Windows
    Downloads: 23 This Week
    Last Update:
    See Project
  • 21
    jMemorize is written in Java and uses Leitner flashcards to make memorizing facts not only more efficient but also more fun. Please note that the project is now maintained on https://github.com/riadd/jMemorize
    Downloads: 16 This Week
    Last Update:
    See Project
  • 22
    openSIS Community Edition

    openSIS Community Edition

    Open Source Student Information System / School Management Software

    This openSIS Community Edition is the official openSIS edition supported by Open Solutions for Education, Inc., the publisher of openSIS application. This edition is worked on by the OS4ED core development team and is also open to the public.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 23
    Monia Suite
    La suite logicielle Monia est destinée à l'apprentissage de l'algorithmique en français. Elle permet de fabriquer un exécutable à partir d'un organigramme, en passant par un programme procédural écrit en pseudo-langage.
    Leader badge
    Downloads: 41 This Week
    Last Update:
    See Project
  • 24
    biblatex
    Biblatex is a LaTeX package which provides full-featured bibliographic facilities
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 25
    Angry Birds Open-Level Editor

    Angry Birds Open-Level Editor

    Create your own Angry Birds levels with Open-Level Editor!

    Create, edit and share your own levels with Angry Birds Open-Level Editor! Select any items and characters as you want and add it to your level screen. Then export it to a file and play it in the game or share it to your friends! This software is... free, easy and offline!
    Leader badge
    Downloads: 73 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.