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/2kabhishek/time

Digital clock using vanilla js. 💫⏰

digital-clock tutorial vanilla-javascript

Last synced: 03 May 2025

https://github.com/johncoene/base-gior

Setup to start building the gior package

htmlwidgets r tutorial visualization

Last synced: 21 Mar 2025

https://github.com/janinawibker/rpi-configuration-tutorial

A "quick" tutorial on how to configure a raspberry pi for use as a home server (including dynamic dns, ssl/tls/https, reverse proxying, node, databases, self hosted git server, samba, ...)

homeserver raspberrypi tutorial

Last synced: 13 Apr 2025

https://github.com/bitfumes/vue-series

Learn Vue.js 2.0 From Beginning to Advanced

bitfumes-channel tutorial vuejs

Last synced: 13 Apr 2025

https://github.com/palewire/first-llm-classifier

Learn how journalists use large-language models to organize and analyze massive datasets

ai data-journalism journalism lesson-plans llm machine-learning news python sphinx tutorial

Last synced: 04 Jul 2025

https://github.com/palewire/first-athena-query

How to analyze millions of records in seconds with Amazon Web Services and SQL

athena data-journalism journalism news python sql tutorial

Last synced: 12 Jun 2025

https://github.com/volkansah/python-xpath-tutorial

XPath is a query language used for selecting nodes in an XML or HTML document. Python supports XPath queries through various libraries such as BeautifulSoup, lxml, and more. In this tutorial, we will use BeautifulSoup to demonstrate how XPath works with Python.

beautifulsoup html python python-3 python-script python-tutorial python-tutorials python3 scraping tutorial tutorials xml xpath

Last synced: 29 Mar 2025

https://github.com/the-akira/django-graphql-tutorial

Neste guia vamos desenvolver uma GraphQLAPI com o framework Django através do auxílio da biblioteca Graphene

api-server django django-application graphene graphene-django graphql-api python3 tutorial tutorial-code

Last synced: 05 May 2026

https://github.com/chainstacklabs/procedural-nft-generator

Tutorial source code for "Procedurally generated NFTs: Being an artist as a developer" originally published on the Chainstack blog

generative-art nft tutorial tutorial-code

Last synced: 13 Apr 2025

https://github.com/pranabdas/c-cpp

Learning programming concepts in C and C++

algorithms c cpp data-structures programming tutorial

Last synced: 07 May 2025

https://github.com/boqsc/how-to-make-a-bot-using-revolt.js

A quick tutorial on how to make a bot for https://revolt.chat/

bot nodejs revolt-bot revolt-chat template tutorial

Last synced: 15 May 2026

https://github.com/micz/thunderbird-addon-options-manager

A simple Javascript manager to automatically handle the options for your Thunderbird Addon

javascript thunderbird thunderbird-addons thunderbird-extension tutorial

Last synced: 09 Sep 2025

https://github.com/13rac1/roll-a-ball-vr

SteamVR HTC Vive conversion for the Unity "Roll a Ball" Tutorial https://github.com/13rac1/Roll-a-Ball-VR/releases

htc-vive tutorial unity virtual-reality vr

Last synced: 06 Apr 2026

https://github.com/arminjo/sloebertutorial

Tutorial for the Sloeber Eclipse plugin

arduino arduino-ide eclipse eclipse-plugin sloeber tutorial

Last synced: 04 Jan 2026

https://github.com/gnebbia/gdb_tutorial

Some notes on how to use gdb to do some binary analysis and debugging

debugging debugging-tool gdb guide notes tutorial

Last synced: 05 Mar 2026

https://github.com/bytewax/imputing-missing-values

Managing missing values in streaming data.

machine-learning python real-time tutorial

Last synced: 04 May 2025

https://github.com/lawmurray/gpu-course

Deep neural network and Adam optimizer in straight C and CUDA. Accompanies the short course Foundations of GPU Computing.

c course deep-learning deep-neural-networks deeplearning gpu gpu-computing machine-learning machinelearning tutorial

Last synced: 21 Mar 2025

https://github.com/alessine/aws_webscraping_automation

Tutorial: How to develop a webscraping script, save the data to an AWS S3 bucket and automate this process using an EC2 instance

automation aws-ec2 aws-s3 beautifulsoup tutorial webscraping

Last synced: 28 Jun 2025

https://github.com/genomagames/genoma-invaders

2D Game Shoot 'em Up like Space Invaders made to teach Game Development with Unity

2d game-development gamedev pixel-art tutorial unity unity3d

Last synced: 30 Apr 2025

https://github.com/adamo08/bash-scripting-basics

Beginner's guide to shell scripting with examples and explanations.

bash bash-scripting command-line linux shell tutorial unix

Last synced: 03 Feb 2026

