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/adityamotale/hash_table

Hash Table in rust from scratch with djb2 algorithm

djb2 hashtable rust tutorial

Last synced: 15 Apr 2025

https://github.com/slemus9/corelang-hs

Code and exercises of the book Implementing Functional Languages: a tutorial by S.P. Jones and D. Lester

functional-programming haskell tutorial

Last synced: 26 May 2026

https://github.com/thetoxin/pystudy

Example of possible python for studing

example python study study-project tutorial

Last synced: 10 Jun 2025

https://github.com/szczyglis-dev/quantum-random-bit-generator

[QSharp] Basics of quantum computing - usage of Q# language in Azure Quantum services. An example that shows how to generate a fully random number using a qubit

azure example hadamard-gate microsoft qsharp quantum quantum-algorithms quantum-computing quantum-mechanics qubit qubits random-generation superposition tutorial

Last synced: 26 May 2026

https://github.com/yulei-chen/react-router-tutorial

An alternative take on React Router's official tutorial

codehike react-router-v6 tutorial

Last synced: 30 Jun 2025

https://github.com/3olen/phpunit-tp

Base de code pour le TP PHPUnit.

phpunit tutorial

Last synced: 18 Jan 2026

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

Java - List Queue Members Tutorial

queues tutorial

Last synced: 06 Sep 2025

https://github.com/000daniel/000daniel.github.io

A website about confusing C# programming topics made easy to understand.

csharp document documentation easy made-easy program programming simple tutorial website

Last synced: 04 Jun 2026

https://github.com/jaiakash/cryptozombies_solidarity_web3

Crytpozombies solidarity tutorial codes

crypto solidarity tutorial web3

Last synced: 08 Jan 2026

https://github.com/dking1342/react-intro

A collection of React projects that were made with the help of various online tutorials

react reactjs tutorial

Last synced: 30 May 2026

https://github.com/arsy786/react-ts-shopping-cart

This is a simple e-commerce web application that allows users to add products to their shopping cart and make a purchase.

2023 bootstrap reactjs tutorial typescript

Last synced: 13 Apr 2026

https://github.com/fzaninotto/ra-relationships-tutorial

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

react react-admin tutorial

Last synced: 13 Oct 2025

https://github.com/librity/learning_cpp

All my C++ tutorials

cpp opengl tutorial tutorials

Last synced: 15 Apr 2026

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/kinneko-de/sample-humanfriendly-id-go

Sample how to create a human-friendly identifier in Go

go golang human-friendly id sample tutorial

Last synced: 17 Mar 2025

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/augustoasilva/todo-go-app-tutorial

Repositório do projeto ToDo App feito em Go para série de Artigos no meu Blog.

api golang tutorial

Last synced: 13 Jul 2025

https://github.com/tomerfi/groovy-script-java-project-tutorial

Using Groovy scripts in a Java project tutorial.

blog-post dev groovy-scripts java scripting tutorial

Last synced: 14 Jun 2025

https://github.com/mr-reutcky/tip-calculator

Learn how to create a simple and interactive tip calculator using HTML, CSS, and JavaScript. This tutorial covers building a user-friendly interface to calculate tips based on bill amounts and tip percentages. Perfect for beginners!

html-css-javascript tip-calculator tutorial webapplication

Last synced: 23 Feb 2026

https://github.com/bruvellu/3d-tutorial

Tutorial on how to visualize 3D data in Fiji using built-in tools and 3Dscript

3d 3d-visualization 3dscript fiji imagej tutorial

Last synced: 13 Jan 2026

https://github.com/kelvingao/python-tutorials

Python tutorial

python tutorial

Last synced: 15 May 2025

https://github.com/nimjay/machine-learning-tutorial

Easy-to-digest Machine Learning tutorial.

machine-learning tutorial

Last synced: 08 Jan 2026

https://github.com/lord-turmoil/fluentapidemo

Repository for the article Thoughts on Building Fluent API

fluent-api tutorial tutorial-code

Last synced: 16 Mar 2025

https://github.com/arsy786/redux-toolkit-thunk-app

The aim of this project is to demonstrate how to use Redux Toolkit and Thunk middleware in a React application.

2023 reactjs redux-thunk redux-toolkit tutorial

Last synced: 13 Apr 2026

https://github.com/vin20777/tanks

Unity3D Tutorial

csharp tutorial unity3d

Last synced: 22 Apr 2026

https://github.com/raguggg/docker-elk-setup

A ready-to-use ELK (Elasticsearch, Logstash, Kibana) setup with Docker for easy log monitoring and analysis.

docker elk logging tutorial

Last synced: 26 Mar 2025

https://github.com/arxiver/age-of-discord

Apache AGE graph database based discord implementation

age apache apacheage database development discord gdb graph graphdatabase graphdb graphs python python3 tutorial

Last synced: 13 Apr 2026

https://github.com/abhisekp/the-gists

:bowtie: Gists of tutorials, articles, and miscellaneous stuffs :yum:

article gist javascript js tutorial

Last synced: 19 Jun 2025

https://github.com/sad0xer/firstpro

This is simple E-Commerce website built in Django. This Django Project was build with help of @CodeWithHarry's YouTube video.

django django-project python tutorial website

Last synced: 26 Mar 2025

https://github.com/freeclimbapi/java-get-a-queue-member-how-to-guide

Java - Get a Queue Member Tutorial

queues tutorial

Last synced: 05 May 2026

https://github.com/freeclimbapi/java-accept-incoming-call-tutorial

Java - Accept Incoming Call Tutorial

tutorial voice

Last synced: 20 Jun 2026

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

C# - List Queue Members Tutorial

queues tutorial

Last synced: 05 May 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/jf17/roguelike

Implementation of a roglike game based on a tutorial in the Rust language .

roguelike-game rust tutorial

Last synced: 06 Jul 2025

https://github.com/pin3dev/42_cpp_modules_05-09

Exploring advanced C++ and OOP concepts like SOLID, casting operators, templates (value, functions, and classes), exception handling using throw() and try/catch blocks, and so on

42 42-cpp-modules 42born2code 42cursus 42porto 42projects 42school cpp-98 cpp-course cpp-modules cpp-modules-1337 cpp-modules-42 doxygen doxygen-documentation oop-in-cpp oop-principles tutorial

Last synced: 06 Jul 2025

https://github.com/saqibali-2k/tutorial.js

A javascript library for creating tutorials for your website.

js-library tutorial vanilla-js

Last synced: 10 Mar 2026

https://github.com/amazingcoderpro/huobi-5minutes

火币账号注册、交易入门指导

huobi tutorial

Last synced: 04 Jan 2026

https://github.com/000daniel/collision-mask-layer

A page dedicated to explaining how collision masks/layers works in the Godot game engine

collision collision-detection collision-layer collision-mask document documentation game-engine godot layer make-easy mask simple tutorial

Last synced: 03 Feb 2026

https://github.com/arielspencer/issue

👾 Este guia irá ajudá-lo a entender como criar uma issue de forma clara e concisa.

github issue issues open-source tutorial

Last synced: 15 May 2025

https://github.com/lucasmagnum/flutter-example-google-maps

A flutter example application to show Google's offices with Google Maps SDK

example-project flutter mobile-app tutorial

Last synced: 12 Apr 2026

https://github.com/lucasmagnum/flutter-example-friendly-chat

A flutter application example. https://codelabs.developers.google.com/codelabs/flutter/#0

example-project flutter mobile-app tutorial

Last synced: 22 Apr 2026

https://github.com/cbhihe/doc_git-quickstart

Hands-on introduction to Git{Hub,Lab} (23 pages)

bash documentation git tutorial tutorial-code

Last synced: 18 Apr 2026

https://github.com/fogarecious/rust_tutorial

Tutorial of Rust

rust rust-lang tutorial

Last synced: 26 Jan 2026

https://github.com/nyctibiusvii/biocubeblog

Biocube é um portal onde você irá encontrar nossos contatos, nossa loja e projetos sociais. 🤹‍♀️☣

atletas biocube blog brasil campeonato cube cubo-magico rubiks-cube suzane-coelho tiago-dias trabalho-voluntario tutorial voluntary

Last synced: 16 Mar 2025

https://github.com/gstavrinos/opencltutorial

Imported from here: https://bitbucket.org/Anteru/opencltutorial

cpp11 opencl tutorial

Last synced: 16 Jun 2026

https://github.com/melezhik/python-echo-script

sparrow / python example script

python sparrow tutorial

Last synced: 30 Oct 2025

https://github.com/000daniel/draw3d-godot

A page dedicated to teaching how to Draw in 3D space in the Godot game engine

3d axis beam box circle documentation draw draw3d engine explanation game godot help line page point site teach thickline tutorial

Last synced: 05 Feb 2026

https://github.com/dimodimchev/learningreactnative

A repository for my projects from a YouTube course for React Native

firebase jsx mobile react-native tutorial

Last synced: 28 Apr 2026

https://github.com/cheesecake87/flask-example-sub-domain

Contains a working example of using Sub Domains in Flask.

example flask guide python tutorial

Last synced: 24 Apr 2026

https://github.com/reubano/devcraft-workshop

Materials for the DevCraft workshop on stream processing

data functional-programming meza python riko stream-processing tutorial

Last synced: 04 May 2026

