Curated Video
The Science of Fear
This video discusses the physiological and neurological aspects of fear. It explores how fear is processed in the brain, specifically focusing on the role of the amygdala. The video also touches on the distinction between emotions and...
Packt
Implementing Data Structures
This video demonstrates how to implement data structures. This clip is from the chapter "Implementations and Interview Questions" of the series "Data Structures and Algorithms: The Complete Masterclass".This section focuses on...
Curated Video
Understanding the Muller-Lyer Illusion
In this video, we explore the concept of visual illusions and how our perception of objects can differ from person to person. Using the Muller-Lyar illusion as an example, we delve into different theories that attempt to explain why...
Science360
DNA - Chalk Talk
DNA is the Swiss army knife of biological molecules, acting as both a blueprint and a building block. This animated series of short videos acts as a video glossary to define specific scientific terms or concepts in a fun, easy to...
XKA Digital
Fostering innovation within a large organisation
Deborah qualified in medicine in 1990 from The Middlesex Hospital Medical School and trained as a general practitioner. She began her academic career at Barts and the Royal London School of Medicine and Dentistry as an academic fellow in...
Catalyst University
Carpal Tunnel Syndrome | Presentation, Diagnosis, & Special Tests
In this video, we will do the following as it pertains to Carpal Tunnel Syndrome: [1] Discuss the relevant anatomy of the carpal tunnel. [2] The typical presentation of a patient with Carpal Tunnel Syndrome. [3] Special tests used in the...
Bizarre Beasts
The Bizarre Beast with Glowing Bones
Chameleons are fancy lizards. They can move and focus each eye independently, they catch food with super long tongues, and they change colors! And if all that wasn't enough, new research has added something bizarre to their already...
Kenhub
How to examine histology slides
Overview on how to examine and explore histology slides using a light microscope.
IDG TECHtalk
How to use packages within Go modules: Smart Go
Go modules can have their code subdivided into packages, for better maintenance and program management. Learn how to refactor a basic program with a few structs and methods into the main program logic in one file, with the structs and...
Curated Video
Uses and Risks of Nanoparticles in Everyday Life
This video discusses the unique properties and uses of nanoparticles, including their high reactivity and invisibility to the naked eye. The video explores practical applications, such as self-cleaning glass, sunscreen, and the...
Nature League
Biodiversity and Complex Life Forms - From A to B
In this episode of "From A to B", Adrian asks Brit about the relationships between intelligence, evolution, biodiversity, and tool use.
Curated Video
How to Score a 7 or 8 in Vocabulary for the IELTS Speaking Exam
Vocabulary is the second category you are scored on in IELTS Speaking. There are 3 things the examiner listens for here: Flexibility Give specific details and examples Range You must use informal, native speaker-like words and phrases...
Encyclopaedia Britannica
Demystified: Did Dinosaurs Really Have Feathers?
Learn more about what kinds of dinosaurs may have had feathers and when.
Curated Video
C++ Programming By Example - Why Use Classes and Structures?
Why should you bother about classes/structures in C++? • Learn to design code logically • Understand how to re-use code • Encapsulate ideas/models in code This clip is from the chapter "Classes and Structures: Building a Casino Guessing...
Curated Video
IELTS Band Scores Explained: Writing
Today I’ll explain what the IELTS band scores mean for your Speaking Exam.
Curated Video
IELTS Band Scores Explained: Speaking
Today I’ll explain what the IELTS band scores mean for your Speaking Exam.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project handoff: Bringing it together
Project execution and completion for quote finder using the implemented hash table class This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Curated Video
Understanding Organizational Structures in Business
This video is a lecture on organizational structure within businesses. The presenter explains the different types of organizational structures, including hierarchical and flat structures. He discusses the benefits and drawbacks of each...
Curated Video
C++ Programming By Example - Differences Between Classes and Structures
What is the difference between a class and a structure? • Understand that they basically do the same thing • Default access modifier for classes is private. For structures, it’s public • Structures are still around to preserve C...
Professor Dave Explains
Phylum Gnathostomulida: Jaw Worms
Gnathostomulida have surprisingly large and powerful jaws for their size, which has given them the popular nickname, "jaw worms". The discovery of these marine microorganisms just a few decades ago indicated that there may be an...
Institute for New Economic Thinking
Michael Spence: The Next Convergence (1/5)
India and China are set to converge to lifestyles and consumption levels similar to those enjoyed by the industrialized countries. The rise of these new economic giants puts enormous strain on the earth's biosphere. At the same time,...
Curated Video
C++ Programming By Example - Overview of Classes and Structures
How do you use/declare classes and structures in C++? • Use the ‘class’ and ‘struct’ keywords • Analyze { and }; to define where a class begins/ends • Implement access modifiers such as ‘public’, ‘private’, and ‘protected’ This clip is...
Curated Video
Band 9 VERSUS Band 6 Grammar for IELTS - IELTS Energy Podcast 1157
High level transition phrases for contrasting boost both IELTS Speaking and Writing scores! Today you'll learn 3 phrases to compare that will take your grammar to another level.
Curated Video
Complete Modern C++ - Structures
This video explains the meaning and purpose of structures in C++. • `string_view`: intention of “observing” • Retain strings passed to functions • Performance comparison with `std::string` This clip is from the chapter "Classes and...