Brian McLogan
What is a unit circle basics
👉 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...
Brainwaves Video Anthology
Alisha Collins - Storytelling and Making
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...
Language Tree
Collaborative Listening and Speaking: Interacting with Written English, Part 2
This video lesson for beginner English learners teaches how to communicate using written words and sentences.
Curated Video
Bash Shell Scripting - Conditional Tests
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.
Curated Video
Creational Design Patterns in Modern C++ - Introduction - explains the intent, structure, and implementation
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...
Curated Video
Learn and Master C Programming - Using if...else...conditional statements
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,...
Curated Video
C++ Standard Template Library in Practice - Allocators
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...
Curated Video
C++ Standard Template Library in Practice - Uninitialized Memory
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...
Institute of Art and Ideas
Is there an unconscious and what is it?
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...
Curated Video
Creational Design Patterns in Modern C++ - std::shared_ptr
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...
Brian McLogan
Learn how to construct the unit circle
👉 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-...
Brian McLogan
How to remember the points on the unit circle
👉 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...
Curated Video
Describing Events as Subsets of a Sample Space
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...
Curated Video
Comprehensive Android Developer Bootcamp - Constructors in Java
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...
Brian McLogan
How to remember the angles of the unit circle in fourths
👉 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...
Professor Dave Explains
Practice Problem: Two-Dimensional Two-Body Problem
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...
Brian McLogan
Watch me complete the unit circle
👉 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-...
Curated Video
Complete Modern C++ - Make Functions
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...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Integrating Web UI Automation to Generate an Authorization Code
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 -...
Brian McLogan
How to remember the angles of the unit circle of the angles in degrees
👉 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...
Brian McLogan
How to remember the angles of the unit circle in 6ths
👉 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...
Professor Dave Explains
Subjunctive vs. Infinitive in Italian: Congiuntivo o Infinito?
Subjunctive tenses.
Curated Video
C++ Standard Template Library in Practice - Defining an Allocator
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++...