An open API service indexing awesome lists of open source software.

Tutorial

A tutorial, in education, is a method of transferring knowledge and may be used as a part of a learning process. More interactive and specific than a book or a lecture, a tutorial seeks to teach by example and supply the information to complete a certain task.

https://github.com/zvyn/yatt

My resullt of following the tutorial at https://www.tensorflow.org/tutorials/mnist/beginners/.

mnist-classification tensorflow tutorial

Last synced: 29 Mar 2025

https://github.com/sachinsagrawal/nrc-maze-robot-tutorial

A tutorial to build a robot for the National Robotics Challenge's Robot Maze contest.

3d-print c-plus-plus instructions maze nrc robot tutorial

Last synced: 18 Mar 2025

https://github.com/bmalbusca/cplus2_tutorial

Modern C++ tutorial

cmake tutorial

Last synced: 09 Sep 2025

https://github.com/hemanth759/ping-pong-game

This a Unity game in 2D. This is made purely for the purpose of learning the unity in 2D game.

2d-game csharp-code ping-pong tutorial unity2d

Last synced: 18 Mar 2025

https://github.com/japhetrugas/pythontutorial

Python tutorial series covering essential concepts from variables to object-oriented programming, tailored for beginners and presented in Tagalog.

beginner-friendly filipino programming python tagalog tutorial

Last synced: 09 Jul 2025

https://github.com/eesuhn/spaceship-shooting-thingy

Just a simple Pygame tutorial

pygame tutorial

Last synced: 18 Mar 2025

https://github.com/amitnema/spring-coach

This repository contains the code to teach the spring or the beginners.

java maven spring spring-coach spring-xml springframework tutorial tutorials

Last synced: 18 May 2026

https://github.com/annimon-tutorials/java-generics-tutorial

Source code for tutorial

generics java tutorial

Last synced: 18 Mar 2025

https://github.com/wr47h/learn-go-by-example

Learning Go from Go by Example

go gobyexample golang tutorial

Last synced: 11 Jan 2026

https://github.com/comunica/tutorial-solid-getting-started

🏫Tutorial on getting started with Solid

tutorial

Last synced: 06 Mar 2026

https://github.com/yatw/wordpressexperiment

A simple website made from WordPress and run on XAMPP localhost

tutorial wordpress

Last synced: 18 May 2026

https://github.com/ermlab/introduction-to-julia

Introduction to Julia Lang, basic data types, functions and matrix operations

julia tutorial

Last synced: 07 Apr 2026

https://github.com/gibbok/react-filter-search-list

A basic "Filter search list" application done in React, which I coded in a few hours as a way to pass the time on a rainy day.

css javascript reactjs tutorial

Last synced: 09 May 2026

https://github.com/volf52/lru_cache_rs_tutorial

https://dev.to/seanchen1991/implementing-an-lru-cache-in-rust-33pp

learning lru-cache lrucache rust rust-lang rust-library tutorial

Last synced: 26 Mar 2025

https://github.com/arction/lcu-tutorial-barseries-05

Tutorial for LightningChart .Net High-Performance Charting Library. Creating a 2D chart with multiple BarSeries.

barseries charting-library csharp data-visualization dotnet example lightning-chart performance tutorial visualization xy

Last synced: 12 Mar 2025

https://github.com/arction/lcu-tutorial-3dsurfacegrid-09

Tutorial for LightningChart .Net High-Performance Charting Library. Creating a 3D chart with SurfaceGridSeries.

3d chart charting-library csharp data-visualization dotnet example lightning-chart performance surfacegrid tutorial visualization

Last synced: 12 Mar 2025

https://github.com/arction/lcu-tutorial-multipleaxes-03

Tutorial for LightningChart .Net High-Performance Charting Library. Adding Multiple Axes.

axes chart charting-library csharp data-visualization dotnet example layered-layout lightning-chart line performance tutorial visualization xy

Last synced: 12 Mar 2025

https://github.com/rubyonworld/ensembl-api

By Jan Aerts. Copy-paste-modified from the excellent perl API tutorial at www.ensembl.org/info/software/core/core_tutorial.html (with permission of the core Ensembl team).

api copy ensembl paste ruby tutorial

Last synced: 12 Sep 2025

https://github.com/arction/lcu-tutorial-stockseries-06

Tutorial for LightningChart .Net High-Performance Charting Library. Displaying financial data with StockSeries.

chart charting-library csharp data-visualization dotnet example lightning-chart performance stockseries tutorial visualization xy

Last synced: 12 Mar 2025

https://github.com/martishin/a-tour-of-go

Exercise solutions for "A Tour of Go"

go golang tour tutorial

Last synced: 11 Jan 2026

