Instructional Video5:07
Curated Video

Creational Design Patterns in Modern C++ - Introduction - explains the intent, structure, and implementation

Higher Ed
This video explains the intent, structure, and implementation of the object pool pattern. • Reminder of what `std::string` is • How `std::string` works and its semantics • `std::string` in interfaces This clip is from the chapter "Object...
Instructional Video6:26
Curated Video

Creational Design Patterns in Modern C++ - Using the Abstract Factory

Higher Ed
This video demonstrates how to refactor the database framework to use the abstract factory design method. This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on...
Instructional Video7:09
Economics Explained

Can a New Leader Save North Korea's Economy?: Wealth - What Makes Us Rich

9th - Higher Ed
The wild ride of 2020 continued this week with the news that the leader of North Korea, Kim Jong Un was in a critical condition and that his continued leadership of the nation was not necessarily guaranteed. This has, of course,...
Instructional Video19:50
Economics Explained

Why is Working Harder Making Us Poorer?

9th - Higher Ed
Workers today are amongst the hardest worked individuals in history, while simultaneously being the most efficient. Sure, they have traded in grueling factory floors and coal mines for air-conditioned offices so they probably don’t get...
Instructional Video20:50
The Wall Street Journal

Circular Chic

Higher Ed
What does it take for a fashion brand to become truly sustainable? Designer Eileen Fisher has an idea, and she is betting the future of her company on it.
Instructional Video1:58
Curated Video

IELTS Task 1 Vocabulary: Make Your Process Pop!

9th - Higher Ed
Today learn high-scoring vocabulary for IELTS Task 1 process essays.
Instructional Video3:40
Curated Video

Multiplying Whole Numbers by Fractions Using Area Models

K - 5th
This video explains how to multiply a whole number by a fraction using area models. It clarifies the concept of repeated addition and demonstrates how to correctly model the multiplication of fractions and whole numbers.
Instructional Video2:29
Packt

What Are Patterns?

Higher Ed
JavaScript Patterns: What Are Patterns? This clip is from the chapter "JavaScript Patterns" of the series "Modern JavaScript from the Beginning".In this section, you will learn what JavaScript patterns are, and the various JavaScript...
Instructional Video0:38
The March of Time

1952: CANADA: AIRCRAFT INDUSTRY: TU WS AVRO CF-100 Canuck low flying jet moving toward & over, TD AVRO Canada sign above building entrance. VS Workers in warehouse working on aircraft parts, jet body, electrical. Note: Poor contrast, film lines jet.

12th - Higher Ed
MOT 1952: CANADA: AIRCRAFT INDUSTRY: TU WS AVRO CF-100 Canuck low flying jet moving toward & over, TD AVRO Canada sign above building entrance. VS Workers in warehouse working on aircraft parts, jet body, electrical. Note: Poor...
Instructional Video8:06
Economics Explained

The Economics of Brexit: Brexit

9th - Higher Ed
Brexit has shaken things up not only inside Britain but outside as well in the EU. What were the causes that led to this separation and how does it affect the economy moving forward? Helping you become more knowledgeable about how the...
Instructional Video0:24
The March of Time

1941: 'THE STUART CASE': Evidence in plastic bags being placed in box. WS U.S. Department of Justice building. Forensic ballistics: FBI Technician next to wall of hand guns. FBI Expert looking at casing under microscope, CU bullet casing from gun.

12th - Higher Ed
MOT 1941: 'THE STUART CASE': Evidence in plastic bags being placed in box. WS U.S. Department of Justice building. Forensic ballistics: FBI Technician next to wall of hand guns. FBI Expert looking at casing under microscope, CU bullet...
Instructional Video4:18
Curated Video

Learning Dart (Video 12)

Higher Ed
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Instructional Video1:27
The Telegraph

On the ground: Devastation as Russian shelling strikes civilian targets in Dnipro | Dispatch

Higher Ed
Civilian targets came under Russian shelling in the central Ukrainian city of Dnipro Friday, killing one, emergency services said, in what appeared to be the first direct attack on the city. Early on Friday, "there were three air strikes...
Instructional Video7:23
Curated Video

Creational Design Patterns in Modern C++ - std::shared_ptr

Higher Ed
This video demonstrates how to use the factory method as functions and focuses on the std::shared_ptr function. This clip is from the chapter "Factory Method" of the series "Creational Design Patterns in Modern C++".This section...
Instructional Video3:42
Brian McLogan

Find the missing value using two secant lines from a point outside of the circle

12th - Higher Ed
Learn how to solve problems with secant lines. A secant line is a line that intersects a circle at exactly 2 points in contrast to a tangent line which is a line that touches a circle at exactly one point. When two secant lines...
Instructional Video4:32
Brian McLogan

Learn how to factor using the area of a box

12th - Higher Ed
👉Learn how to factor quadratics when the coefficient of the term with a squared variable is not 1. To factor an algebraic expression means to break it up into expressions that can be multiplied together to get the original expression. To...
Instructional Video6:41
Curated Video

Creational Design Patterns in Modern C++ - std::unique_ptr

Higher Ed
This video highlights the examples explaining how and why a factory method can be implemented as a global function and focuses on the std::unique_ptr function. This clip is from the chapter "Factory Method" of the series "Creational...
Instructional Video4:10
Curated Video

Biosfera

3rd - 12th
Este programa de video de accion en vivo es acerca de la palabra biosfera. El programa esta disenado para reforzar y apoyar la comprension y retencion de la palabra biosfera, por parte del estudiante, a traves del uso de videos,...
Instructional Video4:33
Brian McLogan

Learn how to solve a word problem involving roots

12th - Higher Ed
👉 In this playlist, you will learn how to solve a literal equation. We will work through solving literal equations from formulas as well as equations of a line. When solving literal equations we will be isolating a given variable by...
Instructional Video3:40
Brian McLogan

Learn how to solve by factoring a quadratic ac method

12th - Higher Ed
we find two factors of the product of the constant term (the term with no variable) and the coefficient of the squared variable whose sum gives the linear term. These factors are now placed in separate brackets with x to form the factors...
Instructional Video5:47
Curated Video

GCSE Secondary Maths Age 13-17 - Probability & Statistics: Cumulative Frequency - Explained

9th - 12th
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...
Instructional Video4:26
The Business Professor

Job Order Costing

Higher Ed
Job Order Costing is the allocation of costs to specific jobs. This can include actual costs or normal costs (projected costs) based upon an allocation rate.
Instructional Video9:12
Curated Video

Creational Design Patterns in Modern C++ - Multiple Actors - Part III

Higher Ed
This video is the third part of the three-part video that demonstrates how to reduce dependency on the concrete classes through a factory. This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in Modern...
Instructional Video16:34
Curated Video

Comprehensive Android Developer Bootcamp - Playing a Video with ExoPlayer

Higher Ed
Android Media – Playing Sounds and Videos:Playing a Video with ExoPlayer This clip is from the chapter "Android Media – Playing Sounds and Videos" of the series "The Comprehensive Android Developer Bootcamp".This section explains how to...