Instructional Video3:13
Brian McLogan

What is a unit circle basics

12th - Higher Ed
👉 Learn about the points on the unit circle. A unit circle is a circle which radius is 1 and is centered at the origin in the cartesian coordinate system. To construct the unit circle we take note of the points where the unit circle...
Instructional Video6:43
Brainwaves Video Anthology

Alisha Collins - Storytelling and Making

Higher Ed
Alisha is a designer and educator interested in exploring experiential and experimental ways of integrating storytelling, craft, wellness, play, and interactive technologies to create participatory learning practices. Her practice...
Instructional Video1:10
Language Tree

Collaborative Listening and Speaking: Interacting with Written English, Part 2

K - 5th
This video lesson for beginner English learners teaches how to communicate using written words and sentences.
Instructional Video11:36
Curated Video

Bash Shell Scripting - Conditional Tests

Higher Ed
This video focusses on conditional tests. This clip is from the chapter "Operators" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on operators.
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 Video5:48
Curated Video

Learn and Master C Programming - Using if...else...conditional statements

Higher Ed
We will look at how to use if...else conditional statements in C and understand how they work. This clip is from the chapter "Conditional Statements" of the series "Learn and Master C Programming For Absolute Beginners!".In this section,...
Instructional Video7:32
Curated Video

C++ Standard Template Library in Practice - Allocators

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

C++ Standard Template Library in Practice - Uninitialized Memory

Higher Ed
The user would like to know about how to handle uninitialized memory blocks in C++ . • Talk about how to create uninitialized blocks of memory • Show the STL functions to work with it. • Reinforce the lesson with an example This clip is...
Instructional Video10:42
Institute of Art and Ideas

Is there an unconscious and what is it?

Higher Ed
Many have been sceptical of Freud's claim that unconscious desires control our lives. Yet recent studies show the conscious brain processes only a tiny fraction of the brain as a whole. Are hidden desires and secret thoughts driving our...
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 Video6:24
Brian McLogan

Learn how to construct the unit circle

12th - Higher Ed
👉 Learn about the unit circle. A unit circle is a circle which radius is 1 and is centered at the origin in the cartesian coordinate system. To construct the unit circle we take note of the points where the unit circle intersects the x-...
Instructional Video2:33
Brian McLogan

How to remember the points on the unit circle

12th - Higher Ed
👉 Learn about the points on the unit circle. A unit circle is a circle which radius is 1 and is centered at the origin in the cartesian coordinate system. To construct the unit circle we take note of the points where the unit circle...
Instructional Video4:04
Curated Video

Describing Events as Subsets of a Sample Space

K - 5th
In this video, the teacher explains how to describe events as subsets of a sample space. They use examples of rolling a die and determining the outcomes that are both even and less than four. They also discuss constructing a sample space...
Instructional Video10:21
Curated Video

Comprehensive Android Developer Bootcamp - Constructors in Java

Higher Ed
Introduction to Object Oriented Programming in Java:Constructors in Java This clip is from the chapter "Introduction to Object Oriented Programming in Java" of the series "The Comprehensive Android Developer Bootcamp".This section will...
Instructional Video1:02
Brian McLogan

How to remember the angles of the unit circle in fourths

12th - Higher Ed
👉 Learn about the angles on the unit circle. A unit circle is a circle which radius is 1 and is centered at the origin in the cartesian coordinate system. To construct the unit circle we take note of the points where the unit circle...
Instructional Video3:29
Professor Dave Explains

Practice Problem: Two-Dimensional Two-Body Problem

12th - Higher Ed
You're really getting good at building physics toys in your garage! Check this awesome pulley system. You put your physics knowledge to the test and try to make a prediction about what will happen when you let these two blocks go. Will...
Instructional Video7:54
Brian McLogan

Watch me complete the unit circle

12th - Higher Ed
👉 Learn about the unit circle. A unit circle is a circle which radius is 1 and is centered at the origin in the cartesian coordinate system. To construct the unit circle we take note of the points where the unit circle intersects the x-...
Instructional Video5:44
Curated Video

Complete Modern C++ - Make Functions

Higher Ed
The construction process of a smart pointer can be simplified with std::make_ functions. You will learn about these functions in this video. This clip is from the chapter "Memory Management – Part II" of the series "Complete Modern...
Instructional Video7:02
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Integrating Web UI Automation to Generate an Authorization Code

Higher Ed
This video explains how to integrate Web UI automation to generate an authorization code. This clip is from the chapter "REST Assured Automation for OAuth 2.0 Authorization Code" of the series "REST API Automation Testing from Scratch -...
Instructional Video1:42
Brian McLogan

How to remember the angles of the unit circle of the angles in degrees

12th - Higher Ed
👉 Learn about the points on the unit circle. A unit circle is a circle which radius is 1 and is centered at the origin in the cartesian coordinate system. To construct the unit circle we take note of the points where the unit circle...
Instructional Video1:42
Brian McLogan

How to remember the angles of the unit circle in 6ths

12th - Higher Ed
👉 Learn about the angles on the unit circle. A unit circle is a circle which radius is 1 and is centered at the origin in the cartesian coordinate system. To construct the unit circle we take note of the points where the unit circle...
Instructional Video2:50
Instructional Video4:48
Instructional Video9:16
Curated Video

C++ Standard Template Library in Practice - Defining an Allocator

Higher Ed
The user would like to know how to implement their own allocator. • Talk about what is expected of an allocator • Define a minimal allocator • Reinforce the lesson with an example This clip is from the chapter "Memory" of the series "C++...