[go: up one dir, main page]

Open Source ChromeOS Education Software - Page 5

Education Software for ChromeOS

  • 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
  • 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
  • 1
    TechCPP

    TechCPP

    C++ learning and interview guide aimed at back-end systems developers

    TechCPP is a comprehensive C++ learning and interview guide aimed at back-end and systems developers preparing for professional roles. It gathers frequently asked concepts and deep dives—value categories (lvalue/rvalue), perfect forwarding, casts, memory models, atomics, and more—into a structured, readable format. The material goes beyond syntax to discuss performance, optimization techniques, and how standard library containers are implemented under the hood. You’ll also find practical debugging and tooling advice, such as using gdb to diagnose deadlocks or reasoning about concurrency primitives. The repository organizes topics so you can quickly locate weak spots before interviews or brush up for day-to-day coding. It’s equally useful as a revision handbook and as a roadmap for engineers moving from “effective C++ usage” toward “systems-level competence”.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    The Sourdough Framework

    The Sourdough Framework

    Make the best possible sourdough bread at home

    The Sourdough Framework is an open, experiment-driven handbook that explains sourdough baking as a system rather than a set of isolated recipes. It breaks breadmaking into measurable variables—starter strength, flour characteristics, hydration, temperature, salt, timing—and shows how each affects dough behavior and flavor. The text leans on baker’s percentages and dough temperature targets to help you plan, troubleshoot, and reproduce results across seasons and kitchens. You’ll find step-by-step fermentation schedules, shaping and scoring guidance, and comparisons of techniques like slap-and-fold, stretch-and-fold, autolyse, and cold retard. A strong emphasis on diagnostics helps you read the dough (windowpane, poke test, gas retention) and fix common problems such as dense crumbs, weak gluten, or over-/under-proofing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Uneebee

    Uneebee

    Platform for creating interactive courses

    Uneebee is an open-source Elixir/Phoenix application focused on community content and learning workflows, designed to be both a usable product and a practical reference for building modern web apps in the Elixir stack. Its structure showcases common concerns—authentication, profiles, content creation, feeds, tagging, and search—implemented with clean boundaries so features can evolve independently. Real-time updates and responsive interactions are handled using Phoenix’s live capabilities and channels, demonstrating how to mix server-driven UI with interactive client behavior. Background jobs, caching, and pagination patterns are laid out in a way that scales from small communities to heavier usage. The codebase emphasizes maintainability with clear contexts, test coverage, and a straightforward deployment story. As a learning resource, it helps teams see how to stitch together Phoenix primitives into a cohesive, production-leaning application.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    jstutorial

    jstutorial

    Javascript tutorial book

    This repository is a comprehensive, tutorial-style guide to JavaScript that walks readers from the language’s fundamentals to practical application in the browser and on the server. It explains core concepts like values and types, scope, functions, objects, and prototypes in a clear, example-driven style that favors short, readable snippets. The material steadily introduces modern features—modules, arrow functions, classes, destructuring, promises, and async/await—while relating them back to the underlying mechanics of the language. Beyond syntax, it explores how JavaScript actually runs, touching on the event loop, asynchronous patterns, and common pitfalls that trip up newcomers. The browser section covers DOM manipulation, events, storage, and network requests so readers can build interactive pages with confidence. Later chapters introduce Node.js usage and ecosystem basics, making the tutorial a practical bridge between front-end and back-end JavaScript.
    Downloads: 1 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
    lean-side-bussiness

    lean-side-bussiness

    Guide to building and running lean side businesses

    A pragmatic guide to building and running lean side businesses, oriented toward solo developers and small teams. It collects experience-based notes, checklists, and lightweight frameworks for validating ideas quickly before investing significant time or money. The emphasis is on shipping fast, narrowing scope, and focusing on channels that predictably convert rather than chasing vanity metrics. It also covers everyday operations—pricing, payment flow, support, and simple analytics—so a side project can function like a real product from the start. The materials are clear and tactical, helping you avoid common pitfalls such as over-engineering, unclear positioning, or unfocused marketing. For developers who want repeatable processes, it offers a blueprint that turns weekend hacks into sustainable micro-products.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    one-person-businesses-methodology

    one-person-businesses-methodology

    Methodology for building one-person online businesses

    This project distills a methodology for building one-person online businesses that are realistic to start, maintain, and grow. It frames product selection around personal unfair advantages—skills, access, or niche knowledge—so you can compete without a large team. The repository breaks the journey into phases: idea mining, problem-solution fit, audience building, monetization, and compounding through small, continuous improvements. Rather than theory, it focuses on day-to-day habits, weekly cadences, and decision heuristics that keep a solo founder moving. It also highlights risk management for health, burnout, cash flow, and platform dependence, which are often overlooked in indie-hacker playbooks. The result is a playbook you can revisit to guide prioritization, cut scope, and keep momentum when resources are tight.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    os-tutorial

    os-tutorial

    How to create an OS from scratch

    os-tutorial is an open source educational project by cfenollosa that teaches the basics of building an operating system from scratch. The repository provides step-by-step lessons starting with bootloaders and moving through kernel development, interrupts, memory management, and system calls. Each tutorial is accompanied by clear explanations, code examples, and references to deepen understanding. The project uses x86 assembly and C to illustrate concepts, making it accessible to students and hobbyists interested in low-level programming. By compiling and running the examples with tools like QEMU, learners gain hands-on experience with OS fundamentals. With its structured lessons and approachable explanations, the repository has become a widely recommended resource for operating system beginners.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    refbase - Web Reference Database

    refbase - Web Reference Database

    Online bibliographic manager for research groups. Zotero-compatible.

    refbase is a web-based bibliographic manager which can import and export references in various formats (including BibTeX, Endnote, MODS XML, and OpenOffice). It can make formatted lists of citations and offers powerful searching, rich metadata, and RSS.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    SigPack

    SigPack

    SigPack - A signal processing library using Armadillo

    SigPack is a C++ signal processing library using the Armadillo library as a base. The API will be familiar for those who has used IT++ and Octave/Matlab.
    Downloads: 9 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 10
    NumericalChameleon

    NumericalChameleon

    a free cross platform precise unit converter, supports 6000+ units

    The NumericalChameleon is a free, open source, cross platform software in order to convert units. It converts numbers with a precision of up to 1000 significant figures. It supports more than 6000 units in 94 categories. It has been localized in 10 languages.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 11

    Web-CAT

    Open-source automated grading of programming assignments

    Web-CAT is a plug-in based web application for automatically grading programming assignments in many programming languages. This project also provides Eclipse plugins for electronic submission and feedback services directly from the Eclipse IDE. We now use github for source code control (https://github.com/web-cat), although all file releases are still provided here through SourceForge. The CVS repository here is for archival purposes only.
    Leader badge">
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    Eulumdat_3D - QLumEdit2

    Eulumdat_3D - QLumEdit2

    show and edit eulumdat files

    Eulumdat_3D the better Eulumdat viewer and editor. You can view ldt files as 3D ,compare two luminaires, print a simple datasheet. From given light distribution you can create different ldt files depending on light flux and CCT also as app under https://play.google.com/store/apps/details?id=com.riloc.eulumdat
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    The archive-crawler project is building Heritrix: a flexible, extensible, robust, and scalable web crawler capable of fetching, archiving, and analyzing the full diversity and breadth of internet-accesible content.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    eBook

    eBook

    LaTeX book with examples, open-source eBook

    LaTeX can be a challenging system to learn, but with this book of different examples, it becomes interesting and easier than ever. This comprehensive guide covers a lot of essentials and is written in a clear and concise style, showing the result vs code. Plus, it's #opensource and freely available, creating a collaborative learning environment. In this book the I try to reveal how you can find necessary pieces of TeX code looking only at already done work. If you want to create high-quality documents with LaTeX, check out the LaTaX book on GitHub, and feel free to ask any questions you have.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    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: 6 This Week
    Last Update:
    See Project
  • 16
    Koha Library Management System

    Koha Library Management System

    Free & Open Community Edition Server in a Complete Virtual Machine

    This VM is created for 2 reasons: 1. Very little initial setup work required to make a Library Management System live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with koha wherever mentioned ) After starting this VM, please access these websites ( Just Accept Any Warnings ) : Public Website Address: https://koha.local Staff Website Address: https://koha.local:4430 Staff Username: staff Staff Password: change_this from any PC on your Local Network. For better performance, Increase the CPU Count & Memory in the VM's Settings, as available on the physical machine. Also, read the koha guidelines, given on the Wiki Page of this site, for choosing the right hardware resources. Backup the system regularly, to avoid any issues, as in the video. Google Search helps in finding more about Koha.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 17
    Jacksum

    Jacksum

    a free cross platform checksum utility, supports 58+ hash algorithms

    Development of this project has been moved to https://github.com/jonelo/jacksum. This site has been left for historical purposes ONLY, you find older Jacksum versions here. Please visit the GitHub site for current development. Jacksum 1.7.0 is a platform independent checksum utility (written entirely in Java) for computing and verifying (integrity check) checksums, CRC and hashes (fingerprints). It supports 58 popular hash algorithms and a lot of unique features.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    JPC
    The fast x86 PC emulator in 100% pure Java
    Downloads: 11 This Week
    Last Update:
    See Project
  • 19

    Docear

    An Academic Literature Suite

    Docear (pronounced dog-ear) is what we call an “academic literature suite”. It integrates everything you need to search, organize and create academic literature in a single application: a digital library, reference manager, PDF and file manager, note taking and mind mapping. And the best: Docear works seemlessly with many existing tools like Mendeley, Microsoft Word, and Foxit Reader. Docear is free and open source, based on Freeplane, funded by the German Federal Ministry of Technology and developed by scientists from around the world, among others from OvGU, and the University of California, Berkeley.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    oopinyinguide
    OO Pinyin Guide is a Java extension for OpenOffice 3 or higher. It enables the user to add pinyin transliteration over Chinese characters inside a text document. This tool can be useful for people learning or teaching Chinese.
    Leader badge">
    Downloads: 11 This Week
    Last Update:
    See Project
  • 21
    BiblioteQ
    BiblioteQ strives to be a professional cataloging and library management suite, utilizing a Qt 5.x interface and providing connectivity to PostgreSQL and SQLite. The SRU and Z39.50 protocols are used for retrieving data for books, journals, and magazines. The official source repository is located at https://github.com/textbrowser/biblioteq. Latest releases may be downloaded at https://github.com/textbrowser/biblioteq/releases.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    The purpose of this project is to create a German translation of the book <a href="http://www.byteofpython.info">"A Byte of Python"</a> originally written in English by Swaroop C H.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 23
    Structorizer
    Structorizer is a little tool which you can use to create Nassi-Schneiderman Diagrams (NSD). Stuctorizer is written in Java and free for any use. The code has been moved to Github: https://github.com/fesch/Structorizer.Desktop
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    StudyXY

    StudyXY

    AI-Powered Study Suite for Smarter Learning & Better Grades

    StudyXY is an all-in-one AI-powered study suite designed to help students learn faster, write better, and score higher. It combines advanced AI tools for essay writing, homework help, plagiarism checking, flashcard generation, and test preparation — all within a clean, distraction-free interface. ✍️ AI Writer – Create essays and research papers with real citations. 🧮 AI Homework Helper – Get step-by-step problem solutions. 📄 Document Chat – Upload and chat with your notes or PDFs. 🧠 Flashcard Generator – Turn notes into study flashcards instantly. 📝 AI Test Prep – Generate quizzes tailored to your topics. 🔍 Plagiarism Checker & AI Detector – Maintain originality and academic integrity. StudyXY is lightweight, ad-free, and privacy-focused — available for Windows, Android, and Web.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25
    Science Olympiad Scoring System

    Science Olympiad Scoring System

    Excel based scoring system for Science Olympiad tournaments

    This is an Excel based scoring system for use at Science Olympiad tournaments. Versions have been in use since 2002 at tournaments all over the country. It is free for non-commercial use and modification. Please submit any bug reports or feature requests by emailing the author at the address listed on the Startup page in the workbook. Click on the green button above to download the current Div C version, or on the files link to get the Div B version (be sure to save to disk first, then open the files). There is also a version with test data pre-populated and numerous settings / errors to demonstrate the functionality of the program. NOTE: Excel 2008 for Mac does NOT support macros at all, thus many parts of this system won't work. Virtually any other version of Office will work. Be sure to signup for the mailing list to be informed of updates Note a 'SO Scoring Best Practices' PDF is available to give tips and tricks used at the National Tournament.
    Leader badge">
    Downloads: 15 This Week
    Last Update:
    See Project