video-tutorial
There are 48 repositories under video-tutorial topic.
unknwon/go-web-foundation
《Go Web 基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向完成《Go 编程基础》教程后希望进一步了解有关 Go Web 开发的学习者。
eug/awesome-opengl
A curated list of awesome OpenGL libraries, debuggers and resources.
wechaty/getting-started
A Starter Project Template for Wechaty works out-of-the-box
ajaymnk/open-electronics
📚 💻 Great Resources for Electronics Enthusiasts
RedSkittleFox/Cpp-Learning-Resources
C++ Learning Resources
aschmelyun/laravel-job-board
A modest job board platform built with Laravel. Follow along with the videos below to get an in-depth look at its development.
barissaslan/django-dersleri
YouTube Django Dersleri için proje kaynak kodu
hoaphantn7604/react-native-dynamic-island-tutorial
How to implement Dynamic Island for React native?. Build Dynamic Island for React Native tutorial.
AmitXShukla/Online-Shop-eCommerce-App-Angular-6-Firebase
Online eCommerce Store app in Angular 11.0 & Firebase
CedArctic/Chimera
System Remote Control Discord Bot written in Python discord.py
MichaelDesantis/No-Nonsense-Github-Project
A 1 hour video series covering some fundamentals and basic usage of .Git and Github.
unknwon/flamego-basics
《Flamego 框架基础》是一套针对 Go 语言 Web 框架 Flamego 出品的视频语音教程,主要面向 Web 应用开发者
neil3d/UnrealVTM
Unreal Engine 4 视频教程相关代码和PPT课件。
IVETRI/TamilBot
தமிழ் UserBot. உங்கள் டெலிகிராம் அனுபவத்தை மேம்படுத்த உதவும் தந்தி பயனர்.
mooict/C-Flappy-Bird-Game-Windows-Form
Flappy bird Game tutorial made in Visual Studio with C# and Windows Form
bjcarlson42/youtube
All (most) code from my YouTube channel
FIWARE-Ops/docs.academy
:mortar_board: Video tutorials, slide decks and other training materials for developers learning about the FIWARE ecosystem.
jananiravi/workshop-tidyverse
Workshop: Using R/tidyverse to analyze & visualize gapminder/processed transcriptomics data!
shantamsultania/Invisible-Cloak-And-Magic-Wand-using-OpenCV
This is one of my OpenCV that is Computer Vision project named in vi . That is inspired from Harry potter Invisible Cloak
erichlof/Joy-of-Ray-Tracing
The companion code repository for 'The Joy of Ray Tracing' video series on YouTube
wtjs/git-me-up
Learn GraphQL by building a simple GitHub activity feed
Stuart98/ext-mail
Ext Mail is a GMail clone example application built with the Ext JS framework to demonstrate how complex applications can be built with the framework. The app is a universal application making use of the Classic and Modern toolkits and building upon a base of shared business logic and data models.
techwithpat/XamarinFormsFirebaseAth
Code companion to a video tutorial about using Firebase authentication in a Xamarin Forms project
tormyvancool/TormyVanCool_ReaPack_Scripts
In this repository you will find scripts made by myself, to enhance operations within Reaper
arsenvlad/azure-managed-app-hello-world-202009
This repo contains a simple "Hello World" style example of Azure Managed application that is used in a video tutorial.
harryworld/macos-app-development
This is a series of video tutorials which aims to teach you how to build macOS Apps.
Cap-Coding/symfony_website
Simple classic website built with Symfony 5, PHP 8 and Postgresql
mooict/Break-out-game-tutorial-in-windows-form
In this tutorial we will make a simple break out game in windows form and visual studio. This game tutorial will be done step by step and I will show you how to make the game in two different ways. One way where we will put the picture boxes ourselves and the second way we will add the picture boxes to the windows form dynmically through the C# script.
mooict/Jet-fighter-shooter-game-in-windows-form
Welcome to this exciting game tutorial. In this tutorial we will be using Microsoft Visual Studio with C# to create a simple fighter jet shooting game. We have the images ready for you to use within the assets at below however you can use your images if you please. Since we will be using positions and pixel perfect movements we would recommend you use our images to start with. In this tutorial you will be using keyboard to control the player and shoot at enemies. We will keep the total score of the game and show it on the screen.
mooict/Quiz-Game-Tutorial-Windows-Form
In this project we will makea simple quiz game in windows form. This will be a multiple choice game where you are asked a question and you have 4 variations of answers on the screen. You can use images or just text to make the quizes and you can use this a template for your own application in Visual Studio.
shantamsultania/Webinar-code
This is the source code for python tutorial by Shantam Sultania (ME) for IEEE Student Branch Chandigarh University Session Tech talk on Python and Android using Kotlin
boldreports/resources
Contains RDL, RDLC report, and data files used for the Bold Reports video tutorials.
elect-app/electron-react-template
A template for electron and react js combined
techwithpat/XamShell
Code companion to a video tutorial about using Xamarin Forms Shell
aaronksaunders/remote-fn-nuxt-youtube-app
Build a full-stack typescript nuxt application without the boilerplate code of tRPC using the nuxt-remote-fn module we will build a simple nuxt application to save and retrieve data from a sqlite database through a typesafe server-side API.
mooict/Space-Invaders-Style-Game-Tutorial-Windows-Form
Simple space invaders style games programming tutorial using c# and windows form