https://github.com/michaelgermini/laravel-from-zero-to-production

Complete Laravel learning resource with 5 real projects - from beginner to advanced

api beginner-friendly blog documentation ecommerce education forms framework laravel learning php projects tutorial web-development

Last synced: 18 May 2026

https://github.com/izeleam/securenginx

SecureNginx - Educational, secure NGINX configuration templates and best-practices for beginners and experts.

best-practices configuration devops docker example http https letsencrypt nginx nginx-config phpmyadmin reverse-proxy security templates tls tutorial web-server

Last synced: 18 May 2026

https://github.com/syamreddy99/codeblogproject

CodeBlog is a web application offering coding enthusiasts tutorials, tips, and the latest trends. It fosters a community for sharing knowledge and enhancing coding skills.

codeblog coding community css html javascript technology-platforms tutorial webdevelopment

Last synced: 18 May 2026

https://github.com/hurnell/zf-three-social-auth

Social Sign-in and registration for Zend Framework 3

free social-login tutorial zend-framework zend-framework3

Last synced: 27 Mar 2025

https://github.com/kylemcmaster/nservicebustutorial

Sample code for the NimblePros series on NServiceBus with .NET 8

architectural-patterns design-patterns distributed-systems messaging nservicebus tutorial

Last synced: 20 Mar 2025

https://github.com/phuijse/tutorial_pyro_astronomy

A tutorial on probabilistic models based on deep neural networks using Pytorch and Pyro for astronomical time series data

astronomy pyro pytorch time-series tutorial

Last synced: 20 May 2026

https://github.com/elastisys/tutorial-friends-with-kubernetes

Tutorial to avoid common pitfalls when porting applications to Kubernetes

kubernetes tutorial

Last synced: 07 May 2026

https://github.com/fzaninotto/ra-custom-field-tutorial

A sample react-admin app demonstrating custom fields. Support for a video tutorial on YouTube.

react react-admin tutorial

Last synced: 04 Sep 2025

https://github.com/mikeludemann/rocketchat_setup

A setup for RocketChat

rocketchat setup tutorial

Last synced: 28 Mar 2025

https://github.com/erictleung/talk-unittest-travis-ci

Presentation on Python's unittest and Travis CI

continuous-integration presentation travis-ci tutorial unittest

Last synced: 03 Apr 2025

https://github.com/sinceru0/react-agent-from-scratch

A pure Python implementation of ReAct agent without using any frameworks like LangChain. It follows the standard ReAct loop of Thought, Action, PAUSE, and Observation. The agent utilizes multiple tools, including Calculator, Wikipedia, Web Search, and Weather. A web UI is also provided using Streamlit.

agent-streamlit-web-ui ai-agent-with-tools aiagent deepseek from-scratch langchain llm openai-api python-no-framework-agent python-react-agent react-agent react-loop tutorial typescript

Last synced: 16 Dec 2025

https://github.com/lauthieb/sandbox

My first examples of several technologies 🏖

discover discovery frameworks libraries new sandbox technologies toolbox tutorial

Last synced: 25 Jun 2025

https://github.com/fblupi/blog-librosweb

Introducción a Ruby on Rails de librosweb

blog rails tutorial

Last synced: 16 May 2026

https://github.com/iml1111/pytorch_study

자연어처리 / 파이토치 스터디

nlp pytorch pytorch-tutorial text-classification tutorial word2vec

Last synced: 19 Jul 2025

https://github.com/thehoneymad/tweetsearchsample

A sample search api on asp.net core baked by ANTLR with a sample data storage of Azure CosmosDb

antlr4 asp-net-core dotnet-core query-language rest-api sample-code search searching tutorial tutorial-sourcecode

Last synced: 17 May 2026

https://github.com/kiriuho/crypto-code

Build a crypto arbitrage bot with this open-source code. Catch price gaps and explore passive income opportunities. Check it out! 🐙💻

algotrading binance blockchain coinbase cryptocurrency cryptocurrency-price-ticker cryptozombies dapps elixir-lang expert-advisor framework investment react smartpy stocks trading-strategies tutorial website-template

Last synced: 07 Jul 2025

https://github.com/rahuldshetty/anywhere-read

This is an online book reading, management platform written in React JS. It uses Tensorflow-JS component for ML operations.

reactjs tensorflowjs tutorial

Last synced: 18 Apr 2026

https://github.com/rfluethi/easy-file-lock

Deliver protected files based on WordPress user groups.

training tutorial webdevelopment wordpress-development

Last synced: 15 May 2026

https://github.com/amamov/angular-toy-project

angular is solid, sexy, oop-ly

angular toy-project tutorial

Last synced: 16 May 2026

https://github.com/rustkas/cmake-guide-tutorial-solutinons

