Hi, what do you want to do?
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Numeric Input Validation - CIN.GOOD()
In this video, you will learn how to validate user input with CIN.GOOD(). This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of OOP,...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Files - FSTREAM
In this video, you will learn about file I/O classes such as fstream, ifstream, and ofstream. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - STL - VECTOR
In this video, you will learn about vector standard template library. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard Template...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - String Methods
In this video, you will learn about string methods by working a find/replace program. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Movie Class
A Movie Class is added to the newly created Models folder in this video. This will act as the model for the EF Core for generating the corresponding table in the database. This clip is from the chapter "Create a CRUD Application in...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - One-Way Data Binding in ASP.NET Core 3.1 Blazor
The tutorial builds a binding demo project in Visual Studio 2019, which toggles a paragraph with changed text and styles on the clicking of a button. A counter gets incremented as well. This clip is from the chapter "Advanced Concepts...
Curated Video
Hydrogen's Spectrum: Decoding the Lines
A key tool in atomic physics is the hydrogen spectrum, which shows the quantised energy levels of the electrons in a hydrogen atom. The electrons in hydrogen gas absorb energy and travel to higher energy levels when the gas is excited,...
Curated Video
De Broglie vs Bohr: A Quantum Debate
Niels Bohr's model of the atom introduced the idea of quantised orbits for electrons. In these, electrons occupy stable energy levels and either give off or take in photons when they move between these levels. This model was able to...
Curated Video
Scala in 100 Seconds
Learn the basics of the Scala programming language quickly. Scala is a functional and object-oriented language that runs on the Java Virtual Machine.
Topics Covered:
Scala basics tutorial
Scala vs Java
OOP vs Functional...
Curated Video
Why Do We Count in Tens?
Find out why our metric system is based on the number ten. Is it the best number to count on? Or could the reason be more biological than mathematical? Maths - Number A Twig Math Film. Reinforce and extend the learning required by the...
Curated Video
Number Theory: Gauss
How Gauss found the sum of all the numbers between 1 and 100, in a matter of seconds, aged just seven! He had developed a formula for triangular numbers, and went on to be hailed as the Prince of Mathematics as he moved on to more...
Curated Video
Irrational Numbers: Pythagoras
Beside the now-famous theorem which bears his name, discover the bizarre life of Pythagoras and his Brotherhood, in which maths was the language of the Gods and irrational numbers were heretical. Maths - History Of Maths A Twig Math...
Curated Video
Diophantine Equations: Fermat
This amateur mathematician proposed an exciting theorem that stood unproved for over three centuries. He claimed he had the proof – but no room to write it in the margin of his book. Maths - History Of Maths A Twig Math Film. Reinforce...
Curated Video
Numbers and Algebra: Negative Integer powers
By the end of this learning object, the student will be able to: Solve exercises on the negative integer.87620
FuseSchool
What are Integers? | Numbers | Maths
In this engaging video, Cardi introduces the concept of integers using a fun analogy of heroes and villains, explaining that integers consist of positive and negative whole numbers, including zero. Viewers will learn how to visualize...
Curated Video
Subtracting Integers with Grade 7 Using The Number System
Welcome back to Math Defined! In this video, we're diving into the essential math skill of subtracting integers. Whether integers have the same or different signs, I'll show you simple steps to solve these problems quickly and easily....
Curated Video
Adding Integers Using Rules
In this video, we dive into the mysterious world of integers and learn how to add them using some super simple rules. Whether you're working with positive or negative numbers, we've got the tricks you need to master it.
Curated Video
What are Rational Numbers?
Are you ready to master the concept of absolute value? In this lesson, we'll break it down step-by-step! Discover how to find absolute value using a number line and see just how simple it can be. With clear examples and easy-to-follow...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Numbers
This lesson will teach us about numbers, the first standard datatype in Python, used for arithmetic operations and storing information. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Text Preprocessing
In this video, we will work on text preprocessing. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk about Natural...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Code Preparation (NLP)
In this video, you will learn how to write the code to turn a sequence of words into an acceptable format such that they can be converted into a matrix of numbers. This clip is from the chapter "Natural Language Processing (NLP)" of the...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Embeddings
In this video, we will understand what embedding is. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk about Natural...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - The Stack Versus the Heap in Rust
In Rust, memory management is a crucial part of writing efficient and safe programs. Understanding the differences between the stack and the heap is important for managing memory effectively. In this video, you will learn about the stack...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Loop Through and Modify an Array in Rust
This is an exercise video on looping through and modifying an array in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section...