Curated Video
Complete Modern C++ - Algorithms - Part I
This video is an introduction to common algorithms. This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description of the standard template library.
Curated Video
Hands-On WebAssembly for C++ Programmers - Seeing WebAssembly in Action
Now that you know what WebAssembly is, what does it look like when it is run, see how much faster it is than JavaScript. • Run a C++ program in the web browser • Measure performance differences from C++, JavaScript, and WebAssembly •...
Curated Video
GCSE Secondary Maths Age 13-17 - Probability & Statistics: Ordering Data - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Curated Video
GCSE Secondary Maths Age 13-17 - Number: 2 Way Tables - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Operators
JavaScript Crash Course: Operators This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables in JavaScript, Data types,...
Curated Video
Understanding the Visually Evoked Auditory Response
In this video, the concept of visually evoked auditory response (VEAR) is explored, which is the phenomenon of hearing sounds in response to visual stimuli. The video presents examples of GIFs and animations that appear to create sounds,...
Curated Video
The Complete Excel Guide: Beginners to Advanced - VLOOKUPS
The aim of this video is to explore how VLOOKUPS works. This clip is from the chapter "Excel 2019 Beginners: Advanced Formula Creation" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore and...
Rachel's English
Fruits Idioms Part 1
Idioms are a fun way for you to improve your English conversation skills. Here you’ll learn 9 must-know idioms and how to use them accurately in conversation. They all involve fruit! I think you’ll have fun with this. You’ll become an...
Curated Video
Multiplication as Resizing (Part 2)
Interpreting multiplication as resizing with a scale factor greater than, less than or equal to 1.
Curated Video
How to Order Ounces & Pounds from Least to Greatest
In this short video we will answer a standardized math test question where we demonstrate how to order ounces and pounds from least to greatest. We will first review the conversion of pounds to ounces understanding that 1 pound is...
Visual Learning Systems
Features of Fish: Cartilaginous Fishes
This colorful, lively series of videos explores the fascinating features of fishes. The major characteristics of this widely diverse group of vertebrates are described through the use of live-action video. Special attention is paid to...
friEdTech
Compare Documents in Google Docs
How many times have you wished there was an easy way to see what changes were made in a doc all at once with the click of a button? The NEW “Compare Documents” feature allows you to do this!
Curated Video
Complete Modern C++ - Weak Ownership
In this video, we will look at a problem with shared_ptr while using a resource that may be destroyed anytime. This clip is from the chapter "Memory Management – Part II" of the series "Complete Modern C++".In this section, we will cover...
Curated Video
C++ Standard Template Library in Practice - Max
The listener is new to algorithms and does not know about the max algorithms. • Introduce the listener to the std::max, and std::max_element algorithm • Show how it works and explain the different versions available • Reinforce the...
Curated Video
Blu-ray Discs and the Future of Data Storage
This video explains the benefits of Blu-ray discs compared to CDs and DVDs. Blu-ray discs can store up to six times more data, thanks to the use of a blue laser beam that writes smaller. This allows for higher quality HD movies and...
Brian McLogan
How to find the vertical and horizontal asymptotes of a rational function
👉 Learn how to find the vertical/horizontal asymptotes of a function. An asymptote is a line that the graph of a function approaches but never touches. The vertical asymptote is a vertical line that the graph of a function approaches but...
Brian McLogan
Finding the horizontal and vertical asymptotes of a function
👉 Learn how to find the vertical/horizontal asymptotes of a function. An asymptote is a line that the graph of a function approaches but never touches. The vertical asymptote is a vertical line that the graph of a function approaches but...
Curated Video
KS2 Primary Maths Age 9-13 - Fraction: - Explained
SchoolOnline's Primary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 9-13, they cover every key topic and sub topic covered in Maths in clear and easy to follow steps. This video looks at...
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 08: Comparing Arrays in JUnit Tests
Unit Testing with Junit: Step 08: Comparing Arrays in JUnit Tests This clip is from the chapter "Unit Testing with Junit" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look into unit testing...
Curated Video
Slope Using Rise Over Run
This video lesson is an introduction to slope. Students learn that slope is a rate comparing the rise, change in y, over run, the change in x. Practice is embedded within the lesson to check for understanding.
Curated Video
Graphing Quadratic Functions in Standard Form
This video lesson reviews the effects of a and c on a quadratic function. You will discover vertical translations of quadratic functions.
Englishing
Lesson on Clauses of MANNER (like, in a way, as, just as, the way, as if)
In this video lesson, Mr. P./Marc will talk about clauses of manner such as (just as, as, like, in a way, the way, and as though). He will start the lesson by giving examples of the many ways these clauses are used. He will then delve...
Curated Video
C++ Standard Template Library in Practice - Min
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...
Brian McLogan
How to partition a line at a point P into a ration of 1:3
👉In this video I will show you how to partition a line into a ration of 1:3 and find the point that makes that partition. Timestamps: 0:00 Intro 0:43 Start of Problem Corrections: 3:21 Made a mistake, it should have been -4 not -3. Final...