Curated Video
Data Science and Machine Learning with R - Working with Loops
This video explains working with loops. This clip is from the chapter "Intermediate R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains intermediate R.
Brian McLogan
Master Writing a vector given the initial and terminal point
Master Writing a vector given the initial and terminal point
The Noted Anatomist
Clinical testing extraocular muscles tutorial
This tutorial covers the "H" pattern used for clinical testing of the eye muscles.
Brian McLogan
Find the direction and magnitude of the resultant vector of two forces
Find the direction and magnitude of the resultant vector of two forces
Curated Video
Complete Modern C++ - Typedef, Type Alias, and Alias Templates (C++11)
In this video, understand the concept of type definitions and type aliases and then compare them. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments,...
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++...
Curated Video
C++ Standard Template Library in Practice - Searching and Finding - std::find
The listener is new to algorithms and does not know about the finding algorithms. • Introduce the listener to the std::find algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Curated Video
C++ Standard Template Library in Practice - Bidirectional Iterators
We want to learn what makes up a bidirectional iterator, and how to use it. • Learn what a bidirectional iterator can do • Learn what it takes to fulfill a bidirectional iterator contract • Go through a code example, showing how to use...
Curated Video
C++ Standard Template Library in Practice - Forward Iterators
We want to learn what makes up a forward iterator, and how to use it. • Learn what a forward iterator can do • Learn what it takes to fulfill a forward iterator contract • Go through a code example, showing how to use forward iterators...
Curated Video
World of Computer Networking Your CCNA start - Distance Vector versus Link State Routing Protocols
This video provides the difference between distance vector and link-state routing protocols. This clip is from the chapter "Routing" of the series "World of Computer Networking: Your CCNA start".This section introduces you to routing.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - List Interface Implementations - ArrayList Versus Vector
In this session, we will learn about list interface implementations - ArrayList versus Vector. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore...
Brian McLogan
Master Learn how to find the direction of a vector
Master Learn how to find the direction of a vector
Math Fortress
Calculus III: The Cross Product (Level 5 of 9)
This video goes over various algebraic properties of the cross product. Proofs of these properties are also presented as well as 4 examples.
Virtually Passed
Equivalent Force Couple System example
To find the Equivalent force couple system first find the net force in all 3 directions (x,y and z). Then find the net moment at the point of interest about all 3 axis (x, y and z). Notice to determine what direction is positive about...
Curated Video
Complete Modern C++ - Exception Handling - Part III (Stack Unwinding)
This video explains the concept of stack unwinding. This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
Curated Video
C++ Standard Template Library in Practice - Rotating
The listener is new to algorithms and does not know about the rotating algorithms. • Introduce the listener to the std::rotate algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Curated Video
C++ 20 (2a) New Features - Improvements to Lambda Expressions
Consider generic lambda expressions and problem of interacting with the type of argument. Write generic lambda accepting argument of vector holding objects of any type. • Write generic lambda using “auto” keyword in place of type of...
Brian McLogan
How to find the angle and magnitude of a vector
How to find the angle and magnitude of a vector
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - List Interface - Methods to Add, Remove, and Change Elements and Lists
In this session, we will learn about list interface - methods to add, remove, and change elements and lists. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Professor Dave Explains
Practice Problem: Pushing Boxes
Your friend Lisa needs some help moving, but how long will it take? You're so hungry! Just do a little work with kinematics and Newton's laws, and then it'll be time for tacos.
TMW Media
Scalers and Vectors: Components of a vector
How do you break a vector down into components? How does cosine and sine help with vectors? Why break vectors into components? Scalers and Vectors, Part 3
Brian McLogan
Convert a linear equation to polar equation
Convert a linear equation to polar equation
Curated Video
Complete Modern C++ - Class Template Explicit Specialization - Part II
In this video, we will see some more examples of explicit specialization of class templates. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect...