Hi, what do you want to do?
IDG TECHtalk
R tip: Quick lookup tables with named vectors
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++ - Callbacks - Function Objects
This video introduces function objects as callbacks and explains why they are better than function pointers.
r/>
This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we...
r/>
This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we...
Curated Video
Complete Modern C++ - Variadic Templates - Part I (C++11)
This video gives a gentle introduction to variadic templates.
r/>
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,...
r/>
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 04 - Adding More Methods for Multiplication Table Program
In this video, we will learn about adding more methods for multiplication table program.
r/>
This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners -...
r/>
This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners -...
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,...
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...
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Basics of Mockito - Section Overview
Mockito Basics: Basics of Mockito - Section Overview<br/<br/>>
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.
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...
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....
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....
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.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see...
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see...
Curated Video
Complete Modern C++ - Non-type Template Arguments
This video explains the purpose of non-type template arguments.
r/>
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,...
r/>
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
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...
• Use views: filter and...
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.
r/>
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...
r/>
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...
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.
r/>
This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete...
r/>
This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete...
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...
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...
His main theme is that stories about the...
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....
IDG TECHtalk
A quick look at dplyr’s new across() function
Packt
Working with Timestamps
Sorting, Pagination, and Filtering (Task App): Working with Timestamps
<
br/>
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...
<
br/>
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...
Curated Video
Complete Modern C++ - Fold Expressions - Unary Folds
In this video, we will see how to perform unary folds.<br/<br/>>
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.
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.