Hi, what do you want to do?
Curated Video
Learn and Master C Programming - Pointer Arithmetic: Working with Integer Pointers
We will learn about pointer arithmetic and how we can increment or decrement pointers in C/C++ and understand what that really means.
r/>
This clip is from the chapter "Pointers" of the series "Learn and Master C Programming...
r/>
This clip is from the chapter "Pointers" of the series "Learn and Master C Programming...
Curated Video
Ensemble Machine Learning Techniques 6.3: Example on Kaggle Competition
We will get comfortable with using ensemble learning for competitive data science. • We will understand the dataset • We will create and train different models • We will combine the trained models using stacking and get our final result
Curated Video
Python for Network Forensics 3.3: Deeper File Properties
In this video, we will explore other important properties of file that will allow you to decipher a known bad or malicious actor. • Learn how a digest algorithm works with a file • Develop a Python application to hash a file • Alter our...
Curated Video
Mastering Tableau 2018.1, Second Edition 4.2: Data Blending with Tableau
Merge different data sources with the help of data blending.<br/>
• Understand how data ble<br/>nding works
•<br/> Blend data in Tableau
• Understand how data ble<br/>nding works
•<br/> Blend data in Tableau
Curated Video
Serverless JavaScript Projects 4.1: Creating the UI by Building a Good Front End with Drag and Drop Tiles
This video covers a usable front end UI that works for people to visualize a SCRUM or KANBAN board.
• Set up an HTML template with Bootstrap and j
Query
• Link the jQuery UI Library for drag and drop fun
ctionality
• Build...
• Set up an HTML template with Bootstrap and j
Query
• Link the jQuery UI Library for drag and drop fun
ctionality
• Build...
Curated Video
High Performance Scientific Computing with C 3.3: Vectorizing with AVX
How can we use automatic vectorization to speed up our code? What vectorization options currently exist? • Learn about the history of vector instructions • Learn how to compile with AVX/AVX2 • Learn about the latest AVX-512 instruction set
Curated Video
Tips, Tricks, and Techniques for Node.js Development 5.1: Process Environment Variables
In this video, we will learn why and how we can use environment variables, as well as how to manage these variables. • Show how environment variables work • Load variables from .env files • Show node-env-run
Curated Video
Learning D3.JS 5.0 5.2: Function in Methods
In this video, we will learn to add functions to methods to make them more dynamic. • Add a function in the text method • Create the style method • Add a function and an if-else statement in the style method
Curated Video
Bug Bounty Program Certification 9.4: Forge Request Attack on Websites
In this video, you will perform cross site request forgery attack on website.
• Setup Lab setup using Mutillidae Buggy web application for forgery a
ttack
• Learn from the example of Force someone to add a blog witho
ut...
• Setup Lab setup using Mutillidae Buggy web application for forgery a
ttack
• Learn from the example of Force someone to add a blog witho
ut...
Curated Video
Bug Bounty Program Certification 4.1: Bugs Overview in Networks As External Attacker
In this video, we will find bugs in networks as external attacker. • Explore wireless attack process as an attacker • Learn about pre-attack phase of external attack • Learn about post attack phase of external attack
Curated Video
Cloud Native Development on Azure with Java 5.2: Deploying Multi-Container Application to Azure Kubernetes Service
Now that you know what Kubernetes is, we are all ready to get our hands dirty! In this video, we will deploy a multi-container application to Azure Kubernetes Service.
• Configure an existing service principle and use it to...
• Configure an existing service principle and use it to...
Curated Video
Hands-On Unity 2018.x Game Development for Mobile (Video 21)
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
Learn and Master C Programming - Using 'continue' keyword...
Learn about ‘continue’ keyword from this video.
r/>
This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into the...
r/>
This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into the...
Curated Video
Learn and Master C Programming - Using Ternary Operator
We will see how we can use the C/C++ ternary operator.
r/>
This clip is from the chapter "Conditional Statements" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, learn the syntax to use...
r/>
This clip is from the chapter "Conditional Statements" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, learn the syntax to use...
Curated Video
Learn and Master C Programming - How to use Basic C Types with prtinf format specifiers
We will learn how to display all basic types using prtinf function.
r/>
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...
r/>
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...
Curated Video
Learn and Master C Programming - Creating Your First Library Project (.LIB)
We will go over creating our first static library project using Visual Studio and C. You should be able to create your own libraries by the end of this video.
r/>
This clip is from the chapter "Creating C Libraries (Static...
r/>
This clip is from the chapter "Creating C Libraries (Static...
Curated Video
Learn and Master C Programming - Libraries Overview
Learn how to create and distribute static (.LIB) files for our code.
r/>
This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series "Learn and Master C Programming For Absolute Beginners!".In this section,...
r/>
This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series "Learn and Master C Programming For Absolute Beginners!".In this section,...
Curated Video
Learn and Master C Programming - Understanding Conditional Compilation
We will learn about new preprocessor directives used for conditional compilation of code.
r/>
This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In...
r/>
This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In...
Curated Video
.NET Core Microservices - Product Repository Implementation Part 2
This video explains product repository implementation part 2.
r/>
This clip is from the chapter "Products API Advance Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will...
r/>
This clip is from the chapter "Products API Advance Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will...
Curated Video
.NET Core Microservices - Create Tables for Product Database
This video explains how to create tables for product database.
r/>
This clip is from the chapter "Product API Basic Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will...
r/>
This clip is from the chapter "Product API Basic Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will...
Curated Video
Python for Network Forensics 5.3: Exploitation
Once an attack vector has been found we will proceed with exploitation to take over the system. • Learn about a common attack vector through exploitable web services • Develop a Python-based reverse shell to gain access into the system •...
Curated Video
Python for Network Forensics 1.5: Introduction to Impacket
In this video, we will add breadth to our Python capability to extend functionality using Impacket. • Further expand our application to import Impacket • Decode raw packets using Impacket • Get a better understanding of encapsulation and...
Packt
Advanced Computer Vision Projects 3.4: Videos and Retraining
In this video, we’ll briefly cover how to extend the model to handle videos and how to retrain the model.
• See that we can apply algorithms to videos by running frame-by-
frame
• Briefly go over instructions to retrain on...
• See that we can apply algorithms to videos by running frame-by-
frame
• Briefly go over instructions to retrain on...
Packt
Advanced Computer Vision Projects 1.1: The Course Overview
This video shows an entire overview of the course.