Hi, what do you want to do?
Curated Video
Learn and Master C Programming - Using Ternary Operator
We will see how we can use the C/C++ ternary operator.
r/>
This clip is from the chapter "Conditional Statements" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, learn the syntax to use...
r/>
This clip is from the chapter "Conditional Statements" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, learn the syntax to use...
Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Data Types
The author dives into syntax and usage of primitive data types.
r/>
This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on...
r/>
This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on...
Curated Video
Bash Shell Scripting - Conditional Tests
This video focusses on conditional tests.<br/<br/>>
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.
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Operators: Part 1
Learn the different operators available to Java, and just as important as per the order of precedence.
r/>
This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we...
r/>
This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we...
Curated Video
Complete Java SE 8 Developer Bootcamp - Conditionals-If / Else If / Else
Learn more about conditionals that allow us to write blocks of code that are executed if a certain state is true or false
r/>
This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In...
r/>
This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In...
Brian McLogan
Graphing a linear inequality with test points
π Learn how to graph linear inequalities written in slope-intercept 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...
Brian McLogan
Graphing an inequality when the slope is one ex 6
π Learn how to graph linear inequalities written in slope-intercept 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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 18 - Understanding Primitive Variable Types in Java
This video talks about understanding primitive variable types in Java.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Curated Video
Adding Linear Expressions: Combining Like Terms
This video explains how to add linear expressions with rational coefficients by combining like terms. Review the commutative property of addition and discuss common mistakes, such as not following the order of operations and changing...
Curated Video
Learn and Master C Programming - Using if...else...conditional statements
We will look at how to use if...else conditional statements in C and understand how they work. This clip is from the chapter "Conditional Statements" of the series "Learn and Master C Programming For Absolute Beginners!".In this section,...
Brian McLogan
Learn how to determine the feasible region of 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
Solving a compound inequality - Free math help
π 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...
Brian McLogan
Graphing an inequality with the variable on the right side and negative
π Learn how to solve one step inequalities. When solving one step inequalities we will use inverse operations to isolate the variable. To represent our solution we will graph on the number line and use open and closed points based on the...
Packt
Trie - II
This is the second part of the two-part video that explains how to implement a trie.
<
br/>
This clip is from the chapter "Data Structures β Tries" of the series "Data Structures and Algorithms: The Complete Masterclass".This...
<
br/>
This clip is from the chapter "Data Structures β Tries" of the series "Data Structures and Algorithms: The Complete Masterclass".This...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Role Definitions
In this video, we will cover role definitions.
r/>
This clip is from the chapter "Azure Governance and Compliance." of the series "AZ-104: Microsoft Azure Administrator Full Course".Learn about management groups and how to...
r/>
This clip is from the chapter "Azure Governance and Compliance." of the series "AZ-104: Microsoft Azure Administrator Full Course".Learn about management groups and how to...
Curated Video
C++ Standard Template Library in Practice - Permutations
The listener is new to algorithms and does not know about the permutation algorithms.
β’ Introduce the listener to the std::is_permutation, std::next_permutation, and std::prev_permutation algo
rithm
β’ Show how it works...
β’ Introduce the listener to the std::is_permutation, std::next_permutation, and std::prev_permutation algo
rithm
β’ Show how it works...
Curated Video
4 Terrific Tips for T/F/NG and Y/N/NG
Today, some tips for the toughest Reading questions- T/F/NG and Y/N/NG.
These questions are the bane of the IELTS candida
teβs existence!
Here are some tips to help you figure out the...
These questions are the bane of the IELTS candida
teβs existence!
Here are some tips to help you figure out the...
Packt
ES6 Sets
Other Newer Features - ES2015+: ES6 Sets
<
br/>
This clip is from the chapter "Other Newer Features - ES2015+" of the series "Modern JavaScript from the Beginning".In this section, you will learn about the newer features of...
<
br/>
This clip is from the chapter "Other Newer Features - ES2015+" of the series "Modern JavaScript from the Beginning".In this section, you will learn about the newer features of...
Brian McLogan
Solving a two step inequality when the variable is on the right
π Learn how to solve two-step linear inequalities and graph their solution. When solving two step inequalities we will use inverse operations, reverse order of operations and the properties of equality to solve. We will then graph our...
Brian McLogan
Applying distributive property to solve and graph an 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....
Curated Video
Multi-Paradigm Programming with Modern C++ - Specializing the Template
Our βequalβ function uses an epsilon to compare values. This works well with floating point types, but itβs inefficient for fixed point. We can try to specialize the function template, but how to do this in a generic way?
β’...
β’...
Curated Video
Complete Modern C++ - Type Traits (C++11)
This video shows you a few type traits and how to use them.
r/>
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,...
r/>
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,...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Numbers, math, type casting and input
Conclude our look at iterators, generators and popular functions associated with them with while loops and enumerate and zip functions
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based...
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based...