Instructional Video11:26
Let's Tute

Introduction to Cumulative Frequency Distribution and OGIVE Graphs

9th - Higher Ed
This video explains how to create a cumulative frequency distribution graph, also known as an ogive, using the more than type method. It provides step-by-step instructions on how to calculate cumulative frequencies and plot them on a...
Instructional Video4:41
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Enabling Monitor Mode

Higher Ed
This video shows you how to use monitor mode in Kali Linux. This clip is from the chapter "Wireless Penetration Testing" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn to perform...
Instructional Video15:41
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Loading Data

Higher Ed
Once we have successfully connected to RDS through PGAdmin, we can now create a schema and refer to the notebook, which consists of the word count as a result of the transformation. This clip is from the chapter "ETL Pipeline" of the...
Instructional Video8:30
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Glue Job (Full Load)

Higher Ed
This video covers how to use the right glue job (full load). This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section covers...
Instructional Video0:53
Curated Video

Find the Mode

9th - 12th
In this video we will learn that the mode represents the value that occurs the most often in a set of data. We will discover that a data set may have no mode. We will also discover that a data set could have more than one mode if more...
Instructional Video6:28
Curated Video

Arduino for Beginners - 2022 Complete Course - Read a Digital Value- Detect When the Button Is Pressed

Higher Ed
This video explains how to read a digital value. This clip is from the chapter "Push Button- Digital Pins as Input Pins" of the series "Arduino for Beginners - 2022 Complete Course".This section explains digital pins as input pins.
Instructional Video1:31
Curated Video

Arduino for Beginners - 2022 Complete Course - How Digital Pins Work as Input Pins

Higher Ed
This video explains how digital pins work as input pins. This clip is from the chapter "Push Button- Digital Pins as Input Pins" of the series "Arduino for Beginners - 2022 Complete Course".This section explains digital pins as input pins.
Instructional Video4:30
Curated Video

Arduino for Beginners - 2022 Complete Course - Extra: Use an Analog Pin as a Digital Pin

Higher Ed
This video explains how to use an analog pin as a digital pin. This clip is from the chapter "Potentiometer- Analog Pins" of the series "Arduino for Beginners - 2022 Complete Course".This section explains the Potentiometer.
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...