Curated Video
Bash Shell Scripting- Difference between $@ and $*
This video shows the difference between $@ and $*. This clip is from the chapter "Loops and Loop control statements - Part 1" of the series "Complete Bash Shell Scripting".This section is the first part that explains Loops and Loop...
Curated Video
Core Java Programming Course- Scanner Class
This video explains the Scanner class. This clip is from the chapter "Special Classes in Java" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the different special classes that are...
Packt
ES6 Aside: Default Function Parameters
Accessing API from Browser: ES6 Aside: Default Function Parameters This clip is from the chapter "Accessing API from Browser" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn how to...
Curated Video
Complete Modern C++ - Callbacks - Function Objects
This video introduces function objects as callbacks and explains why they are better than function pointers. This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we will...
Curated Video
Complete Modern C++ - Variadic Templates - Part I (C++11)
This video gives a gentle introduction to variadic 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, variadic templates,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Adding More Methods for Multiplication Table Program
In this video, we will learn about adding more methods for multiplication table program. This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners - Java 16".In...
Curated Video
How to Expand Ideas in IELTS Writing Task 2 - IELTS Energy Podcast 1161
What does the IELTS Examiner need to see for high Writing Task 2 scores? Today we'll teach you exactly how to expand your ideas to impress the Examiner, and give you an exmaple for an essay about organic food. Don't forget to take notes!
Economics Explained
The Economics of China’s Enormous Belt & Road Initiative: Alternatives
China's Belt and Road initiative is set to be the most influential economic development project in recent history. It’ll be an investment measured in trillions, connecting dozens of nations with roads, rail lines, shipping routes, and...
Economics Explained
An Honest Discussion About A Universal Basic Income: Taxes
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...
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Basics of Mockito - Section Overview
Mockito Basics: Basics of Mockito - Section Overview This clip is from the chapter "Mockito Basics" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look into Mockito Basics.
Rachel's English
English Vocabulary Challenge Day 26
LEARN 105 ENGLISH VOCABULARY WORDS. Do you want to learn English? Are you looking for an English lesson on vocabulary and pronunciation? Learning English vocabulary and pronunciation are my specialties! In this video, I’ll teach you the...
Curated Video
Introducing Ionic 2 (Video 14)
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
Introducing Ionic 2 (Video 12)
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
R tip: Access nested list items with purrr
In this ninth episode of Do More with R, learn how to easily access and modify nested list items with the purrr package’s modify_depth function. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
Curated Video
Complete Modern C++ - Perfect Forwarding - Part II (C++11)
In this video, we will understand how perfect forwarding preserves type information of template function arguments. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type...
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:...