Instructional Video10:35
Curated Video

Comprehensive Android Developer Bootcamp - Get Coordinates From API - Part 2

Higher Ed
Build an EarthQuake App:Get Coordinates From API - Part 2 This clip is from the chapter "Build an EarthQuake App" of the series "The Comprehensive Android Developer Bootcamp".In this section you will see how to build your own EarthQuake...
Instructional Video7:40
Curated Video

C++ Programming By Example - Reacting to User Input

Higher Ed
How can we react to user input in our custom widget? • Look at the Qt documentation • Override mouse event functions • Print data to the console to confirm that the app is reacting properly This clip is from the chapter "Building a...
Instructional Video1:59
Brian McLogan

Determining slope of zero from a table

12th - Higher Ed
👉 Learn how to find the rate of change from a table of values. The rate of change of a set of data listed in a table of values is the rate with which the y-values are changing with respect to the x-values. To find the rate of change from...
Instructional Video2:19
Brian McLogan

Determining negative slope from a table

12th - Higher Ed
👉 Learn how to find the rate of change from a table of values. The rate of change of a set of data listed in a table of values is the rate with which the y-values are changing with respect to the x-values. To find the rate of change from...
Instructional Video2:49
Curated Video

Apache Maven Beginner to Guru - Example of a Spring Cloud Contract Fraud in OpenAPI

Higher Ed
This video presents an example of a spring cloud contract fraud in OpenAPI. This clip is from the chapter "Maven in the Real World" of the series "Apache Maven: Beginner to Guru".This section focuses on Maven in the real world.
Instructional Video3:49
Brian McLogan

Find the inverse of the square root function by adding a constraint

12th - Higher Ed
👉 Learn how to find the inverse of a function. The inverse of a function is a function that reverses the "effect" of the original function. One important property of the inverse of a function is that when the inverse of a function is...
Instructional Video11:16
Brian McLogan

Master Graphing a system of four linear inequalities

12th - Higher Ed
Master Graphing a system of four linear inequalities
Instructional Video8:01
Brian McLogan

Master How to graph absolute value inequalities with compression and stretching

12th - Higher Ed
Master How to graph absolute value inequalities with compression and stretching
Instructional Video5:18
Brian McLogan

Master Graphing a system of horizontal and vertical inequalities

12th - Higher Ed
Master Graphing a system of horizontal and vertical inequalities
Instructional Video2:26
Curated Video

How to Determine a Coordinate to Form A Rectangle

9th - 12th
In this short math video we will learn how to determine a coordinate to form a rectangle to solve a standardized math test question. We will review the characteristics of a rectangle and add a fourth vertex to the coordinate plane to...
Instructional Video2:39
Curated Video

Complete Modern C++ - Structures

Higher Ed
This video explains the meaning and purpose of structures in C++. • `string_view`: intention of “observing” • Retain strings passed to functions • Performance comparison with `std::string` This clip is from the chapter "Classes and...
Instructional Video5:40
Brian McLogan

Solving a trigonometric equation with applying pythagorean identity

12th - Higher Ed
👉 Learn how to solve trigonometric equations. There are various methods that can be used to evaluate trigonometric equations, they include factoring out the GCF and simplifying the factored equation. Another method is to use a...
Instructional Video3:51
Brian McLogan

How to find the intersection of a system of equations by graphing

12th - Higher Ed
👉To solve a system of equations means to obtain a common x-value and a common y-value that makes the each of the equation in the system true. To solve a system of equations by graphing means to obtain the point of intersection (if any)...
Instructional Video5:26
Brian McLogan

How to determine the inverse of a rational function

12th - Higher Ed
👉 Learn how to find the inverse of a rational function. A rational function is a function that has an expression in the numerator and the denominator of the function. The inverse of a function is a function that reverses the "effect" of...
Instructional Video4:12
Brian McLogan

Learning to Find the Angle Given the Inverse Sine of a Value

12th - Higher Ed
👉 Learn how to evaluate the inverse of reciprocal trigonometric functions. Recall that the reciprocal trigonometric functions are given by the ratio of 1 and the corresponding trigonometric function. When an angle is unknown but the...
Instructional Video9:46
Brian McLogan

Master how to graph a linear equation using slope intercept form

12th - Higher Ed
Master how to graph a linear equation using slope intercept form
Instructional Video6:29
Brian McLogan

Rotate a Point | Tips and Tricks

12th - Higher Ed
Rotate a Point | Tips and Tricks
Instructional Video2:04
Brian McLogan

Determine the domain range and if a relation is a function

12th - Higher Ed
Learn how to determine the domain and range of a function from a set of points. The domain of a function is the set of all x-values and the range of a function is the set of all y-values. Therefore with coordinate points the x values are...
Instructional Video10:02
Brian McLogan

Master Writing a vector given the initial and terminal point

12th - Higher Ed
Master Writing a vector given the initial and terminal point
Instructional Video26:33
Curated Video

Creating Moving Enemies in Scratch Game

Pre-K - Higher Ed
In this video, the teacher explains how to add an enemy that moves around the game area and how to control the visibility of certain elements, such as lava, on different levels. The teacher also demonstrates how to create a new enemy...
Instructional Video5:53
Curated Video

Drawing Images of Dilation with Different Centers and Scale Factors

K - 5th
In this video, the teacher explains how to draw an image of dilation using a center of dilation and a scale factor. The examples provided show different scenarios, including when the center of dilation is inside the pre-image, on the...
Instructional Video7:04
Odd Quartet

What Is Polyrhythm?

9th - 12th
One of the most confusing rhythms in music can be polyrhythms, but they don't have to be confusing. Today we break down what a polyrhythm is and how to make one. We also listen to two different example of polyrhythm using eighth notes,...
Instructional Video2:50
Instructional Video2:47
Curated Video

Learning D3.JS 5.0 7.2: The Scatter Plot

Higher Ed
Finish the code and view the result of the scatter plot. • Create the elements • View the result • Modify the code to display the result better