Instructional Video6:44
Catalyst University

The Loop Of Henle [Part 2] | Urea Recycling

Higher Ed
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.
Instructional Video12:56
Curated Video

Should you go to an HBCU?

12th - Higher Ed
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...
Instructional Video3:10
Rachel's English

Word Stress: Sentence Position -- American English Pronunciation

6th - Higher Ed
How sentence position affects word stress. Improve your American Accent / spoken English at Rachel's English with video-based lessons and exercises.
Instructional Video8:07
Curated Video

Julia for Data Science (Video 3)

Higher Ed
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...
Instructional Video19:45
Programming Electronics Academy

Tutorial 10: Fade an LED: Arduino Course for Absolute Beginners (ReM)

Higher Ed
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...
Instructional Video8:03
Programming Electronics Academy

Connect Arduino to internet over USB (with Processing) - Simple Space Weather meter example (Part 1)

Higher Ed
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...
Instructional Video9:11
Curated Video

Evaluate two sorting or two search algorithms : Selection sort demonstration and complexity analysis

Higher Ed
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...
Instructional Video17:24
Curated Video

C++ for Beginners - String Operators

Higher Ed
Your instructor, David, examines string operators. This clip is from the chapter "STL Strings" of the series "C++ for Beginners".Creating a String
Instructional Video6:14
Curated Video

Mastering Swift 2 Programming (Video 2)

Higher Ed
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...
Instructional Video6:08
Curated Video

Python for Network Forensics 3.5: Reading the Journal

Higher Ed
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...
Instructional Video2:45
Weatherthings

Les nuages, la pluie et le cycle de l'eau - soleil et cycle de l'eau

6th - 8th
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...
Instructional Video14:27
Curated Video

Evaluate two sorting or two search algorithms : Bisection/Binary search - Iterative implementation

Higher Ed
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
Instructional Video10:30
APMonitor

Matlab 👩‍💻 Array and Matrix

10th - Higher Ed
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...
Instructional Video8:16
Curated Video

Mastering Swift 2 Programming (Video 13)

Higher Ed
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...
Instructional Video7:18
Curated Video

C++ for Beginners - Pointers

Higher Ed
David discusses pointers in this section. This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
Instructional Video13:32
Curated Video

C++ for Beginners - Multi-Dimensional Arrays

Higher Ed
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
Instructional Video5:17
Curated Video

Julia for Data Science (Video 4)

Higher Ed
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...
Instructional Video6:48
Pitsco Education

Code Cube Lesson 10: A Little Extra!

9th - 12th
In this lesson, you will learn how to make exciting patterns with your Code Cube.
Instructional Video13:02
Curated Video

Evaluate two sorting or two search algorithms : Selection sort implementation

Higher Ed
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
Instructional Video3:26
Packt

Counting Operations

Higher Ed
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...
Instructional Video1:55
National Parks Service

Glacier National Park - The Loop

Pre-K - Higher Ed
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
Instructional Video2:40
Weatherthings

Hurricane Elena and Juan 1985

6th - 8th
Both Hurricanes Elena and Juan in 1985 had tracks that made full loops. We see the track and history of these storms.
Instructional Video14:52
Packt

Compare the breadth-first and depth-first search algorithms : Assignment 1 - Intro

Higher Ed
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
Instructional Video15:21
Curated Video

C++ Programming By Example - Implementing a Casino Guessing Game

Higher Ed
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...