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/amarlearning/simple-neural-network

Simple Neural Network written in Python and Numpy (w/o any scify libraries)

beginner-friendly machine-learning neural-network numpy python3 tutorial

Last synced: 06 May 2026

https://github.com/iceoffire/chat-tcp-unity

repo to store and share the unity chat project

csharp dotnet netcoreserver tcp tcp-client tcp-server tutorial unity2019 unity2d

Last synced: 06 May 2026

https://github.com/wsvincent/django-blog-no-users

A simple blog app built with Django and Bootstrap4

blog bootstrap4 django python tutorial

Last synced: 08 May 2026

https://github.com/jennybc/excuse-me-iris

Toy example used in the article "Excuse me, do you have a moment to talk about version control?"

example-project git github r rmarkdown rstudio tutorial

Last synced: 04 May 2026

https://github.com/giwi/vert.x-beers

A server-side companion to the polymer-beers project

education java tutorial vertx vertx-web

Last synced: 01 May 2026

https://github.com/sqreen/devise_sqreener_tutorial

A tutorial for helping filter potentially malicious users from signing up for your Rails app.

devise rails security sqreen tutorial

Last synced: 12 May 2026

https://github.com/shahednasser/chrome-omnibox-tutorial

Tutorial on How to Use Chrome's Omnibox API

chrome chrome-extension javascript tutorial

Last synced: 10 May 2026

https://github.com/cj-mills/fastai-to-unity-tutorial

This beginner tutorial covers how to train an image classifier using the fastai library and implement it in a Unity game engine project using the Barracuda inference library.

barracuda fastai image-classification tutorial unity

Last synced: 11 May 2026

https://github.com/ruddra/myblog

An example project from my tutorial of making a simple blog.

django myblog tutorial

Last synced: 12 May 2026

https://github.com/dangom/mrtoolkit-recon

Tutorial exercises on MR Image Reconstruction and Parallel Imaging

mri tutorial

Last synced: 12 May 2026

https://github.com/sinalalebakhsh/portswigger

Solving PortSwigger Labs in YouTube

portsw portswigger-labs securi tutorial

Last synced: 05 Apr 2025

https://github.com/mesmacosta/dlp-to-datacatalog-tags-tutorial

Walkthrough tutorial for DLP and Data Catalog script.

cloudshell datacatalog datalossprevention dlp java tutorial

Last synced: 12 Jun 2026

https://github.com/geggleto/course-1

Introduction to Slim PHP

course micro-framework php slim tutorial

Last synced: 11 Jun 2026

https://github.com/BAMresearch/jupyter_tutorial_sas

A programming tutorial for looking at SAS Data with Python. Part of the 'Better with Scattering' Workshop.

data-science programming-exercises small-angle-neutron-scattering small-angle-scattering small-angle-xray-scattering tutorial

Last synced: 16 Jan 2026

https://github.com/funcsio/awesome-lynx

A curated list of awesome lynx ecosystem

awesome awesome-list lynx mobile react tutorial

Last synced: 11 Mar 2025

https://github.com/marcospb19/explicacao-recursao

Portuguese explanation for recursion and call stack overflow.

learn portuguese readme recursion tutorial

Last synced: 05 Jan 2026

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

ROS2 Docker example

docker dockerfile ros2 tutorial

Last synced: 30 Mar 2025

https://github.com/vinibiavatti1/graphqltutorial

This repository works as a tutorial for GraphQL. Follow the sources or check the wiki to learn it

graphql graphql-tutorial query query-language rest-api tutorial

Last synced: 16 May 2026

https://github.com/didinj/spring-boot-security-user-role-login-eclipse

Spring Boot Tutorial: Create Java Login Web App using Spring Security and Eclipse

eclipse eclipse-ide java login spring-boot spring-data spring-security springboot springsecurity tutorial webapp

Last synced: 16 Oct 2025

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

All my experience packed into cheatsheets

maintained ready-for-use tutorial

Last synced: 02 Feb 2026

https://github.com/kasir-barati/python

A comprehensive course for Python

python python3 software-engineering tutorial

Last synced: 23 Feb 2026

https://github.com/bearsunday/tutorial1

A tutorial application that how to use BEAR.Sunday

bearsunday php tutorial

Last synced: 31 Jul 2025

https://github.com/nexmo/ruby-passwordless-login

Passwordless Login with Nexmo Verify

tutorial

Last synced: 17 Aug 2025

https://github.com/kathleenwest/minimalwebapientityframeworkcoresqlite

A minimal ASP.NET Core web api project to showcase Entity Framework Core with both SQLite and in-memory database implementations. This basic web api features CRUD operations with Http Verb Operations (Get, Post, Put, and Delete). Features tutorial-style YouTube videos for some topics.

asp-net-core asp-net-core-web-api crud csharp database demo entity-framework-core how-to in-memory-database learning-by-doing microsoft-learn minimal-web-api pizza pizza-shop sqlite swagger swagger-ui tutorial web-api youtube

Last synced: 28 Apr 2026

https://github.com/kristijan-pajtasev/javascript-and-this

Example project about this behavior in JavaScript and browser

javascript this this-keyword tutorial

Last synced: 16 Mar 2025

https://github.com/krshrimali/deep-learning-on-the-weekends

Some ideas and work on weekends (and some times on the week days as well *winks*)

computer-vision deep-learning keras-models p5js projects pytorch tutorial

Last synced: 01 May 2026

https://github.com/project-babble/babblebot

The Project Babble Discord bot repo

bot discord discord-bot docs faq faqs tutorial

Last synced: 22 Feb 2026

https://github.com/h-iaac/cst-tutorial-babybot

This repository provides the content of the ICDL tutorial, we use a Docker-based environment to integrate infant behavior models using the CST (Cognitive System Toolkit). Tutorial presented at the ICDL (International Conference on Development and Learning).

attention cognitive-architectures cognitive-robotics cognitive-science coppeliasim docker java mimo perception sensorial tutorial

Last synced: 29 Sep 2025

https://github.com/akhilmhdh/react-swiper

Project just to showcase the integration of react with swiper

reactjs swiper-js tutorial

Last synced: 16 Apr 2026

https://github.com/openlitedotdev/clearn

A documentation with resources for the C language.

documentation learn playground tutorial

Last synced: 18 Mar 2025

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

This is my TUTORIAL project for Python.

jetbrains pycharm pycharm-ide pytest python python3 tutorial

Last synced: 18 Jan 2026

https://github.com/hash3lizer/khatta

📔 A Khatta (urdu for ledger). Based on Urara 🌸 (A sweet Svelte based theme)

blog ctf-writeups tutorial writeups

Last synced: 29 Apr 2026

https://github.com/cj-mills/fastai-to-libtorch-to-unity-tutorial

This follow-up to the fastai-to-unity tutorial covers creating a LibTorch plugin for the Unity game engine.

fastai image-classification libtorch tutorial unity

Last synced: 09 Oct 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/azure/iot-central-compute

A simple way to do compute and data transformation on data sent to Azure IoT Central using Azure Functions and a slightly modified version of the Azure IoT Central Device Bridge.

azure-functions data-transformation iot iot-central javascript nodejs tutorial

Last synced: 04 Sep 2025

https://github.com/tmartins11/git_tutorial

Projeto de um site que visa ensinar ao usuário como funciona o sistema de controle de versões Git.

git github tutorial

Last synced: 13 Apr 2026

https://github.com/drkenreid/introductory-data-science

Hands-on machine learning tutorials in Google Colab, covering various algorithms and techniques for learners at different levels.

cnn data data-science deep-learning learning-datascience learning-machine-learning learning-python neural-network neural-networks regression rnn science tutorial tutorial-exercises tutorials

Last synced: 28 Jan 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/amanpriyanshu/protaska-gpt

Unleash the Potential of Datasets with Intelligent Tasks, Tutorials, and Algorithm Recommendations.

beginner datasets deep-learning generative-models gpt gpt-3 langchain llm machine-learning openai python tutorial tutorials

Last synced: 08 Nov 2025

https://github.com/kathleenwest/mslearn-dotnet-docker

This is a simple microservices demo with a frontend web app (razor) and backend web api (asp.net core). The frontend utilizes the Blazor WebAssembly script in the browser. The backend web api simply delivers a Product listing and serves images for those products. The frontend web app queries the backend web api for products, then displays each one.

asp-net-core backend blazor blazor-webassembly containers content-security-policy docker docker-compose docker-container docker-tutorial entity-framework-core frontend how-to microservices mslearn products razor store tutorial web-api

Last synced: 04 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

https://github.com/solo-steven/toy-lang-in-rust

A toy language build by myself

learning-by-doing llvm rust toy-project tutorial

Last synced: 09 Mar 2025

https://github.com/macagua/example-vuejs2-webpack-bootstrap

A Vue.js project that integrates the Bootstrap CSS Framework following the "Getting started with Vue, Webpack & Bootstrap" tutorial

bootstrap bootstrap-css bootstrap-css-framework tutorial vue2-demo vuejs vuejs2 vuejs2-webpack-bootstrap webpack

Last synced: 09 Apr 2026

https://github.com/launchscout/litelement-tic-tac-toe

The tic-tac-toe game from the React tutorial, implemented in Web Components using LitElement

lit-element react tutorial webcomponents

Last synced: 15 Apr 2026

https://github.com/extcore/extcore-sample-api

ExtCore framework 7 sample API web application

asp-net-core dotnet dotnet-core dotnetcore extcore-framework sample tutorial

Last synced: 19 Jan 2026

https://github.com/anjannair/blog

Providing information and references about my experiences with technology and programming.

documentation journal tutorial

Last synced: 08 Mar 2026

https://github.com/dariubs/luabyexample

Lua by Example

lua tutorial

Last synced: 05 Mar 2025

