Instructional Video4:57
National Theatre

Barber Shop Chronicles: Vocal Transitions with Michael Henry

9th - 12th
Barber Shop Chronicles part 1/3: Musical Director Michael Henry assembles the cast of Barber Shop Chronicles to demonstrate the vocal techniques used in the National Theatre's 2017 production.
Instructional Video5:11
Curated Video

Mastering Swift 2 Programming (Video 54)

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:29
Curated Video

Java 11 Programming for Beginners 4.2: Controlling Flows and Logical Operators

Higher Ed
Introduce various control flows and conditional operators. • Two slides to introduce the concepts • A coding example to showcase control flows • Improve the code with the use of switch-case and for loops
Instructional Video4:28
Fun Robotics

Loops in Python

Higher Ed
Defining different types of loops in Python programming
Instructional Video12:36
Programming Electronics Academy

TimerOne in Arduino: Arduino Course 9.6

Higher Ed
Using a timer based library for Arduino.
Instructional Video6:26
Packt

Why We Need Big O Notation?

Higher Ed
This video explains the need for big O notation. 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 structures.
Instructional Video7:53
Get Me Coding

Learn How to Sense in Scratch

9th - 11th
Code your Scratch project to sense other sprites.
Instructional Video2:48
Curated Video

TypeScript for Beginners - Array of Arrow Functions

Higher Ed
This video explains the array of arrow functions. This clip is from the chapter "Arrow Functions" of the series "TypeScript for Beginners".This video introduces you to the arrow functions and explains how to use them.
Instructional Video4:42
Curated Video

Bash Shell Scripting - Killing Processes using "awk" and "xargs"

Higher Ed
This video demonstrates how to kill processes using "awk" and "xargs". This clip is from the chapter "Scripting @ The Command-line" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section...
Instructional Video10:10
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project phase 4: Extract redundancies, create function and cleanup code

Higher Ed
Look at best, worst and average cases for complexity in more detail This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video5:48
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - O(nlog(n)) performance and algorithm prerequisites

Higher Ed
Build a countdown timer using recursion This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about...
Instructional Video11:06
Catalyst University

Mechanisms of Spasticity and Baclofen [Macroscopic view ONLY]

Higher Ed
In this video, we explore the mechanisms of spasticity and baclofen, the major drug used in the treatment of spasticity. Also be sure to check out my video on the Modified Ashworth Scale!
Instructional Video4:49
Curated Video

Mastering Swift 2 Programming (Video 53)

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 Video9:11
Curated Video

High Performance Scientific Computing with C 4.2: Shared Memory Parallelism with OpenMP

Higher Ed
How can we easily use our multi-core systems with more than one thread? • Learn how to parallelize loops with OpenMP • Learn how to change the number of threads • Learn how to use reductions to finalize calculations
Instructional Video14:28
Programming Electronics Academy

Blink Two LEDs: Arduino Course 4.6

Higher Ed
A walk through of blinking two LEDs with Arduino.
Instructional Video7:18
Curated Video

Develop a computer program to solve a problem using control structures : For Loops

Higher Ed
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: For Loops
Instructional Video9:11
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project specs and runtime execution intro

Higher Ed
Visual presentation and complexity analysis of the selection sort algorithm This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video3:30
Curated Video

Core Java Programming Course- Hands-on Exercise on the "For" Loop

Higher Ed
This video explains how to use the "For" loop with the help of an exercise. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section...
Instructional Video4:53
Packt

How Does the While Loop Work?

Higher Ed
This video explains how to write the While loop. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video8:32
Packt

Implementing Depth-first Search

Higher Ed
This video demonstrates how to implement depth-first search in graph traversals. This clip is from the chapter "Algorithms: Graph Traversal" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains...
Instructional Video16:14
APMonitor

Java ☕ Loops

10th - Higher Ed
I recently wrote a computer program to solve Sudoku puzzles. As part of the program, I needed to the computer to check every empty box on the grid. Sudoku is played on a 9 by 9 grid. That means I would have to check 81 times. It wouldn't...
Instructional Video5:37
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Quicksort implementation

Higher Ed
Add ability to perform several runs of the functions under analysis and perform testing using additional functions and test cases This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series...
Instructional Video6:06
Catalyst University

Cranial Nerve IV - Trochlear Nerve | Origin, Structure, Pathway & Function

Higher Ed
In this video, we explore the following as it pertains to cranial nerve IV, the trochlear nerve: Origin Anatomy Functions Pathway to the eye
Instructional Video5:31
Curated Video

Core Java Programming Course- Array Exercise

Higher Ed
This video presents an exercise on arrays. This clip is from the chapter "Arrays" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains arrays in Java.