Curated Video
C++ Standard Template Library in Practice - Sorting and Gathering - std::search
The listener is new to algorithms and does not know about the search algorithms. • Introduce the listener to the std::search algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Curated Video
C++ Programming By Example - Basic C++ Syntax
What is the basic C++ language “grammar”? • Identify the primitive integer types • Understand primitive floating-point types • Know how to control the code execution flow This clip is from the chapter "Introduction to C++ and Qt" of the...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project phase 1: Build random int list generator
Implement the selection sort algorithm step by step This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Brian McLogan
How to determine the domain and range of a function from a table
👉 functions are the possible output values (y-values) of the function. To find the domain of a function from a table we list out the set of the input values and for the range we list out the set of output values. To find the domain and...
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...
Brian McLogan
Learn how to identify the inverse of a function and graph
👉 Learn how to find the inverse of a linear function. A linear function is a function whose highest exponent in the variable(s) is 1. The inverse of a function is a function that reverses the "effect" of the original function. One...
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...
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...
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...
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...
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...
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...