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/br-chan/tictactoe-react

Simple TicTacToe game with turn rewinding.

tutorial

Last synced: 16 Apr 2026

https://github.com/joshuaiz/catch-of-the-day-scss

SCSS files for the Wes Bos React for Beginners tutorial

catch-of-the-day react react-for-beginners scss stylus tutorial wes-bos

Last synced: 16 Apr 2026

https://github.com/bhgomes/rust-tutorial

Rust tutorial focused on type-theoretic and mathematical ideas

rust rust-lang rust-tutorial tutorial

Last synced: 16 Apr 2026

https://github.com/freeclimbapi/c-sharp-connect-caller-to-another-party

C# - Connect Caller To Another Party

connecting-calls tutorial

Last synced: 03 Mar 2026

https://github.com/llnl/raja-tutorials

Materials to support RAJA hands-on tutorials

tutorial

Last synced: 04 Mar 2026

https://github.com/thehale/threejs-dice-screensaver

A tutorial teaching the basics of the 3D Web Graphics library THREE.js via the creation of a 3D Dice Screensaver

three-js threejs threejs-example threejs-learning tutorial webgl

Last synced: 16 Apr 2026

https://github.com/kahsolt/tiny-q

Tiny-Q is a minimal framework to show quantum computation basics in a tensor/matrix perspective view.

educational quantum-computing tutorial

Last synced: 04 Mar 2026

https://github.com/maxwell-hauser/ps1_py_co_sys_and_logic_course_summary

Computer Systems and Logic course materials - 16 comprehensive Python projects covering signals, number systems, binary arithmetic, data representation, and communication protocols.

binary-arithmetic computer-science digital-signals education number-systems python tutorial

Last synced: 04 Mar 2026

https://github.com/dinau/zig-platformer

Writing a 2D Platform Game in Zig language with SDL

build dev devel game learning platformer sdl2 sdl3 stb stb-image tutorial zig

Last synced: 16 Apr 2026

https://github.com/itenthusiast-ru/my_proxy

This project provides a simple SOCKS5 proxy server using Dante, running inside a Docker container. It supports authentication and IPv6

beginner-friendly docker easy-deploy ipv6 linux logging networking open-source proxy server socks5 tutorial vpn

Last synced: 16 Apr 2026

https://github.com/newlandtv/2048-lecture

Unity 2D 2048 game tutorial

2048 2d game tutorial unity

Last synced: 31 Jul 2025

https://github.com/po8rewq/vite-react-weather-app

Source code for the tutorial on how to create a weather application with viteks and react

react tutorial tutorial-sourcecode typescript vitejs

Last synced: 16 Apr 2026

https://github.com/beebus/node-express-course

An introduction to Node.js and Express.js servers

express express-js expressjs javascript node-js nodejs postman-api tutorial

Last synced: 16 Apr 2026

https://github.com/flowforfrank/css-paint

🎨 Background image generated with the CSS Paint API

css css-paint css3 javascript paint-api tutorial webtips

Last synced: 17 Apr 2026

https://github.com/ajaybhatia/link-book

A simple link book using meteor and react with hooks

meteor meteorjs react react-hooks-demo reactjs tutorial

Last synced: 17 Apr 2026

https://github.com/kailoon/firegram

A Photo Gallery With React & Firebase.

firebase framer-motion learning-by-doing react tutorial

Last synced: 17 Apr 2026

https://github.com/thinkswan/js-linked-list

An implementation of the linked list data structure in JavaScript.

data-structures javascript tutorial

Last synced: 03 Jun 2026

https://github.com/solomonkassa/javascript-tutorial-complete

A complete, comprehensive, organized JavaScript tutorial with everything needed to learn JavaScript from absolute beginner to advanced developer.

javascript oop tutorial tutorial-code typescript

Last synced: 03 Apr 2026

https://github.com/dup4/install-nginx-from-sources

install nginx from sources

install nginx source tutorial

Last synced: 17 Apr 2026

https://github.com/yukihirai0505/coursera

personal repo for coursera

tutorial

Last synced: 17 Apr 2026

https://github.com/methminug/forms-with-react-hooks

Check out this code's Medium article on forms with React Hooks. 😊

react react-hooks tutorial

Last synced: 17 Apr 2026

https://github.com/alexmhack/python-with-secrets-manager

Testing a simple python application by making use of GCP Secrets Manager for the environment variables

aws environment-variables gcp learning python3 secrets secrets-manager testing tutorial

Last synced: 17 Apr 2026

https://github.com/e6qu/rust-lean-aeneas

Comprehensive tutorial series: formal verification of Rust programs using Lean 4 and Aeneas — from arithmetic proofs to a verified multi-agent LLM harness

aeneas formal-verification lean4 llm-agents rust theorem-proving tui tutorial

Last synced: 04 Apr 2026

https://github.com/timcnicholls/angular-tour-of-heroes

Angular Tour of Heroes Tutorial example

angular javascript tutorial

Last synced: 04 Apr 2026

