Cerebellum
Fractions and Averages
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'.
Curated Video
Creational Design Patterns in Modern C++ - Logger Class - Part I
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...
Curated Video
Python 3 for Beginners: Python File Handling
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...
Curated Video
Practical Linux Command Line 2.0 - Change a File’s Permissions (chmod)
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.
Curated Video
Google Docs Fundamentals - Edit, Suggestion & View Mode
Exploring Google's "Edit, Suggestion & View" modes.
Curated Video
The Complete Python Course - 4 Coding Examples - Statistics Module Functions
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.
Brian McLogan
Pre Calc unit 3 How to use sine to find the missing side of a triangle
Pre Calc unit 3 How to use sine to find the missing side of a triangle
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Installing VirtualBox Guest Additions
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...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Diffie Hellman Overview
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.
Curated Video
Python 3 for Beginners: Working with Files in Python
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...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Create a Python Program to Make an LED Blink
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...
Curated Video
Arduino for Beginners - 2022 Complete Course - Use the Ultrasonic Sensor with Interrupts Instead of pulseIn()
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...
Science360
New delivery system for prescription eye drugs - Biotech's Future
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...
Curated Video
Creational Design Patterns in Modern C++ - Builder Implementation
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...
Curated Video
Complete Modern C++ - if constexpr - II
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...
Curated Video
Comprehensive Android Developer Bootcamp - How to Use Android SharedPreferences
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Environments and Source Maps
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (Write DF)
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.
Curated Video
Arduino OOP - Create a PushButton Object to Read the Button's State
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...
Curated Video
Arduino OOP - Introduction - Your First Arduino Class - LED
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...
Curated Video
Arduino for Beginners - 2022 Complete Course - What Are Interrupts and When to Use Them
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.
Curated Video
Arduino for Beginners - 2022 Complete Course - Step 11 - Print Luminosity and Adjust the Lighting from the Photoresistor
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...
Curated Video
Arduino for Beginners - 2022 Complete Course - Set Up an Interrupt in Your Program
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.
Curated Video
Arduino for Beginners - 2022 Complete Course - Set an Analog Value - Change the Brightness of an LED
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...