Instructional Video6:16
Curated Video

Learn and Master C Programming - Void Pointers

Higher Ed
We will learn about a new type of pointer called void pointer which is a generic kind of pointer that can be useful in certain scenarios. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...
Instructional Video1:55
Curated Video

Learning D3.JS 5.0 9.1: What Is a Tree Diagram?

Higher Ed
In this video, we will learn about the tree diagram. • Understand what we will see and code in this section • Understand what the tree diagram is • Get an overview of nodes and links
Instructional Video6:52
Curated Video

Learn and Master C Programming - Using For Loops in C/C++

Higher Ed
We jump into Visual Studio to write a demo app that uses for loops so we can understand how to use them and practice using them in code. This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and Master...
Instructional Video10:57
Curated Video

Learn and Master C Programming - Understanding & Creating C Functions

Higher Ed
We will learn how to create our own functions and call them (invoke) them from within main as well as other functions. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C Programming For Absolute...
Instructional Video17:09
Curated Video

Hands-On Unity 2018.x Game Development for Mobile (Video 17)

Higher Ed
Ready to take your game development skills to the next level by deploying your games to mobile platforms? With the boom in the mobile game development space, there has never been a better time! This course will give you the necessary...
Instructional Video8:24
Curated Video

Bug Bounty Program Certification 8.1: Find Bugs in Websites for Database Penetration

Higher Ed
This video will help you understand injection vulnerability scanning using Acunetix. • Explore injection attacks • Understand Injection vulnerability scanning using Acunetix • Explanation of database vulnerabilities
Instructional Video5:42
Curated Video

Bug Bounty Program Certification 12.3: Find Bugs and Hack Android Machine Databases

Higher Ed
In this video, you will look at Drozer commands to hack database. • Connect console of Drozer • Explore various Drozer commands • Hack database using Drozer and get username and password of database
Instructional Video5:57
Curated Video

Predictive Analytics with TensorFlow 2.2: Basic Probability for Predictive Modeling

Higher Ed
In this video, we will see probability and random variables. We will then generate random numbers and set the seed. We will also look at probability distribution and chain rule of conditional probability. This video has a small...
Instructional Video6:53
Curated Video

Learn and Master C Programming - A quick look at Programming Languages

Higher Ed
Understand the meaning of a programming language and learn about the different types of languages and their use and how they look like. This clip is from the chapter "Quick Intro To Computer Basics" of the series "Learn and Master C...
Instructional Video5:05
Curated Video

Learn and Master C Programming - Understanding Stack Memory

Higher Ed
We will discuss Stack memory and how it is different from Heap memory. This clip is from the chapter "Dynamic Memory Allocation" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we understand stack...
Instructional Video5:31
Curated Video

Java 11 Programming for Beginners 2.5: Exploring Strings

Higher Ed
The video gives a basic intro to string and how it is frequently used. • Tutorial on string and how we format it • Example of how we use string interpolation/ formatting to tidy up the output
Instructional Video1:00
Curated Video

.NET Core Microservices - Introduction 5-1

Higher Ed
This video introduces you to identity server. This clip is from the chapter "Identity Server" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about identity server.
Instructional Video8:22
Curated Video

Learn and Master C Programming - Nesting Header Files & Multiple Inclusion Problem

Higher Ed
We will talk about nesting include files. This clip is from the chapter "Working with Header Files and Multiple Source Files" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work with multiple...
Instructional Video4:23
Curated Video

Learn and Master C Programming - Cast Operator and Type Casting in C

Higher Ed
We will learn about type casting and how to use the cast operator in C. This clip is from the chapter "Operators & Expressions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into...
Instructional Video7:51
Curated Video

High Performance Scientific Computing with C 2.3: Discrete versus Fast Fourier Transform

Higher Ed
How can we deal with spectral data? How can we apply divide-and-conquer approaches to numerical algorithms? • See how simple the DFT is to implement • Learn how to apply the divide-and-conquer approach for the FFT • See the huge speed-up...
Instructional Video6:46
Curated Video

Learn and Master C Programming - Variable Scope

Higher Ed
We will learn the two variable scopes in C: global and local scopes. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the course, we look...
Instructional Video5:00
Curated Video

Learn and Master C Programming - Declaring and Initializing Multidimensional Arrays

Higher Ed
We look at how to declare and initialize multi-dimensional arrays. This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will look at how to declare and use...
Instructional Video7:00
Curated Video

Learn and Master C Programming - Increment & Decrement Operators in C/C++

Higher Ed
Learn about the cool C/C++ incrementing and decrementing operators! This clip is from the chapter "Operators & Expressions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into operators...
Instructional Video6:39
Curated Video

Learn and Master C Programming - Using 'sprintf' function

Higher Ed
We will learn how to initialize and prepare strings using 'sprintf' function which is similar to 'printf' and can be very useful to initialize and set strings. This clip is from the chapter "Strings" of the series "Learn and Master C...
Instructional Video10:16
Curated Video

Learn and Master C Programming - Recursion in C/C++

Higher Ed
We will explore recursive functions and how to implement in C/C++. This clip is from the chapter "Advanced Topics" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into advanced topics such...
Instructional Video6:47
Curated Video

Mastering Tableau 2018.1, Second Edition 11.5: Storyboarding

Higher Ed
In this video, we’ll cover all the basics of storyboarding. • Steps to create a good storyboard • Types of stories • Create a storyboard in Tableau
Instructional Video5:54
Curated Video

Bug Bounty Program Certification 2.3: Installation of Windows10 and Kali Linux in VMware Workstation

Higher Ed
In this video, explore installation of operating systems. • Learn installation of operating systems • Windows installation • Kali Linux installation
Instructional Video13:04
Curated Video

Learn and Master C Programming - Operators & Expressions in C

Higher Ed
We will cover arithmetic, relational and logical operators. This clip is from the chapter "Operators & Expressions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into operators and...
Instructional Video5:57
Curated Video

Learn and Master C Programming - Using 'do...while' Loops in C/C++

Higher Ed
We will learn about 'do'...'while' loops in C/C++ and how they differ from both 'for' and 'while' loops. This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and Master C Programming For Absolute...