Curated Video
Introduction to the Basic Equation of a Straight Line
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...
Brian McLogan
What is an inequality statement and symbol represent and mean
👉 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...
Brian McLogan
Multiplying two numbers both positive, 2 . 5
👉 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...
Curated Video
Creational Design Patterns in Modern C++ - Basic Example - highlights a simple example - abstract factory
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...
The Business Professor
Characteristics of Life Insurance Policies
Characteristics of Life Insurance Policies
Brian McLogan
Simplifying trigonometric expressions using even and odd identities
👉 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...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - App Service Plan - Pricing Tiers
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...
Curated Video
Creational Design Patterns in Modern C++ - Basic Example demonstrates a simple implementation of the singleton pattern
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...
Curated Video
Complete Modern C++ - Basic Input/Output
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...
Curated Video
Web API Development with Flask (Video 14)
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...
Easy Languages
11 phrases for asking the time in Hindi – Easy Hindi Basic Phrases (5)
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...
Easy Languages
10 phrases involving days of the week – Easy Hindi Basic Phrases (10)
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...
Curated Video
Bash Shell Scripting- awk command with action and basic variables
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
Curated Video
Core Java Programming Course- RegEx (regular expressions) Exercise 2
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...
APMonitor
Java ☕ Course Overview
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...
Brian McLogan
How to use a factor tree to factor find the linear factorization of a term, 32x^4 y^2
👉 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.
Curated Video
Creational Design Patterns in Modern C++ - Basic Implementation - Part I
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...
Brian McLogan
Master How to write the equation of a line in slope intercept form given m and b
Master How to write the equation of a line in slope intercept form given m and b
Brian McLogan
How to evaluate the 10th term of a sequence using the rule and factorals
👉 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...
Institute for New Economic Thinking
Reforming Academic Economics
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
Science360
Evolving Brain - Mysteries of the Brain
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...
Brian McLogan
How to find the x and y intercepts of a graph table and equation
👉 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...
Curated Video
Complete Modern C++ - File IO - Part I (Basics)
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.