Packt
Getting the Titles of Child Tabs with Optimized While Loop
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...
Curated Video
C++ Standard Template Library in Practice - Sorting and Gathering - std::partition
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Predicate
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Java Reference Types – Puzzles
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Double-click and Context Click Using Action Class
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...
Curated Video
Python 3 for Beginners: Booleans and Boolean Logic
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...
Curated Video
Bash Shell Scripting- simple if and if-else conditional statement
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...
Curated Video
Comprehensive Android Developer Bootcamp - Relational Operators - NOT and Equal
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...
Curated Video
The Full Stack Web Development - Login Functionality
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...
IDG TECHtalk
How to use the && (AND) and || (OR) operators
In this Linux tip, we’re going to look at the && (AND) and || (OR) operators and how they can be used.
IDG TECHtalk
R tip: Write your own RStudio addins
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.
Brian McLogan
Learn the easy way to solve and graph a multi step inequality
👉 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....
Brian McLogan
Graphing a two variable inequality by rewriting in slope intercept form
👉 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...
Brian McLogan
Algebra 1 - Graphing an inequality less than - Free Online Tutoring
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...
Brian McLogan
Algebra 1 - Graphing an inequality - Math Homework Answers
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...
Curated Video
Excel VBA Programming The Complete Guide - The Application.DisplayAlerts Property
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...
Rachel's English
Real Life - Northampton 2017 * Used in Live Stream May 16 2020 Part 1
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 11 - Java char Data Type - Exercises 1 – isVowel
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Java Arrays - Compare, Sort, and Fill
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...
Brian McLogan
Master How to graph linear inequalities in slope intercpet form
Master How to graph linear inequalities in slope intercpet form
Brian McLogan
Simple way to solve an absolute value inequality by rewriting as compound inequality & graph
👉 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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Multiple Comparison Operators
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Type Casting
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Filter)
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.