Curated Video
Comprehensive Android Developer Bootcamp - Get Coordinates From API - Part 2
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...
Curated Video
C++ Programming By Example - Reacting to User Input
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...
Brian McLogan
Determining slope of zero from a table
👉 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...
Brian McLogan
Determining negative slope from a table
👉 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...
Curated Video
Apache Maven Beginner to Guru - Example of a Spring Cloud Contract Fraud in OpenAPI
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.
Brian McLogan
Find the inverse of the square root function by adding a constraint
👉 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...
Brian McLogan
Master Graphing a system of four linear inequalities
Master Graphing a system of four linear inequalities
Brian McLogan
Master How to graph absolute value inequalities with compression and stretching
Master How to graph absolute value inequalities with compression and stretching
Brian McLogan
Master Graphing a system of horizontal and vertical inequalities
Master Graphing a system of horizontal and vertical inequalities
Curated Video
How to Determine a Coordinate to Form A Rectangle
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...
Curated Video
Complete Modern C++ - Structures
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...
Brian McLogan
Solving a trigonometric equation with applying pythagorean identity
👉 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...
Brian McLogan
How to find the intersection of a system of equations by graphing
👉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)...
Brian McLogan
How to determine the inverse of a rational function
👉 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...
Brian McLogan
Learning to Find the Angle Given the Inverse Sine of a Value
👉 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...
Brian McLogan
Master how to graph a linear equation using slope intercept form
Master how to graph a linear equation using slope intercept form
Brian McLogan
Determine the domain range and if a relation is a function
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...
Brian McLogan
Master Writing a vector given the initial and terminal point
Master Writing a vector given the initial and terminal point
Curated Video
Creating Moving Enemies in Scratch Game
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...
Curated Video
Drawing Images of Dilation with Different Centers and Scale Factors
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...
Odd Quartet
What Is Polyrhythm?
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,...
Curated Video
Learning D3.JS 5.0 7.2: The Scatter Plot
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