Hi, what do you want to do?
Curated Video
Learn and Master C Programming - auto' keyword in C
Understanding what 'auto' means and when and how it can be used.
r/>
This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into...
r/>
This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into...
Curated Video
Learn and Master C Programming - Using Our Library in a Project - The Un-recommended Approach
We will look at 3 different ways to use our library from a console application that we create together.
r/>
This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series "Learn and Master C Programming For...
r/>
This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series "Learn and Master C Programming For...
Curated Video
Learn and Master C Programming - Forward Declarations in C/C++
We will look at when and why we need to use forward declaration and then learn how to split our code into multiple files.
r/>
This clip is from the chapter "Working with Header Files and Multiple Source Files" of the series...
r/>
This clip is from the chapter "Working with Header Files and Multiple Source Files" of the series...
Curated Video
C++ Developer - Project - Odds and Evens
This video presents a project called "Odds and Evens".
r/>
This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use...
r/>
This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use...
Curated Video
C++ for Beginners - Encapsulation, Part 2
In this video, your instructor discusses encapsulation and the benefits of object-oriented programming.<br/<br/>>
This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
Curated Video
Multi-Paradigm Programming with Modern C++ - Coroutine Mechanics
In order to be able to implement coroutines, we have to understand a few low-level mechanisms. This video is an overview of how process memory is structured, how functions are called, and finally, how coroutine state is copied from...
Curated Video
Complete Modern C++ - Inheritance and Composition
In this video, we revisit inheritance and composition and explain it again with examples.
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about...
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about...
Curated Video
Complete Modern C++ - What is C++?
In this video, we will introduce you to modern C++ and where it is used.
• Learn what patterns matchi
ng is
• Explore the problems with
std::visit
• Comparison between std::
vi
sit and match
This clip is...
• Learn what patterns matchi
ng is
• Explore the problems with
std::visit
• Comparison between std::
vi
sit and match
This clip is...
Curated Video
Complete Modern C++ - Visual Studio 2017 Installation
In this video, you will learn how to install Visual Studio 2017 and how to create a C++ project.
• Learn Construction and solve an assig
nment
• Understand checking an active a
lternative
• Explore accessing an...
• Learn Construction and solve an assig
nment
• Understand checking an active a
lternative
• Explore accessing an...
Curated Video
C++ Standard Template Library in Practice - Input Iterators
We want to learn what makes up an input iterator, and how to use it.
• Learn what an input iterator c
an do
• Learn what it takes to fulfill an input iterato
r contract
• Go through a code example, showing how to use...
• Learn what an input iterator c
an do
• Learn what it takes to fulfill an input iterato
r contract
• Go through a code example, showing how to use...
Curated Video
C++ Standard Template Library in Practice - Project - Coding
This is the second part of the project where you will be doing coding.
• Open bitcoin.cpp
file
• Create a class called C
urlHandler
• Comp
il
e the project
This clip is from the chapter "Introducing the...
• Open bitcoin.cpp
file
• Create a class called C
urlHandler
• Comp
il
e the project
This clip is from the chapter "Introducing the...
Curated Video
C++ Developer - Exceptions and the Exception Hierarchy
This video explains the hierarchy of exceptions.<br/<br/>>
This clip is from the chapter "Exceptions and Debugging" of the series "The Complete C++ Developer Course".This section explains exceptions and debugging in C++.
This clip is from the chapter "Exceptions and Debugging" of the series "The Complete C++ Developer Course".This section explains exceptions and debugging in C++.
Curated Video
Python for Network Forensics 3.4: Parsing System Logs
In this video, we will experiment with correlating log entries to events encountered on the system. • Learn about system logs and how to access them • Learn to interact with the Systemd Journal with Python • Continue development by...
Packt
Advanced Computer Vision Projects 2.4: Finding and Reading License Plates
In this video, we identify which characters do in fact belong to plates and convert them to text.
• Figure out what locations are actually p
lates
• Use k-nearest neighbors to convert imag
es to text
• View and anal
yze the...
• Figure out what locations are actually p
lates
• Use k-nearest neighbors to convert imag
es to text
• View and anal
yze the...
Curated Video
High Performance Scientific Computing with C 2.4: Compiler Optimizations
How can we use the compiler to automatically speed up our programs?<br/>
• Learn about the basic -O op<br/>timizations
• See how -Ofast-math can squeak out eve<br/>n better optimizations
• See why -Of<br/>ast-math isn’t enabled by default
• Learn about the basic -O op<br/>timizations
• See how -Ofast-math can squeak out eve<br/>n better optimizations
• See why -Of<br/>ast-math isn’t enabled by default
Curated Video
Learning D3.JS 5.0 7.6: Visualization with Scales
In this video, we will learn how to use the scale, range, and domain functions in the scatter plot to dynamically present data. • Create the variables for x and y coordinates • Alternate the returning values of circles and labels • View...
Curated Video
Learning D3.JS 5.0 3.3: Creating Texts
In this video, we will learn how to create texts.<br/>
• Create the text element and add some CSS<br/> properties
• Create a text a<br/>rea
• Make the text clickable
• Create the text element and add some CSS<br/> properties
• Create a text a<br/>rea
• Make the text clickable
Curated Video
Bug Bounty Program Certification 11.2: Download Reverse Engineering Tools
This video focuses on the tools to perform reverse engineering tools.<br/>
• Explore reverse engineering to<br/>ols listing
•<br/> Download dex2jar tool
• Download JD-gui tool
• Explore reverse engineering to<br/>ols listing
•<br/> Download dex2jar tool
• Download JD-gui tool
Curated Video
Bug Bounty Program Certification 4.2: Setup External Network Attack
In this video, we will see how to setup external wireless adapter and wireless attack. • Explore information about external wireless adapter • Connect wireless adapter to Kali Linux OS • Setup wireless attack lab
Curated Video
Cloud Native Development on Azure with Java 4.1: Create a Jenkins Master in Azure Using an Ubuntu Virtual Machine
We will create a Jenkins master and deploy it on Azure using a new Azure virtual machine.
• Deploy a new virtual machine and set up the Jenkins master s
erver
• Look for a ready-made instance with Jenkins installed and...
• Deploy a new virtual machine and set up the Jenkins master s
erver
• Look for a ready-made instance with Jenkins installed and...
Curated Video
Cloud Native Development on Azure with Java 2.2: Deploy a New Cosmos DB in Azure
Now it’s time to take a step ahead with the TODO list we created in the previous video! We are going to connect our Java application to use Azure Cosmos DB as a backend for storing the TODO list data items.
• Create a new Cosmos...
• Create a new Cosmos...
Programming Electronics Academy
Introduction to Interrupts: Arduino Course 9.1
An introduction to interrupts in programming.
Programming Electronics Academy
Download IDE MAC OSX: Arduino Course 2.4
A walk through of downloading and installing the Arduino IDE (Integrated Development Environment) for Mac OS X computers
Programming Electronics Academy
7 Arduino Tips for New Programmers
7 Arduino Tips for New Programmers