Instructional Video6:25
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Arithmetic Operators

Higher Ed
In this video, you will learn about different arithmetic operators such as addition, subtraction, multiplication, division, and more. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming -...
Instructional Video2:26
Curated Video

Anion Vacancies and F Centres in Metal Excess Defects

9th - Higher Ed
The formation of F-centers in a crystal is caused by the presence of anion vacancies, which are caused by the presence of metal excess defects. Alkali metal halides, such as sodium chloride and potassium chloride, are examples of...
Instructional Video5:52
Curated Video

Magnetic Quantum Number: The Magnetic Effect on Electrons

9th - Higher Ed
The magnetic quantum number abbreviated as m represents the orbital orientation of an electron in a given energy level and sublevel. Here's a thorough rundown: Definition: Azimuthal quantum number (L) is represented by 𝑙l, and the...
Instructional Video12:43
Curated Video

Practical Cyber Hacking Skills for Beginners - Firewall and IDS Evasion Techniques

Higher Ed
In this video, we will understand a firewall and the intrusion detecting system in NMAP for a packet or probe coming specifically from NMAP.
Instructional Video12:30
Curated Video

Practical Cyber Hacking Skills for Beginners - Scanning Techniques

Higher Ed
This video elaborates on NMAP's different techniques for scanning networks using the available network probes.
Instructional Video10:43
Curated Video

Practical Cyber Hacking Skills for Beginners - Host Discovery Controls - Part 2

Higher Ed
This video continues where we left off, understanding the host discovery controls and the scanning techniques used briefly.
Instructional Video11:06
Curated Video

Practical Cyber Hacking Skills for Beginners - Host Discovery Controls

Higher Ed
In this lesson, we will look at the different probes used by the NMAP, including ICMP Echo request, TCP Syn packet to port 443, TCP ACK packet to port 80, and ICMP timestamp request.
Instructional Video4:40
Curated Video

Practical Cyber Hacking Skills for Beginners - NMAP Scripting

Higher Ed
In this video, we will look at the different scripts used in NMAP, programs, or codes used to check the vulnerability of networks and other functional availabilities.
Instructional Video2:46
Curated Video

European Mathematical Symbols

6th - 12th
Before the 17th century, mathematical problems were written, and solved, in longhand... until mathematical symbols were invented in Europe. Maths - History Of Maths A Twig Math Film. Reinforce and extend the learning required by the...
Instructional Video1:58
Curated Video

Electron Withdrawal (-M): The Nitrobenzene Effect

9th - Higher Ed
The -M effect involves electron withdrawal through resonance. In nitrobenzene, the nitro group pulls electron density away from the benzene ring, decreasing electron density and making the ring less reactive in electrophilic substitution...
Instructional Video3:33
Curated Video

Inductive Effect and Dipole Moment: Molecular Attraction Revealed

9th - Higher Ed
The inductive effect can also influence a molecule’s dipole moment, which measures the separation of charges within a molecule. Electron-withdrawing groups create a stronger dipole by pulling electron density away from less...
Instructional Video3:43
Curated Video

Inductive Effect Consequences: How Molecules React!

9th - Higher Ed
The inductive effect can drastically alter how molecules behave in reactions. Electron-withdrawing groups can increase a molecule’s electrophilicity, making it more likely to accept electrons in a reaction. Conversely, electron-donating...
Instructional Video2:42
Curated Video

Electron Push and Pull: Inductive Effects Explained

9th - Higher Ed
The inductive effect is all about how atoms in a molecule affect electron distribution. Electron-withdrawing groups, like halogens, pull electrons through sigma bonds, reducing electron density in adjacent atoms. Conversely,...
Instructional Video8:32
Curated Video

Optometrists use math? - The surprising ways that an eye doctor uses math everyday for kids!

K - 5th
Ever wondered how math is used in the real world? Join us in this fascinating episode as we dive into the world of optometry with Dr. Ann Morrison, a renowned optometrist and professor at Ohio State University. In this engaging...
Instructional Video9:11
Curated Video

Algebra | Expanding Three Brackets | Maths with Mrs. B

K - 12th
This video will guide you through the process of expanding expressions that involve Three sets of brackets, demonstrating each step with clear and detailed examples. 00:00 Introduction 00:12 Demonstration 03:22 Questions 03:38 Example 1...
Instructional Video3:26
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Double Jump Mechanic

Higher Ed
In this video, you will learn how to implement the double jump mechanic, allowing our player to jump again while in the air.
Instructional Video7:16
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Adding Player Sprite

Higher Ed
In this video, we will add player sprite to the project to represent our character on-screen.
Instructional Video27:52
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Return Computation Revisited and Other Extensions (Optional)

Higher Ed
In this video, you will learn the computation of returns in pairs trading and explore other optional extensions to enhance our pairs trading strategy with ChatGPT, incorporating transaction costs, slippage, risk management techniques,...
Instructional Video3:26
Curated Video

Modern JavaScript from the Beginning - Second Edition - Calculator Challenge

Higher Ed
In this video, we will be presented with a challenge to create a simple calculator using the concepts covered in this section. This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from the Beginning".In...
Instructional Video9:43
Curated Video

Modern JavaScript from the Beginning - Second Edition - Operators

Higher Ed
In this video, we will introduce operators in JavaScript, including arithmetic, comparison, logical, and assignment operators, and how to use them in our code. This clip is from the chapter "Variables, Data Types, Methods, and More" of...
Instructional Video5:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Reverse a String - Solution II

Higher Ed
This is the continuation video, where we will discuss the solution to the exercise on how to reverse a string. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from...
Instructional Video7:02
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - For Loop Solution - Sum of Natural Numbers in JavaScript

Higher Ed
In this video, we will discuss a solution on the For loop operator where you will be doing sum of natural numbers in JavaScript from the previous video. This clip is from the chapter "Introduction to Programming and JavaScript Basics for...
Instructional Video4:30
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Introduction to the For Loop - IV

Higher Ed
This video helps you with the practical implementation of the For loop and here, you will focus on the decremental part. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the...
Instructional Video3:36
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Incrementing and Decrementing Operators in JavaScript

Higher Ed
In this video, you will learn about incrementing and decrementing operators in JavaScript, which are shorthand notations for adding or subtracting 1 from a variable’s value. You will explore different ways to use these operators and...