https://github.com/toolbuddy/analysis_tools

📊 Learning how to use analysis tools, like gprof, perf, valgrind, ...

analysis learning tools tutorial

Last synced: 18 Mar 2025

https://github.com/24amcoder-sb/automapperexample

A sample console app using the automapper library

automapper tutorial

Last synced: 28 Mar 2025

https://github.com/manzt/flu-mcv

Multiple coordinated views of flu data with Altair in JupyterLab.

altair tutorial vega vega-lite

Last synced: 22 Apr 2026

https://github.com/kodie/bitbar-home-config

Example of how to mimic the functionality of the home-config npm module in bash

bitbar bitbar-plugin config example plugin tutorial

Last synced: 15 Mar 2025

https://github.com/freeclimbapi/java-list-calls-how-to-guide

Java - List Calls Tutorial

tutorial voice

Last synced: 01 Jul 2025

https://github.com/keizerzilla/gamerbot-telegram-lumberjack

Eu fiquei irritado por não bater o record de um amigo num jogo para crianças e escrevi um bot que fez o trabalho sujo por mim.

bot pyautogui python telegram-game telegram-game-bot tutorial tutorial-demos

Last synced: 10 Apr 2025

https://github.com/prabhakar-naik/java-core

java-core project provides vast interview programs, Real time implementation, Exceptions, regular expressions, collections, oops concepts ect. Here you can gain the knowledge about java syntax, advance concepts and so on. join the collaborations and contribute transfer your best and explore more things.

accessmodifiers arrays collections-framework datastructures datatypes dsa-algorithm enums exception-handling generics-in-java java java-8 lambda methods multithreading oops-in-java singleton streams-standard strings tutorial

Last synced: 13 Sep 2025

https://github.com/newlandtv/unity-rhythm-game-tutorial

Unity Engine으로 만드는 Rhythm Game 강좌입니다.

2d lecture rhythm-game tutorial unity

Last synced: 14 Mar 2025

https://github.com/thinkswan/express-redis-cache

An Express app that caches data in Redis.

express javascript node redis tutorial

Last synced: 10 Apr 2026

https://github.com/suryakarmakar/reactnative-resources

📌In this repo you can find everything related React Native like tutorial, documents, study materials, books, code etc

react-native resources study-materials tutorial

Last synced: 04 Mar 2025

https://github.com/keiloktql/tutorial-stripe-payments

Repository for 'Stripe with React & NodeJS' Tutorial

nodejs react sass stripe tutorial

Last synced: 04 May 2026

https://github.com/anyblok/anyblok-book-prez

Workshop Anyblok slides

book development-tools tutorial

Last synced: 10 Apr 2025

https://github.com/chilipp/psyplot-ak-viewer-workshop-20210412

Presentation material for the psyplot demonstration at the Datahub AK Viewer workshop

jupyter jupyter-notebook presentation psyplot python tutorial visualization

Last synced: 24 Apr 2026

https://github.com/datajuggler/gittrimmer

Git Trimmer is a demo project for DataJuggler.Core.UltimateHelper and DataJuggler.Win.Controls, but it is also useful in that it helps you find .png and / or .jpg files in a project folder, but not used by a project. This is specifically for C# projects, and not work for all project types.

csharp demoproject opensource tutorial

Last synced: 25 Aug 2025

https://github.com/dmatarinl/go_server

Begginer Rest Api, made it to understand the function of a Rest Api in Golang using html

begginer-friendly go go-server golang html5 tutorial

Last synced: 29 May 2026

https://github.com/boutiques/tutorial

A Boutiques tutorial

boutiques tutorial

Last synced: 10 Mar 2026

https://github.com/dejanu/ai-powered-coding-playbook

AI-powered development using resources from MCP to skills , agents and papers.

ai-tools anthropic antropic-claude claude-code tutorial

Last synced: 31 May 2026

https://github.com/toxe/react-router-tutorial

React Router Tutorial

react react-router tutorial

Last synced: 10 Apr 2026

https://github.com/app-generator/tutorial-django

Django Tutorial - Learn to code in Django | AppSeed

appseed django elearning tutorial

Last synced: 07 Apr 2025

https://github.com/mindninjax/data-structures-in-javascript

Learn to implement & use various Data Structures in JavaScript 📚💻

data-structures hacktoberfest javascript tutorial

Last synced: 05 Oct 2025

https://github.com/ochiee/ai-engineering-resources

🤖 Explore essential AI engineering resources, from research papers to tools, to help software engineers transition into AI roles effectively.

ai ai-agents ai-research awesome awesome-context awesome-context-engineering claude context-engineering diffusers diffusion-models generative-ai gpt image-generation llm manus mlops tutorial tutorial-code

Last synced: 06 Oct 2025