Hi, what do you want to do?
Curated Video
Conditional Statements
What is a conditional statement, and how (from that conditional statement) do you create a converse, inverse, and contrapositive?
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Virus Detection Algorithm with Asymmetric Arrays
In this video, we will discuss the solution to the exercise on virus detection algorithm with the help of asymmetric arrays from the previous video.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate...
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate...
Curated Video
Vue.js 3 and Firebase for Beginners - Detecting Auth Changes
This video explains how we can detectany auth changes using the useAuth file.
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This section is all about authentication and how...
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This section is all about authentication and how...
Curated Video
The Art of Doing - Web Development for Beginners - Conditional Statements
In this video, we will cover conditional statements in JavaScript, including if-else statements and the conditional (ternary) operator. You will learn how to use these statements to make decisions in our code based on Boolean...
Curated Video
Behavioral Design Patterns in C++ - Null Object Pattern
This video explores the null object pattern, a behavioral design pattern that allows for the handling of null values in a program in a more efficient and safe way. It is also an alternative to null check condition.
<
br/>
This clip...
<
br/>
This clip...
Curated Video
Behavioral Design Patterns in C++ - Dynamic Array - III
In this video, we will attempt to configure the array class for both single and multi-thread access using a Boolean.
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section,...
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section,...
Curated Video
Behavioral Design Patterns in C++ - Introduction-Strategy Pattern
This video provides an introduction to strategy.<br<br/>/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - IV
In this video, we will refactor our design to use the strategy pattern step-by-step.
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the...
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-State
This video talks about the pros and cons of the State design pattern.<br<br/>/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - For Loops
In this video, you will learn about for loops.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be...
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Control Flow / 018
This video explains control flow in JavaScript along with an example.
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Conditional (Ternary) Operator
This video introduces you to the JavaScript conditional (ternary) operator.
<
br/>
This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces...
<
br/>
This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces...
APMonitor
Python 🐍 Curve Fit with Step Test Data
The Scipy curve_fit function determines two unknown coefficients (dead-time and time constant) to minimize the difference between predicted and measured response values. Pandas imports the data and the dataframe header is...
Programming Electronics Academy
If Statements in Programming: Arduino Course 5.1
A demonstration of how "if statements" are used in programming.
Curated Video
Complete Python Scripting for Automation - Introduction to conditional statements; simple if condition
Conditional statements: Introduction to conditional statements; simple if condition
r/>
This clip is from the chapter "Conditional statements" of the series "Complete Python Scripting for Automation".In this section, the author...
r/>
This clip is from the chapter "Conditional statements" of the series "Complete Python Scripting for Automation".In this section, the author...
Brian McLogan
What are the different types of conditional statements
👉 Learn how to find the inverse, the converse, and the contrapositive of a statement. The contrapositive of a statement is the switching of the hypothesis and the conclusion of a conditional statement and negating both. If the hypothesis...
Brian McLogan
Writing a statement in conditional form and labeling the hypothesis and conclusion
👉 Learn how to label the parts 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 conclusion is...
Curated Video
Bash Shell Scripting- if elif elif else conditional statement
This video explores the if elif elif else conditional statement.
r/>
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...
r/>
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...
Brian McLogan
How to determine the truth table from a statement and determine its validity
👉 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...
Brian McLogan
Determining the truth of a conditional 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...
Brian McLogan
How to write a statement in conditional form
👉 Learn how to write a statement in conditional form. 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 conclusion is...
Brian McLogan
Determining that conditional and contrapositive are logically equivalent statements
👉 Learn how to show that two statements are logically equivalent. Two statements are said to be logically equivalent if they contain the same logical content. i.e. if both statements convey the same meaning. A conditional statement and...