Showing 98 open source projects for "tutorials"

View related business solutions
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    stanford-tensorflow-tutorials

    stanford-tensorflow-tutorials

    This repository contains code examples for the Stanford's course

    This repository contains code examples for the course CS 20: TensorFlow for Deep Learning Research. It will be updated as the class progresses. Detailed syllabus and lecture notes can be found in the site. For this course, I use python3.6 and TensorFlow 1.4.1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PyTorch Book

    PyTorch Book

    PyTorch tutorials and fun projects including neural talk

    This is the corresponding code for the book "The Deep Learning Framework PyTorch: Getting Started and Practical", but it can also be used as a standalone PyTorch Getting Started Guide and Tutorial. The current version of the code is based on pytorch 1.0.1, if you want to use an older version please git checkout v0.4or git checkout v0.3. Legacy code has better python2/python3 compatibility, CPU/GPU compatibility test. The new version of the code has not been fully tested, it has been tested...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TensorFlow World

    TensorFlow World

    Simple and ready-to-use tutorials for TensorFlow

    This repository aims to provide simple and ready-to-use tutorials for TensorFlow. The explanations are present in the wiki associated with this repository. There are different motivations for this open source project. TensorFlow (as we write this document) is one of / the best deep learning frameworks available. The question that should be asked is why has this repository been created when there are so many other tutorials about TensorFlow available on the web?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Art of Node

    The Art of Node

    A short introduction to node.js

    ...Because Node is used in a wide range of environments—from REST APIs and microservices to tooling scripts and real-time servers—art-of-node helps bridge the gap between beginner tutorials and production-ready code.
    Downloads: 0 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
    Mastering Shiny

    Mastering Shiny

    Mastering Shiny: a book

    Mastering Shiny is a book (and its accompanying source repository) by Hadley Wickham that teaches people how to build interactive web applications using Shiny in R. It starts from basics (your first app, UI components, reactivity) and progresses to more advanced topics (dynamic UIs, modules, testing, security, performance). It is intended to help data scientists, analysts, or R users who may not have deep experience in web technologies become expert Shiny developers. The source code is open,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CMake Examples

    CMake Examples

    A collection of useful CMake examples

    ...These examples have been tested on Ubuntu 14.04 but should work under any Linux system that supports CMake. The basic requirements for most examples are CMake, and a c++ compiler [defaults to gcc). There are many CMake tutorials and examples online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GalaXQL

    GalaXQL

    Who said SQL tutorials have to be boring?

    GalaXQL is a fun SQL tutorial where the database is a galaxy of stars that is rendered in 3D. Watch the galaxy change as your SQL commands create, modify, and destroy heavenly objects. What could be more fun?
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Ultimate Mobile Development Kit

    Ultimate Mobile Development Kit

    This kit holds the resources to learn and build mobile apps

    Ultimate Mobile development kit has collections of tools, resources, tips and tutorials to start building mobile applications for major mobile platforms like Android, Blackberry, Windows, Meego and Cross Platform. Updated as and when possible to include latest files
    Downloads: 25 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    MattsMathTools

    MattsMathTools

    MathTools is an aid in preparing printed math tests.

    Matt's MathTools is a Java application designed as an aid in preparing printed math tests. It is easily embedded in other Java applications or it can be used alone as a single-user desktop app. It includes a scripting environment, numerous demonstration classes and several general utilities. A scripting tutorial is also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Android on Beaglebone Black Tutorials

    Android on Beaglebone Black Tutorials

    Tutorials for Android on Beaglebone Black

    These tutorials includes: Create SDCard with Android image Compile Android kernel GPIO UART I2C SPI PWM ADC Create a custom driver for Android Compile 3.8 Kernel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    CLUE - C Learning Undergrad Environment

    Tools to support the learning of the C programming language

    CLUE (C Learning Undergraduate Environment) is a software allowing students to work on assignments in the C language while benefiting from support for peer testing, hyper-linked tutorials to help them understand compiler error messages, detection of "novice errors" with warnings hyper-linked to tutorials. Sponsored by National Science Foundation under award CCLI #0836863.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Spoon Knife

    Spoon Knife

    This repo is for demonstration purposes only

    ...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
  • 14
    The metric project supplies, via the web, educational materials in mathematics and mathematics-based subjects. There are interactive explorations of mathematical ideas, self-test exercises, tools and tutorials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Bioinformatics Learning Tutorial

    Bioinformatics Learning Tutorial

    An interactive undergraduate biology tutorial

    Interactive tutorials for undergrad genetics students illustrating DNA replication, transcription, and translation. Original color graphics and animations. * Source requires Qt libraries (http://qt-project.org/downloads) * Windows version @: http://www.cs.transy.edu/nsmith/BLT_Windows.zip
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JCrypTool - Eclipse based Crypto Toolkit
    JCrypTool moved to GitHub! See https://groups.google.com/d/topic/jcryptool-developers/nauEXL6vsbk/discussion for more information and visit our new project home at https://github.com/jcryptool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ...It is a complete solution to accomplish multiple online courses covering thousands of students. As a specialty it contains SQL and XQuery training modules including tutorials and example databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Hoib
    Hoib is a program for learning touch typing. It contains course, which step-by-step, teach you all letters and chars from keyboard. You can test yourself in tutorials, select chars to practise. The program contains many texts for typing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Open source course management framework for viewing and editing tutorials for introductory biology courses. Ajax-based port of the Operon tutorial system used by the Penn State Biology Department.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A demo of HTML 5, including tutorials and reference material. Started by students at Neumont University in July 2010.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JCrypTool Plug-ins
    JCrypTool moved to GitHub! See https://groups.google.com/d/topic/jcryptool-developers/nauEXL6vsbk/discussion for more information and visit our new project home at https://github.com/jcryptool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This autohotkey(AHK) program will show any pressed key or combination of keys on screen in a very elegant way.Perfect for people who creates video tutorials and want to show which hotkeys they press during a demonstration of the software being used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    "Taller de GNU/Linux" is a project from "Universidad Nacional de La Matanza". Here you will find OpenSource Software developed by students and teachers. Also e-learning material (tutorials, examples, notes, etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MultiLang Typing Tutor
    Aim of this project to create light weight multi language typing tutor which later can beat any commercial typing tutorials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The collection of over 1500 easy-to-use copy-and-paste JavaScript from various sources. For webmasters and JavaScript newbies. Includes Tutorials, built-in script editor, comprehensive offline search. Compiled by Davo(Australia) & Aung Khant(Myanmar).
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB