Packt
Brush-Up Basic Java Concepts -2
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...
Packt
Implementing Data Structures
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Going Functional
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 •...
Curated Video
Learn and Master C Programming - #define directive
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...
R Programming 101
Use pivot_wider() to shape your data - R programming for beginners
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...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Handling Static Dropdowns Using Select Command with Cypress
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...
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
Complete Modern C++ - Template Argument Deduction and Instantiation
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...
Curated Video
Bash Shell Scripting - Positional Parameters
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.
IDG TECHtalk
How to send Outlook email, Teams messages and more from R
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...
Curated Video
Learning LESS (Video 21)
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...
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...
TLDR News
Supreme Court's Prorogation Ruling Explained (Podcast) - Brexit Explained
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...
Packt
Practical Exercise Explaining Page Object Model
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...
Brainwaves Video Anthology
John L. Stanizzi Teachers Make a Difference - Theresa Vincenzo
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...
Curated Video
Bash Shell Scripting- Input with the command line arguments
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...
Curated Video
Complete Modern C++ - Folding Basics
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...
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Missing Data Overview
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.
Curated Video
IELTS Energy 83: Get a 7 on Writing Task 2- 10 Phrases
Get a 7 Easy Steps to a 7 or Higher
Hip Hughes History
Donald Trump's Travel-Muslim Ban Explained
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.
Curated Video
Learning LESS (Video 3)
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...
Packt
Ways of Initializing Arrays and Assigning Objects
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...
Packt
Give appropriate attribution for externally sourced media or code : Importing the relevant packages and load the data
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.