Instructional Video6:08
Cerebellum

Fractions and Averages

9th - 12th
This video covers exam strategy, Arithmetic, Fractions, Averages, Median, Mode. This is part 3 from the series 'Introduction to the Math Section of the SAT'.
Instructional Video7:22
Curated Video

Creational Design Patterns in Modern C++ - Logger Class - Part I

Higher Ed
This video is the first part of the two-part video that highlights the issues in a class and explains why it needs to be a singleton. • Structure of the match function • Learn implementation of match function • Usage example and...
Instructional Video7:52
Curated Video

Python 3 for Beginners: Python File Handling

Higher Ed
In this video, you will learn about working with files in Python. From opening and closing files to reading and writing data, this video covers the basics of file handling in Python. You will also discover the different file modes and...
Instructional Video7:22
Curated Video

Practical Linux Command Line 2.0 - Change a File’s Permissions (chmod)

Higher Ed
This video explains how to change a file’s permissions (chmod). This clip is from the chapter "Manage Users and Permissions" of the series "Practical Linux Command Line 2.0".This section focuses on managing users and permissions.
Instructional Video1:52
Curated Video

Google Docs Fundamentals - Edit, Suggestion & View Mode

Pre-K - Higher Ed
Exploring Google's "Edit, Suggestion & View" modes.
Instructional Video5:08
Curated Video

The Complete Python Course - 4 Coding Examples - Statistics Module Functions

Higher Ed
Understand the primary functions of a statistic module with examples. This clip is from the chapter "Python – Statistics Module" of the series "The Complete Python Course (2022)".This section handles statistical data in a module.
Instructional Video2:36
Brian McLogan

Pre Calc unit 3 How to use sine to find the missing side of a triangle

12th - Higher Ed
Pre Calc unit 3 How to use sine to find the missing side of a triangle
Instructional Video18:17
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Installing VirtualBox Guest Additions

Higher Ed
This video shows you how to install VirtualBox guest additions. This clip is from the chapter "Setting Up a Pentesting Lab" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn to set...
Instructional Video2:49
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Diffie Hellman Overview

Higher Ed
In this video, we'll learn about Diffie Hellman. This clip is from the chapter "SSL, TLS, and HTTPS" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll learn about SSL, TLS, and HTTPS.
Instructional Video1:47
Curated Video

Python 3 for Beginners: Working with Files in Python

Higher Ed
This video teaches the viewer basic file handling in Python, including how to open and close files, read and write data, and handle exceptions that may arise when working with files. The video explains the built-in open function and how...
Instructional Video10:21
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Create a Python Program to Make an LED Blink

Higher Ed
This video explains how to create a Python program to make an LED blink. This clip is from the chapter "Control Raspberry Pi's GPIOs with Python" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on...
Instructional Video15:01
Curated Video

Arduino for Beginners - 2022 Complete Course - Use the Ultrasonic Sensor with Interrupts Instead of pulseIn()

Higher Ed
This video explains how to use the ultrasonic sensor with interrupts instead of pulseIn(). This clip is from the chapter "Ultrasonic Sensor - Measure Distances" of the series "Arduino for Beginners - 2022 Complete Course".This section...
Instructional Video3:03
Science360

New delivery system for prescription eye drugs - Biotech's Future

12th - Higher Ed
Jade Therapeutics, a small business with funding from the National Science Foundation Small Business Innovation Research program, is solving a problem that has persisted in the ophthalmology and pharmacology industries for years. How to...
Instructional Video6:02
Curated Video

Creational Design Patterns in Modern C++ - Builder Implementation

Higher Ed
This video demonstrates how to refactor the code to use the builder pattern. • Remove unnecessary signal and slot connections • Allow for saving the text file to anywhere on the system • Open any text file on the computer This clip is...
Instructional Video4:43
Curated Video

Complete Modern C++ - if constexpr - II

Higher Ed
This video shows the internals of how the conditional statements are discarded with compile time of expressions. This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold...
Instructional Video15:31
Curated Video

Comprehensive Android Developer Bootcamp - How to Use Android SharedPreferences

Higher Ed
Persistence in Android – Shared Preferences:How to Use Android SharedPreferences This clip is from the chapter "Persistence in Android – Shared Preferences" of the series "The Comprehensive Android Developer Bootcamp".This section...
Instructional Video8:32
Curated Video

The Modern JavaScript Bootcamp (2019) - Environments and Source Maps

Higher Ed
In this video, you’re going to set up webpack for production. This will let you create an optimized version of our bundle that’s better suited for production. This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and...
Instructional Video10:45
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (Write DF)

Higher Ed
In this lesson, we will learn about writing the dataframe back to the memory. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in depth.
Instructional Video3:51
Curated Video

Arduino OOP - Create a PushButton Object to Read the Button's State

Higher Ed
In this video, you will learn how to create a PushButton object to read the button's state. This clip is from the chapter "Your Turn - Push Button Class" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will...
Instructional Video2:52
Curated Video

Arduino OOP - Introduction - Your First Arduino Class - LED

Higher Ed
In this video, we will have a quick section introduction. This clip is from the chapter "Your First Arduino Class - LED" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will work on the first Arduino class...
Instructional Video5:57
Curated Video

Arduino for Beginners - 2022 Complete Course - What Are Interrupts and When to Use Them

Higher Ed
This video explains what interrupts are. This clip is from the chapter "Arduino Interrupts" of the series "Arduino for Beginners - 2022 Complete Course".This section explains the Arduino interruptions.
Instructional Video14:02
Curated Video

Arduino for Beginners - 2022 Complete Course - Step 11 - Print Luminosity and Adjust the Lighting from the Photoresistor

Higher Ed
This video explains step 11 - print luminosity and adjust the lighting from the photoresistor. This clip is from the chapter "Final Project- Interactive Obstacle Detection" of the series "Arduino for Beginners - 2022 Complete...
Instructional Video12:17
Curated Video

Arduino for Beginners - 2022 Complete Course - Set Up an Interrupt in Your Program

Higher Ed
This video explains how to set up an interruption in your program. This clip is from the chapter "Arduino Interrupts" of the series "Arduino for Beginners - 2022 Complete Course".This section explains the Arduino interruptions.
Instructional Video5:30
Curated Video

Arduino for Beginners - 2022 Complete Course - Set an Analog Value - Change the Brightness of an LED

Higher Ed
This video explains how to set an analog value - change the brightness of an LED. This clip is from the chapter "LEDs- Digital Pins as Output Pins" of the series "Arduino for Beginners - 2022 Complete Course".This section explains...