Curated Video
C++ Standard Template Library in Practice - Output Iterators
We want to learn what makes up an output iterator, and how to use it. • Learn what an output iterator can do • Learn what it takes to fulfill an output iterator contract • Go through a code example, showing how to use output iterators...
Curated Video
The Complete Practical Docker Guide - List Running Processes
This video shows the list running processes. This clip is from the chapter "Processes in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the processes in Linux.
Brian McLogan
Graphing and finding the inverse of a rational function
👉 Learn how to find the inverse of a rational function. A rational function is a function that has an expression in the numerator and the denominator of the function. The inverse of a function is a function that reverses the "effect" of...
Curated Video
Deep Learning with Python (Video 7)
Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language with its increasing number of libraries that are available in Python....
Curated Video
How to Reflect Linear Functions
In this video lesson we will learn how to reflect a linear function. We will also learn how to identify a reflection using a graph and how to represent a linear reflection using function notation. We will discover that a linear function...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark Architecture and Ecosystem
Learn and explore the Spark architecture and ecosystem in this lesson. This clip is from the chapter "Introduction to Hadoop, Spark Ecosystems and Architectures" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This...
Curated Video
Grade 8 Test Prep: Calculator Section Practice Questions
In this video, the teacher provides practice questions for Grade 8 students to prepare for end-of-year assessments or finals. The questions are based on Common Core standards and cover various topics such as geometry, linear equations,...
Curated Video
Using Point-Slope Form to Write the Equation of a Line
In this video, the teacher explains how to write equations of lines in point slope form using a given point and slope or two given points. The video also covers how point slope form relates to slope and how to convert point slope form to...
Packt
Introduction to computer hardware and software : Primary PC Components
From the section: The Visible Computer. In this section, we learn more about primary PC computer, external connections and learn more about computer. Mike takes you on a tour of the primary PC components including the computer case,...
Curated Video
Learning LESS (Video 6)
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
Programming Electronics Academy
Interrupt Cautions: Arduino Course 9.5
A highlight of things to consider when using interrupt service routines.
Curated Video
Bash Shell Scripting- awk command or awk script: Reading variable values from the command line
This video shows how to read variable values from the command line using the awk command. This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command and AWK...
Curated Video
Bash Shell Scripting- Complete printf command
This video explains in detail how to write and used the printf command. This clip is from the chapter "Complete printf command" of the series "Complete Bash Shell Scripting".This section explains how to write and used the printf command.
Curated Video
Bash Shell Scripting- Executing multiple commands on multiple servers
This video shows how to execute multiple commands on multiple servers. This clip is from the chapter "Working with remote servers" of the series "Complete Bash Shell Scripting".This section shows how to work with remote servers.
Curated Video
Bash Shell Scripting- Shell Script to monitor File System Utilization with mail alerts
This video shows how to write a shell script to monitor file system utilization with mail alerts. This clip is from the chapter "Scheduling jobs with at and crontab" of the series "Complete Bash Shell Scripting".This section shows how to...
Curated Video
Core Java Programming Course- Tree Map
This video explains the Tree map. This clip is from the chapter "Sets and Maps" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various sets and maps available in Java.
Packt
Handling Check Box and Getting their Size with Selenium
This video explains how to handle check boxes and get their size with Selenium. This clip is from the chapter "Selenium WebDriver: Techniques to Automate Web Elements" of the series "Selenium WebDriver with Java - Basics to Advanced and...
KnowMo
Translations of Graphs
This video is a lecture presentation on the translations of graphs, covering both basic and advanced versions of translations. The presenter explains what a translation is, how to carry out translations using vector notation, and...
Curated Video
Alteryx for Beginners - Report Text Tool
This video explains how to use the Report Text tool in Alteryx. This clip is from the chapter "Reporting Tab" of the series "Alteryx for Beginners".This section explores the Reporting tab.
Curated Video
Alteryx for Beginners - Table Tool
This video explains how to use the Table tool in Alteryx. This clip is from the chapter "Reporting Tab" of the series "Alteryx for Beginners".This section explores the Reporting tab.
Curated Video
Alteryx for Beginners - Count Records Tool
This video explains how to use the Count Records tool in Alteryx. This clip is from the chapter "Transform Tab" of the series "Alteryx for Beginners".This section explores the Transform tab.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project: Job Scheduler execution flow
Visualization of how a hashmap works to achieve O(1) complexity/performance This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Brian McLogan
Solving for cosine by factoring
👉 Learn how to solve trigonometric equations by factoring out the GCF. When solving trigonometric equations involving the multiples of the same trigonometric function. It is very useful to collect similar trigonometric functions together...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Printing Output to Console with Java - Exercise Statements
This video talks about printing output to console with Java - exercise statements. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...