Showing 26 open source projects for "exercise"

View related business solutions
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 1
    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. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    CSS Exercises
    ...The tasks are designed to be completed at specific points in the course, reinforcing each concept right after it is introduced. Learners are encouraged to use documentation and external resources freely, reflecting real-world workflows rather than rote memorization. Each exercise focuses on practical styling problems, from selectors and specificity to layout techniques like flexbox, grid, and responsive design. The structure supports incremental learning, allowing you to test your understanding, compare against expected outcomes, and iterate until styles match the intended result. While solutions exist, the guidance emphasizes problem solving with docs, search, and experimentation before peeking, cultivating independent debugging skills and confidence with CSS.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Elixir Koans

    Elixir Koans

    Elixir learning exercises

    ...Inspired by the style of koans used in other programming communities, it provides incomplete code snippets and failing tests that learners must solve to progress. Each exercise builds on the previous one, gradually introducing core concepts such as pattern matching, recursion, processes, and concurrency in Elixir. By debugging and filling in missing pieces, users gain practical, hands-on experience while reinforcing theoretical knowledge. The project is ideal for both complete beginners and developers transitioning from other languages who want to learn Elixir in a structured, exploratory way. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    rust-by-practice

    rust-by-practice

    Challenging examples, exercises and projects

    rust-by-practice is a hands-on, exercise-oriented learning resource for the Rust programming language that takes users beyond theory into real code challenges and practical patterns. Rather than simply listing Rust syntax or language features, it structures its content around progressively complex problems, each designed to illustrate a core Rust concept such as ownership, borrowing, lifetimes, traits, concurrency, zero-cost abstractions, and safe systems programming idioms.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    Docker Curriculum

    Docker Curriculum

    A comprehensive tutorial on getting started with Docker

    Docker Curriculum is a hands-on tutorial that teaches Docker from first principles to practical deployment through a sequence of guided exercises. It starts with images and containers, then layers on volumes, networks, and multi-container composition so learners grasp how pieces fit together. The material emphasizes doing over reading: you build images, run services, and push to registries as you go, reinforcing concepts with real commands. It also connects Docker to everyday developer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JSCamp InfoJobs

    JSCamp InfoJobs

    Content and exercises fromJSCamp InfoJobs

    ...The repo also links to jscamp.dev, where the videos and course materials are hosted, and explains that access is free, with an optional paid certificate that includes extra support like CV review, exercise feedback, and exclusive workshops. Detailed installation requirements are listed (modern browser, VS Code, Live Preview extension, Node.js 20+, Git, Docker, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    EarQuiz Frequencies

    EarQuiz Frequencies

    Software for technical ear training on equalization

    EarQuiz Frequencies is a software for ear training on equalization. Its goal is to help musicians, audio professionals, hobbyists and students learn how to hear frequency bands. Available for Windows 10, 11 (x64), macOS 11 or higher (both for Intel and Apple Silicon) and Linux. This application is based on (and deeply inspired by) the world-renowned Golden Ears method of David Moulton, whose course is half dedicated to building this essential critical listening skill. The overall...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Lisp Koans

    Lisp Koans

    Common Lisp Koans is a language learning exercise

    ...The feedback loop is intentionally tight: fail, reflect, fix, and rerun until the tests become a form of living documentation. Because koans are organized from fundamentals to metaprogramming, learners internalize not just syntax but also Lisp’s philosophy of code-as-data. The exercise format makes it ideal for workshops, katas, or leveling up engineers who have never touched a Lisp before. It’s minimal on infrastructure and maximal on discovery, encouraging use of a REPL and inspector while you solve each puzzle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    EduData

    EduData

    Datasets in Education and convenient interface for dataset

    ...In order to better verify the effectiveness of the model, the dataset is usually divided into train/valid/test or using kfold method. Each item in the sequence represents one interaction. The first element of the item is the exercise id (in some works, the exercise id is not one-to-one mapped to one knowledge unit(ku)/concept, but in junyi, one exercise contains one ku) and the second one indicates whether the learner correctly answers the exercise, 0 for wrongly while 1 for correctly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Complete PDF SDK Icon
    The Complete PDF SDK

    Bring PDF viewing, annotating, editing, creation, and generation to any web, mobile, desktop or server framework or application.

    Bring accurate PDF viewing, annotating, editing, creation, and generation to any web, mobile, desktop or server framework or application. Own the full document and data lifecycle by deploying on your own infrastructure without worrying about third-party server dependencies.
    Learn More
  • 10
    JDrafting

    JDrafting

    CAD application for Technical Drawing exercises

    JDrafting is an open source Java application to create Technical Drawing exercises. This application is inspired by the 'Classical Construction', also known as 'Ruler-and-compass Construction' or 'Compass-and-straightedge construction'. However, another drawing tools can be used. (More info about classical construction: https://en.wikipedia.org/w/index.php?title=Compass-and-straightedge_construction) Download examples in 'Files tab' JRE 8+...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    BookPart2

    Interpreter Code for Book Part 2

    ...At the end of Part II, the reader will be a very serviceable interpreter that supports user-defined functions, built-in functions, string, and list support together with a range of looping constructs. A simple console application is provided to allow users to exercise the interpreter. The book provides fully working open-source code (also deposited at Github) and explains in plain English how the code works and why certain decisions were made. The book makes liberal use of code throughout the book chapters. Everything is done without the
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ScoreDate

    ScoreDate

    ScoreDate is a software to learn music reading and ear training

    ScoreDate is your date with the music ! It is an open source software written in Java that helps musicians to learn music reading. It also helps you with ear training. It is suitable for any skill, from beginners to professional users. From slow training to first sight reading.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Scala Exercises

    Scala Exercises

    The easy way to learn Scala

    Scala Exercises is an open source platform for learning Scala through interactive exercises and tutorials. It provides a hands-on learning environment where users can read theory and immediately code (in the browser) and see results. The content covers Scala language features, functional programming libraries (cats, scalaz, etc.), and fp-style patterns. It is modular, so additional modules or “sections” can be added for new topics or libraries. The aim is to reduce the friction in learning...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Brain Workshop

    Brain Workshop

    Python implementation of the Dual N-Back mental exercise

    Brain Workshop is a Python implementation of the Dual N-Back mental exercise. This exercise is the only mental activity that has been scientifically shown to improve your short-term memory (working memory) and fluid intelligence.
    Leader badge
    Downloads: 730 This Week
    Last Update:
    See Project
  • 16

    VocabularyMem

    Program for manage data, like a simple database and for exercises for

    “ VocabularyMem” is a program for manage data, like a simple database and for exercises for memorize this data. Originary the program is for exercise only, but it is expanded, so you can also use it for store photos with tags and data around, or videos without taking a new space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ODS3 Virtual Machine Challenge

    ODS3 Virtual Machine Challenge

    Virtual Machine Image To Test Penetration Skills

    The ODS3 Virtual Machine Challenge are downloadable images that can be run as VMWare or VirtualBox instances. The Idea behind the challenge is to test and exercise web application penetration testing in a controlled environment. These images are great for cyber security students, penetration testers and hobbyist. Care should be taken if installed on an Internet access host as the application are purposely vulnerable to attack and exploitation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    exito

    exito

    the EXercise event Injection TOolkit

    ...EXITO is web based and can be integrated with a Content Management System (CMS) like Drupal. EXITO can be used: -by exercise moderators to run an exercise scenario in a timely and ordered fashion, injecting events to the users through the web interface; -by exercise players to view injected events and provide feedback in a centralized repository; -by exercise observers to view the way an exercise progresses. EXITO is developed by the European Commission's Joint Research Centre (JRC).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    EarTeach desktop Ear Trainer

    EarTeach desktop Ear Trainer

    Complete Musical Ear Training HTML5 application.

    ...EarTeach features the following groups of trainers. - Chords - Intervals - Scales Each category has a set of prebuild exercises, and user can create and save, its own customized exercise presets. All user results are stored, allowing to evaluate the current musical skills status, in each preset, or even display a graph of the progress along the time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Claroline Certificate Print Mod

    A modification that allows users to print a certificate after exercise

    This has been tested with Caroline version 1.11.3 but should work for other versions as well. For users in order to print their certificates (if they have passed) they just have to view their exercise results For more details visit http://tecorange.com/content/claroline-certificate-print-mod
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A tool that will display all permutations of the "1234" spider exercise in a row, used for training guitar technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ISEGS: Individual Student Exercise Generating System enables instructors to generate unique computer-graded assignments for each student. ISEGS supports questions with numerical, diagramatical, and equation answers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AbDict is practically a "digital exercise-book" for learning new languages. Users can create their own dictionaries and check their knowledge of the words.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GoGraph is a tutorial software giving informatics students an easy, interactive and ergonomic way to learn and exercise the graph theory. It is based on JGraph, an open-source graph component for Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Griffin is a typing practice tool writtin in Perl. It uses any text file as an exercise, and provides a keyboard display and typing speed and accuracy estimates as the user types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next