Instructional Video13:47
Packt

Getting the Titles of Child Tabs with Optimized While Loop

Higher Ed
This video explains how to get the titles of child tabs with an optimized While loop. This clip is from the chapter "Real- Time Exercises (End-to-End Programming)" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video5:48
Curated Video

C++ Standard Template Library in Practice - Sorting and Gathering - std::partition

Higher Ed
The listener is new to algorithms and does not know about the partitioning algorithms. • Introduce the listener to the std::partition algorithm • Show how it works and explain the different versions available • Reinforce the lesson with...
Instructional Video2:32
Curated Video

Complete Java SE 8 Developer Bootcamp - Predicate

Higher Ed
A predicate is a general functional interface that is provided by the Java SE API. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we use marker...
Instructional Video8:53
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Java Reference Types – Puzzles

Higher Ed
In this video, we will learn about Java reference types – puzzles. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into string class and...
Instructional Video11:18
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Double-click and Context Click Using Action Class

Higher Ed
This video demonstrates the concepts of double-click and context click using action class. This clip is from the chapter "Handling Advanced User Interactions and Child Windows" of the series "Selenium Python Automation Testing from...
Instructional Video5:34
Curated Video

Python 3 for Beginners: Booleans and Boolean Logic

Higher Ed
In this video, viewers will learn all about Booleans and Boolean logic. The video explains that Booleans can only have two possible values- true or false- and how to assign them to variables. The operators used for comparing numeric...
Instructional Video13:29
Curated Video

Bash Shell Scripting- simple if and if-else conditional statement

Higher Ed
This video shows how to use the simple if and if-else conditional statement. This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell Scripting".This section covers...
Instructional Video7:48
Curated Video

Comprehensive Android Developer Bootcamp - Relational Operators - NOT and Equal

Higher Ed
Deep Dive into Java Programming Language:Relational Operators - NOT and Equal This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces...
Instructional Video12:36
Curated Video

The Full Stack Web Development - Login Functionality

Higher Ed
Backend programming with Node.js: Login Functionality This clip is from the chapter "Backend programming with Node.js" of the series "The Full Stack Web Development".In this section, we work with the backend technology like Node.js which...
Instructional Video2:14
IDG TECHtalk

How to use the && (AND) and || (OR) operators

Higher Ed
In this Linux tip, we’re going to look at the && (AND) and || (OR) operators and how they can be used.
Instructional Video6:33
IDG TECHtalk

R tip: Write your own RStudio addins

Higher Ed
This RStudio Addins tutorial shows step by step how to create an addin for the RStudio IDE. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
Instructional Video2:16
Brian McLogan

Learn the easy way to solve and graph a multi step inequality

12th - Higher Ed
👉 Learn how to solve multi-step linear inequalities having parenthesis. An inequality is a statement in which one value is not equal to the other value. An inequality is linear when the highest exponent in its variable(s) is 1. (i.e....
Instructional Video2:44
Brian McLogan

Graphing a two variable inequality by rewriting in slope intercept form

12th - Higher Ed
👉 Learn how to graph linear inequalities written in standard form. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also broken...
Instructional Video1:37
Brian McLogan

Algebra 1 - Graphing an inequality less than - Free Online Tutoring

12th - Higher Ed
In this video series I show you how to graph linear inequalities. When graphing linear inequalities we now have to account for two variables. We graph linear inequalities using the same process as linear equations. We then use shading to...
Instructional Video3:20
Brian McLogan

Algebra 1 - Graphing an inequality - Math Homework Answers

12th - Higher Ed
In this video series I show you how to graph linear inequalities. When graphing linear inequalities we now have to account for two variables. We graph linear inequalities using the same process as linear equations. We then use shading to...
Instructional Video6:26
Curated Video

Excel VBA Programming The Complete Guide - The Application.DisplayAlerts Property

Higher Ed
The Application.DisplayAlerts property is used to enable or disable user alerts in Excel. An alert is a dialog box that warns the user of an impending operation. It's a helpful feature but can be distracting when the user is executing a...
Instructional Video5:23
Rachel's English

Real Life - Northampton 2017 * Used in Live Stream May 16 2020 Part 1

6th - Higher Ed
f you want English speaking practice—it’s the best way to learn English!—but don’t have a conversation partner you can watch this video. As you learn English it is critical that you get English speaking practice, too. The problem is that...
Instructional Video7:47
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - Java char Data Type - Exercises 1 – isVowel

Higher Ed
In this video, we will learn about Java char data type - exercises 1 – isVowel. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video5:11
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Java Arrays - Compare, Sort, and Fill

Higher Ed
In this session, we will learn about Java arrays - compare, sort, and fill. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore Java...
Instructional Video10:37
Brian McLogan

Master How to graph linear inequalities in slope intercpet form

12th - Higher Ed
Master How to graph linear inequalities in slope intercpet form
Instructional Video3:18
Brian McLogan

Simple way to solve an absolute value inequality by rewriting as compound inequality & graph

12th - Higher Ed
👉 Learn how to solve absolute value inequalities. The absolute value of a number is the positive value of the number. For instance, the absolute value of 2 is 2 and the absolute value of -2 is also 2. To solve an absolute value...
Instructional Video7:31
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Multiple Comparison Operators

Higher Ed
It's possible in Python to use multiple comparison operators at the same time. This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps give an overview...
Instructional Video9:32
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Type Casting

Higher Ed
All user input comes in as a string. But you can't compare apples to oranges, even if they're the same shape. Type casting lets us convert apples into oranges so we can make an accurate comparison. This clip is from the chapter...
Instructional Video16:08
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Filter)

Higher Ed
Let's discuss the solution for the quiz on Filter() function. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark RDDs.