Instructional Video6:07
Curated Video

Bash Shell Scripting- Difference between $@ and $*

Higher Ed
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...
Instructional Video5:34
Curated Video

Core Java Programming Course- Scanner Class

Higher Ed
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...
Instructional Video11:52
Packt

ES6 Aside: Default Function Parameters

Higher Ed
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...
Instructional Video6:57
Curated Video

Complete Modern C++ - Callbacks - Function Objects

Higher Ed
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...
Instructional Video9:47
Curated Video

Complete Modern C++ - Variadic Templates - Part I (C++11)

Higher Ed
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,...
Instructional Video3:52
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Adding More Methods for Multiplication Table Program

Higher Ed
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...
Instructional Video6:49
Curated Video

How to Expand Ideas in IELTS Writing Task 2 - IELTS Energy Podcast 1161

9th - Higher Ed
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!
Instructional Video3:11
Economics Explained

The Economics of China’s Enormous Belt & Road Initiative: Alternatives

6th - 11th
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...
Instructional Video5:01
Economics Explained

An Honest Discussion About A Universal Basic Income: Taxes

6th - 11th
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 Video1:05
Curated Video

Mockito Tutorial: Learn mocking with 25 Junit Examples - Basics of Mockito - Section Overview

Higher Ed
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.
Instructional Video9:17
Rachel's English

English Vocabulary Challenge Day 26

6th - Higher Ed
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...
Instructional Video4:11
Curated Video

Introducing Ionic 2 (Video 14)

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 Video5:43
Curated Video

Introducing Ionic 2 (Video 12)

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:16
IDG TECHtalk

R tip: Access nested list items with purrr

Higher Ed
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.
Instructional Video5:32
Curated Video

Complete Modern C++ - Perfect Forwarding - Part II (C++11)

Higher Ed
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...
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:...