Hi, what do you want to do?
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Truthy and Falsy – Explained
This video explains truthy and falsy in JavaScript.<br<br/>/>
This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.
This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Logical Operators – Example
This video highlights the concept of the JavaScript logical operators with the help of an example.
<
br/>
This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and...
<
br/>
This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript If-Else and Else-If Conditional Statements
This video introduces you to if-else and else-if conditional statements.
<
br/>
This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you...
<
br/>
This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Function Parameters
This video provides an introduction to the JavaScript function parameters.
<
br/>
This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you...
<
br/>
This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you...
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...
PBS
The Fiery History of Banned Books (Feat. Princess Weekes)
Since at least 213 BCE, book burnings have been a reaction to the power of the written word. When roasting paper in a giant circle went out of style (at least in the intellectual sphere), the governments would take it upon itself to ban...
Curated Video
Identifying Systems of Equations with No Solutions
In this lesson, students will learn how to identify systems of equations with no solutions. They will understand that a system of equations is when two or more equations have the same variables and values. Through graphical and algebraic...
APMonitor
Java ☕ Operators
You can think of programming like extra powerful math. Instead of working with just numbers, you can work with many different kinds of data. Just like math, programming uses special symbols called operators to make changes to...
Brian McLogan
What do I need to know to graph a system of linear inequalities
👉 Learn about graphing a system of inequalities. A system of inequalities is a set of more than one inequalities which are to be solved simultaneously. To solve a system of inequalities graphically, we graph the individual inequalities...
Curated Video
Implement logical operations in a computer program : Logical Operators
From the section: Basics. In this section, we look into comments, variables and its types, list, tuples, dictionary, various operators, and loops in details.
Logical operators are typically used with Boolean (logical) values....
Logical operators are typically used with Boolean (logical) values....
Fun Robotics
Diabetes Classification Model
Training and testing a classification model to predict the patient's diabetic status.
Brian McLogan
Graphing a linear inequality using slope intercept form
👉 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
Determining the Number of Solutions in an Equation
In this video, the teacher explains how to determine the number of solutions an equation has by simplifying and transforming it into a simpler form. They use patterns and properties of equality to predict the number of solutions.
PBS
Is This Ratchet Or Runway? Fashion trends to Ghetto Fabulous
What makes a fashion trend go from lowbrow to high class? How does the person wearing the style change its perception? And whose taste gets to be respected? Hang on to your boxer braids for this one, from the ghetto to ghetto fabulous...
Curated Video
Solving Inequalities with Negative Coefficients
In this video, the teacher explains the concept of solving inequalities containing negative coefficients. They discuss the importance of using the correct inequality sign and demonstrate an example where the sign needs to be switched to...
Packt
Use different data types : Exploring Python Data Types
From the section: NumPy Fundamentals in Python. Every programming language is different. You will cover fundamentals in order to get familiar with the Python environment needed for NumPy. You will learn to work with numbers, lists,...
Curated Video
Describe an advanced data structure : Optimizing the Sieve of Eratosthenes
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more...
Packt
Importance of Assertions in Automation Testing and How to Use Them
This video discusses the importance of assertions in automation testing, and explains how to use them.
<
br/>
This clip is from the chapter "Selenium WebDriver: Techniques to Automate Web Elements" of the series "Selenium WebDriver...
<
br/>
This clip is from the chapter "Selenium WebDriver: Techniques to Automate Web Elements" of the series "Selenium WebDriver...
Packt
Use different data types : Data Types
From the section: Jumping In. This section will cover topics such as syntax, variables, data types, strings, and many more. Jumping In: Data Types
Programming Electronics Academy
Data Types in Ardiuno: Arduino Course 3.4
A description of Arduino, C, C++ data types that are used in programming Arduino.
Curated Video
Core Java Programming Course- Logical and Bitwise Operators
This video explores the various logical and bitwise operators that you can use in Java.
r/>
This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming...
r/>
This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming...
IDG TECHtalk
Go's base variable types
Learn the basic variable types of the Go language: the variety of integers, the basics of strings and runes, and the way floating-point and complex numbers are expressed in Go's type system.