[go: up one dir, main page]

Open Source Education Software - Page 12

Education Software

View 3958 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
  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • 1
    SpaceVim

    SpaceVim

    A community-driven modular vim/neovim distribution

    SpaceVim is a community-driven modular Vim distribution. It manages collections of plugins in layers, which help to collect related packages together to provide IDE-like features. First of all, you need to install Vim or Neovim, preferably with +python3 support enabled. Also, you need to have git and curl installed in your system, which is needed for downloading plugins and fonts. If you are using a terminal emulator, you will need to set the font in the terminal configuration. After SpaceVim is installed, launch nvim or vim, all plugins will be downloaded automatically. The easiest way is to download install it. cmd and run it as administrator or install SpaceVim manually. If you want to use vim script to configure SpaceVim, please check out the bootstrap function section. The SpaceVim Documentation will introduce you to the main topics important to using SpaceVim.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Stats With Julia Book
    StatsWithJuliaBook is the companion code repository for the book Statistics with Julia: Fundamentals for Data Science, Machine Learning and Artificial Intelligence. It contains over 200 code blocks that correspond to the book’s ten chapters and three appendices, covering topics from probability theory and data summarization to regression analysis, hypothesis testing, and machine learning basics. The repository is designed for Julia users and provides ready-to-run examples that reinforce theoretical concepts with practical implementation. Readers can explore how Julia supports statistical modeling, simulation, and computational methods in data science workflows. The included initialization script simplifies package setup, ensuring that learners can focus on running and modifying the code examples. This project bridges the gap between textbook learning and hands-on coding, making it a valuable educational tool for students, researchers, and practitioners.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    The Art of Programming

    The Art of Programming

    A collection of practical tips can be found at the bottom of this page

    The Art of Programming (Second Edition) is a curated collection of programming problems and solutions originally derived from the Microsoft 100 Interview Questions blog series, later refined into a long-running tutorial and ultimately a published book. Created by July, the series began in 2010 and has since evolved into an in-depth exploration of algorithmic thinking, data structures, and coding interview preparation. The repository brings together 42 classic programming problems from the original series, enhanced with detailed explanations, formula derivations, and optimized solutions. In July 2023, work on the second edition was announced, which expands the project with updated content, new problems inspired by recent big-tech interviews, and introductions to modern machine learning techniques such as XGBoost, CNNs, RNNs, and LSTMs. This collection serves both as a historical record of algorithm problem-solving and as a living resource for programmers preparing for interviews.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Think Bayes

    Think Bayes

    Code repository for Think Bayes

    ThinkBayes is the code repository accompanying Think Bayes: a book on Bayesian statistics written in a computational style. Instead of heavy focus on continuous mathematics or calculus, the book emphasizes learning Bayesian inference by writing Python programs. The project includes code examples, scripts, and environments that correspond to the chapters of the book. Learners can run the code, experiment with probability distributions, compute posterior probabilities, and understand Bayesian updating via simulation and algorithmic methods. The book and code encourage thinking in terms of discrete approximations (sums over distributions) rather than continuous integrals, making it more accessible to many programmers. Over time, the repository has been updated (including a second edition version) to reflect improved practices, corrections, and modern Python tooling.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Easily build robust connections between Salesforce and any platform Icon
    Easily build robust connections between Salesforce and any platform

    We help companies using Salesforce connect their data with a no-code Salesforce-native solution.

    Like having Postman inside Salesforce! Declarative Webhooks allows users to quickly and easily configure bi-directional integrations between Salesforce and external systems using a point-and-click interface. No coding is required, making it a fast and efficient and as a native solution, Declarative Webhooks seamlessly integrates with Salesforce platform features such as Flow, Process Builder, and Apex. You can also leverage the AI Integration Agent feature to automatically build your integration templates by providing it with links to API documentation.
    Learn More
  • 5
    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: 2 This Week
    Last Update:
    See Project
  • 6
    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: 2 This Week
    Last Update:
    See Project
  • 7
    build-web-application-with-golang

    build-web-application-with-golang

    A golang ebook intro how to build a web with golang

    This repository is an e-book and tutorial code base that demonstrates how to build a web application in Go (Golang). It provides step-by-step guidance, sample code, explanations, and best practices around routing, handlers, templates, sessions, form handling, file upload, JSON APIs, authentication, and more, intended for learners of Go web development. Code examples for routing, handlers, and HTTP request/response handling. REST API endpoints and JSON marshalling/unmarshalling. File uploads and static file serving.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    fpinscala

    fpinscala

    Code, exercises, answers, and hints to go along with the book

    The fpinscala repository provides exercises, hints, and solutions for the book Functional Programming in Scala, serving as a companion resource for anyone studying the text. It is designed to guide learners through each chapter of the book by offering exercise stubs, partial implementations, and progressively developed code examples. As readers work through the book, they can complete exercises directly in the provided Scala files, building a library of functional programming constructs along the way. For those who need guidance, the repository includes hints and fully worked answers, with explanations and variations to deepen understanding. The project covers both the first and second editions of the book, with separate branches to match the edition being studied. By combining the book with this repository, learners can gain hands-on practice and immediate feedback, making the experience akin to having a personal tutor in functional programming.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    i-Educar

    i-Educar

    Launching the most free educational software in Brazil

    Accessible from anywhere and with single student registration available for the entire education network. Time-saving for everyone. Get current quantitative, financial and statistical data on all processes, at the time and place you want. Evaluation system and reports adapted to the different realities of the country, with numerical, conceptual or descriptive evaluation notes. Management of allocations, removals, substitutions, absences and delays, offering an integrated view of all professionals. Time frame management for analysis of demands and availability of professionals in the education network in each school period. Control of vehicles, drivers, routes, itineraries, card issuance, and control of transport users. Complete collection management with reservation control, loan, and return. Control receipts are available for each phase of the process.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Dominate AI Search Results Icon
    Dominate AI Search Results

    Generative Al is shaping brand discovery. AthenaHQ ensures your brand leads the conversation.

    AthenaHQ is a cutting-edge platform for Generative Engine Optimization (GEO), designed to help brands optimize their visibility and performance across AI-driven search platforms like ChatGPT, Google AI, and more.
    Learn More
  • 10
    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: 2 This Week
    Last Update:
    See Project
  • 11
    kickstart.nvim

    kickstart.nvim

    A launch point for your personal nvim configuration

    kickstart.nvim is a lightweight, open source starter configuration for Neovim that provides a minimal yet fully documented setup. Unlike large distributions, it focuses on being a single-file configuration that users can easily fork and customize. It supports modern Neovim features, plugin management, and language server protocol (LSP) integration, making it a practical launch point for building personalized environments. The repository includes setup instructions for Linux, macOS, and Windows, ensuring cross-platform compatibility. With external dependencies like ripgrep, fd-find, and Nerd Fonts for enhanced visuals, it balances simplicity with extensibility. Its goal is to help users quickly get started with Neovim while maintaining flexibility for future customization.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    CasADi
    A symbolic framework for C++, Python and Octave implementing automatic differentiation by source code transformation in forward and reverse modes on sparse matrix-valued computational graphs.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 13

    YAppaRi Seyali

    YAppaRi Seyali is a Tamil Prosidy Analyzer

    யாப்பறி செயலி This is a java interfaced UI for the Tamil Prosidy Analyzer It is in Beta version and expected to have some bugs.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 14
    LPub3D

    LPub3D

    LDraw™ editor for LEGO® style digital building instructions.

    LPub3D is an Open Source WYSIWYG editing application for creating LEGO® style digital building instructions. LPub3D is developed and maintained by Trevor SANDY. It uses the LDraw™ parts library, the most comprehensive library of digital Open Source LEGO® bricks available (www.ldraw.org/ ) and reads the LDraw LDR and MPD model file formats. LPub3D is available for free under the GNU Public License v3 and runs on Windows, Linux and macOS Operating Systems. LPub3D is also available as a Linux 'no-install', multi-platform AppImage. Portions of LPub3D are based on LPUB© 2007-2009 Kevin Clague, LeoCAD© 2025 Leonardo Zide, LDView© 2025 Travis Cobbs & Peter Bartfai and additional third party components. LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize or endorse this application. LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize or endorse this application. © 2015-2025 Trevor SANDY
    Leader badge">
    Downloads: 12 This Week
    Last Update:
    See Project
  • 15
    Virtual T
    Virtual T is a TRS-80 Model 100/102/200 emulator that runs on Windows, Linux, and Macintosh. The goal of Virtual T is to provide 100% hardware emulation so any existing programs will run. It also adds powerful development and debugging tools.
    Leader badge">
    Downloads: 13 This Week
    Last Update:
    See Project
  • 16

    FET_EDIT_PRINT_MOROCCO

    Advanced editor and printer for FET timetables.

    تطبيق ويب متقدم لعرض وتعديل وطباعة جداول الحصص التي تم إنشاؤها بواسطة برنامج FET، مع ميزات محسنة ومخصصة لنسخ FET بالنمط الرسمي و النظام المغربي (صباح-مساء). ====== An advanced web application for viewing, editing, and printing timetables created by the FET program, with enhanced features customized for official FET versions and the Moroccan system (morning-afternoon). Available in three languages: French, Arabic, and English.
    Leader badge">
    Downloads: 51 This Week
    Last Update:
    See Project
  • 17
    KingJamesPureBibleSearch

    KingJamesPureBibleSearch

    GUI Application to Search and Count the Pure King James Bible

    Study and analyze the Fingerprint of God in the mathematical structure, known as the King James Code, of the King James text of the Holy Bible. Allows instant real-time searches, with an autocompleter droplist to assist with words which come next. Jump to specific words, verses, or chapters by number, and see all possible count statistics of phrases within the text. Graphically visualize search results, cross-reference sources and word lexicons, and search foreign translations derived from the same Divine Masoretic/Textus Receptus Vine of Scripture. For more info and downloads, see http://www.purebiblesearch.com/ For details on the King James Code, see http://visitbethelchurch.com/
    Downloads: 10 This Week
    Last Update:
    See Project
  • 18
    ChordSmith

    ChordSmith

    Chordpro editor that can display, transpose and print song sheets.

    ChordSmith is a chordpro editor that can display, transpose and print song sheets containing chords and lyrics. It can also edit and convert song sheet formats (including Harmonica tabs) between chordpro format (chords in square brackets in line with lyrics) and two-line format (chords above lyrics). You can find many free sources of song sheets in both formats on the Internet. More information at https://chordsmith.sourceforge.io/ Here are just a few of ChordSmith's many features:
    Downloads: 49 This Week
    Last Update:
    See Project
  • 19
    Free Dictionaries
    Free translating dictionaries. Source format: TEI-P5 XML. Delivery formats: DICT, Stardict, etc. The dictionaries may include information on the pronunciation, etymology and such, in a platform-independent format. Access: web/plugins/standalone.
    Downloads: 49 This Week
    Last Update:
    See Project
  • 20
    Guido van Robot Educational Programming Language
    Leader badge">
    Downloads: 27 This Week
    Last Update:
    See Project
  • 21
    The Open ISES Project
    Open Information Systems for Emergency Services (Open ISES) is a community of software developers, paramedics, EMTs, law enforcement & fire fighters working together to create open source software & training materials for the emergency service community.
    Leader badge">
    Downloads: 11 This Week
    Last Update:
    See Project
  • 22
    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: 14 This Week
    Last Update:
    See Project
  • 23
    Sports Tactics Board is a utility that allows coaches, trainers and officials to describe sports tactics, strategies and positioning using a magnetic or chalk-board style approach. Supports soccer, hockey, volleyball and floorball.
    Leader badge">
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    iTest is a Qt application consisting of a Server and a Client designed for easy computerised examination.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 25
    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: 10 This Week
    Last Update:
    See Project