Curated Video
TypeScript for Beginners - Logical Operators
This video introduces you to the logical operators and demonstrates how to use them. This clip is from the chapter "Operators" of the series "TypeScript for Beginners".This section introduces you to operators and explains how to use them.
Curated Video
C++ Developer - Relational Operators
This video explains the relational operators. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Brian McLogan
How to use a truth table and counter example to determine the truth value of a statement
👉 Learn how to determine the truth or false of a conditional statement. A conditional statement is an if-then statement connecting a hypothesis (p) and the conclusion (q). If the hypothesis of a statement is represented by p and the...
Curated Video
Complete Java SE 8 Developer Bootcamp - The Object Class
Learn about overriding Object's toString, equals, and hashCode methods. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism...
TLDR News
The Hunter Biden Email Scandal Explained: What's Real? Will it Impact 2020? - TLDR News
In recent weeks the Trump campaign have been increasing their attacks on Biden, more specifically his son Hunter. There have been a lot of accusations thrown around and claims made so in this video we're going to answer two key...
Brian McLogan
Learn how to solve as well as graph a compound inequality with or
👉 Learn how to solve compound inequalities and graph their solution on a number line. A compound inequality is an inequality having more than 1 inequality sign. To solve compound inequalities, we use inverse operations, applying the...
Curated Video
Core Java Programming Course- Editing a Text File Using Apache Commons IO
This video explains how to edit a text file using Apache Commons IO. This clip is from the chapter "Working with Text Files (Apache Commons IO)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section...
Curated Video
Excel VBA Programming The Complete Guide - The AND & OR Logical Operators
Multiple conditions can be checked with the And and Or logical operators. In this lesson, we apply these principles to conditional logic across two columns. This clip is from the chapter "Conditionals" of the series "Excel VBA...
Brian McLogan
Graphing a system of inequalities
👉 Learn how to graph a system of inequalities. A system of inequalities is a set of inequalities which are collectively satisfied by a certain range of values for the variables. To graph a system of inequalities, each inequality making...
Brian McLogan
How to graph a linear inequality when you have multiple fractions
👉 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
Solve an inequality by appyling the distributive property
👉 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....
Python Programmer
EDA Python - 08-4_comparison_and_membership
A look at how to apply booleans to make comparisons and check whether a list contains a specific value.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Functions - implementation step by step
Add previously built read functionality to the student class using static and regular methods, along with another special method __eq__ to test for equality based on custom definition This clip is from the chapter "Python in-depth" of...
Curated Video
Complete Python Scripting for Automation - Boolean result operations
Complete String Operations: Boolean result operations This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic operations on strings and strip, split...
Brian McLogan
How to graph and shade a system of linear inequalities
👉 Learn how to graph a system of inequalities. A system of inequalities is a set of inequalities which are collectively satisfied by a certain range of values for the variables. To graph a system of inequalities, each inequality making...
APMonitor
Java ☕ Loops
I recently wrote a computer program to solve Sudoku puzzles. As part of the program, I needed to the computer to check every empty box on the grid. Sudoku is played on a 9 by 9 grid. That means I would have to check 81 times. It wouldn't...
Curated Video
Data Science and Machine Learning with R - Vectors: Coercion
This video explains coercion. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types and structures in R.
Curated Video
Bash Shell Scripting - String Comparison Operators
This video focusses on string comparison operators. This clip is from the chapter "Operators" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on operators.
Brian McLogan
Graphing the system of two linear inequalities with two horizontal line
👉 Learn how to graph a system of inequalities. A system of inequalities is a set of inequalities which are collectively satisfied by a certain range of values for the variables. To graph a system of inequalities, each inequality making...
Let's Tute
IELTS Reading: Understanding True, False, Not Given Questions
In this video, the teacher discusses the true, false, not given question type in the reading section of the IELTS exam. They explain the importance of understanding the given information and locating the answer based on keywords in the...
Brave Wilderness
SCREAMING SKULL Frozen in Time!
On this episode of Base Camp, Coyote and Mario discuss the new series Beyond Dinosaurs! They reminisce of how much fun it was to learn from and look through the fossil archive of renowned paleontologist Peter Larson, coming across...
Curated Video
Core Java Programming Course- Quantifiers in RegEx (regular expressions)
This video explains the various quantifiers in RegEx. This clip is from the chapter "Regular Expressions" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various regular expressions...
Brian McLogan
How to determine if a point lies on a line or not using the point and the equation
👉 Learn all about points lines and planes. In this playlist, we will explore how to how to identify, write, label all points lines, and planes. We will learn how to determine the distance between two points as well as the midpoint. Learn...
Curated Video
TypeScript for Beginners - Map in action
In this video, you will learn about map in action. This clip is from the chapter "More Types" of the series "TypeScript for Beginners".This section primarily focuses on types of maps and expressions.