Brian McLogan
Finding the domain asymptote and x intercept of a logarithm
👉 Learn how to graph logarithmic functions involving vertical shift. The logarithmic function is the inverse of the exponential function. To graph a logarithmic function, it is usually very useful to make the table of values of the...
Brian McLogan
Graphing logarithmic equations
👉 Learn all about graphing natural logarithmic functions. A logarithmic function is a function with logarithms in them. A natural logarithmic function (ln function) is a logarithmic function to the base of e. The graph of the parent...
Curated Video
Excel VBA Programming The Complete Guide - Procedure Scope (Public vs. Private)
Differentiate between public vs private procedure. This clip is from the chapter "Procedures" of the series "Excel VBA Programming–The Complete Guide".We look into variable scopes in procedures.
Curated Video
Excel VBA Programming The Complete Guide - The Object Data Type
A variable supports more than just primitive data types like numbers and strings. It can also be assigned to any object in the Excel Object Model -- a Worksheet, a Workbook, etc. The design allows for code to be tighter and leaner. In...
Curated Video
GCSE Secondary Maths Age 13-17 - Probability & Statistics: Box Plot - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Brian McLogan
How to use long division to divide two polynomials
👉 Learn how to divide polynomials by quadratic divisors using the long division algorithm. Before dividing a polynomial, it is usually important to arrange the divisor in the descending order of powers of the variable(s). To divide a...
The Business Professor
Cost Behavior
Costs change or react to changes in other organizational levels or variables. Most notably, the Cost Volume Profit analysis analyzes changes in cost related to profitability and volume.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Shopping Cart Model
In this video, we'll be working on the shopping cart model. This clip is from the chapter "Models and Repository" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at models and repository.
Professor Dave Explains
Platyhelminthes Part 2: Free-Living Flatworms and the Problem With Turbellaria
With the basics regarding phylum Platyhelminthes covered, it's time to start digging into the clades within. Free-living flatworms were originally classified within the class Turbellaria. But more recently the clades needed to be...
Zach Star
Chemistry Careers - What You Can Do With Your Chem Degree
This video will focus on the many chemistry careers you can pursue as a chemistry major. Many students enter the chemistry major, but often don't know what they can do with a chemistry major. This video will cover the schooling required...
Physics Girl
Hydrogen vs. Battery Electric Cars
I drove 1800 miles in a Hydrogen car to learn about electric vehicles.
Odd Quartet
How to Harmonize a Melody
Today I want to talk about harmonizing a melody for a keyboard instrument. Harmonizing is just a fancy way of saying finding chords that go along with a melody (or bass line). First we will look at keyboard specific issues to keep in...
Curated Video
Beginning Python (Video 23)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Next Animation Studio
Scientists identifies new class of celestial objects near the galactic black hole
Scientists identified a new class of celestial bodies near the Sagittarius A, the Milky Way Galaxy’s supermassive black hole.
Curated Video
Bug Bounty Program Certification 5.2: Find Major Bugs in Server
In this video, we will learn about advance scanning using vulnerability scanner. • Use Nessus network vulnerability scanner • Use advance scan, find bugs in server • Explanation of bug available in server
Python Programmer
EDA Python - 15-1List-dictionary_Comprehensions
Python has a way of creating lists and dictionaries known as comprehensions. They are concise and very pythonic. They're covered in this video.
Curated Video
C++ Standard Template Library in Practice - Numeric Algorithms - std::accumulate
The listener is new to algorithms and does not know about the numeric algorithms. • Introduce the listener to the std::accumulate algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a...
Curated Video
C++ Standard Template Library in Practice - Sorting and Gathering - std::binary_search
The listener is new to algorithms and does not know about the binary search algorithms. • Introduce the listener to the std::binary_search algorithm • Show how it works and explain the different versions available • Reinforce the lesson...
Let's Tute
Microsoft Excel Tutorial: Understanding Mixed Reference
This is a tutorial on mixed reference in Microsoft Excel, which is a combination of absolute and relative references. The video explains how to lock specific rows or columns in a formula using the F4 key and provides examples of...
Let's Tute
Absolute Reference
In this video we will learn what is Absolute Reference and two types that is Cell Locked and Range Locked
Let's Tute
Building a Basic Dashboard with Countifs and Sumifs in Microsoft Excel
In this Microsoft Excel tutorial, you will learn how to build a basic dashboard using Countifs and sumifs with multiple conditions. The tutorial covers data validation, selecting criteria ranges, and freezing cells to update data and...
Curated Video
Complete Modern C++ - Primitive Types and Variables
This video introduces primitive types in C++. • Std::visit versus match • Overload set • Match implementation This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see...
Curated Video
C++ Standard Template Library in Practice - Replacing and Transforming - equals
The listener is new to algorithms and does not know about the transform algorithms. • Introduce the listener to the std::transform algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Font Property
The Range.Font property reveals a Font object complete with its own properties and methods. In this lesson, we explore several ways we can modify a font with VBA -- its name, its size, its bolding, and more! This clip is from the chapter...