Showing 107 open source projects for "learning"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    PSeInt

    PSeInt

    A tool for learning programming basis with a simple spanish pseudocode

    PSeInt is a pseudo-code interpreter for spanish-speaking programming students. Its main purpose is to be a tool for learning and understanding the basic concepts about programming and applying them with an easy understanding spanish pseudocode.
    Leader badge
    Downloads: 42,353 This Week
    Last Update:
    See Project
  • 2
    Safe Exam Browser
    Safe Exam Browser is a webbrowser-environment to carry out online-exams safely. The software changes any computer into a secure workstation. It regulates the access to any utilities and prevents students from using unauthorised resources.
    Leader badge
    Downloads: 138,370 This Week
    Last Update:
    See Project
  • 3
    FMSLogo

    FMSLogo

    A Logo programming environment for Microsoft Windows

    A Logo programming environment for Microsoft Windows operating systems. FMSLogo (contrasted with other Logo dialects) has an easy-to-use GUI that encourages learning, especially for young children. FMSLogo was once called MSWLogo.
    Leader badge
    Downloads: 716 This Week
    Last Update:
    See Project
  • 4
    Simple Turtle LOGO

    Simple Turtle LOGO

    Free Educational Tool for Beginner LOGO Coding (STEM Students / Kids)

    SIMPLE TURTLE ================ Create simple LOGO programs with commands to control the Turtle and draw amazing images!! Use for STEM, Coderdojo or similar coding events. Recursive REPEAT statements. INSTANT ON / OFF = Turns on / off immediate execution of commands FD x = Forward x pixels BK x = Backward x pixels RT x = Right by x degrees LT x = Left by x degrees PU = Pen Up (Do not draw) PD = Pen Down (Draw) REPEAT x = Creates a loop to run x times which...
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 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
  • 5
    basic_numerical_methods

    basic_numerical_methods

    Didactic application to aid students in learning Numerical Methods;

    A practical tool (for students and engineers) to foresee the result of calculus exercises. Calculation and visualization numerical methods for nonlinear equation, ODE, integration, linear system, polynomial fitting,.....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    e-foto

    e-foto

    A free GNU/GPL educational digital photogrammetric workstation

    ...It supports the utilization of aerial photogrammetric images captured by both analog cameras and digital sensors, enabling professionals to harness diverse data sources for their mapping endeavors. You can access our website at http://www.efoto.eng.uerj.br/ where you will find comprehensive tutorials, thus ensuring a smooth and efficient learning experience.
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 7
    The Art of Programming

    The Art of Programming

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

    ...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: 6 This Week
    Last Update:
    See Project
  • 8
    Hello AI World

    Hello AI World

    Guide to deploying deep-learning inference networks

    ...Ready to dive into deep learning? It only takes two days. We’ll provide you with all the tools you need, including easy to follow guides, software samples such as TensorRT code, and even pre-trained network models including ImageNet and DetectNet examples. Follow these directions to integrate deep learning into your platform of choice and quickly develop a proof-of-concept design.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    MyABCs

    MyABCs

    Learn the English alphabet

    An educational game for young children. MyABCs familiarizes children with the English alphabet and a keyboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    LenMus

    LenMus

    LenMus is a free program for learning music theory.

    *** Development moved to GitHub at https://github.com/lenmus/lenmus *** LenMus is a free program for learning music. It allows you to focus on specific skills and exercises, on both theory and aural training. The different activities can be customized to meet your needs. It includes an score editor.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 11
    wav2letter++

    wav2letter++

    Facebook AI research's automatic speech recognition toolkit

    First, install Flashlight (using the 0.3 branch is required) with the ASR application. This repository includes recipes to reproduce the following research papers as well as pre-trained models. All results reproduction must use Flashlight <= 0.3.2 for exact reproducibility. At least one of LZMA, BZip2, or Z is required for LM compression with KenLM. It is highly recommended to build KenLM with position-independent code (-fPIC) enabled, to enable python compatibility. After installing, run...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    C++ Kids Tutor

    C++ Kids Tutor

    C ++ CLI program for kid`s learning

    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OssCourse is the repository for courses in open source developement. The students will create projects and use the sourceforge infrastructure for learning the developement process and communication principles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CS Books

    CS Books

    Computer Science Books

    Computer science books computer technology books PDF. The books in this warehouse come from the Internet, and the copyright belongs to the original author. It is not for profit, but only for learning and use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    3D Game Shaders for Beginners

    3D Game Shaders for Beginners

    A step-by-step guide to implementing SSAO for 3D games

    ...For the glue in between the shaders, I've chosen the fabulous Panda3D game engine and the OpenGL Shading Language (GLSL). So if that is your stack, then you'll also get the benefit of learning how to use these shading techniques with Panda3D and OpenGL specifically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Fresh Memory

    Fresh Memory

    Flashcards application with Spaced Repetition method

    Fresh Memory is an application that helps to learn large amounts of any material with Spaced Repetition method. The most important subject is learning foreign words, but Fresh Memory can be also used to learn anything else. The learning data is stored as flash cards and dictionaries. The flash cards may have several fields, and the user controls what combination of fields to learn. The flashcards can have formatted text and images.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Modern C++ Tutorial

    Modern C++ Tutorial

    Modern C++ Tutorial: C++11/14/17/20 On the Fly

    ...Those C++ programmers who still insist on using traditional C++ (this book refers to C++98 and the previous C++ features as traditional C++) but have not been exposed to modern C++ are seeing things like Lambda expressions. When it comes to class new features, it will even reveal the feeling of wonder that "you are not learning the same language. A large number of features injected into traditional C++ make the entire C++ more like a modern language. Modern C++ not only enhances the usability of the C++ language itself, but automates the modification of keyword semantics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    kcws

    kcws

    Deep Learning Chinese Word Segment

    Deep learning chinese word segment. Install the bazel code construction tool and install tensorflow (currently this project requires tf 1.0.0alpha version or above) Switch to the code directory of this project and run ./configure. Compile background service. Pay attention to the public account of waiting for words and reply to kcws to get the corpus download address.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Vocabulary Master

    Vocabulary Master

    Tries to make your words and phrases learning much easier.

    Tries to make your words and phrases learning much easier. Words and phrases are at regular intervals randomly selected and displayed in the window. Main features: - optional time interval of words learning - show answer with delay - custom learning templates - sound and visual notifications - text to speech support Vocabulary manager: - any number of categories of words - words search - category and word priorities - import / export words General: - UNICODE support (ability to write into the dictionary in Russian, Japanese, etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Asedio

    RTS game for learning Algorithm Design

    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Alpheios project is developing tools to facilitate self-directed, corpus-based language learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TextTrainer
    TextTrainer helps you memorise poems or plain texts in your native or in some foreign language. You learn by repeatedly reading aloud the text while more and more words randomly are hidden. Foreign language support includes grammar correction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    freeware
    this is where you will find all of my completely free software. both free as in "free speech" and free as in "free beer"! this project space has been established so we can all help eachother with software development. in other words, we're here for the learning experience. i will always give my source code so that you may study it and practice it yourself and/or provide constructive feedback so you can help me learn how I can make improvements. for a complete list of my software featuring Windows, Linux, and FreeBSD just go to Files. > https://sourceforge.net/projects/freeware/files/ final note: this learning space assumes that you already have support for **7zip** and **.tar.gz** archives. if you don't, please go get it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    KMeansAniX

    Animation of kmeans clustering using X Window System

    Open source animation of kmeans clustering in X Window System using the C++ libplotter library. Supports Linux, Mac, and BSD. Includes common initialization methods such as Forgy, Macqueen, random, and angular. Sample videos are available through the Files Tab above. The SVN repo is accessible thorugh the Code Tab above. Requires a C++ compiler, libplot-dev, and libncurses5-dev Mac alternative to libplot-dev: macports plotutils +x11
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB