Catalyst University
The Loop Of Henle [Part 2] | Urea Recycling
In this video, we will discuss how urea recycling between the collecting ducts and the Loop of Henle augments water reabsorption in the Loop's descending limb.
Curated Video
Should you go to an HBCU?
HBCUs (Historically Black Colleges and Universities) have the prestigious honor of always being committed to the mission of educating everyone regardless of race, but Evelyn and Hallease both attended a PWI (Predominately White...
Rachel's English
Word Stress: Sentence Position -- American English Pronunciation
How sentence position affects word stress. Improve your American Accent / spoken English at Rachel's English with video-based lessons and exercises.
Curated Video
Julia for Data Science (Video 3)
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
Programming Electronics Academy
Tutorial 10: Fade an LED: Arduino Course for Absolute Beginners (ReM)
Arduino Course for Absolute Beginners Lets expand the repertoire of output that we can use by looking at the function analogWrite(). I experienced much confusion with analogWrite(), because I suspected that it had to do with the analog...
Programming Electronics Academy
Connect Arduino to internet over USB (with Processing) - Simple Space Weather meter example (Part 1)
Have you ever wanted to connect your Arduino to the internet? Your first thought was probably like okay, I guess I'll need some type of Wi-Fi shield or a Wi-Fi enabled board in order to connect to the internet. But what if you're...
Curated Video
Evaluate two sorting or two search algorithms : Selection sort demonstration and complexity analysis
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Visual presentation and complexity analysis of the selection sort...
Curated Video
C++ for Beginners - String Operators
Your instructor, David, examines string operators. This clip is from the chapter "STL Strings" of the series "C++ for Beginners".Creating a String
Curated Video
Mastering Swift 2 Programming (Video 2)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
Python for Network Forensics 3.5: Reading the Journal
In this video, we will continue our experimentation with reading and parsing system logs. • Further interact with the Systemd journal • Use our Python skills to effectively parse information regarding system events • Narrow down events...
Weatherthings
Les nuages, la pluie et le cycle de l'eau - soleil et cycle de l'eau
Lors d'un jour pluvieux passe a l'interieur, un petit garcon en apprend au sujet des nuages et du cycle de l'eau grace a sa mere. Il realise l'importance de la pluie pour les plantes, les animaux, les gens et la planete, meme lorsque la...
Curated Video
Evaluate two sorting or two search algorithms : Bisection/Binary search - Iterative implementation
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Build the binary search function using iteratively
APMonitor
Matlab 👩💻 Array and Matrix
Arrays are a way of storing a sequence of numbers or letters by using brackets [ ] or by declaring a 'string'. You could use an array for an incubator to keep information on such as a history of the temperatures. # array of numbers...
Curated Video
Mastering Swift 2 Programming (Video 13)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
C++ for Beginners - Pointers
David discusses pointers in this section. This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
Curated Video
C++ for Beginners - Multi-Dimensional Arrays
In this video, David examines multi-dimensional arrays and nested loops. This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
Curated Video
Julia for Data Science (Video 4)
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
Pitsco Education
Code Cube Lesson 10: A Little Extra!
In this lesson, you will learn how to make exciting patterns with your Code Cube.
Curated Video
Evaluate two sorting or two search algorithms : Selection sort implementation
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Implement the selection sort algorithm step by step
Packt
Counting Operations
This video explains counting operations in data structures. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data...
National Parks Service
Glacier National Park - The Loop
The Loop is the switchback that defined the Going-to-the-Sun Road as we know it today. Watch the video to learn more about it's fascinating history. CREDIT: Glacier National Park
Weatherthings
Hurricane Elena and Juan 1985
Both Hurricanes Elena and Juan in 1985 had tracks that made full loops. We see the track and history of these storms.
Packt
Compare the breadth-first and depth-first search algorithms : Assignment 1 - Intro
From the section: BFS and DFS Grid World. This section will cover BFS and DFS Grid concept. BFS and DFS Grid World: Assignment 1 - Intro
Curated Video
C++ Programming By Example - Implementing a Casino Guessing Game
How can you use classes/structures to make a game? • Think of the parts of the game • Imagine what each class in the game should do • Implement the game and play This clip is from the chapter "Classes and Structures: Building a Casino...