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/uncomputable/simple-layer-twos

Replit resources from Bitcoin++ 2023 in Austin

bitcoin circuit learning logic tutorial

Last synced: 29 Mar 2025

https://github.com/iver56/lstm-name-classifier

A toy LSTM model that classifies gender based on first name. Presented at Trondheim Machine Learning Meetup in February 2018.

classifier lstm tutorial

Last synced: 09 Apr 2025

https://github.com/1c7/awesome-design-tutorial

A list of best design tutorial (focus on UI, not UX)

tutorial ui

Last synced: 29 Apr 2026

https://github.com/kthkuang/wwdocc

Worldwide DocC tutorials collection.

apple docc documentation ios tutorial wwdc

Last synced: 20 May 2026

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/bartonhammond/aha-htmx-tutorial

Learn the AHA stack: Perfect for frontend developers that know React / JSX and want a similar DX, but also want much more simplicity in their life by generating HTML on the server and writing as little client-side JavaScript as possible. See https://ahastack.dev/

aha alpinejs astrojs htmx picocss pocketbase tutorial

Last synced: 21 Feb 2026

https://github.com/alhassy/interactive-way-to-c

Learning C program proving using Emacs --reminiscent of Coq proving with Proof General.

c emacs interactive literate-programming tutorial

Last synced: 30 Apr 2026

https://github.com/link-/pr-metadata-action

🧪 (sample) Adds pull request file changes as a comment to a newly opened PR

freecodecamp github-actions tutorial

Last synced: 01 May 2026

https://github.com/codingforentrepreneurs/Cursor-Hello-World

Learn Cursor basics to build and deploy an HTML website to the internet.

claude code-with-ai cursor cursor-ssh git github llm tutorial virtual-machine website

Last synced: 08 Mar 2025

https://github.com/omiyagames/make-it-juicy

Make it Juicy: Easy Methods to Make Your Game More Engaging is a presentation that lists various techniques Omiya Games use to make their games more fun to play. It is largely based off of the Juice it or Lose it presentation by Martin Jonasson and Petri Purho (on Youtube at http://youtu.be/Fy0aCDmgnxg).

educational educational-game game game-development tutorial unity unity2d

Last synced: 20 May 2026

https://github.com/didinj/ionic-5-price-checker-example

Ionic 5 Tutorial: Create Offline Price Checker (Angular 9)

angular9 checker ionic ionic5 offline price sqlite tutorial

Last synced: 20 Jan 2026

https://github.com/123mwanjemike/cicd-with-herokuci

This is a demo factorial app for the building CI/CD workflow with Heroku CI article https://blog.mikemwanje.dev/build-a-cicd-pipeline-with-heroku-ci. The application calculates the factorial of a number.

cicd demo-app express factorial heroku heroku-ci heroku-deployment herokuci mocha-chai tdd test-driven-development tutorial

Last synced: 07 May 2025

https://github.com/idongliming/phaser3-typescript

使用ts语言写的phaser游戏示例-中文

game phaser3 translation tutorial

Last synced: 16 May 2025

https://github.com/azer0s/nativescript-calculator-demo

A NativeScript with Angular demo project/tutorial

calculator nativescript nativescript-angular tutorial

Last synced: 19 May 2026

https://github.com/truemedia/lwap

Source code for building a laravel website as package (LWAP), from tutorial series by me (Wade Penistone)

as composer development laravel lwap package parts series tutorial website

Last synced: 06 May 2026

https://github.com/uncomputable/rustier-simplicity

"If you know Rust, you already know Simplicity."

bitcoin circuit learning library logic rust tutorial

Last synced: 21 Jan 2026

https://github.com/101t/react-tutorial

This is React Tutorial to master reactjs

react-tutorial reactjs redux tutorial

Last synced: 08 May 2026

https://github.com/planetoftheweb/slides_graphqlreact

This is a repository for my course Building GraphL Projects with React.

functions graphql hooks react tutorial

Last synced: 09 May 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/aman9026/flutter-setup

Simple Tutorial for setting up the environment and workspace for Flutter on rhel 8

dart environment flutter google-flutter tutorial workspace

Last synced: 09 May 2026

https://github.com/alefesouza/php-tutorial

:book: :elephant: Support Material for my Introduction to PHP Language Workshop.

gitbook php php-introduction tutorial

Last synced: 13 Jun 2025

https://github.com/modcommunity/how-to-install-mods-in-baldurs-gate-3-for-pc

A guide on how to install mods in Baldur's Gate 3 for PC (Windows).

baldurs-gate baldurs-gate-3 bg bg3 guide how-to mod modding mods tutorial windows

Last synced: 13 Jun 2026

https://github.com/khriztianmoreno/react-native-guide

📱⚛️ Basic guide to show the basic concepts of React Native

demo expo javascript react react-native tutorial

Last synced: 12 May 2025

https://github.com/LeoBorai/pngme

Command line program that lets you hide secret messages in PNG files

learning png rust tutorial

Last synced: 26 Feb 2025

https://github.com/rj1221/pythontutorial

Python Tutorials For Beginners

cheatsheet python python3 tutorial tutorials

Last synced: 22 Sep 2025

https://github.com/zacharatos/python-essentials-pcep30-exam

Everything needs to be executed, analyzed, tested, etc, for the Python exam PCEP-30-02, based on the Edube platform material.

beginner beginner-friendly certification certification-prep exam exercises pcap python python3 python310 tutorial

Last synced: 12 Apr 2025

https://github.com/phantominsights/python-getting-started

A series of tutorials on how to get started in Python 3 development using PyDev.

eclipse pydev python python-development python3 tutorial

Last synced: 18 Jun 2025

https://github.com/naereen/how-to-customize-title-of-jupyter-notebook

:tada: How to customize the web page title of all pages created with Jupyter Notebook :notebook:

jupyter-notebook jupyter-notebook-extension tutorial

Last synced: 13 Sep 2025

https://github.com/mjstealey/swagger-demo

Brief tutorial on swagger, swaggerhub, generating clients and other miscellany

smartapi swagger tutorial

Last synced: 10 Apr 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/zerotier/metrics-tutorial

A tutorial on how to use ZeroTier, Prometheus and Grafana to collect metrics

grafana metrics prometheus tutorial zerotier

Last synced: 02 Mar 2026

https://github.com/stephengold/Acorus

An action-oriented user-interface library for jMonkeyEngine

acorus antora documentation-website java jme3 jmonkeyengine3 jvm-library library open-source tutorial user-interface

Last synced: 19 Mar 2026

https://github.com/blendsdk/racing-the-beam

🕹️ Racing the Beam — Learn Atari 2600 assembly programming from scratch. 72 hands-on lessons from zero to homebrew mastery.

6502 assembly atari-2600 game-development homebrew retro-gaming tutorial

Last synced: 23 Jun 2026

https://github.com/frankiefab100/tip-calculator

👨‍💻 Learn how to build a tip calculator using HTML, CSS and JavaScript

css css3 html html5 javascript tip-calculator tutorial tutorial-code

Last synced: 15 Apr 2026

https://github.com/websolutionstuff/dynamic-pie-chart-in-laravel-8

In this tutorial i will show you how to create dynamic pie chart in laravel 8, Pie charts are use to representing data in graphics view, for creation of dynamic pie chart example you need to create model, controller, route, blade file and database

charts dynamic-piechart example jquery laravel-framework laravel8 pie-chart piechart tutorial websolutionstuff

Last synced: 14 Apr 2025

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/shinyypig/HFUT-Thesis

合肥工业大学本科毕业设计论文模版

latex-template tutorial

Last synced: 06 Aug 2025

https://github.com/mstuttgart/codigo-avulso-test-tutorial

Repositório para o tutorial de unittest do blog

blog codigo-avulso python test tutorial unittest

Last synced: 08 Oct 2025

https://github.com/travorlzh/learnos

A repo that contains all the code written in my study of OS development.

assembly c kernel operating-system-learning tutorial

Last synced: 18 Apr 2026

https://github.com/napo/opendatamiur

investigare gli open data del ministero dell'istruzione con python, jupyter notebook e pandas

italia jupyter-notebook miur pandas scuola tutorial

Last synced: 01 May 2026

https://github.com/gibbok/react-video-list

A basic "Top 10s Video 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 Apr 2026

https://github.com/bodrovis-learning/go-yt-series

Исходный код для серии видео "Язык Go" на YouTube

go golang learn-by-example tutorial youtube

Last synced: 09 Apr 2025

https://github.com/kingabzpro/creating-python-package-using-jupyter-notebook

Creating your first data science python package straight from Jupyter Notebook.

article begineer data-science notebook-jupyter package tutorial

Last synced: 22 Apr 2026

https://github.com/pbayer/discreteeventscompanion.jl

Tutorials, examples, notebooks, benchmarks to DiscreteEvents.jl

clock discrete-event discrete-event-simulation documentation event examples process tutorial

Last synced: 25 Feb 2025

https://github.com/data-camp/github

学习如何使用GitHub来进行版本控制,从而更好地与他人协作。Learn to use GitHub.

github github-desktop tutorial

Last synced: 05 Jun 2026

https://github.com/twtrubiks/deploying-flask-to-openshift

Deploying a Flask App To OpenShift Tutorial 📝

deploy flask openshift python ssh-key tutorial

Last synced: 15 Apr 2025

https://github.com/alvinwan/tricking-neural-networks

Fooling a neural network with adversarial examples

adversarial-example adversarial-machine-learning deep-learning tutorial

Last synced: 27 Oct 2025

https://github.com/rafaelcastrocouto/p2p-web-game-tutorial

Learn how to make a space shooter with basic HTML, CSS and JS. Just follow each file and have fun!

game javascript p2p-network tutorial

Last synced: 10 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/achie72/crazy_rabbit_afternoon

A game about a hungry bunny, who wants to eat, and not to be eaten.

gamedevelopment hacktoberfest pico-8 retro retrogaming roguelike strategy-game turn-based tutorial

Last synced: 24 Oct 2025

https://github.com/didinj/angular8-rxjs-forkjoin-example

Angular 8 RxJS Multiple HTTP Request using the forkJoin Example

angular angular8 angularjs example forkjoin http multiple request rxjs tutorial

Last synced: 24 Apr 2025

https://github.com/davidwparker/programmingtil-webpack

Code for ProgrammingTIL Webpack Screencasts

javascript tutorial tutorials webpack

Last synced: 23 Feb 2026

https://github.com/shenmian/sokoban-tutorial

本文将描述如何实现一个推箱子 📦, 示例代码使用 Rust 语言 🦀 编写.

sokoban sokoban-solver tutorial

Last synced: 19 Apr 2025

https://github.com/kaelzhang/kubernetes-tips

Tips for usage of kubernetes and helm

ingress kubernetes tips tutorial

Last synced: 01 Apr 2025

https://github.com/emxsys/worldwind-web-app-tutorial

A template and tutorial for creating a WorldWInd web app with Bootstrap and Knockout

3d bootstrap bootstrap4 esa gis globe knockout maps nasa nasa-worldwind template tutorial worldwind worldwind-web

Last synced: 07 Sep 2025

https://github.com/javitocor/rails-api-tutorial

Practice project following the instructions from: https://scotch.io/tutorials/build-a-restful-json-api-with-rails-5-part-one

rails-api rails5 tutorial

Last synced: 19 Jan 2026

https://github.com/planetoftheweb/angularformvalidation

This is the repository for my course, AngularJS 1: Form Validation on LinkedIn Learning and Lynda.com.

angular angularjs angularjs1 frameworks javascript linkedinlearning lynda lynda-com rayvillalobos training tutorial

Last synced: 09 May 2026

https://github.com/kenjis/ci3-news

CodeIgniter 3 News Tutorial

codeigniter3 phpunit phpunit-tests tutorial

Last synced: 06 Jan 2026

https://github.com/kok202/firetorch

Quickstart for firebase frontend and backedn template

express firebase firebase-fe firebase-functions frontend quickstart template tutorial

Last synced: 02 May 2026

https://github.com/bcc32/ecaml-bf

A brainfuck interpreter in OCaml, on Emacs

brainfuck ecaml emacs example ocaml tutorial

Last synced: 07 Oct 2025

https://github.com/sarthakpati/pytorchmodelimporttemplate

An example shoowing how to import a PyTorch model and use it using C++

cmake cpp cpp11 medical-imaging pytorch pytorch-tutorial torch tutorial

Last synced: 02 May 2026

https://github.com/chat21/chat21-get-started-ios

Get Started Objective-C

chat chat-application demo tutorial

Last synced: 11 Apr 2025

https://github.com/foxytanuki/mastra-nextjs-example

A fully functional implementation of Mastra + Next.js in line with the Mastra official documentation.

ai mastra mcp nextjs tutorial

Last synced: 13 May 2025

https://github.com/vhiribarren/llvm-tuto-kaleidoscope-rust

LLVM Kaleidoscope tutorial in Rust, toy project.

inkwell llvm rust toy-project tutorial

Last synced: 14 Apr 2025

https://github.com/kgourgou/linear-perceptron

An IPython notebook with an implementation of the linear perceptron algorithm.

algorithm machine-learning tutorial

Last synced: 18 Jul 2025

https://github.com/zhonger/fortran-tutorial

A quick guideline for Fortran tutorial.

fortran tutorial

Last synced: 04 Mar 2026

https://github.com/autodesk-platform-services/aps-design-automation-dotnet

Design Automation tutorial in .NET: Sample project for Design Automation tutorial

autodesk-designautomation dotnet tutorial

Last synced: 05 May 2025

https://github.com/mineralscloud/workshopfall2022

This repository contains the setup files/resources for the workshop held by our group in Columbia Global Center, Nairobi, and Technical University of Kenya in 2022.

tutorial workshop workshop-materials

Last synced: 16 Oct 2025

https://github.com/katherinemichel/zappa-django-deployment-example

:boom: Zappa Django Deployment Example

aws deployment django lambda tutorial zappa

Last synced: 19 Apr 2026

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/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/oblac/tutorial

Tutorial source code.

jodd step-by-step tutorial

Last synced: 02 Mar 2026

https://github.com/zoejane/music_ai_prompt

音乐 AI 提示词指南。从个人规划到财务管理,从创作、制作、演出到发行推广。Music AI Prompt Guide. From personal planning to financial management, from creation, production, and performance to distribution and promotion.

ai ai-prompts guide music music-industry music-production tutorial

Last synced: 18 Jan 2026

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