Instructional Video7:15
Curated Video

Complete Modern C++ - Non-type Template Arguments

Higher Ed
This video explains the purpose of non-type template arguments. 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, variadic...
Instructional Video3:46
Curated Video

C++ 20 (2a) New Features - Composing Ranges

Higher Ed
We need to write a piece of code that filters out even numbers from a container and returns them multiplied by two. In other example we take n integers from container and compute their squares. • Use views: filter and transform • Use...
Instructional Video5:15
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - JavaScript Exercise #2: Function

Higher Ed
In this video, we'll cover JavaScript exercise #2: function. This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript...
Instructional Video5:12
Curated Video

Excel VBA Programming The Complete Guide - The Worksheet.Visible Property

Higher Ed
The Worksheet.Visible property is used to hide and unhide a worksheet. It accepts either a Boolean argument (True or False) or an XlSheetVisibility enumeration. One cool VBA feature is the ability to use the xlSheetVeryHidden option to...
Instructional Video4:10
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Introduction to Java Method Arguments - Puzzles and Tips

Higher Ed
In this video, we will learn about introduction to Java method arguments - puzzles and tips. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Instructional Video1:50
Economics Explained

An Honest Discussion About A Universal Basic Income: Introduction

9th - Higher Ed
In this video we go over the pros and cons of a universal basic income. The US government spent over $5 trillion of economic stimulus and relief payments during the pandemic of 2020 and 2021. This is enough money to give every adult in...
Instructional Video6:45
Communication Coach Alex Lyon

Communication Professor Breaks down Arnold Schwarzenegger Speech

Higher Ed
Communication professor breaks down an Arnold Schwarzenegger speech at a commencement address at the University of Houston. We look at some of the graduation speech's major strengths. His main theme is that stories about the self-made...
Instructional Video2:46
Curated Video

Introducing Ionic 2 (Video 17)

Higher Ed
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience. Apps can...
Instructional Video4:59
IDG TECHtalk

A quick look at dplyr’s new across() function

Higher Ed
See how to use dplyr’s new across() to run functions across multiple columns at once. You can even run more than one function in the same line of code. Access the data here:...
Instructional Video6:49
Packt

Working with Timestamps

Higher Ed
Sorting, Pagination, and Filtering (Task App): Working with Timestamps This clip is from the chapter "Sorting, Pagination, and Filtering (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you...
Instructional Video4:27
Curated Video

Complete Modern C++ - Fold Expressions - Unary Folds

Higher Ed
In this video, we will see how to perform unary folds. This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold expressions and type trait suffixes in this section.
Instructional Video2:10
Curated Video

C++ 20 (2a) New Features - Using Ranges

Higher Ed
Consider range generators and range adaptors. • Understand how range generators create an infinite range in a lazy way • Study range generators and range adaptors provided by the standard library • Understand how to use them This clip is...
Instructional Video5:03
Curated Video

Complete Java SE 8 Developer Bootcamp - Classpath

Higher Ed
Learn how to set a classpath which defines where classes can be found for compilation and execution. This clip is from the chapter "Packages" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to create...
Instructional Video10:41
Curated Video

The Complete Java Developer Course: From Beginner to Master - User-Defined Methods, Part 2

Higher Ed
This video is the second part of the two-part video, which talks about different user-defined methods. This clip is from the chapter "Methods" of the series "The Complete Java Developer Course: From Beginner to Master".This section...
Instructional Video8:04
Curated Video

The Complete Excel Guide: Beginners to Advanced - Functions - Part 2

Higher Ed
Let's continue with the functions. This clip is from the chapter "Excel 2019 Advanced: Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore what are functions.
Instructional Video6:57
Curated Video

Beginning Python (Video 29)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video5:29
Curated Video

Beginning Python (Video 28)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video3:27
Curated Video

Introducing Ionic 2 (Video 9)

Higher Ed
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience. Apps can...
Instructional Video6:53
Curated Video

Complete Modern C++ - Class Template Partial Specialization

Higher Ed
This video explains the concept of partial specialization of class templates. 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,...
Instructional Video5:19
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - Introduction to Java Method Arguments – Exercises

Higher Ed
In this video, we will learn about introduction to Java method arguments – exercises. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Instructional Video5:54
Curated Video

REST APIs with Flask and Python - Solution to Coding Exercise: @classmethod and @staticmethod

Higher Ed
The video provides the solution to the "@classmethod and @staticmethod" Python coding exercise. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various...
Instructional Video2:14
Curated Video

KS2 Primary English Age 9-13 - Writing: Planning to Write Non-Fiction Part 1 - Explained

3rd - 5th
SchoolOnline's Primary English videos are brilliant, bite-size tutorial videos delivered by examiners and skilled teachers. Ideal for ages 9-13, they cover every key skill in English Reading and Writing that students need to master in...
Instructional Video9:31
IDG TECHtalk

How to write your own R package

Higher Ed
When you hear “R package,” you may think something to share with other people. But an R package can also be a good way to organize your own work. Check out this episode's accompanying article here:...
Instructional Video5:48
Curated Video

Complete Modern C++ - Fold Expressions - Binary Folds

Higher Ed
This video demonstrates how to use binary folds. This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold expressions and type trait suffixes in this section.