Instructional Video8:32
Packt

Brush-Up Basic Java Concepts -2

Higher Ed
This is the second part of a three-part lecture that helps you brush up your Java concepts. This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video5:51
Packt

Implementing Data Structures

Higher Ed
This video demonstrates how to implement data structures. This clip is from the chapter "Implementations and Interview Questions" of the series "Data Structures and Algorithms: The Complete Masterclass".This section focuses on...
Instructional Video7:56
Curated Video

Multi-Paradigm Programming with Modern C++ - Going Functional

Higher Ed
Why use function objects together with instead of loops? How to write great lambda expressions easily, and how to master the capture block. • Implementing search with a simple loop and with an algorithm • Mastering the capture block •...
Instructional Video3:08
Curated Video

Learn and Master C Programming - #define directive

Higher Ed
We will learn how to use #define for defining symbolic constants as well as macros. This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look...
Instructional Video3:32
R Programming 101

Use pivot_wider() to shape your data - R programming for beginners

Higher Ed
When manipulating your data, you might want to change the shape of our data from long data to wide data. This video will walk you through how to use pivot_wider() to reshape your data from long into wide data. The next video will look at...
Instructional Video12:23
Curated Video

IELTS Energy 82 3 Steps to Tackle Writing Task 2

9th - Higher Ed
Get 7 Easy Steps to a 7 or Higher
Instructional Video7:12
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Handling Static Dropdowns Using Select Command with Cypress

Higher Ed
This video explains handling static dropdowns using select command with Cypress. This clip is from the chapter "Handling Web Controls UI Using Cypress" of the series "Cypress - Modern Automation Testing from Scratch + Framework".This...
Instructional Video10:09
Curated Video

Python for Network Forensics 3.3: Deeper File Properties

Higher Ed
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...
Instructional Video6:28
Curated Video

Complete Modern C++ - Template Argument Deduction and Instantiation

Higher Ed
This video explains how template arguments are deduced. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding, variadic templates, class...
Instructional Video7:44
Curated Video

Bash Shell Scripting - Positional Parameters

Higher Ed
This video explains positional parameters. This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This video focuses on variables.
Instructional Video4:52
IDG TECHtalk

How to send Outlook email, Teams messages and more from R

Higher Ed
Microsoft’s Azure team has developed Microsoft365R, which makes it possible to send emails (and Teams messages!) with R. It's a package that interacts with Microsoft 365 APIs. Connect to your Microsoft 365 account with R and send Outlook...
Instructional Video5:26
Curated Video

Learning LESS (Video 21)

Higher Ed
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
Instructional Video8:51
Curated Video

Python for Network Forensics 1.5: Introduction to Impacket

Higher Ed
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...
Instructional Video7:34
TLDR News

Supreme Court's Prorogation Ruling Explained (Podcast) - Brexit Explained

12th - Higher Ed
FAIR WARNING: The majority of this video is Zac and Ben from Team TLDR discussing the supreme court's ruling in a podcast style. We know some people aren't into these videos, and that's completely fair enough. However, given current...
Instructional Video12:46
Packt

Practical Exercise Explaining Page Object Model

Higher Ed
This video presents a practical exercise explaining the page object model. This clip is from the chapter "Framework Part 8 - Page Object Pattern and Page Factory" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video4:52
Brainwaves Video Anthology

John L. Stanizzi Teachers Make a Difference - Theresa Vincenzo

Higher Ed
John L. Stanizzi is the author of the chapbook, Windows. His full length collections are Ecstasy Among Ghosts, Sleepwalking, Dance Against the Wall Antrim House Books, and After the Bell, and Hallelujah Time!, Big Table Publishing...
Instructional Video8:51
Curated Video

Bash Shell Scripting- Input with the command line arguments

Higher Ed
This video shows how to input data with command line arguments. This clip is from the chapter "Input and output commands for bash shell scripting" of the series "Complete Bash Shell Scripting".This section covers the different input and...
Instructional Video4:06
Curated Video

Complete Modern C++ - Folding Basics

Higher Ed
In this video, we will understand the concept of folding and how variadic function templates can be used to implement it. This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about...
Instructional Video17:03
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Missing Data Overview

Higher Ed
This video introduces you to missing data overview. This clip is from the chapter "Cleaning Data" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you how to clean the data.
Instructional Video15:11
Curated Video

IELTS Energy 83: Get a 7 on Writing Task 2- 10 Phrases

9th - Higher Ed
Get a 7 Easy Steps to a 7 or Higher
Instructional Video11:10
Hip Hughes History

Donald Trump's Travel-Muslim Ban Explained

6th - 12th
What is the travel ban? Is it a muslim ban? Join me for a comprehensive lecture detailing the executive order and a weighing of immigration legislative language and the Constitution.
Instructional Video2:09
Curated Video

Learning LESS (Video 3)

Higher Ed
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
Instructional Video12:37
Packt

Ways of Initializing Arrays and Assigning Objects

Higher Ed
This video demonstrates ways of initializing arrays and assigning objects. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video2:11
Packt

Give appropriate attribution for externally sourced media or code : Importing the relevant packages and load the data

Higher Ed
From the section: The MNIST example. In this section, we’ll see the MNIST example. We must import the TensorFlow library. We will also take advantage of the TensorFlow data provider for MNIST.