https://github.com/woojiahao/practical_elixir_demo

Demo web application written for "Practical Functional Programming" a talk given for NUS Hackers Hackerschool about practical applications of functional programming

elixir elixir-lang phoenix phoenix-liveview talk tutorial

Last synced: 14 Oct 2025

https://github.com/edijunior88/astro_documentacao

🚀 Astro é um framework web tudo em um para a construção de websites rápidos, focados em conteúdo.

astro astrojs blog documentacao documentation tutorial

Last synced: 19 Feb 2026

https://github.com/mozilla-services/subscriber_demo

A Companion suite for https://blog.mozilla.org/services/2017/02/23/managing-push-subscriptions/

demonstration python3 tutorial webpush

Last synced: 17 Jul 2025

https://github.com/danmadeira/tutorial-mongodb-php

Código-fonte do tutorial MongoDB e PHP da ZetCode.

mongo mongodb php tutorial zetcode

Last synced: 17 May 2026

https://github.com/dab0mb/02hero

A JavaScript Crash Course

javascript tutorial

Last synced: 01 Jun 2026

https://github.com/kuduxaaa/python

Python -ის სახელმღვანელო დამწყებთათვის ქართულ ენაზე

code learn-python learning lesson python tutorial

Last synced: 16 Aug 2025

https://github.com/teebusch/r-intro

A brief hands-on introduction to R with RStudio, the Tidyverse, and RMarkdown.

r tidyverse tutorial workshop

Last synced: 17 Mar 2025

https://github.com/tversteeg/learn-sfx

How to use Rust libraries to create your own sound effects

cpal rust sdl2 sfx sound-effects tutorial

Last synced: 19 Apr 2025

https://github.com/uncomputable/tackling-bulletproofs

In-depth survey into what Bulletproofs are and how they work

cryptography learning mathematics pdf tutorial zero-knowledge-proof

Last synced: 19 Mar 2026

https://github.com/raleighlittles/rubyonrails-tutorial

Full code for Michael Hartl's Ruby on Rails Tutorial!

michael-hartl rails ruby ruby-on-rails tutorial

Last synced: 14 Apr 2025

https://github.com/cubrid-labs/cubrid-cookbook

Production-ready examples for CUBRID — Python, Node.js, Go with popular frameworks

celery cookbook cubrid cubrid-database database django drizzle-orm examples fastapi flask golang gorm nodejs pandas python sqlalchemy streamlit tutorial typescript

Last synced: 27 Mar 2026

https://github.com/astrolabsoftware/fink-client-tutorial

Tutorial to learn how to use the Fink client

apache-kafka astronomy python tutorial

Last synced: 20 Oct 2025

https://github.com/mapmeld/scraping-by-in-nodejs

Tutorial for jQuery users to learn NodeJS by writing a scraper module

nodejs scraping tutorial

Last synced: 10 May 2026

https://github.com/lat-lon/deegree-workshop

Quickstart Tutorial for setting up INSPIRE Network Services with deegree web services

configuration deegree docker docker-commands inspire ogc-services slide tutorial wfs workshop-materials

Last synced: 23 Jan 2026

https://github.com/bhattbhavesh91/tensorgram-tutorial

Tutorial on TensorGram which is a real-time remote service to get the Keras callbacks to the telegram including the details of metrics.

keras telegram telegram-bot tensorflow tensorflow2 tensorgram tutorial

Last synced: 04 May 2026

https://github.com/shybovycha/irrlicht-newton-tutorials

A set of tutorials on how to create games with Irrlicht and Newton Game Dynamics.

game-development irrlicht tutorial

Last synced: 22 Feb 2026

https://github.com/javascript-tutorial/tk.javascript.info

Modern JavaScript Tutorial in Turkmen

javascript turkmen tutorial

Last synced: 07 Apr 2025

https://github.com/didinj/grails3-mongodb-react-profile

Build Grails 3, MongoDB and React Profile CRUD Web Application

application build crud example grails grails3 mongo mongodb profile react reactjs tutorial web webapp

Last synced: 20 Apr 2026

https://github.com/kasir-barati/html-css

A comprehensive course for HTML/CSS

aparat course css css-spec html html-specification tutorial youtube

Last synced: 24 Jul 2025

https://github.com/sqitchers/sqitch-firebird-intro

A tutorial introduction to Sqitch change management on Firebird

firebird sqitch tutorial

Last synced: 23 Jan 2026

https://github.com/nidup/manipulate-csv-data-in-php

Tutorials on How to Read and Write CSV Files in PHP

csv php php8 tutorial

Last synced: 29 May 2026

https://github.com/zoelabbb/serial-key-windows-10

This is windows 10 license & tutorial how to activate windows using KMS

license microsoft tutorial windows windows-10

Last synced: 05 Nov 2025

https://github.com/weso/rdfvalidation_eswc16

RDF and Linked Data Validation - ESWC 2016 Tutorial

rdf rdf-validation tutorial

Last synced: 24 Jan 2026