Curated Video
Fundamentals of Object-Oriented Programming - C++ - Arithmetic Operators
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 -...
Curated Video
Anion Vacancies and F Centres in Metal Excess Defects
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...
Curated Video
Magnetic Quantum Number: The Magnetic Effect on Electrons
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...
Curated Video
Practical Cyber Hacking Skills for Beginners - Firewall and IDS Evasion Techniques
In this video, we will understand a firewall and the intrusion detecting system in NMAP for a packet or probe coming specifically from NMAP.
Curated Video
Practical Cyber Hacking Skills for Beginners - Scanning Techniques
This video elaborates on NMAP's different techniques for scanning networks using the available network probes.
Curated Video
Practical Cyber Hacking Skills for Beginners - Host Discovery Controls - Part 2
This video continues where we left off, understanding the host discovery controls and the scanning techniques used briefly.
Curated Video
Practical Cyber Hacking Skills for Beginners - Host Discovery Controls
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.
Curated Video
Practical Cyber Hacking Skills for Beginners - NMAP Scripting
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.
Curated Video
European Mathematical Symbols
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...
Curated Video
Electron Withdrawal (-M): The Nitrobenzene Effect
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...
Curated Video
Inductive Effect and Dipole Moment: Molecular Attraction Revealed
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...
Curated Video
Inductive Effect Consequences: How Molecules React!
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...
Curated Video
Electron Push and Pull: Inductive Effects Explained
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,...
Curated Video
Optometrists use math? - The surprising ways that an eye doctor uses math everyday for kids!
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...
Curated Video
Algebra | Expanding Three Brackets | Maths with Mrs. B
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...
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Double Jump Mechanic
In this video, you will learn how to implement the double jump mechanic, allowing our player to jump again while in the air.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Adding Player Sprite
In this video, we will add player sprite to the project to represent our character on-screen.
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Return Computation Revisited and Other Extensions (Optional)
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,...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Calculator Challenge
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Operators
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Reverse a String - Solution II
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - For Loop Solution - Sum of Natural Numbers in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Introduction to the For Loop - IV
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Incrementing and Decrementing Operators in JavaScript
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...