Instructional Video6:52
Curated Video

Introduction to the Basic Equation of a Straight Line

Higher Ed
This is a lecture presentation on the basic equation of a straight line. The presenter explains the general equation for a straight line (Y=MX +C), highlighting the importance of understanding the M (gradient) and C (Y intercept) values...
Instructional Video3:47
Brian McLogan

What is an inequality statement and symbol represent and mean

12th - Higher Ed
👉 Learn how to graph an inequality in slope intercept or standard form and the shade the solution . When graphing an inequality we will focus on graphing like a linear equation and then using a test point to determine the solution as...
Instructional Video8:59
Catalyst University

Entropy (Part 1/4)

Higher Ed
Entropy (Part 1/4)
Instructional Video2:35
Brian McLogan

Multiplying two numbers both positive, 2 . 5

12th - Higher Ed
👉 You will learn how to multiply integers from one digit to multiple digits. When multiplying it is important to understand that multiplication is just repeated addition. However with multi-digit numbers we will follow a step by step...
Instructional Video6:24
Curated Video

Creational Design Patterns in Modern C++ - Basic Example - highlights a simple example - abstract factory

Higher Ed
This video highlights a simple example that will be implemented later with the abstract factory. • Plan out the classes • Implement the classes based on the plan • Compare functions for basic functionality in the application This clip is...
Instructional Video4:42
The Business Professor

Characteristics of Life Insurance Policies

Higher Ed
Characteristics of Life Insurance Policies
Instructional Video1:46
Brian McLogan

Simplifying trigonometric expressions using even and odd identities

12th - Higher Ed
👉 Learn how to simplify trigonometric expressions by factoring, expansion, and re-grouping. To simplify a trigonometric identity means to reduce the identity to the simplest form it can take which may be a number or a simple...
Instructional Video7:52
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - App Service Plan - Pricing Tiers

Higher Ed
In this video, we will cover app service plan - pricing tiers. This clip is from the chapter "Serverless Computing" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains serverless computing and how to...
Instructional Video3:17
Curated Video

Creational Design Patterns in Modern C++ - Basic Example demonstrates a simple implementation of the singleton pattern

Higher Ed
This video demonstrates a simple implementation of the singleton pattern. • Implementation overview of match • Build an overload set • C++17 deduction guide This clip is from the chapter "Singleton" of the series "Creational Design...
Instructional Video5:56
Curated Video

Complete Modern C++ - Basic Input/Output

Higher Ed
This video gives an overview of basic input/output classes and demonstrates how to write on the console and read from the keyboard. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this...
Instructional Video6:27
Curated Video

Web API Development with Flask (Video 14)

Higher Ed
Whether working in the enterprise, building for web or mobile, you will need to build (if you haven't already) RESTful APIs to serve data between different client applications and endpoints. This course delivers the fundamental knowledge...
Instructional Video1:52
Easy Languages

11 phrases for asking the time in Hindi – Easy Hindi Basic Phrases (5)

12th - Higher Ed
Learn Hindi with Easy Hindi! Here are basic phrases you'll hear when asking the time in Hindi :) --- Easy Languages is a non-profit video project aiming at supporting people worldwide to learn languages through authentic street...
Instructional Video2:28
Easy Languages

10 phrases involving days of the week – Easy Hindi Basic Phrases (10)

12th - Higher Ed
Learn Hindi with Easy Hindi! Here are 10 phrases involving days of the week :D --- Easy Languages is a non-profit video project aiming at supporting people worldwide to learn languages through authentic street interviews and expose the...
Instructional Video15:14
Curated Video

Bash Shell Scripting- awk command with action and basic variables

Higher Ed
This video shows how to use the awk command with action and basic variables. This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command and AWK scripting
Instructional Video5:08
Curated Video

Core Java Programming Course- RegEx (regular expressions) Exercise 2

Higher Ed
This video presents another exercise on RegEx. This clip is from the chapter "Regular Expressions" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various regular expressions...
Instructional Video11:51
APMonitor

Java ☕ Course Overview

10th - Higher Ed
Every good programmer must have an understanding of the fundamentals of programming in order to build complex tools. This tutorial steps through core programming skills to build the more complex incubator temperature control. The...
Instructional Video2:11
Brian McLogan

How to use a factor tree to factor find the linear factorization of a term, 32x^4 y^2

12th - Higher Ed
👉 Learn how to factor a number, variable, and monomial completely. To factor means to write our term as a product of its factors. Therefore we will learn how to break down a number, variable, and monomial into its factors.
Instructional Video4:53
Curated Video

Creational Design Patterns in Modern C++ - Basic Implementation - Part I

Higher Ed
This video is the first part of the two-part video that explains the factory method design pattern with a basic example. • Learn construction and solve an assignment • Access to stored value • Reset and emplace This clip is from the...
Instructional Video4:18
Brian McLogan

Master How to write the equation of a line in slope intercept form given m and b

12th - Higher Ed
Master How to write the equation of a line in slope intercept form given m and b
Instructional Video3:39
Brian McLogan

How to evaluate the 10th term of a sequence using the rule and factorals

12th - Higher Ed
👉 Learn how to find the nth term of a sequence. A sequence is a list of numbers/values exhibiting a defined pattern. A number/value in a sequence is called a term of the sequence. To find the nth term of a sequence, we first write the...
Instructional Video5:07
Institute for New Economic Thinking

Reforming Academic Economics

Higher Ed
In part 5 of INET's interview with Ha-Joon Chang, he says that we should show students how relevant economics can be to the real world, otherwise we run the risk of alienating students with irrelevant abstract models
Instructional Video4:55
Science360

Evolving Brain - Mysteries of the Brain

12th - Higher Ed
Using amazing new technologies, evolutionary neuroscientist Melina Hale and her graduate students at the University of Chicago are discovering that the basic movements of one tiny fish can teach us big ideas about how the brain's...
Instructional Video7:02
Brian McLogan

How to find the x and y intercepts of a graph table and equation

12th - Higher Ed
👉 In this playlist you will learn how to graph a linear equation in standard form, slope intercept form as well as when the slope and y intercept are provided. In addition to graphing linear equations we will also learn how to determine...
Instructional Video6:45
Curated Video

Complete Modern C++ - File IO - Part I (Basics)

Higher Ed
This video demonstrates reading and writing of data into text files. This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions in file input and output.