Solutions for step by step Cmake tutorial

cmake solutions tutorial

Last synced: 05 Jan 2026

https://github.com/rustkas/svelte-quickstart-through-instroduction-tutorial-projects

Projects based on YouTube video https://youtu.be/LIfIRdRlD58

svelte tutorial

Last synced: 11 Apr 2026

https://github.com/curegit/unity-reversi-tutorial

ゲームエンジン Unity を手っ取り早く触るためのハンズオン

education handson reversi tutorial unity

Last synced: 11 May 2025

https://github.com/mkdika/rails_performance_notes

Collection of Ruby on Rails performance optimisation notes

notes performance ruby-on-rails tutorial

Last synced: 26 Mar 2025

https://github.com/juliannicholls/mh-sample-app-514

Michael Hartl Ruby on Rails Tutorial Sample App

ruby ruby-on-rails tutorial

Last synced: 15 May 2026

https://github.com/lambdachad/saltos

Tutorial for creating an x86 operating system from scratch using Zig

osdev tutorial x86 zig

Last synced: 15 May 2026

https://github.com/jmarrec/testcpp-crosscompile-linuxtowin64

A repo to test how to cross compile a dummy C++ project using Github Actions, mingw32, **and** conan.

conan cpp cross-compile github-actions tutorial

Last synced: 10 May 2026

https://github.com/timeless-residents/handson-hyperledger-fabric

A hands-on guide for Hyperledger Fabric providing step-by-step instructions for setting up a network, developing chaincode (smart contracts), and managing operations.

blockchain chaincode enterprise-blockchain fabric guide hands-on hyperledger smart-contracts tutorial

Last synced: 29 Apr 2026

https://github.com/rahulbhadani/rnn

Recurrent Neural Network Implementation based on WildML's tutorial

machine-learning python recurrent-neural-networks rnn statistical-learning statistics tutorial

Last synced: 15 May 2026

https://github.com/glebegor/neural-networks-mini-course

Minicourse for studying based futures of neural networks on python.

course data-science neural-network python tutorial

Last synced: 16 Jun 2025

https://github.com/devarakalyani/edu-tutor-ai-

EDU TUTOR AI is an intelligent educational platform designed to provide personalized tutoring support to students through AI-driven technologies. this also includes features like interactive quizzes ,progress tracking ,and instant feedback and it makes the complex projects easier. This system uses NLP. It simulates human-like interactions.

artificial-intelligence css3 education fastapi firebase-database flask html5 javascript javascript-library machine-learning matplotlib mysql-database nlp-machine-learning plotly pypdf2 python3 streamlit-webapp tutorial

Last synced: 13 Apr 2026

https://github.com/freeclimbapi/c-sharp-list-queue-members-tutorial

C# - List Queue Members Tutorial

queues tutorial

Last synced: 01 Jul 2026

https://github.com/youngermaster/my-tutorials

This repository has some scripts that I used to teach people some concepts about different topics

cpp python tutorial

Last synced: 16 May 2026

https://github.com/survanetwork/surva-plugin-docs

📕 surva network open source plugins documentation

docs plugin plugins setup surva tutorial

Last synced: 23 Jun 2026

https://github.com/davzoku/get-started-julia

Getting Started with Julia

data-science julia tutorial

Last synced: 19 May 2026

https://github.com/silvestrevivo/svelte-todo-app

SvelteJS todo application regarding the YouTube video from Andre Madarang

css3 html5 javascript sveltejs tutorial youtube

Last synced: 13 Apr 2026

https://github.com/devlights/try-rust

This is my TUTORIAL project for rust.

rust rust-lang tutorial

Last synced: 30 Jun 2026

https://github.com/mfurquimdev/bevy-foo

A game development tutorial for Bevy, inspired by Lazy Foo's SDL2 tutorial

bevy bevy-engine game-development gamedev tutorial

Last synced: 14 Apr 2026

https://github.com/carljosephsalac/job-board-platform

Project in Laracasts Laravel 11 course

course laracasts laravel11 tutorial

Last synced: 03 Jul 2026

https://github.com/j-sephb-lt-n/dbt-example

Showcase of DBT functionality with a toy local duckdb dataset

dbt duckdb example local tutorial

Last synced: 18 May 2026

https://github.com/mousav1/learn-go

Learn Go (Golang) with step-by-step tutorials. Practical examples and projects to enhance your Go skills.

examples examples-go go golang learning projects tutorial

Last synced: 11 Jan 2026

https://github.com/flyingcakes85/mitx-6.00.1x-notes

Notes for MITx 6.00.1x Introduction to Computer Science and Programming Using Python

book computer-science mit notes python python3 tutorial

Last synced: 07 May 2026

https://github.com/kevinbdx35/ros2-courses

Plateforme interactive d'apprentissage ROS 2 avec 5 chapitres progressifs, quiz interactifs et exemples de code

education interactive learning-platform react robotics ros2 tutorial typescript

Last synced: 15 May 2026

https://github.com/hernancerm/vueweatherapp

My implementation of @TylerPottsDev Vue.js weather app tutorial: https://youtu.be/JLc-hWsPTUY

tutorial vuejs weather-app

Last synced: 01 Apr 2025

https://github.com/MateuSai/Plane-Shooter-with-Ceramic

A simple game made with the Ceramic framework

ceramic game game-development shooter-game tutorial

Last synced: 26 Mar 2025

https://github.com/joytaribagshaw/dialogflowcx-codelab

This repository contains a simple restaurant landing page demonstrating how to integrate Dialogflow for AI-powered customer interactions. Built for Build with AI - Google Cloud workshop, participants can clone, explore, and customize the project to learn how to implement chatbot functionality in a website.

ai-agents bootcamp-project chatbot cloud dialogflow google google-cloud-ai-platform google-cloud-platform tutorial

Last synced: 15 May 2026

https://github.com/kathleenwest/azure-app-service-web-app-demo-project

This tutorial azure cloud project demonstrates how to create and deploy a basic web app using the Azure portal or the CLI (command-line interface). We will use our azure account to creature a resource group, app service plan, and web app. Then we will configure a CI/CD pipeline (continuous integration/continuous deployment) that integrates with our GitHub project code repository. Our demo web app is a flask template and python web application. Watch the video tutorials and follow step-by-step instructions to learn how to create your own starter web app running on the Azure cloud using the Azure portal. A second bonus video and instructions are shown that demonstrate the quick start creation of a web app using the CLI (command-line interface).

az-cli azure azure-cli azure-portal azure-portal-ui azure-web-app azure-webapp ci-cd ci-cd-pipeline demo flask flask-app flask-application how-to python tutorial video vscode web-app

Last synced: 14 Jul 2025

https://github.com/kevinbdx35/cours-vite-react

Cours interactif pour apprendre Vite et React avec des exemples pratiques, animations et mini-projet guidé

beginner-friendly course education french frontend interactive-learning javascript react tutorial vite web-development

Last synced: 15 May 2026

https://github.com/protw/tw5

Створюємо вільний вікі простір на базі Тідлівікі 5

tiddlywiki tiddlywiki5 tutorial ukrainian

Last synced: 01 Jul 2026

https://github.com/thedvlprs/tutorial-bot

🤖 simple Discord bot for tutorial purposes

codenewbie discord-bot javascipt tutorial

Last synced: 26 Mar 2025

https://github.com/pvigier/pychain-part1

Code for the part 1 of the tutorial on pychain

computational-graphs tutorial

Last synced: 17 Jun 2026

https://github.com/rogerboesch/visionos-tutorial-code

visionOS tutorial as part of 'The Spatial projects' substack newsletter

game handtracking headpose swift tutorial visionos visionpro

Last synced: 13 Aug 2025

https://github.com/migue253201/powersub-demo-2864

🚀 Demonstrate power submission techniques with this sample project, enhancing efficiency in data processing and workflow management.

api backend database demo example-project frontend git javascript microservices open-source powersub software-development tutorial user-authentication web-app

Last synced: 02 May 2026

https://github.com/pierreroth64/js-async-tutorial

JS async code tutorial: from callbacks to async/await

async-await callback javascript promises tutorial

Last synced: 11 Apr 2025

https://github.com/stefanbohacek/radical-gallery

A radically simple gallery you can host for free.

gallery image-gallery neocities tutorial

Last synced: 02 Jul 2026

https://github.com/abhiksark/gluon-by-example

Learn Triton's Gluon by example — the same GPU kernels written in Triton and Gluon, benchmarked

cuda deep-learning gluon gpu gpu-kernels triton tutorial

Last synced: 01 Jul 2026

https://github.com/pierreroth64/python-startup

Python course for beginners (code:en, slides:fr)

python python-course tutorial

Last synced: 11 Apr 2025

https://github.com/freeclimbapi/java-list-queues-tutorial

Java - List Queues Tutorial

queues tutorial

Last synced: 14 Jul 2025

https://github.com/rmnblm/cnsm-smart-contracts-tutorial

Handout for the Smart Contracts Tutorial at CNSM in Rome 🇮🇹

smart-contracts solidity tutorial

Last synced: 20 May 2026

https://github.com/pablo384/tour-of-heroes

simple Angular Application

angular angular-cli angular4 nodejs tutorial

Last synced: 20 Apr 2026