Instructional Video7:57
Curated Video

Data Science and Machine Learning with R - Working with Loops

Higher Ed
This video explains working with loops.<br/<br/>>

This clip is from the chapter "Intermediate R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains intermediate R.
Instructional Video0:19
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Strings"

Higher Ed
Overview of the string object.<br/<br/>>

This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by value features of Java.
Instructional Video2:52
Curated Video

Complete Java SE 8 Developer Bootcamp - The Collection Interface

Higher Ed
The most general interface that can be used with many collection classes (excluding maps).
r/>
This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to...
Instructional Video1:47
Curated Video

Complete Java SE 8 Developer Bootcamp - The Exception Object

Higher Ed
Learn more about exception which is subtype of throwable, with methods for learning about what went wrong during the execution of a program.
r/>
This clip is from the chapter "Exception Handling" of the series "Complete Java SE...
Instructional Video3:45
Curated Video

Complete Java SE 8 Developer Bootcamp - Iterator

Higher Ed
An iterator provides a polymorphic way of looping through a collection. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to collections, list, sets, queues,...
Instructional Video7:22
Curated Video

Complete Java SE 8 Developer Bootcamp - Lambda Expressions

Higher Ed
A lambda expression allows us to use a terse syntax to define the implementation of a functional interface.
r/>
This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE 8 Developer...
Instructional Video6:47
Curated Video

Excel VBA Programming The Complete Guide - The Formula and FormulaR1C1 Properties

Higher Ed
In this lesson, we introduce a basic sum example to show how R1C1 notation can be helpful when duplicating formulas across multiple columns.
r/>
This clip is from the chapter "Range References" of the series "Excel VBA...
Instructional Video5:48
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Getting Back to Multiplication Table - Creating a Method

Higher Ed
In this video, we will learn about getting back to multiplication table - creating a method.
r/>
This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete...
Instructional Video17:03
Curated Video

The Complete Java Developer Course: From Beginner to Master - Repetition Control Statements

Higher Ed
This video explains about the repetition control statements.
r/>
This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the...
Instructional Video4:14
Curated Video

The Full Stack Web Development - Getting Started With HTML5

Higher Ed
HTML5 Programming: Getting Started With HTML5
r/>
This clip is from the chapter "HTML5 Programming" of the series "The Full Stack Web Development".In this section, we look into little more advanced HTML5. We will be working...
Instructional Video10:33
IDG TECHtalk

R 4.0: 3 new features

Higher Ed
See three of the new features in the latest version of R. Plus, see how to test drive R 4.0 and the latest beta version of RStudio in a Docker container so you don’t interfere with your existing setup.
Instructional Video9:32
Curated Video

Multi-Paradigm Programming with Modern C++ - Task Continuation

Higher Ed
Continuation is when an asynchronous task consumes results of the previous one. In this video we will implement and use such pattern. Additionally, we will see how to handle exceptions and propagate them to the caller of a...
Instructional Video3:28
Curated Video

Complete Modern C++ - Dynamic Arrays

Higher Ed
This video explains how we can use smart pointers to manage pointers to dynamic arrays.
r/>
This clip is from the chapter "Memory Management – Part II" of the series "Complete Modern C++".In this section, we will cover all...
Instructional Video8:43
Curated Video

Excel VBA Programming The Complete Guide - The Range.Select Method

Higher Ed
In this section of the course, we take a deep dive into the Range, the most popular object in the Excel Object Model. We begin with the Select method, which highlights the range's boundaries on the spreadsheet.
r/>
This clip is...
Instructional Video8:52
Curated Video

Excel VBA Programming The Complete Guide - Create and Delete a Procedure

Higher Ed
A procedure is a grouped set of instructions / code that accomplishes some kind of goal. We'll also talk about some of the common syntactical errors made when writing out procedures. In this lesson, we'll dive into the syntax to...
Instructional Video3:23
Curated Video

Complete Java SE 8 Developer Bootcamp - Getters and Setters: Part 2

Higher Ed
Learn the benefits of encapsulation.<br/<br/>>

This clip is from the chapter "Encapsulation" of the series "Complete Java SE 8 Developer Bootcamp".In this section, the author covers encapsulation as part of Java course.
Instructional Video7:42
Curated Video

Complete Java SE 8 Developer Bootcamp - Encapsulation and Data Hiding

Higher Ed
Learn to design flexible and robust programs with encapsulation feature.
r/>
This clip is from the chapter "Encapsulation" of the series "Complete Java SE 8 Developer Bootcamp".In this section, the author covers encapsulation...
Instructional Video0:21
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Java Syntax"

Higher Ed
The author introduces various Java syntax’s.
r/>
This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals, operators, loops and...
Instructional Video3:04
Curated Video

Complete Java SE 8 Developer Bootcamp - Comments

Higher Ed
Comments are used as block of text in code that are intended for other developers. This part of statement is excluded from normal code execution.
r/>
This clip is from the chapter "Java Conventions and Primitives" of the series...
Instructional Video0:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Static, Scope, and Garbage Collection"

Higher Ed
In this video, you will learn about the core technologies used in Ethernet.
r/>
This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we...
Instructional Video5:43
Curated Video

Complete Java SE 8 Developer Bootcamp - Catching Exceptions

Higher Ed
Learn to catch an exception with JVM which looks for code to handle exception once a throwable is thrown.<br/<br/>>

This clip is from the chapter "Exception Handling" of the series "Complete Java SE 8 Developer Bootcamp".null
Instructional Video0:21
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Dates and Time"

Higher Ed
The author introduces you to Java Date/ Time package.
r/>
This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about immutable class to represent a...
Instructional Video4:43
Curated Video

Excel VBA Programming The Complete Guide - The Cells Property

Higher Ed
In this lesson, we practice selecting single-cell Range objects with the Cells property before applying the Resize property to expand the selection to multi-cell Ranges.
r/>
This clip is from the chapter "Range References" of...
Instructional Video4:01
Curated Video

TypeScript for Beginners - TypeScript Playground

Higher Ed
This video highlights the various applications that you can develop using this language.<br/<br/>>

This clip is from the chapter "Introduction" of the series "TypeScript for Beginners".This section introduces you to the course.