Curated Video
Learn and Master C Programming - Void Pointers
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...
Curated Video
Learning D3.JS 5.0 9.1: What Is a Tree Diagram?
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
Curated Video
Learn and Master C Programming - Using For Loops in C/C++
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...
Curated Video
Learn and Master C Programming - Understanding & Creating C Functions
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...
Curated Video
Hands-On Unity 2018.x Game Development for Mobile (Video 17)
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...
Curated Video
Bug Bounty Program Certification 8.1: Find Bugs in Websites for Database Penetration
This video will help you understand injection vulnerability scanning using Acunetix. • Explore injection attacks • Understand Injection vulnerability scanning using Acunetix • Explanation of database vulnerabilities
Curated Video
Bug Bounty Program Certification 12.3: Find Bugs and Hack Android Machine Databases
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
Curated Video
Predictive Analytics with TensorFlow 2.2: Basic Probability for Predictive Modeling
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...
Curated Video
Learn and Master C Programming - A quick look at Programming Languages
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...
Curated Video
Learn and Master C Programming - Understanding Stack Memory
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...
Curated Video
Java 11 Programming for Beginners 2.5: Exploring Strings
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
Curated Video
.NET Core Microservices - Introduction 5-1
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.
Curated Video
Learn and Master C Programming - Nesting Header Files & Multiple Inclusion Problem
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...
Curated Video
Learn and Master C Programming - Cast Operator and Type Casting in C
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...
Curated Video
High Performance Scientific Computing with C 2.3: Discrete versus Fast Fourier Transform
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...
Curated Video
Learn and Master C Programming - Variable Scope
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...
Curated Video
Learn and Master C Programming - Declaring and Initializing Multidimensional Arrays
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...
Curated Video
Learn and Master C Programming - Increment & Decrement Operators in C/C++
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...
Curated Video
Learn and Master C Programming - Using 'sprintf' function
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...
Curated Video
Learn and Master C Programming - Recursion in C/C++
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...
Curated Video
Mastering Tableau 2018.1, Second Edition 11.5: Storyboarding
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
Curated Video
Bug Bounty Program Certification 2.3: Installation of Windows10 and Kali Linux in VMware Workstation
In this video, explore installation of operating systems. • Learn installation of operating systems • Windows installation • Kali Linux installation
Curated Video
Learn and Master C Programming - Operators & Expressions in C
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...
Curated Video
Learn and Master C Programming - Using 'do...while' Loops in C/C++
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...