[go: up one dir, main page]

Open Source ChromeOS Education Software - Page 6

Education Software for ChromeOS

  • 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
  • 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
  • 1
    Practice Python

    Practice Python

    Part of my daily plan for studying Python

    practice-python provides a structured set of small, focused exercises aimed at building fluency with Python fundamentals. The tasks emphasize real coding over passive reading, nudging you to write, run, and iterate on solutions. Exercises commonly target strings, lists, dictionaries, control flow, functions, classes, and common algorithms, reinforcing idiomatic Python patterns. Many problems are intentionally minimal in boilerplate so you can concentrate on logic and clarity. The collection is well suited to daily practice sessions or warm-ups before tackling more complex projects. It is also friendly for learners returning to Python after time away, helping reacquire muscle memory through repetition.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Project Based Learning

    Project Based Learning

    Curated list of project-based tutorials

    project-based-learning is a community-curated open source repository that compiles programming tutorials focused on building real-world applications from scratch. It organizes resources by programming languages such as Python, Java, JavaScript, C++, Go, Rust, and many others. Each tutorial emphasizes practical, hands-on learning through project development rather than theoretical study. The collection spans various domains including web development, game programming, systems programming, and machine learning. By following the projects, learners can strengthen problem-solving skills, gain experience with different technologies, and build portfolios. The repository grows with community contributions, making it a dynamic resource for developers at all levels.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    ReactJS Interview Questions

    ReactJS Interview Questions

    List of top 500 ReactJS Interview Questions & Answers

    ReactJS Interview Questions is a curated collection of over 500 commonly asked questions and answers about React and its ecosystem. The repository is designed as a preparation resource for developers preparing for interviews involving React, Redux, React Router, React Native, and related JavaScript technologies. It covers a broad spectrum of topics, from the fundamentals of React components and state management to advanced concepts like hooks, performance optimization, and design patterns. The project also extends into practical integration topics, such as working with APIs and handling routing. Future updates plan to add coding exercises, making the resource even more hands-on for learners. With contributions from the developer community, it serves as a practical guide for interview readiness and continuous skill-building.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Rust Course

    Rust Course

    It has been the world's most popular language for 8 consecutive years

    The Rust语言圣经 (Rust Language Bible) is a comprehensive, Chinese-language Rust tutorial that aims to take learners from beginner concepts to advanced mastery. The course is carefully designed with a structured catalog, vivid and approachable language, and an engaging style that avoids the dry and mechanical tone of many technical books. It covers the basics of Rust, such as ownership, borrowing, lifetimes, traits, and generics, but also dives deep into advanced topics like performance optimization, linked list implementations, async programming with Tokio, standard library internals, Cargo usage, and WebAssembly development. The project emphasizes practical learning through exercises, helping users approach Rust study as if it were a university course. It also provides a "Cookbook" section of practical code snippets for common tasks such as file operations, regex handling, and database interactions, allowing learners to quickly reference solutions without searching externally.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
    Learn More
  • 5
    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: 1 This Week
    Last Update:
    See Project
  • 6
    Spoon Knife

    Spoon Knife

    This repo is for demonstration purposes only

    The Spoon-Knife repository is a test project created and maintained by GitHub to help new users learn how to fork repositories and contribute through pull requests. It is intentionally simple, containing minimal HTML and CSS code, so that the focus is on practicing workflow rather than navigating a complex codebase. This project serves as a safe playground where developers can clone, edit, and submit changes without worrying about breaking anything meaningful. The repository is often used in tutorials, guides, and onboarding materials to help beginners become comfortable with GitHub's collaborative features. By interacting with Spoon-Knife, contributors learn essential skills like creating forks, committing changes, making pull requests, and syncing with upstream repositories. Its simplicity makes it accessible to absolute beginners, while still being a useful refresher for experienced developers who want to test GitHub functionality.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Tech Interview Handbook

    Tech Interview Handbook

    Curated coding interview preparation materials

    Tech Interview Handbook is a curated, mostly self-contained compilation of technical interview preparation resources—including algorithms, system design, resume tips, and behavioral questions—crafted for busy software engineers. The information in this repository is condensed. Ultimately, the key to succeeding in technical interviews is consistent practice and I don't want to bore you with too many words. I tell you the minimum you need to know on how to go about navigating the interview process, you go and practice and land your dream job. This repository has practical content that covers all phases of a technical interview, from applying for a job to passing the interviews to offer negotiation. Technically competent candidates might still find the non-technical content helpful. Also, existing resources focus mainly on algorithm questions and lack coverage for more domain-specific and non-technical questions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    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: 1 This Week
    Last Update:
    See Project
  • 9
    The Magic of CSS

    The Magic of CSS

    A CSS course to turn you into a magician

    Magic of CSS is an open source educational project by Adam Schwartz that explores advanced CSS concepts through practical lessons. It is structured as a series of chapters that cover topics like the box model, layouts, positioning, typography, and animations. The repository is designed to go beyond basic CSS tutorials, teaching how to harness the language for complex, responsive, and visually appealing designs. Each lesson is supported by examples and code that demonstrate real-world use cases. The project emphasizes both the technical and creative potential of CSS, showing how small details can greatly improve user experience. It has become a valuable reference for developers aiming to deepen their front-end skills.
    Downloads: 1 This Week
    Last Update:
    See Project
  • The CRM you’ll want to use every day Icon
    The CRM you’ll want to use every day

    With CRM, Sales, and Marketing Automation in one, Act! gives you everything you need for happier clients, more revenue, and less stress.

    Act! Premium is perfect for small and midsize businesses looking to market better, sell more, and create customers for life. With unparalleled flexibility and freedom of choice, Act! Premium accommodates the unique ways you do business. Whether it’s customizations to fit your specific business or industry processes or your preferences for deployment and access, the possibilities with Act! Premium are limitless.
    Learn More
  • 10
    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 graphical interface; the program simply generates an image. To minimize external dependencies, I provide my students with a single class for handling TGA files — one of the simplest formats supporting RGB, RGBA, and grayscale images. This serves as our foundation for image manipulation. At the beginning, the only available functionality (besides loading and saving images) is the ability to set the color of a single pixel.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    code-review-tips

    code-review-tips

    Common problems to look for in a code review

    code-review-tips is a concise, actionable set of heuristics to improve the quality and consistency of software code reviews. While examples are written in JavaScript, the advice generalizes to most languages and frameworks. The tips focus on spotting common pitfalls—naming ambiguity, hidden complexity, missing tests, leaky abstractions, performance traps, and security footguns—before they reach production. The guide is designed to be skimmed during review, turning tribal knowledge into a repeatable checklist. It champions empathetic reviewing, emphasizing clarity, small diffs, and constructive feedback that helps teams move faster. By treating code review as a skill with teachable patterns, the project helps teams catch issues earlier and raise the overall bar.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    raspberry-pi-os

    raspberry-pi-os

    Learning operating system development using Linux kernel and Raspberry

    This project provides a step-by-step educational guide on building a simple operating system kernel entirely from scratch, specifically targeting the Raspberry Pi 3. The operating system, referred to as RPi OS, is inspired by the Linux kernel but remains intentionally minimal to focus on clarity and teaching fundamental OS concepts. Each lesson introduces a kernel feature and demonstrates its implementation within RPi OS, followed by a comparison to how the same concept is realized in the Linux kernel. The repository is structured so that every lesson corresponds to a snapshot of the source code at that stage, making it easier for learners to follow the progression of kernel development. The design of the lessons emphasizes gradual learning, allowing readers without prior OS development experience to understand kernel internals. The project is still under active development and encourages community contributions to expand its lessons and improve its content.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Euclide
    Euclide is a dynamic geometry application written in Java. It allows creation of geometric shapes (lines, points, circles, conics...) and transforms (rotation, symmetry...), which depend each other. Moving a shape will also move shapes dependent on it.
    Leader badge">
    Downloads: 9 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    MySQL English Dictionary

    MySQL English Dictionary

    A Full English - English dictionary in MySQL Format

    A dictionary with 176023 entries. Text was extracted from the files at http://www.mso.anu.edu.au/~ralph/OPTED/ and then parsed and stored in a 16MB MySQL database. The database has three fields : a. word b. wordtype and c. definition. You can use this standalone or as a jquery/ajax/PHP addon for your programs. Acknowledgment of the original content: a. OPTED b. Project Gutenburg c. and the 1913 edition of Webster's Unabridged Dictionary
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    MockExaminer is a software that you can use to prepare yourself for exams. You can also use it to create and deliver exams to other candidates. In fact the software consists of two separate programs; an exam designer and an exam deliver agent.
    Leader badge">
    Downloads: 29 This Week
    Last Update:
    See Project
  • 17
    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: 13 This Week
    Last Update:
    See Project
  • 18
    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: 5 This Week
    Last Update:
    See Project
  • 19

    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: 6 This Week
    Last Update:
    See Project
  • 20
    TSP Solver and Generator

    TSP Solver and Generator

    Generate and solve Travelling Salesman Problem tasks

    TSPSG is intended to generate and solve Travelling Salesman Problem (TSP) tasks. It uses Branch and Bound method for solving. An input is a number of cities and a matrix of city-to-city travel prices. The matrix can be populated with random values in a given range (useful for generating tasks). The result is an optimal route, its price, step-by-step matrices of solving and solving graph. The task can be saved in internal binary format and opened later. The result can be printed or saved as PDF, HTML, or ODF. TSPSG may be useful for teachers to generate test tasks or just for regular users to solve TSPs. Also, it may be used as an example of using Branch and Bound method to solve a particular task.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 21
    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: 5 This Week
    Last Update:
    See Project
  • 22
    eTests

    eTests

    Formative evaluation platform

    eTests is a PHP/MySQL web-based platform allowing to set formative evaluations using multiple choice questions. It has been developed during a Phd in education at the University of Namur, Belgium. To the students it offers feedback and detailed results to compare with pairs. To teachers it offers a way to analyze questions, validate them, follow the classroom trends of answers, edit questions, surveys, contextualize results regarding to studies sections, period of the year, etc. This software is actually in pre-alpha because some not essentials features are still missing. eTests uses several opensources libraries. See the 'Credits' section in the README file. There is no documentation for the moment. It will be done in the wiki as soon as possible. eTests was presented at FOSDEM 2013 during a lightning talk http://youtu.be/BM0QpD86je0
    Downloads: 7 This Week
    Last Update:
    See Project
  • 23
    Sarf is an integrated software system (engine) that can generate arabic verbs, derivative nouns, and gerunds, and inflect them, starting from their triple and quadruple roots, depending on the grammar and morphology rules, and using the system database.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 24
    Freeware Crossplatform Multiformat Dictionary (based on Qt4). It currently supports SDB, XDXF, DSL, MOVA formats.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 25

    bootf2BCA

    computing f2 bootstrap CI BCA

    Computing similarity factor (f2) bootstrap bias corrected and accelerated confidence interval
    Downloads: 19 This Week
    Last Update:
    See Project