Packt
Data Types in JavaScript
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...
Curated Video
Mastering Swift 2 Programming (Video 48)
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...
Curated Video
Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of the object pool pattern
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...
Catalyst University
Postulates of Quantum Mechanics: Hermitian Operators 2
Postulates of Quantum Mechanics: Hermitian Operators 2
Curated Video
C++ 20 (2a) New Features - Rationale Behind New Comparison Operator
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...
Curated Video
Learn and Master C Programming - Bit-wise Operators Overview
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...
Catalyst University
Postulates of Quantum Mechanics: Hermitian Operators 1
Postulates of Quantum Mechanics: Hermitian Operators 1
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - End to End Automation Test Execution Using Cypress-Cucumber Standards
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...
Curated Video
Creational Design Patterns in Modern C++ - Introduction - focuses on the factory method, its intent, and its structure
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...
Curated Video
Data Science and Machine Learning with R - Vectors - Part Two
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...
Curated Video
C++ Developer - Introduction to Pointers
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++.
Curated Video
Learn and Master C Programming - Introduction & Section Overview
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...
IDG TECHtalk
How to create sets in Python: Introduction
Learn how Python's set type can be used to create collections of unique objects, with powerful ways to inspect and manipulate their contents.
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++.
Curated Video
Complete Java SE 8 Developer Bootcamp - Object Type Casting
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.
Curated Video
Complete Modern C++ - Type Conversions - Part III (User to Primitive Type)
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...
Curated Video
C++ 20 (2a) New Features - Usage of <=> Operator and How to Make Comparisons
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Diamond Operator
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...
Curated Video
Bash Shell Scripting- Executing a block of code using {}
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,...
Curated Video
C++ 20 (2a) New Features - Associated Changes in Operator==
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...
Let's Tute
Creating Basic Formulas in Excel
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...
Next Animation Studio
Airport ‘robot’ zaps Covid with death rays
The coronavirus scare has prompted airports to come up with innovative gadgets designed to combat the virus.
Curated Video
Data Science and Machine Learning with R - Relational Operators
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.