Instructional Video10:20
Packt

Data Types in JavaScript

Higher Ed
JavaScript Language Fundamentals: Data Types in JavaScript This clip is from the chapter "JavaScript Language Fundamentals" of the series "Modern JavaScript from the Beginning".In this section, you will learn the important fundamentals...
Instructional Video4:40
Curated Video

Mastering Swift 2 Programming (Video 48)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video3:43
Curated Video

Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of the object pool pattern

Higher Ed
This video highlights the pros and cons of the object pool pattern and explains when to use it. This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in Modern C++".This section provides an overview of the...
Instructional Video6:27
Catalyst University

Postulates of Quantum Mechanics: Hermitian Operators 2

Higher Ed
Postulates of Quantum Mechanics: Hermitian Operators 2
Instructional Video3:40
Curated Video

C++ 20 (2a) New Features - Rationale Behind New Comparison Operator

Higher Ed
Define a type that supports all standard relational operators in pre C++20 and using new defaulted three-way comparison operator. • Define the six member operators • Define only <=> operator • Test both solutions This clip is from the...
Instructional Video2:48
Curated Video

Learn and Master C Programming - Bit-wise Operators Overview

Higher Ed
We will look at an overview of the binary operators that we will cover. This clip is from the chapter "Let's Talk Binary | Manipulating Bits" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look...
Instructional Video6:41
Catalyst University

Postulates of Quantum Mechanics: Hermitian Operators 1

Higher Ed
Postulates of Quantum Mechanics: Hermitian Operators 1
Instructional Video10:32
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - End to End Automation Test Execution Using Cypress-Cucumber Standards

Higher Ed
This video explains end to end automation test execution using Cypress-Cucumber standards. This clip is from the chapter "Cypress BDD Cucumber Framework Integration to Mocha" of the series "Cypress - Modern Automation Testing from...
Instructional Video6:17
Curated Video

Creational Design Patterns in Modern C++ - Introduction - focuses on the factory method, its intent, and its structure

Higher Ed
This video focuses on the factory method, its intent, and its structure. • Learn the meaning of `optional` • Memory layout of `optional` • Optional versus pointers This clip is from the chapter "Factory Method" of the series "Creational...
Instructional Video24:52
Curated Video

Data Science and Machine Learning with R - Vectors - Part Two

Higher Ed
This video explains how to interact with R using vectors. 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...
Instructional Video14:06
Curated Video

C++ Developer - Introduction to Pointers

Higher Ed
This section introduces you to pointers. This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.
Instructional Video2:25
Curated Video

Learn and Master C Programming - Introduction & Section Overview

Higher Ed
Overview of the section and a quick review of memory, variables and the introduction of & operator. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the...
Instructional Video3:52
IDG TECHtalk

How to create sets in Python: Introduction

Higher Ed
Learn how Python's set type can be used to create collections of unique objects, with powerful ways to inspect and manipulate their contents.
Instructional Video4:15
Curated Video

TypeScript for Beginners - Logical Operators

Higher Ed
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.
Instructional Video8:39
Curated Video

C++ Developer - Relational Operators

Higher Ed
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++.
Instructional Video6:14
Curated Video

Complete Java SE 8 Developer Bootcamp - Object Type Casting

Higher Ed
Casting changes the reference to a more specific type. 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 and its benefits.
Instructional Video2:51
Curated Video

Complete Modern C++ - Type Conversions - Part III (User to Primitive Type)

Higher Ed
This video explains how to implement type conversion operator function to convert a user-defined type into primitive type. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about...
Instructional Video3:14
Curated Video

C++ 20 (2a) New Features - Usage of <=> Operator and How to Make Comparisons

Higher Ed
How the spaceship operator is supposed to be used? How do you compare two values using this operator? How does comparing the return value against literal zero work? • Test return value of comparing integers and verify it’s...
Instructional Video2:05
Curated Video

Complete Java SE 8 Developer Bootcamp - Diamond Operator

Higher Ed
Learn to simplify declaring parameter types with <>. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer Bootcamp".In this section, learn more about limitations of collections and various...
Instructional Video11:19
Curated Video

Bash Shell Scripting- Executing a block of code using {}

Higher Ed
This video shows how to execute the block of code using {}. This clip is from the chapter "Test command, commands chaining, and conditional statements" of the series "Complete Bash Shell Scripting".This section covers test command,...
Instructional Video4:15
Curated Video

C++ 20 (2a) New Features - Associated Changes in Operator==

Higher Ed
Verify that if we define three-way comparison then equality will not be defined for us. • Test equality with defaulted three-way comparison operator • Test equality with custom three-way comparison operator • Test equality with...
Instructional Video3:21
Let's Tute

Creating Basic Formulas in Excel

9th - Higher Ed
In this Microsoft Excel tutorial, we learn how to create basic formulas using operators such as addition, subtraction, multiplication, division, percentage, and exponentiation. The tutorial provides step-by-step instructions on how to...
Instructional Video1:08
Next Animation Studio

Airport ‘robot’ zaps Covid with death rays

12th - Higher Ed
The coronavirus scare has prompted airports to come up with innovative gadgets designed to combat the virus.
Instructional Video11:07
Curated Video

Data Science and Machine Learning with R - Relational Operators

Higher Ed
This video explains relational operators. This clip is from the chapter "Intermediate R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains intermediate R.