https://github.com/carlescg/faulttreetutorial

This is a tutorial for the package FaultTree from openreliability.com

fault-tree reliability-engineering risk-analysis risk-models tutorial

Last synced: 13 Jul 2025

https://github.com/shivamgoyal03/azure-foundry-webinar

This repository is the official companion for the Azure AI Foundry Agent Service Webinar Series. It provides hands-on code samples, modular use cases, and practical guides for building, deploying, and scaling AI agents on Azure.

agentic-ai-architecture agentic-rag ai-agents azure azure-ai-foundry azure-ai-services azure-functions code-samples model-context-protocol semantic-kernel tutorial webinar

Last synced: 10 Jul 2025

https://github.com/codepanion/zustand-tutorial

https://www.youtube.com/watch?v=gz4NgSWjHoY In this tutorial we are going to cover how you can use zustand, a simple yet powerful library to manage state in your react app. I will show you examples of how you can create slices for the global store and combine different entities in there. At the end of the video I will show you how can you have a reactive state which is going to be updated when other states are changed.

react state statemanagement tutorial zustand

Last synced: 12 Mar 2025

https://github.com/amirali511/v-tutorial

Vlang Tutorial

tutorial vlang

Last synced: 11 Jan 2026

https://github.com/mbejda/mapbox-map-example

MapBox example demonstrating how to add multiple route paths to a map.

example javascript mapbox mapbox-gl mapbox-gl-js mapboxgl tutorial

Last synced: 10 Jul 2025

https://github.com/blikblum/marionette-contact-manager

A contact manager app built with MarionetteJS v3

backbone marionette router tutorial

Last synced: 03 Apr 2025

https://github.com/fiware/tutorials.securing-access-openid-connect

:closed_book: FIWARE 407: Authenticating Identities with OpenID-Connect

fiware fiware-keyrock identity-management openid-connect security tutorial

Last synced: 30 Apr 2025

https://github.com/groda/the_ultimate_gitignore_guide

.gitignore reference - all about .gitignore for beginners

git gitignore glob tutorial

Last synced: 11 Jan 2026

https://github.com/unfor19/python-project

Python project structure, relative imports, absolute imports, packages, and modules. Let's make it simpler.

project python structure tutorial

Last synced: 10 Apr 2025

https://github.com/parzibyte/demostracionrecyclerview

Tutorial de RecyclerView en Android. Animaciones, adaptador y layout XML

adapter android animation layout recyclerview tutorial viewholder xml

Last synced: 14 May 2026

https://github.com/raadiah/postgresql

A documentation on PostgreSQL. Here the Art Store Database is again made step-by-step using PostgreSQL. Live Link: https://raadiah.github.io/PostgreSQL/

database-management dbms entity postgresql postgresql-database relational-database tutorial

Last synced: 15 Jun 2025

https://github.com/tailineju/SHINY-tutorial

Repositório de tutoriais, aplicações e exemplos da utilização do pacote shiny em R. Arquivos desenvolvidos como objetos de avaliação para disciplina Computação Estatística 2.

shiny shiny-apps shiny-r shinyapps shinydashboard tutorial

Last synced: 30 Jul 2025

https://github.com/ancatmara/text-reuse-test

Testing Tracer and Passim on medieval Irish & Welsh law texts

early-irish irish natural-language-processing nlp passim preprocessing text-reuse tracer tutorial welsh

Last synced: 17 Feb 2026

https://github.com/joolfe/gatsby-for-docs

A tutorial/POC about how to create gitbook docs using gatsby

gatsby github-page javascript tutorial

Last synced: 13 Mar 2025

https://github.com/javitocor/react-devise-tutorial

Practice project following the instructions from: https://github.com/DakotaLMartinez/rails-react-devise-tutorial

devise rails5 reactjs tutorial

Last synced: 20 Jan 2026

https://github.com/clouatre-labs/math-mcp-learning-server

Educational MCP server with math operations, matrix algebra, data visualization, and persistent workspace using FastMCP 2.0

calculator educational fastmcp mathematics mcp mcp-server python tutorial

Last synced: 23 Feb 2026

https://github.com/icebearbares/bios-modding-logo

Modding The BIOS To Change The Startup Logo

bios customization logo modding tutorial

Last synced: 30 Jan 2026

https://github.com/astrotars/mongodb-node-restify-api-part-1

🚀 Getting Started with MongoDB, Node.js and Restify

api babel es6 mongodb mongoose nodejs rest restify tutorial

Last synced: 05 Apr 2026

https://github.com/sap-samples/hana-xsa-calculation-view-anonymity

Sample data, table and calculation view with K-anonymity for data privacy.

hana-xsa sample sample-code sap-hana tutorial

Last synced: 03 Feb 2026

