National Theatre
Barber Shop Chronicles: Vocal Transitions with Michael Henry
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.
Curated Video
Mastering Swift 2 Programming (Video 54)
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
Java 11 Programming for Beginners 4.2: Controlling Flows and Logical Operators
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
Programming Electronics Academy
TimerOne in Arduino: Arduino Course 9.6
Using a timer based library for Arduino.
Packt
Why We Need Big O Notation?
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.
Curated Video
TypeScript for Beginners - Array of Arrow Functions
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.
Curated Video
Bash Shell Scripting - Killing Processes using "awk" and "xargs"
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project phase 4: Extract redundancies, create function and cleanup code
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - O(nlog(n)) performance and algorithm prerequisites
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...
Catalyst University
Mechanisms of Spasticity and Baclofen [Macroscopic view ONLY]
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!
Curated Video
Mastering Swift 2 Programming (Video 53)
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
High Performance Scientific Computing with C 4.2: Shared Memory Parallelism with OpenMP
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
Programming Electronics Academy
Blink Two LEDs: Arduino Course 4.6
A walk through of blinking two LEDs with Arduino.
Curated Video
Develop a computer program to solve a problem using control structures : For Loops
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
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project specs and runtime execution intro
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...
Curated Video
Core Java Programming Course- Hands-on Exercise on the "For" Loop
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...
Packt
How Does the While Loop Work?
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...
Packt
Implementing Depth-first Search
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...
APMonitor
Java ☕ Loops
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Quicksort implementation
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...
Catalyst University
Cranial Nerve IV - Trochlear Nerve | Origin, Structure, Pathway & Function
In this video, we explore the following as it pertains to cranial nerve IV, the trochlear nerve: Origin Anatomy Functions Pathway to the eye
Curated Video
Core Java Programming Course- Array Exercise
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.