Curated Video
Complete Modern C++ - Non-type Template Arguments
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...
Curated Video
C++ 20 (2a) New Features - Composing Ranges
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - JavaScript Exercise #2: Function
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...
Curated Video
Excel VBA Programming The Complete Guide - The Worksheet.Visible Property
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Introduction to Java Method Arguments - Puzzles and Tips
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...
Economics Explained
An Honest Discussion About A Universal Basic Income: Introduction
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...
Communication Coach Alex Lyon
Communication Professor Breaks down Arnold Schwarzenegger Speech
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...
Curated Video
Introducing Ionic 2 (Video 17)
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...
IDG TECHtalk
A quick look at dplyr’s new across() function
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:...
Packt
Working with Timestamps
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...
Curated Video
Complete Modern C++ - Fold Expressions - Unary Folds
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.
Curated Video
C++ 20 (2a) New Features - Using Ranges
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Classpath
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...
Curated Video
The Complete Java Developer Course: From Beginner to Master - User-Defined Methods, Part 2
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...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Functions - Part 2
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.
Curated Video
Beginning Python (Video 29)
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...
Curated Video
Beginning Python (Video 28)
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...
Curated Video
Introducing Ionic 2 (Video 9)
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...
Curated Video
Complete Modern C++ - Class Template Partial Specialization
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,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - Introduction to Java Method Arguments – Exercises
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...
Curated Video
REST APIs with Flask and Python - Solution to Coding Exercise: @classmethod and @staticmethod
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...
Curated Video
KS2 Primary English Age 9-13 - Writing: Planning to Write Non-Fiction Part 1 - Explained
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...
IDG TECHtalk
How to write your own R package
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:...
Curated Video
Complete Modern C++ - Fold Expressions - Binary Folds
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.