
26
DecemberDesigning The Calculator
Here we design the actual calculator we will be making

26
DecemberStarting The Programming
In this lecture we program out calculator and make it work

26
DecemberFinishing Our Calculator
In this lecture we will finish our calculator and have a nice clean and polished product

28
DecemberIntroduction

28
DecemberInstalling Kernel Dependencies
In this lecture we install all the kernel dependencies that we need to create this module

28
DecemberCreating A Hello World Module
Here we create kernel code that just writes Hello World out to the kernel log. This is a great beginners module to get u...

28
DecemberBuilding Character Devices
In this lecture you learn how to build character devices in the Linux kernel. Think of "/dev/random" if you try to read...

28
DecemberHelpful Resources
In this lecture I show you helpful resources that are important for ensuring kernel compatibility

28
DecemberFile Operations Explained
In this lecture you will learn how the file_operations structure works in the kernel

28
DecemberFiles, Inodes, Dentry's And Inode Operations
This lecture we learn about files inodes, dentry's and inode operations

28
DecemberThanks For Watching

28
DecemberIntroduction

28
DecemberCreating Your First Thread
In this lecture you will learn how to create your very first thread in C++

28
DecemberThread Safety And Why It's Important
In this lecture you will learn about thread safety and why it's important

28
DecemberThreads In Classes
In this lecture you will learn how to create threads in classes

28
DecemberIntroduction

28
DecemberInstalling Mysql and PHPMyAdmin
In this lecture you will learn how to install MySQL engine and PhpMyAdmin web interface

28
DecemberUnderstanding The Database Internals
In this lecture we will discuss database internals so you can grasp how databases work

28
DecemberLearn To Create Database Tables Along With Inserting Data Into Them With Sql
In this lecture you will learn how to create database tables and we will then add data to the database using the SQL Que...

29
DecemberSelecting And Retrieving Data From The Database With Sql
In this lecture you learn how to select data from the database with the SQL Query language. This allows you to bring bac...

29
DecemberUpdating The Records In The Database With Sql
In this lecture you learn how to update existing data in the database using the SQL Query Language

30
DecemberCreating A Medical Database
In this lecture we will start our very own medical database

30
DecemberRelationships In A Database
Here we learn about database relationships and why they are important

30
DecemberJoining Data And Tables In Sql
This lecture covers using SQL to join data and tables

30
DecemberOrdering Data In Sql
This lecture shows you how you can order your data in ascending or descending order when reading it