Instructional Video8:35
Curated Video

C++ Standard Template Library in Practice - Iterator Adaptors

Higher Ed
We want to learn what other non-container iterators are available, and what they can do. • Introduce the different adapter iterator types • Learn what they can do and cover the differences • Show them in action using a code example This...
Instructional Video3:56
Let's Tute

Microsoft Excel Tutorial: Working with Average Functions

9th - Higher Ed
This tutorial teaches how to use the average function in Microsoft Excel, including how to insert the function, what to consider when selecting cells, and how to avoid errors. The video also demonstrates three different ways to find the...
Instructional Video6:19
Curated Video

Mastering Spring Framework Fundamentals - The Proxy Design Pattern

Higher Ed
This video demonstrates how to use the let prefix. This clip is from the chapter "Variable Prefixes" of the series "TypeScript for Beginners".This section introduces you to variable prefixes and explains how to use them.
Instructional Video1:32
Brian McLogan

Learn how to find the reference angle of a radian in the second quadrant

12th - Higher Ed
👉 Learn how to sketch angles in terms of pi. An angle is the figure formed by two rays sharing the same endpoint. Angle is measured in radians or in degrees. One complete revolution about a point is equivalent to 2pi radians and 360...
Instructional Video3:05
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Exploring a Git Tag Object

Higher Ed
This video explains the process of exploring a Git tag object. This clip is from the chapter "Git Tags" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the concept Git tags. It also...
Instructional Video3:35
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - How do Remote and Local Branches Sync?

Higher Ed
This video explains how to sync remote and local branches in Git. This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an overview of the...
Instructional Video10:01
Curated Video

Excel VBA Programming The Complete Guide - Variable Declarations and Assignments

Higher Ed
In this lesson, we explore the syntax for declaring a variable and its data type, as well as assigning it an initial value with the assignment operator ( = ). This clip is from the chapter "Variables and Data Types" of the series "Excel...
Instructional Video0:13
Curated Video

GCSE Secondary English Age 13-17 - Vocabulary: Reference - Explained

9th - 12th
SchoolOnline's Secondary English videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key skill in English Reading and Writing that students need to master in clear and easy to...
Instructional Video1:31
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 00 - Java Reference Types - Section Introduction

Higher Ed
In this video, we will learn about Java reference types - section introduction. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into string...
Instructional Video11:26
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Creating Rectangles from File

Higher Ed
This video is the first project of this section where you create the rectangle class from a file. This clip is from the chapter "File I/O and Exceptions" of the series "The Complete Java Developer Course: From Beginner to Master".This...
Instructional Video4:46
All In One Social Media

Video Marketing Equipment Guide

Higher Ed
Video Marketing Equipment Guide // You need to have the right equipment to make some engaging videos. But you do not have to break the bank to get started with recording videos for your video marketing. You can start your YouTube and...
Instructional Video11:40
Curated Video

Comprehensive Android Developer Bootcamp - Creating Multiple Documents and Retrieving Multiple Documents

Higher Ed
Introduction to Realtime Databases – Firebase and Firestore:Creating Multiple Documents and Retrieving Multiple Documents This clip is from the chapter "Introduction to Realtime Databases – Firebase and Firestore" of the series "The...
Instructional Video9:07
Curated Video

Comprehensive Android Developer Bootcamp - Creating Layouts with Two Fragments

Higher Ed
Android Fragments – An Introduction:Creating Layouts with Two Fragments This clip is from the chapter "Android Fragments – An Introduction" of the series "The Comprehensive Android Developer Bootcamp".In this section you will understand...
Instructional Video6:09
Curated Video

Multi-Paradigm Programming with Modern C++ - Coroutines on a Thread Pool

Higher Ed
We had implemented a concurrent tasks framework in Section 9. Back then we observed that threads had to wait on each other, which reduces concurrency. In this section, we will create a tasks framework that uses coroutines to achieve the...
Instructional Video6:21
Curated Video

C++ Standard Template Library in Practice - Locks

Higher Ed
The user wants to learn about locks to avoid race conditions. • Introduce its basic concepts to the user • Give an overview of how to use the new feature • Show an example to reinforce the topics covered This clip is from the chapter...
Instructional Video7:06
Curated Video

C++ Standard Template Library in Practice - Shared Pointers

Higher Ed
The user is unfamiliar with the shared_ptr and wants to learn more about it. • Introduce the shared_ptr and weak_ptr • Show what it can do, and how to use it • Reinforce the lesson with an example This clip is from the chapter "Memory"...
Instructional Video5:42
Curated Video

C++ Standard Template Library in Practice - Min

Higher Ed
The listener is new to algorithms and does not know about the min algorithms. • Introduce the listener to the std::min and std::min_element algorithm • Show how it works and explain the different versions available • Reinforce the lesson...
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. This clip is from the...
Instructional Video10:50
Curated Video

Excel VBA Programming The Complete Guide - Deleting Rows

Higher Ed
Deleting rows from a spreadsheet can be a risky operation --- if moving downwards in direction, there's a risk that some rows will NOT be deleted. In this lesson, we explore iteration in reverse (from a larger number to a smaller one) to...
Instructional Video7:11
Curated Video

Excel VBA Programming The Complete Guide - The With-End With Construct

Higher Ed
The With - End With construct is a shorthand syntax that allows for multiple properties to be overwritten on an object. In this lesson, we practice modifying the Name, Size, Bold and Italic properties on the Font object. This clip is...
Instructional Video5:21
Brian McLogan

Evaluate using reference angles

12th - Higher Ed
👉 Learn how to evaluate trigonometric functions of a given angle. Given an angle greater than 2pi in radians, to evaluate the trigonometric functions of the given angle, we first determine the smallest positive coterminal angle of the...
Instructional Video4:19
Brian McLogan

Evaluate for sine cosine and tangent using reference angles

12th - Higher Ed
👉 Learn how to find the reference angle of a given angle. The reference angle is the acute angle formed by the terminal side of an angle and the x-axis. To find the reference angle, we determine the quadrant on which the given angle lies...
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. This clip is from the chapter "Range References" of the series...
Instructional Video8:15
Brian McLogan

Master determining the reference angle from a given angle

12th - Higher Ed
Master determining the reference angle from a given angle