Open Source Mac Education Software - Page 4

  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Hogan.js

    Hogan.js

    A compiler for the Mustache templating language

    Hogan.js is a 2.5k JS templating engine developed at Twitter. Use it as a part of your asset packager to compile templates ahead of time or include it in your browser to handle dynamic templates. If you're developing with Node.js, just use NPM to add the Hogan package. Hogan.js was developed against the mustache test suite, so everything that holds true for templates is also the case for hogan.js. That means you get variables, sections, lambdas, partials, filters, and everything else you've come to expect from mustache templating, only much, much faster. Use hogan.compile() to precompile your templates into vanilla JS. It's best to serve your templates precompiled whenever you can (rather than the raw templates), as parsing is the most time consuming operation. Once compiled, call the render() method with a context and optional partials object. If supplying partials, you can compile them ahead of time, or pass string templates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Iccarus and Dadelus School Animation

    Iccarus and Dadelus School Animation

    A java animation for school

    Uses LWJGL and (may) use JBullet physics engine in the future. In 3D.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Building a mobile app capable of running on multiple platforms can be a daunting task. Different operating systems, screen sizes, offline capabilities and more can be a challenge. A growing number of developers are opting to build their apps in cross-platform HTML5 code that can be compiled into native apps that can be sold in app stores and markets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Improve your English: Listen to the song

    Improve your English: Listen to the song

    Practice your English (or any other language) with your favorite songs

    Introduce any song from your computer and the lyrics and practice your English (or any other language), filling in the suggested gaps. An embedded dictionary will help you understand every word. It's funny!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    InsecureWebApp is a web app that includes common web application vulnerabilities including SQL&Html Injection- see owasp.org. It is a target for automated and manual penetration testing, source code analysis, vulnerability assessments and threat modeling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JChords

    JChords

    JChords Guitar Chords and Tunings Library

    JChords is a cross-platform, java based, guitar chord and tunings database. It is lightweight, and runs on any platform that has java. NOTE; Requires Java => 7 to run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Dedicated to provide a full Java and Object Oriented implementation of Koha ILS. Koha is the world's first Free and Open Source Library System with a full catalogue, opac, circulation, member management, serials, and acquisitions package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Allow school children to exercise their basic math skills. With any luck, practice will lead to improvement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    To be used by teachers and pupils in secondary schools. Teachers and pupils can display MathML-files on the screen via JEuclid. They can manipulate those expression with buttons, mouse gestures or keys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 10
    Key Store

    Key Store

    Scriptural Keys Restoration - decoded universally symbolic language

    The Key Store is a directory where users can find the symbolic meaning to a word as defined in Holy Scripture. These are often referred to as the keys of the Kingdom of Heaven. Much like a secret code, the directory exposes a universal dialect, all but nearly lost throughout the Dark Ages of time. Yet, fragments of this language remained until today such as, Father = Time and Mother = Nature. The database is expandable to grow as more entries and the sources are uncovered.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    KnowledgeQuiz is a Web based application for online testing of students skills. It provides functionality to define many teachers, students, groups and subjects and define relations between them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Kubernetes The Hard Way

    Kubernetes The Hard Way

    Bootstrap Kubernetes the hard way

    Kubernetes The Hard Way is a hands-on guide to building a Kubernetes cluster from the ground up without using automation tools—no managed services, no scripts to hide the details. It walks you through every component: provisioning compute resources, generating TLS certificates, configuring etcd, bootstrapping the control plane, joining worker nodes, setting networking, and verifying everything works. The purpose is educational: by doing each step manually, you gain deep insight into how Kubernetes works under the hood—control plane components, kube-configs, networking, encryption, etc. The guide isn’t meant for production use; rather it’s a learning tool to build foundational understanding before using higher-level platforms. You’ll learn about certificate management, API server flags, etcd clustering, kubelet boot sequence, and how pods route traffic across nodes. Many practitioners use it to prep for Kubernetes certifications or deeply understand Kubernetes internals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LaSuli is a firefox sidebar. With LaSuli user can highlighter fragments on the web pages, and organize those fragments with topics. Users can compare different interpretations from different viewpoints. LaSuli also support webdav server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Implements Lazy Wavelet Transform with Lifting in several variants: 1-D, 2-D, 3-D, integer precision, etc. Sample video compressor, integrated with FFmpeg. OpenCL version is created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Learning to Learn in TensorFlow

    Learning to Learn in TensorFlow

    Learning to Learn in TensorFlow

    Learning to Learn, created by Google DeepMind, is an experimental framework that implements meta-learning—training neural networks to learn optimization strategies themselves rather than relying on manually designed algorithms like Adam or SGD. The repository provides code for training and evaluating learned optimizers that can generalize across different problem types, such as quadratic functions and image classification tasks (MNIST and CIFAR-10). Using TensorFlow, it defines a meta-optimizer model that learns by observing and adapting to the optimization trajectories of other models. The project allows users to compare performance between traditional optimizers and the learned optimizer (L2L) on various benchmarks, demonstrating how optimization strategies can be learned through experience. The design supports both single-variable and high-dimensional problems, and includes tools for evaluating how well a learned optimizer performs on unseen tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Lisp Koans

    Lisp Koans

    Common Lisp Koans is a language learning exercise

    Lisp Koans is a self-guided learning path for Common Lisp that teaches the language’s idioms through a series of failing tests you progressively make pass. Each koan introduces a concept—symbols, lists, macros, multiple dispatch, reader syntax—then asks you to fill in the blanks and run the suite again. 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
  • 17
    Lucid

    Lucid

    A collection of infrastructure and tools for research

    Lucid is a collection of infrastructure and tools for research in neural network interpretability. Lucid is research code, not production code. We provide no guarantee it will work for your use case. Lucid is maintained by volunteers who are unable to provide significant technical support. Start visualizing neural networks with no setup. The following notebooks run right from your browser, thanks to Collaboratory. It's a Jupyter notebook environment that requires no setup to use and runs entirely in the cloud. You can run the notebooks on your local machine, too. Clone the repository and find them in the notebooks subfolder. You will need to run a local instance of the Jupyter notebook environment to execute them. Feature visualization answers questions about what a network, or parts of a network, are looking for by generating examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The METS API is a Java API designed to aid developers in the processing and assembly of METS Documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The MVied Editor is a real time HTML snippet testing script. It allows a user to input HTML into a textarea box and see the result in an iframe and more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LMS Tools is a set of tools and libraries for administrators and users of learning management systems to perform, for example, portal integration, LMS management or usage data analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Adds a new Controller to JMeter, supporting the definition of probabilistic user behavior. Moreover, it enables the variation of the number of active parallel user sessions (threads) during test run to be specified by configurable mathematic formulae.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MathParser Java - Math Parser library

    MathParser Java - Math Parser library

    Mathematical Parser for Java

    This project gives a mathematical parser for converting a simple string expression into a result which can be managed for using in other calculations, all in Java. Using a couple lines of code, you'll be able to parse complex arithmetic expressions efficiently. This library is powered by Dijkstra's Shuting-yard algorithm. The library has no dependencies with other external libraries. Dependency <dependency> <groupId>com.google.code.mathparser-java</groupId> <artifactId>mathparser-java</artifactId> <version>1.0.0</version> </dependency> Expressions supported (Mar/09/2013) - Arithmetic operations. Working on (Mar/09/2013) - Geometrical functions support
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Монгол хэлний орчуулагын систем.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Muzzle is an application that help Test Projects to customize, develop, maintenance and management test cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A little game written in JavaFX and Java, letting people guess the location of named places on a given map using the mouse. Extensible to allow different maps and sets of locations.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB