Curated Video
Using Goal Seek Tool in Excel to Set Target Grades for Students
The video demonstrates how to use the Goal Seek tool in Excel to quickly determine the target grade a student needs to achieve in a particular subject in order to reach a desired overall average. By setting a target average and letting...
Curated Video
The Secret Balloons that Bombed America
In 1944, Imperial Japan attacked the West Coast of America with hundreds of balloon bombs flown 6,000 miles across the Pacific Ocean. They took the lives of five Oregon school children and their teacher – and remain a threat to this day.
Packt
Socket.io Events
Real-Time Web Applications with Socket.io (Chat App): Socket.io Events This clip is from the chapter "Real-Time Web Applications with Socket.io (Chat App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this...
NASA
NASA’s OSIRIS-REx: Mission to Bennu
OSIRIS-REx is the third mission in NASA's New Frontiers Program. Its goal is to explore near-Earth asteroid Bennu, a remnant from the dawn of the solar system, and to return a sample of Bennu to Earth in 2023. OSIRIS-REx launched in...
Prime Coaching Sport
Volleyball - Underarm wall serves
Individual volleyball skills, here you'll be practicing your underarm serving
Next Animation Studio
Ukraine unleashes its own stealth attack drone on Russians
The sneaky stealth drone is designed to seek high-value targets and hit them with small bombs that ignite huge explosions and cause massive damage.
Curated Video
Excel VBA Programming The Complete Guide - The Workbooks. Method
In this lesson, we use the Workbooks. method to close every open workbook in Excel. We also configure the procedure to disable alerts temporarily to avoid halting execution. This clip is from the chapter "Object Deep Dive" of the series...
Curated Video
Excel VBA Programming The Complete Guide - The Worksheet_Change Event
The Worksheet_Change event shoots off when the user edits or deletes a value from a Range in the worksheet. In this lesson, we use it to create a basic pounds-to-kilograms converter that takes a numeric value from column A, applies a...
Curated Video
Excel VBA Programming The Complete Guide - The With-End With Construct
The With - End With construct is a shorthand syntax that allows for multiple properties to be overwritten on an object. In this lesson, we practice modifying the Name, Size, Bold and Italic properties on the Font object. This clip is...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Worksheet Property
In certain cases, VBA allows us to traverse the Excel object model in reverse --- from the bottom up. One such example is the Range.Worksheet property, which returns a Worksheet object that encloses a Range. In this lesson, we practice...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Copy and Range.Cut Methods
Copy and paste --- is there a more common task in Excel? In this lesson, we use the Range.Copy and Range.Cut methods to copy, cut, and paste text across a spreadsheet. This clip is from the chapter "Range Actions" of the series "Excel...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - The Metasploit Console
This video introduces you to the Metasploit console. This clip is from the chapter "System Hacking and Exploitation" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn how to hack...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - XSSer and XSSsniper
In this video, you'll learn how to use 2 more pen testing tools: XSSer and XSSsniper. This clip is from the chapter "Web Application Penetration Testing" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Importing Pynput
In this video, you'll learn to import the Pynput library. This clip is from the chapter "Developing a Keylogger" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn to develop a...
Curated Video
Mastering Tableau 2018.1, Second Edition 11.4: Actions and Highlighting on Dashboards
In this video, we’ll look at the several actions we can do on our dashboards. • Why are actions necessary? • Why is highlighting necessary?
NASA
A Day in the Life of a NASA Satellite Team
Launched on Nov. 20, 2004, NASA's Neil Gehrels Swift Observatory has been on the hunt to uncover the mystery of the universe’s most powerful explosions: gamma-ray bursts. These extreme events are some of the farthest objects we’ve ever...
Next Animation Studio
Ukraine’s $175,000 tank-killer missile: how the Javelin works
Ukraine’s armed forces are destroying a lot of Russian tanks with the expensive, shoulder-fired Javelin missile systems that the West has given to Ukraine.
Schooling Online
Chemistry Skills: Reliability Part 1
A new contender joins the archery contest... Will he be a match for Robin Hood? Only time (and repeated trials) will tell! This lesson will explore the concept of reliability, including the subtle difference between accuracy and...
Prime Coaching Sport
Striking - (Tennis) Flings into the hoop.mp5
Individual striking and tennis skills - Flings into the hoop
NASA
Why Bennu?
The goal of the OSIRIS-REx mission is to collect a sample from an asteroid and bring it back to Earth. But just how did the OSIRIS-REx team choose Bennu from the over 500,000 known asteroids in the solar system? Watch this cartoon to...
Curated Video
Ansible for the Absolute Beginner - Lab Setup - Cloning Virtual Machines (VMs) and Installing Ansible
This video demonstrates how to clone VMs and install Ansible. This clip is from the chapter "Lab – Setting up Virtual Machines (VMs) and Installing Ansible" of the series "Ansible for the Absolute Beginner - Hands-On – DevOps".This...
Curated Video
GCSE Secondary Maths Age 13-17 - Number: Percentage - 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...
Curated Video
Excel VBA Programming The Complete Guide - SpecialCells
The Range.SpecialCells method extracts a subset of cells from a Range based on a criteria -- empty cells, cells with constants, cells with formulas, etc. In this lesson, we populate a column with various values and use the method to...