Curated Video
How to Use the 'AND' Function in Microsoft Excel
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...
Curated Video
Organizing Large Spreadsheets with Checkboxes
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...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Playing the Game Manually
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.
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).
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,...
Curated Video
C++ Standard Template Library in Practice - Sorting and Gathering - std::partition_copy
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...
Curated Video
Excel VBA Programming The Complete Guide - The If Then Statement
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Change Classes DOM
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...
Brian McLogan
Algebra 1 - Graphing an inequality with test points - Cool Math
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...
Curated Video
Excel VBA Programming The Complete Guide - Default Values for Declared Variables
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...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - While Loop
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.
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Enum
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.
Curated Video
Data Science and Machine Learning with R - Basic Types
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...
Curated Video
TypeScript for Beginners - Boolean
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.
Curated Video
Comprehensive Android Developer Bootcamp - Setting Things Up - On Click Listener Interface
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...
Curated Video
Comprehensive Android Developer Bootcamp - Showing Questions on Screen
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...
Curated Video
Comprehensive Android Developer Bootcamp - Trivia User Interface - Part 1
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...
Curated Video
Complete Modern C++ - File IO - Part II (Error Handling)
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.
Curated Video
C++ Standard Template Library in Practice - Numeric Algorithms - std::inner_product and std::iota
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...
Brian McLogan
Algebra 1 - Graphing an inequality less than or equal too - Math Help
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...
Curated Video
Excel VBA Programming The Complete Guide - The Application.ScreenUpdating Property
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...
Curated Video
Dive Into Ansible - From Beginner to Expert in Ansible - Dynamic Inventories
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 12 - Java char Data Type - Exercises 2 – isDigit
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 09 - Java Wrapper Classes - Creation - Constructor and valueOf
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...