Instructional Video1:20
Curated Video

C++ Developer - Section Wrap-Up - Pointers

Higher Ed
This video summarizes the course. This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.
Instructional Video19:08
Curated Video

C++ Developer - Project - Aliens

Higher Ed
This video presents a project called "Aliens". This clip is from the chapter "Templates, the Standard Template Library (STL), and Other Skills" of the series "The Complete C++ Developer Course".null
Instructional Video5:26
Curated Video

Complete Java SE 8 Developer Bootcamp - String Operations and Operators

Higher Ed
Learn the most common methods and operations available to Strings. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by value features of...
Instructional Video10:38
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 08 - Java Boolean Data Type - Relational and Logical Operators

Higher Ed
In this video, we will learn about Java Boolean data type - relational and logical operators. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video5:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Java Boolean Data Type - Puzzles - Short Circuit Operators

Higher Ed
In this video, we will learn about Java Boolean data type - puzzles - short circuit operators. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video2:56
Curated Video

Mastering Django Web Development (Video 5)

Higher Ed
Django is one of the world's leading web development platforms that follows the model-view-template development method. This Python web framework makes your app building experience smoother, faster, and easier. It has been and continues...
Instructional Video7:02
Curated Video

C++ Standard Template Library in Practice - Uninitialized Memory

Higher Ed
The user would like to know about how to handle uninitialized memory blocks in C++ . • Talk about how to create uninitialized blocks of memory • Show the STL functions to work with it. • Reinforce the lesson with an example This clip is...
Instructional Video2:00
Curated Video

C++ 20 (2a) New Features - Formatting User Defined Types

Higher Ed
This video shows how to define formatting for user defined type. • Define struct person • Define stream insertion operator for person • Test printing person object using std::cout and std::format This clip is from the chapter "String...
Instructional Video9:42
Curated Video

C++ Standard Template Library in Practice - Concepts

Higher Ed
The user wants to know how concepts are going to work when C++20 is released. • Introduce the new material • Show examples of how it might be used in practice • Show an example to reinforce the topics covered This clip is from the...
Instructional Video4:10
Curated Video

TypeScript for Beginners - Comparing Operators

Higher Ed
This video demonstrates how to compare operators. 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 Video3:01
Curated Video

TypeScript for Beginners - Arithmetic Operators

Higher Ed
This video explains arithmetic operators. 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 Video14:50
Curated Video

Data Science and Machine Learning with R - The Pipe Operator

Higher Ed
This video explains pipe operator. This clip is from the chapter "Data Manipulation in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section focuses on data manipulation in R.
Instructional Video9:35
Curated Video

The Complete Java Developer Course: From Beginner to Master - Logical Operators

Higher Ed
This video explains how to perform various logical operations on variables and literals in Java. This clip is from the chapter "Introducing Java" of the series "The Complete Java Developer Course: From Beginner to Master".This section...
Instructional Video5:18
Economics Explained

The 2020 Nobel Prize in Economics: Simultaneous Multiround Auction

9th - Higher Ed
The Sveriges Riksbank Prize in Economic Sciences in Memory of Alfred Nobel, or simply the Nobel Prize in Economics is an award given every year to thought leaders in the field. In and amongst all of the happenings in the world this year...
Instructional Video7:26
Curated Video

C++ Standard Template Library in Practice - Numeric Algorithms - std::accumulate

Higher Ed
The listener is new to algorithms and does not know about the numeric algorithms. • Introduce the listener to the std::accumulate algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a...
Instructional Video4:47
Curated Video

C++ 20 (2a) New Features - std::format: Placeholders and Syntax

Higher Ed
This video shows formal syntax for formatting library mini language and how to use placeholders and placeholder IDs. • Define simple text with integers and switch placeholders using IDs • Consider formal syntax of std::format and compare...
Instructional Video4:12
Curated Video

Ansible for the Absolute Beginner - Conditionals

Higher Ed
This video explains the concept of conditionals in Ansible. This clip is from the chapter "Conditionals" of the series "Ansible for the Absolute Beginner - Hands-On – DevOps".This section focuses on conditional statements in Ansible.
Instructional Video6:19
Curated Video

Complete Modern C++ - Dynamic Memory Allocation - Part II (new Operator)

Higher Ed
In this video, you will learn how to use the new operator to allocate memory at runtime in C++. • Learn construction and solve an assignment • Access to stored value • Reset and emplace This clip is from the chapter "Memory Management –...
Instructional Video4:36
Curated Video

C++ Standard Template Library in Practice - Replacing and Transforming - equals

Higher Ed
The listener is new to algorithms and does not know about the transform algorithms. • Introduce the listener to the std::transform algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a...
Instructional Video9:57
Curated Video

Vim Masterclass - Cutting, Copying, and Pasting

Higher Ed
This video demonstrates how to cut, copy, and paste text in a file. This clip is from the chapter "Deleting, Yanking, and Putting" of the series "Vim Masterclass".This section explains the delete, yank, and put operators.
Instructional Video5:19
Curated Video

Learn and Master C Programming - Using Bit-wise Operators in Code

Higher Ed
We will write some C code together using Visual Studio to learn how we can manipulate bits in C/C++. This clip is from the chapter "Let's Talk Binary | Manipulating Bits" of the series "Learn and Master C Programming For Absolute...
Instructional Video4:59
Curated Video

C++ 20 (2a) New Features - Generator Expressions

Higher Ed
Define a simple Fibonacci function with a co_yield expression. • Define a Fibonacci function • Add generator definition using raw coroutines facilities • Add generator definition using cppcoro template This clip is from the chapter...
Instructional Video2:29
Curated Video

C++ 20 (2a) New Features - Migrating Stdio and Iostreams to std::format

Higher Ed
This video explains how to migrate to new string formatting from stdio or iostreams-based code. It also shows how to get working implementation if it is not yet shipped with the standard library. • Consider inc.hpp contants and its usage...
Instructional Video6:44
Curated Video

C++ 20 (2a) New Features - Rationale for std::format

Higher Ed
Why new standard formatting? A new library which was type safe, concise, extendable, flexible, and efficient. Available mechanism did not have all these qualities; therefore string formatting library was born using {fmt} library as the...