Instructional Video8:37
Curated Video

How to Use the 'AND' Function in Microsoft Excel

Pre-K - Higher Ed
This tutorial demonstrates how to use the AND function in Microsoft Excel to check if two student grades are both over 60%. By combining the IF and AND functions, the formula determines whether a student passes or fails based on their...
Instructional Video12:39
Curated Video

Organizing Large Spreadsheets with Checkboxes

Pre-K - Higher Ed
In this tutorial, Justin demonstrates how to tidy up a large spreadsheet in Microsoft Excel using checkboxes. By hiding or compressing sections with checkboxes, users can easily navigate through the spreadsheet and focus on specific...
Instructional Video9:44
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Playing the Game Manually

Higher Ed
This video demonstrates how to play the game manually. This clip is from the chapter "Naive Random Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the Naive Random solution.
Instructional Video1:13
The March of Time

1951: KOREAN WAR: GENERAL MATTHEW RIDGWAY RADIO RECORDING: * VS Radio station building & sign, 'Radio Tokyo.' INT VS Operators running reel of taped recording of Lieutenant-General Matthew Ridgway talking about more peace talks, violating truce (SOT).

12th - Higher Ed
MOT 1951: KOREAN WAR: GENERAL MATTHEW RIDGWAY RADIO RECORDING: * VS Radio station building & sign, 'Radio Tokyo.' INT VS Operators running reel of taped recording of Lieutenant-General Matthew Ridgway talking about more peace talks,...
Instructional Video3:00
Curated Video

C++ Standard Template Library in Practice - Sorting and Gathering - std::partition_copy

Higher Ed
The listener is new to algorithms and does not know about the partition_copy algorithms. • Introduce the listener to the std::partition_copy algorithm • Show how it works and explain the different versions available • Reinforce the...
Instructional Video4:05
Curated Video

Excel VBA Programming The Complete Guide - The If Then Statement

Higher Ed
The conditional If statement is the heart of programming. It allows our macro to have multiple branches --- different pathways to take depending on a given condition. In this lesson, we explore the technical syntax for implementing an If...
Instructional Video6:11
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Change Classes DOM

Higher Ed
In this video, we'll cover change classes in DOM. This clip is from the chapter "JavaScript Document Object Model" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section describes JavaScript DOM. You...
Instructional Video2:56
Brian McLogan

Algebra 1 - Graphing an inequality with test points - Cool Math

12th - Higher Ed
In this video series I show you how to graph linear inequalities. When graphing linear inequalities we now have to account for two variables. We graph linear inequalities using the same process as linear equations. We then use shading to...
Instructional Video2:54
Curated Video

Excel VBA Programming The Complete Guide - Default Values for Declared Variables

Higher Ed
In this lesson, we take a look at the default values for the String, Long, Double and Boolean data types. This clip is from the chapter "Variables and Data Types" of the series "Excel VBA Programming–The Complete Guide".In this...
Instructional Video8:24
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - While Loop

Higher Ed
In this video, you'll learn about the while loop in Python. This clip is from the chapter "Python Basics" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn the basics of Python.
Instructional Video6:26
Brian McLogan

T Misconceptions Inverse of Functions

12th - Higher Ed
T Misconceptions Inverse of Functions
Instructional Video5:08
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Enum

Higher Ed
Miscellaneous Topics: Enum This clip is from the chapter "Miscellaneous Topics" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section addresses some miscellaneous topics of Java.
Instructional Video8:47
Curated Video

Data Science and Machine Learning with R - Basic Types

Higher Ed
This video explains basic types in R. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types and...
Instructional Video1:21
Curated Video

TypeScript for Beginners - Boolean

Higher Ed
This video explains the Boolean data type. This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and explains how to use them.
Instructional Video15:04
Curated Video

Comprehensive Android Developer Bootcamp - Setting Things Up - On Click Listener Interface

Higher Ed
Build a Quiz App – MVC Architecture:Setting Things Up - On Click Listener Interface This clip is from the chapter "Build a Quiz App – MVC Architecture" of the series "The Comprehensive Android Developer Bootcamp".This section shows you...
Instructional Video12:12
Curated Video

Comprehensive Android Developer Bootcamp - Showing Questions on Screen

Higher Ed
Building a Trivia App:Showing Questions on Screen This clip is from the chapter "APP –Building a Trivia App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your own Trivia App. You...
Instructional Video13:39
Curated Video

Comprehensive Android Developer Bootcamp - Trivia User Interface - Part 1

Higher Ed
Building a Trivia App:Trivia User Interface - Part 1 This clip is from the chapter "APP –Building a Trivia App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your own Trivia App. You...
Instructional Video5:44
Curated Video

Complete Modern C++ - File IO - Part II (Error Handling)

Higher Ed
This video shows how to handle errors during file I/O through stream state flags. This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions in file input and output.
Instructional Video8:10
Curated Video

C++ Standard Template Library in Practice - Numeric Algorithms - std::inner_product and std::iota

Higher Ed
The listener is new to algorithms and does not know about the numeric algorithms. • Introduce the listener to the std::inner_product, and std::iota algorithm • Show how it works and explain the different versions available • Reinforce...
Instructional Video3:26
Brian McLogan

Algebra 1 - Graphing an inequality less than or equal too - Math Help

12th - Higher Ed
In this video series I show you how to graph linear inequalities. When graphing linear inequalities we now have to account for two variables. We graph linear inequalities using the same process as linear equations. We then use shading to...
Instructional Video4:19
Curated Video

Excel VBA Programming The Complete Guide - The Application.ScreenUpdating Property

Higher Ed
The Application.ScreenUpdating property can be set to False to disable updates to the Excel interface. One way to optimize the speed of a macro is to turn the property off at the beginning of execution and reenable it at the end. In this...
Instructional Video15:50
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Dynamic Inventories

Higher Ed
This video explains how to create and use dynamic inventories. This clip is from the chapter "Ansible Playbooks- Deep Dive" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section explores playbooks in Ansible...
Instructional Video8:03
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 12 - Java char Data Type - Exercises 2 – isDigit

Higher Ed
In this video, we will learn about Java char data type - exercises 2 – isDigit. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video5:22
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Java Wrapper Classes - Creation - Constructor and valueOf

Higher Ed
In this video, we will learn about Java wrapper classes - creation - constructor and valueOf. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look...