https://github.com/nobodxbodon/java_in_hours_chn

Java编程一天入门-中文代码版. 镜像: https://git.oschina.net/zhishi/java_in_a_day_chn

24hour chinese java readability tutorial

Last synced: 07 May 2025

https://github.com/marcocesarato/shell-botkiller

We'll post findings from an infected confluence-systems we investigated recently, to show how it looks/feel like. the most systems we took a look at were infected with mining-bots like kerberods.

bot bots infected killerbot process server shell tutorial zombies

Last synced: 24 Jun 2025

https://github.com/ismailza/agence-immobiliere

Application web simple pour la gestion d'une agence immobilière avec Laravel

breeze laravel tutorial

Last synced: 18 May 2026

https://github.com/angydev/javascript-tutorial

A JavaScript list of Objects including their methods and properties

exercises javascript tutorial

Last synced: 13 Aug 2025

https://github.com/officialrajdeepsingh/tsup-tutorial

tsup tutorial for npm package

tsup tutorial typescript

Last synced: 18 Mar 2025

https://github.com/sagargupta16/deploy-guide

Step-by-step deployment guides for every platform - 25+ guides for GitHub Pages, Vercel, Render, Railway, Netlify, AWS, and more

aws cloud deploy deployment devops free-hosting github-pages guides hosting netlify railway render tutorial vercel

Last synced: 03 May 2026

https://github.com/mittelmark/fusion-tutorial

Tutorial for the Fusion Programming Language

programming-language swig transpiler tutorial

Last synced: 06 Mar 2026

https://github.com/kmaida/sample-auth0-angular

Auth0 Angular Workshop sample app

angular auth0 authentication rxjs tutorial workshop

Last synced: 09 Jul 2025

https://github.com/peterfox/validation-rule-demo

The example code for the article https://medium.com/@SlyFireFox/test-driven-development-for-custom-laravel-validation-rules-669d01e34a65

article laravel php tutorial

Last synced: 15 May 2026

https://github.com/North-Earth/Landmarks

:world_map: An app for discovering and sharing the places you love.

ios swift tutorial watchos

Last synced: 11 Mar 2025

https://github.com/bkpecho/starwars-quotes-crud-app

This project is a CRUD application with a Star Wars theme, developed using Node.js, Express, and MongoDB. The project demonstrates proficiency in creating a reliable and scalable web application using popular server-side technologies.

api-design backend-development crud express flexibility javascript mongodb node-js programming rest-api scalability star-wars tutorial web-development

Last synced: 09 Apr 2026

https://github.com/marrink-lab/pegylated_proteins_tutorial

Files required for our tutorial on PEGylated proteins

coarse-grained md pegylated-proteins tutorial

Last synced: 24 Feb 2025

https://github.com/braginteractive/stanleywp

StanleyWP - Bootstrap 4 WordPress Theme

bootstrap bootstrap4 tutorial wordpress-theme

Last synced: 18 May 2026

https://github.com/namdnguyen/dbt-tutorial

DBT tutorial project with Kimball data warehouse modeling, jinja templating, and schema tests.

analytics data-warehouse dbt sql tutorial

Last synced: 20 Jul 2025

https://github.com/cnahmetcn/dart-notlarim

Dart programlama diline yeni başlayanlar için tuttuğum sıfırdan ileri seviyeye dart notları

dart dart-lang excercise flutter tutorial

Last synced: 28 Jan 2026

https://github.com/ryanito/godot-heart-platformer

Simple platformer game made with HeartBeast's Godot 4 "Heart Platformer" tutorial series

gdscript godot godot4 heartbeast platformer tutorial

Last synced: 15 Jun 2025

https://github.com/e-candeloro/python-ros-pub-sub

A simple ROS Python Tutorial for writing a Publisher and Subscriber.

python python3 ros ros-noetic rostutorial smart-robotics tutorial ubuntu vm

Last synced: 18 May 2026

https://github.com/lalaio1/como-deixar-os-terminais-do-windows-transparentes

um tutorial de como deixar os terminais do windows transparentes

cmd powershell terminal transparencia tutorial windows wls

Last synced: 07 Mar 2026

https://github.com/bugaevc/simple-http-server-tutorial

A step-by-step walkthrough of implementing a very basic HTTP server and a webapp nanoframework in pure Python

http-server nanoframework python step-by-step tutorial

Last synced: 13 Apr 2025

https://github.com/mrcfps/django_news

《Django 快速入门教程》

django learn-by-doing tutorial

Last synced: 04 May 2026

https://github.com/bestia-dev/rust01_the_beginning

First steps for Rust development.

obsolete tutorial

Last synced: 12 Jan 2026

https://github.com/jgperrin/net.jgp.labs.db.informix

