Instructional Video9:48
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 16 - Simplify Functional Programming Code with Method References

Higher Ed
In this session, we will learn about simplify functional programming code with method references. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video3:25
All In One Social Media

How To Add Background Music In Streamyard (and where to find your own music)

Higher Ed
You can now add your own background music to Streamyard. Let me show you now only HOW to add background music to Streamyard, but WHERE you can get Royalty & Copywrite free music to use.
Instructional Video9:53
Physics Girl

How to control light with water

9th - 12th
How fast is the internet? How fast can we send data? This easy DIY experiment allows you to control light with water! Drill a hole in the bottom of a 2 liter bottle, fill the bottle with water allowing the water to stream out the hole,...
Instructional Video4:34
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Stream Intermediate Operations - Exercises - Squares of First 10, Map

Higher Ed
In this session, we will learn about stream intermediate operations - exercises - squares of first 10, map. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners -...
Instructional Video7:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - Stream Terminal Operations - 2 - Min, Collect To List

Higher Ed
In this session, we will learn about stream terminal operations - 2 - min, collect to list. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video1:52
Curated Video

Row Row Row Your Boat - Popular nursery rhyme for Toddlers

Pre-K - 3rd
Row Row Row Your Boat is a popular nursery rhyme for Toddlers. Sing along and row your boat with Bella and Beans. Row your boat down the river with us singing this well known nursery rhyme. We hope you enjoy it as much as we do. πŸ˜€
Instructional Video4:16
Curated Video

Learning Akka (Video 32)

Higher Ed
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage these...
Instructional Video16:46
Curated Video

Multi-Paradigm Programming with Modern C++ - Synchronization with Mutexes

Higher Ed
Mutex is an object that lets us protect a resource from being accessed from multiple threads simultaneously. Mutex is one of many synchronization primitives. It’s easy to use, but there are a few caveats. β€’ Example of a mutex: Two...
Instructional Video5:27
Curated Video

Creational Design Patterns in Modern C++ - Clock Class

Higher Ed
This video highlights an example that does not require a singleton implementation for singularity. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of...
Instructional Video9:21
Curated Video

C++ Standard Template Library in Practice - Manipulators and Formatters

Higher Ed
In this video, you will learn about Stream Manipulators and Formatters. β€’ Introduce the different manipulators β€’ Introduce the different formatters β€’ Present an example program that uses these concepts This clip is from the chapter "I/O...
Instructional Video4:22
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 15 - Behind the Screens with Functional Interfaces - Implement Function Int

Higher Ed
In this session, we will learn about behind the screens with functional interfaces - implement function Int. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners -...
Instructional Video5:25
Curated Video

Hands-On WebAssembly for C++ Programmers - Playing Simple Sounds in SDL

Higher Ed
How can we do simple beeps with SDL? β€’ Discover SDL Audio β€’ Create sample beeping code β€’ Run code to observe beeps This clip is from the chapter "Making Music in the Browser by Integrating Audio" of the series "Hands-On WebAssembly for...
Instructional Video4:08
Curated Video

Creational Design Patterns in Modern C++ - Lazy Instantiation

Higher Ed
This video demonstrates how to perform a lazy instantiation. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes, multithreading,...
Instructional Video4:27
Curated Video

World of Computer Networking Your CCNA start - Types of Media Access Control (MAC) Addresses

Higher Ed
This video introduces you to the different types of MAC addresses. This clip is from the chapter "Switches and Data Link Layer" of the series "World of Computer Networking: Your CCNA start".This section introduces you to switches and the...
Instructional Video4:31
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 08 - Stream Intermediate Operations - Sort, Distinct, Filter, and Map

Higher Ed
In this session, we will learn about stream intermediate operations - sort, distinct, filter, and map. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners - Java...
Instructional Video6:20
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Functional Programming Terminology - Lambda Expression, Stream, and Operations

Higher Ed
In this session, we will learn about functional programming terminology - lambda expression, stream, and operations. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete...
Instructional Video1:24
Weatherthings

Water Smart: Water on Earth - Lakes

6th - 8th
Water on Earth focuses on water as most kids would think about it. We start with water in obvious locations such as oceans, lakes, and rivers. We quickly learn that water can change phase to remain a solid in glaciers. Many kids may be...
Instructional Video7:47
Programming Electronics Academy

PWM and analogWrite: Arduino Course 4.7

Higher Ed
A description of Pulse Width Modulation (PWM) and how it is used with Arduino.
Instructional Video0:44
Next Animation Studio

Germany and Russia's Nordstream 2 pipeline explained

12th - Higher Ed
Russia and Germany plan to build an energy pipeline that will bypass Ukraine, according to DW.
Instructional Video2:43
Tarver Academy

How to Join a Google Meet Video Hangout

12th - Higher Ed
In This Episode, Tyler Teaches Us About How to Join a Google Meet Video Hangout
Instructional Video8:28
Curated Video

C++ Standard Template Library in Practice - Low Level I/O

Higher Ed
In this video, you will learn about low level I/O. β€’ Introduce the concept of low level I/O β€’ See the different read functions in low level I/O β€’ Present an example program that uses these concepts This clip is from the chapter "I/O in...
Instructional Video7:12
Curated Video

C++ Standard Template Library in Practice - String Streams

Higher Ed
In this video, you will learn about string Streams. β€’ Introduce the concept of String Streams β€’ Present an example program that uses these concepts This clip is from the chapter "I/O in C++" of the series "C++ Standard Template Library...
Instructional Video7:21
Curated Video

C++ Standard Template Library in Practice - File I/O

Higher Ed
In this video, you will learn about file I/O. β€’ Introduce the file I/O operations β€’ Talk about the modes in which a file can be opened β€’ Present an example program that uses these concepts This clip is from the chapter "I/O in C++" of...
Instructional Video8:27
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 13 - Behind the Screens with Functional Interfaces - Implement Predicate Int

Higher Ed
In this session, we will learn about behind the screens with functional interfaces - implement predicate Int. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners -...