Hi, what do you want to do?
Curated Video
GCSE Secondary Maths Age 13-17 - Probability & Statistics: Stem and Leaf Diagram - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Physics Girl
5 LIFE HACKS BASED ON SCIENCE
These short, simple life hacks are based on physics. Detangle your headphones, remove sticker residue, check if sunglasses are polarized, cool your car faster, and avoid getting static shock!
EarthEcho International
STEMExplore: A Day in the Life of a Marine Biologist
The video features Rachel Cartwright, who studies humpback whale mothers and calves in Maui. She spends her days on the water, observing and collecting data, and then spends six months analyzing that data. The project aims to ensure that...
EarthEcho International
STEMExplore: Volcanologist
Alexa Van Eaton is a research geologist with the United States Geological Survey's Cascades Volcano Observatory. She uses techniques to directly observe volcanic eruptions and study the layers they leave behind, providing important clues...
Curated Video
Java 11 Programming for Beginners 4.1: Understanding Assignment and Operators
Go through assignment and other operators. • We explain the example of a Pig Latin Translator • Explain operators • Implement a Pig Latin translator example
Curated Video
High Performance Scientific Computing with C 4.4: GPGPU with CUDA
How can we accelerate our codes using modern GPUs? What is CUDA? • Learn how to add CUDA kernels to our code • See how to use nvcc to compile CUDA code • Learn about tuning CUDA code for performance
Curated Video
Learning D3.JS 5.0 1.3: What Is D3.js?
In this video, we will learn what D3.js is, why it’s useful, how to use diagrams and shapes, and examples of bad and good graphs. • Understand the definition of D3.js • Learn the benefits of using D3.js • Understand examples of bad and...
Programming Electronics Academy
Class to Library Continued: Arduino Course 8.8
A walk through of turing a class into an Arduino code library.
Programming Electronics Academy
Functions Combined into One: Arduino Course 8.4
A walk through of a User Defined Function in programming.
Physics Girl
STRANGE Sand Acts Like Liquid
Bubbling air through sand can cause it to act like a liquid. Dianna Cowern and William Osman try to reproduce this popular GIF on Physics Girl. Sand liquefied!
Makematic
Take Action for Climate Action (Ages 11 - 17)
Teenage student explains how young people are taking action on Global Goal 13: Cliamte Action
Weatherthings
Weather and Seasons: sun, heat, air, wind, rain
A little girl and her grandfather spend a summer afternoon sitting by a pond. The conversation changes from how warm the summer day is to how the pond gets cold and freezes in the winter. The grandfather helps the girl understand how the...
Curated Video
Python for Network Forensics 5.1: Enumeration
In this video, we will begin to think as an attacker and learn how to enumerate devices on a network. • Learn the basics of calling system commands in Python • Learn how to enumerate network devices • Using Python, build an application...
Curated Video
Python for Network Forensics 1.4: Importing Scapy Modules
In this video, we will design a Python based Scapy tool to automate our network analysis. • Familiarize ourselves with common Python data structures • Learn to import 3rd party modules into our own application • Unleash the power of...
Curated Video
Mastering Tableau 2018.1, Second Edition 5.6: Working with Colors and Shapes
In this video, we’ll see how to apply colors and shapes using marks card. • Understand marks card: colors and shape • Apply colors using marks card • Applying shapes using marks card
Let's Tute
Easy Tutorial: How to Paint Realistic Leaves
In this video tutorial, the teacher demonstrates how to easily create a lifelike leaf painting. The step-by-step instructions guide viewers through the process of drawing and painting the veins, segments, and highlights of the leaf,...
Curated Video
Python for Network Forensics 3.2: Exploring File Properties
Using the power of recursive traversal, we will begin to search and populate file properties. • Enrich your understanding of directory traversal • Modify our application to populate file properties • Search returned results to understand...
Curated Video
Java 11 Programming for Beginners 3.4: Working with Many Forms of Polymorphism
Polymorphism is hard without examples, so we go through a few. • Build another bot and use it as an example for method overriding • Go through theory • Show an example for method overloading
Curated Video
Bug Bounty Program Certification 10.4: Components of the Android App Bug Bounty Program
In this video, you will get Information about Android app components. • Learn about various components of Android app bug bounty program • Explore various vulnerabilities in android machines • Learn about reward on the basis of level of...
Curated Video
Cloud Native Development on Azure with Java 3.3: Configure the App to Use Your Azure AD Tenant
Now that we have registered our app with the Azure Active Directory, the next step is to configure the app to use our Azure AD tenant and then package and redeploy our app. Let’s do it right now! • Change the App ID URI and the reply...
Learn German with Herr Antrim
Simple Past Regular Verbs - 3 Minuten Deutsch #45 (English) - Deutsch lernen
In this video I will teach you about the regular conjugation of verbs in the simple past tense (Imperfekt) in German.
Programming Electronics Academy
pinMode, digitalWrite, delay: Arduino Course 4.2
A description of 3 important functions for using Arduino.
Curated Video
High Performance Scientific Computing with C 1.4: Numerical Integration
How can we calculate integrals with a computer? How can we solve differential equations? • Calculate integrals with the trapezoid and Simpson’s rule • See how the error terms scale with different algorithms • Solve differential equations...
Curated Video
High Performance Scientific Computing with C 3.2: Pipelining and Hardware-Oriented Design
How can we design our programs to take the most advantage of modern CPU design? • Learn about caching • Learn about branch prediction and speculative execution • Stay out of the way of the CPU and compiler!