https://github.com/yoonje/docker-tutorial

도커 튜토리얼

docker dockerfile tutorial

Last synced: 29 Jul 2025

https://github.com/thinkswan/ember-todo-list

An Ember app that allows users to manage a todo list.

ember handlerbars javascript tutorial

Last synced: 18 Apr 2026

https://github.com/mtvbrianking/ck-editor-tutorial

CKEditor Setup & Configuration

ckeditor tutorial

Last synced: 05 Apr 2026

https://github.com/vicjun22/contract-first-with-swagger_spring-boot

This repository demonstrates how to integrate Swagger into a Spring Boot project to generate API documentation.

contract-first java maven openapi springboot swagger swagger-ui tutorial

Last synced: 18 Apr 2026

https://github.com/nicolocurioni96/simpleapp

Simple SwiftUI app List and Navigation with detail

ios ios15 swift swiftui tutorial tutorials

Last synced: 18 Apr 2026

https://github.com/son-link/ejemplos-dialogos-bash

Scripts de los ejemplos que estoy usando en un tutorial de como crear diálogos para scripts Bash

bash bash-script dialog ejemplos kdialog tutorial zenity

Last synced: 18 Apr 2026

https://github.com/gseismic/mlearn.py

classic machine learning algorithm implementation with clean and readable code

machine-learning machine-learning-library tutorial

Last synced: 18 Apr 2026

https://github.com/frontendfixer/typescript-tutorial

typescript-tutorial with code and chapter

react tutorial typescript

Last synced: 18 Apr 2026

https://github.com/curiousily/getting-started-with-tensorflow-js

Tutorial on the basics of TensorFlow.js in the browser. Includes Tensors, visualization with tfjs-vis and building a simple model.

deep-learning machine-learning tensorflow tensorflow-js tensorflow-tutorials tutorial visualizations

Last synced: 19 Apr 2026

https://github.com/thc1006/rps_gesture_referee_demo

🎮 Production-ready real-time Rock-Paper-Scissors gesture recognition system using MediaPipe & OpenCV. Features: instant hand tracking (30+ FPS), 95% accuracy, fuzzy matching, TDD methodology with 95% test coverage. Bilingual (EN/繁中). Perfect for CV learning & interactive apps.

computer-vision demo educational game-development gesture-recognition hand-gesture-recognition hand-tracking high-performance interactive-systems machine-learning mediapipe opencv pose-estimation production-ready python real-time-detection rock-paper-scissors tdd test-driven-development tutorial

Last synced: 19 Apr 2026

https://github.com/isensee-bastian/set-generics

Tutorial code for my video Generics Part 3: How to use Generics in Golang

basic-programming beginner-tutorial-series data-structures generics golang interfaces learn-to-code sets tutorial types youtube

Last synced: 19 Apr 2026

https://github.com/fblupi/baby-names

A simple React.js app just to learn it

reactjs tutorial

Last synced: 19 Apr 2026

https://github.com/kinneko-de/sample-react-vscode

Sample application how to start a React app from Visual Studio Code in different browsers

chrome firefox react sample tutorial visual-studio-code windows

Last synced: 19 Apr 2026

https://github.com/atommnava/python-full-course-for-free-bro-2024-

Python tutorial for beginners' full course 2024

python tutorial

Last synced: 04 Jun 2026

https://github.com/srinidhibhat45/javascript-todo

A Simple JavaScript Todo App made by following a tutorial from YouTube by CodeWithHarry

bootstrap codewithharry css hacktoberfest html javascript js netlify todo tutorial webapp website

Last synced: 20 Apr 2026

https://github.com/salmanbe/laravel-mapquest-tutorial

This tutorial uses “salmanbe/mapquest" plugin to import latitude and longitude from Map Quest API

laravel mapquest php tutorial

Last synced: 20 Apr 2026

https://github.com/silvestrevivo/native-manager

React Native application following the Udemy Tutorial from @StephenGrider

firebase react react-native reactjs stephengrider tutorial udemy

Last synced: 11 Apr 2026

https://github.com/arsy786/react-redux-toolkit-tutorial

This repository hosts a React-based counter application developed as a guide to demonstrate the use of Redux Toolkit for state management.

2023 guide reactjs redux-toolkit tutorial

Last synced: 10 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/jeremiegince/learning_svm

Support vector machines (SVM) tutorial with classical and quantum kernels.

kernel quantum-computing svm tutorial

Last synced: 30 Jun 2026

https://github.com/art049/simple-buffer-overflow-server

Challenge/Tutorial aiming to exploit the buffer overflow vulnerability w/ Metasploit plugin implementation

buffer-overflow-vulnerability challenge metasploit security tutorial

Last synced: 07 Jan 2026

https://github.com/squishy123/networking-with-greenfoot

Short tutorial for setting up sockets in greenfoot

java network sockets tutorial

Last synced: 16 Jul 2025

https://github.com/didinj/css3-styling-html-element

CSS3 Tutorial: Styling The HTML Element