Labs & experiments with JDBC and the IBM Informix database.

informix java jdbc tutorial tutorial-code

Last synced: 06 May 2025

https://github.com/alexmhack/django_oauth

implementing social authentication in django using facebook, twitter, github

beginner-project django-social-auth-app django2 python3 social-auth tutorial

Last synced: 17 May 2026

https://github.com/zxypro1/gpt4-short-tutorial

Tons of short tutorial articles generated by GPT-4.

chatgpt gpt gpt-4 llm tutorial tutorials

Last synced: 27 Mar 2025

https://github.com/didinj/nodejs-mongodb-slackbot-example

Node.js and MongoDB Slack Bot Example

bot example mongo mongodb node nodejs slack tutorial

Last synced: 12 Apr 2025

https://github.com/danielgospodinow/catter

Love cats and modern software systems? Here's a cat facts application which has an architecture that fits modern needs

authentication aws cats circuit-breaker docker go google jenkins kotlin kubernetes openid rabbitmq react reactive-programming rest saga-pattern software-architecture spring-boot tutorial webflux

Last synced: 04 Nov 2025

https://github.com/didinj/ionic4-angular6-multiple-api-calls-forkjoin

Ionic 4 Angular 6 Tutorial: Call Multiple Services at Once using ForkJoin

angular angular6 angularjs atonce call fork fork-join forkjoin ionic ionic4 join multiple services tutorial using

Last synced: 20 Jul 2025

https://github.com/humitos/docker-workshop

Mini Docker Workshop delivered in Cuenca, Ecuador

docker learning talk tutorial workshop

Last synced: 16 May 2026

https://github.com/kasir-barati/graphql-js-ts

Where you can learn all about GraphQL and its intricacies

documentation graphql js monorepo nx ts tutorial

Last synced: 18 Jun 2025

https://github.com/bobbyg603/ng-testing-tips-ng-mocks

Companion repo with ng-mocks examples

angular how-to mocking ng-mocks testing tutorial

Last synced: 14 May 2026

https://github.com/ga58lar/ros2-docker-example

ROS2 Docker example

docker dockerfile ros2 tutorial

Last synced: 30 Mar 2025

https://github.com/jothin-kumar/tic-tac-toe

This repository was created as part of a blog.

html-css-javascript python tic-tac-toe tkinter tutorial

Last synced: 06 May 2025

https://github.com/imvickykumar999/flask-xampp-onion-host

pip install VicksTor --upgrade https://imvickykumar999.github.io/Flask-XAMPP-Onion-Host/

darkweb host imvickykumar999 onion tor tutorial xampp-server

Last synced: 10 Apr 2025

https://github.com/tengu712/vulkan-tutorial

A simplest Vulkan Tutorial in Japanese.

tutorial vulkan

Last synced: 01 Apr 2025

https://github.com/geshan/nodejs-express-tutorial

Node.js express tutorial with Pug

express-js nodejs pug tutorial

Last synced: 07 May 2025

https://github.com/jbee37142/vue-todo-tutorial

This repository is a tutorial to create a Todo application to learn the Vue.js library.

tutorial vue

Last synced: 14 Jun 2025

https://github.com/methyldragon/linux-reference

Just a reference of things I've learnt to do in Linux

linux linux-reference reference tutorial

Last synced: 15 Jul 2025

https://github.com/foxtbirdy/pyqt5-works

Repositories based on the sub-projects and research of the Python PyQt5 GUI Library

development gui python tutorial

Last synced: 16 Jun 2025

https://github.com/relintai/programming_tutorials

Hungarian programming tutorials that I'm writing. (Might translate them later.)

hungarian magyar oop programming sdl2 tutorial

Last synced: 05 Apr 2025

https://github.com/parzibyte/tutorial-graficas-chartjs

Ejemplos y demostraciones de mi tutorial para crear gráficas con Chart.js

chart chart-js example tutorial

Last synced: 17 May 2026

https://github.com/schadokar/colorcli

the `colorcli` is to return the name of the hexcode of the color. If the hexcode doesn't exist then `colorcli` can add the color.

cli cobra golang tutorial

Last synced: 14 May 2025

https://github.com/dgriffiths3/ucl_cegeg075

Coursework data for Image Understanding

computer-vision image-processing learning opencv tutorial

Last synced: 08 May 2025

https://github.com/mfaisalkhatri/testng-tutorial

This project has example code demoing how to use TestNG framework in Test Automation

automation-testing beginner learning qa software-testing test-automation testing testng tutorial

Last synced: 07 Apr 2026

https://github.com/davidmoremad/fraud-exercise

Creamos una BBDD de transacciones y mediante Python detectamos actividad fraudulenta

curso ejerciciosresueltos python supabase tutorial

Last synced: 19 Apr 2026