css css3 element html htmlelement styling tutorial

Last synced: 29 Mar 2025

https://github.com/ellisvalentiner/walkingthroughpostgres

Slides and notes for the "Walking Through Postgres" talk at the Ann Arbor Computer Society Meetup on March 6th, 2019

postgres postgresql slides tutorial walkthrough

Last synced: 30 Mar 2025

https://github.com/o-x-l/ebpf-getting-started-guide

A guide that sums up some information about eBPF for beginners

bpf ebpf getting-started network-analysis network-intelligence tutorial

Last synced: 18 May 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/luboshl/tutorial-protect-aspnet-core-api-with-aad

Source code for tutorial Protect API in ASP.NET Core with Azure AD

api aspnet-core authentication authorization azure-ad tutorial

Last synced: 13 Mar 2025

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/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/alexmhack/serverless-python

In this repository we are going to write a very basic python application and focus mainly on its deployment using GCP Cloud Run and the various things involved in the deployment process.

cloud-run docker dockerfile fastapi gcp simple-app tutorial

Last synced: 18 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/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/dumebii/simon-game

A website version of the Simon Game. Come and play the captivating Simon game here. Link below 👇🏾👇🏾

css3 game game-development html-css-javascript html5 javascript tutorial

Last synced: 08 May 2026

https://github.com/garanas/tailwind-css-course

The output of a course by Dave Gray about TailwindCSS

css tailwind tutorial

Last synced: 28 Jun 2025

https://github.com/zartre/angular-tour-of-heroes

Angular Tour of Heroes tutorial

angular tutorial

Last synced: 09 May 2026

https://github.com/jessetg/taciturn-octo-woof

Example repo for a Git tutorial I'm giving

example git github tutorial

Last synced: 08 May 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/martishin/a-tour-of-go

Exercise solutions for "A Tour of Go"

go golang tour tutorial

Last synced: 11 Jan 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/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/survanetwork/surva-plugin-docs

📕 surva network open source plugins documentation

docs plugin plugins setup surva tutorial

Last synced: 23 Jun 2026

https://github.com/nevrome/uni.tuebingen.poseidon.intro.2h.2024

Website for a ~2h demonstration of Poseidon and some of its tools, features and components

adna archaeology tutorial

Last synced: 07 Mar 2026

https://github.com/syncfusionexamples/explore-node-types-in-the-vue-diagram-component

A quick start Vue project that shows the node types available in the Vue Diagram component. This project includes code snippets for rendering basic, flow, text, image, HTML, UML, BPMN, path, and native or SVG node types.

basic bpmn diagram diagrambuilder flow html image native node path svg text tutorial uml visualizing vue vue-components vue-diagram vue-ui-components vuejs

Last synced: 30 Apr 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/tomerfi/dependency-injection-java-part1-tutorial

Dependency Injection in Java is easy - Part 1 - Merely a design pattern

blog-post dependency-injection dev java tutorial

Last synced: 29 Mar 2025

https://github.com/mariokreitz/mytritubepageformycats

A tiny and simple tribute page for my lovely cats as a part of a practice project

css freecodecamp-project german html learning-by-doing tutorial

Last synced: 23 Jun 2025

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

Source code for tutorial

generics java tutorial

Last synced: 18 Mar 2025

https://github.com/syncfusionexamples/how-to-perform-interactions-in-the-vue-diagram-component

A quick start Vue project that shows how to perform interactions in the Vue Diagram component. This project includes code snippets for interactions like selection, dragging, resizing, rotating nodes, editing texts, deletion of nodes and connectors, and how to restrict interactions. It also shows how to perform zooming, and undo-redo operations.

deletion diagram diagrambuilder dragging editing interactions panning resizing rotating selection tutorial undo-redo visualizing vue vue-components vue-diagram vue-ui-components vuejs zooming

Last synced: 03 Apr 2025

https://github.com/marwendoukh/android-layouts-exam-solution

The solution for the android layout exam

android android-layout tutorial

Last synced: 19 Jul 2025

https://github.com/sungkwangsong/lean-python

Python 학습 자료

django learn practice python tutorial

Last synced: 19 May 2026

https://github.com/syncfusionexamples/getting-started-with-the-vue-file-upload-component

A quick-start Vue project that shows how to create and configure the Syncfusion Vue File Upload component. This project contains code to configure a few of its basic features, like uploading multiple files, uploading a single file, and validation during file upload. It also shows how to upload files asynchronously.

allow-extension asynchronous-upload auto-upload deny-extension ej2-uploader multiple-file-upload restricting-uploading-files synchronous-upload tutorial upload-box uploader vue vue-components vue-file-upload vue-ui-components vuejs web-api-upload

Last synced: 03 Apr 2025

https://github.com/tomerfi/dependency-injection-java-part2-tutorial

Dependency Injection in Java is easy - Part 2 - Leveraging with Google Guice.

blog-post dependency-injection dev guice java tutorial

Last synced: 29 Mar 2025