Instructional Video5:57
Curated Video

Multi-Paradigm Programming with Modern C++ - Enter Ranges

Higher Ed
Most algorithms use a pair of iterators. Most containers can be thought of as a pair of begin() and end() iterators. Why not use a pair of iterators everywhere? Roughly, this is what ranges are all about. • Installing range-v3 from...
Instructional Video4:38
Curated Video

Creational Design Patterns in Modern C++ - Using the std::call_once Function

Higher Ed
This video demonstrates how to use the std::call_once function. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes, multithreading,...
Instructional Video2:56
Curated Video

Complete Modern C++ - Move Semantics - std::move Function (C++11)

Higher Ed
This video shows how to use the std::move function to force move semantics on L-value. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.
Instructional Video21:54
Packt

The Complete React Developer Course (with Hooks and Redux) - Enzyme

Higher Ed
In this video you'll setup a use enzyme to simplify the snapshot tests. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with Testing...
Instructional Video11:52
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Mocking Libraries with Jest

Higher Ed
In this video you'll be mocking out third-party libraries. This make it easy to write test cases that depend on things like time. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course...
Instructional Video5:06
Curated Video

World of Computer Networking Your CCNA start - Structure of a Domain Name System (DNS) Registry versus Library

Higher Ed
This video explains the difference between the structure of a DNS registry and library. This clip is from the chapter "Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS)" of the series "World of Computer Networking:...
Instructional Video6:50
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - The Theory Behind Reverse Shell

Higher Ed
This video discusses the theory behind the reverse shell session. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn...
Instructional Video5:18
TMW Media

A Day at School: Learn how to be creative, have fun and follow rules at school

K - 5th
Learn how to be creative at school. You can also play during recess, but school has rules so pay attention. A Day at School, Part 4
Instructional Video5:06
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Why jQuery and What is it

Higher Ed
In this video, we'll cover why jQuery and what it is. This clip is from the chapter "Learn jQuery" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".In this section, you will learn about jQuery, selecting with...
Instructional Video18:46
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Capturing Screenshot on Target PC

Higher Ed
In this video, you'll learn how to capture screenshots on the target PC. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll...
Instructional Video10:36
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Adding Report Function

Higher Ed
In this video, you'll add a report function. 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 keylogger to trace...
Instructional Video4:33
Curated Video

Python 3 for Beginners: Python Standard Library and Creating Modules in Python

Higher Ed
In this educational video, you'll learn about the Python Standard Library and how to take advantage of its modules to simplify your coding process. The video demonstrates how to use existing modules for tasks such as reading and writing...
Instructional Video2:38
Curated Video

Library (Represent word problems involving multiplicative comparison using a symbol for the unknown where the group size is the unknown)

K - 12th
Sara and Lilly went to the library to read. Sara read 24 pages. She read 3 times as many pages as Lilly .How many pages did Lilly read?
Instructional Video8:05
Curated Video

Robotic Process Automation - UiPath RPA Developer Masterclass - UiPath Studio - First look

Higher Ed
This video provides a first look at the UiPath Studio user interface—the place where the magic happens! This clip is from the chapter "The UiPath Platform and UiPath Studio" of the series "Robotic Process Automation - UiPath RPA...
Instructional Video6:06
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Bokeh for Interactive Plotting: Bokeh Multiplots Grid Plot

Higher Ed
In this video, we will cover Bokeh Multiplots grid plot. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video8:04
Packt

Create visual representations of data that models real-world phenomena or processes : Matplotlib library

Higher Ed
From the section: Data Visualization. In this section you will learn about data visualization, matplotlib library, bar charts, line charts and scatter plots. There’s also an activity for data visualization. Data Visualization: Matplotlib...
Instructional Video6:34
Curated Video

Comprehensive Android Developer Bootcamp - Understanding APIs and Libraries

Higher Ed
Connecting our Apps to the Web – JSON, API’s, Network Services, Parsing JSON:Understanding APIs and Libraries This clip is from the chapter "Connecting our Apps to the Web – JSON, API’s, Network Services, Parsing JSON" of the series "The...
Instructional Video7:54
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Setting up Redux

Higher Ed
In this video you'll install Redux and use it to create your first Redux store. This clip is from the chapter "Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This section is about Redux in detail.
Instructional Video18:11
Curated Video

The Modern JavaScript Bootcamp (2019) - JavaScript Dates

Higher Ed
In this video, you’re going to learn about the built-in date in JavaScript. This gives you a way to work with dates and time in your application. This clip is from the chapter "Data Storage, Libraries, and More" of the series "The Modern...
Instructional Video9:38
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Executing Commands on the Target System

Higher Ed
In this video, you'll learn to execute commands on the target system. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll...
Instructional Video5:21
Curated Video

Arduino OOP - Extra: Make Your Class an Arduino Library

Higher Ed
In this video, you will learn how to make your class an Arduino library. This clip is from the chapter "Organize the Class in a Clear Way" of the series "Arduino OOP — Object-Oriented Programming".In this section, you will learn how to...
Instructional Video5:21
Packt

Extra: Make Your Class an Arduino Library

Higher Ed
In this video, you will learn how to make your class an Arduino library. This clip is from the chapter "Organize the Class in a Clear Way" of the series "Arduino OOP — Object-Oriented Programming".In this section, you will learn how to...
Instructional Video6:45
Curated Video

Arduino for Beginners - 2022 Complete Course - Print Text on the LCD Screen + Tune It with the Potentiometer

Higher Ed
This video explains how to print text on the LCD screen + tune it with the Potentiometer. This clip is from the chapter "LCD Screen- Display Text Directly on Your Circuit/Robot" of the series "Arduino for Beginners - 2022 Complete...
Instructional Video5:27
Curated Video

Arduino for Beginners - 2022 Complete Course - Install a New Arduino Library with the Arduino IDE

Higher Ed
This video explains installing a new Arduino library with the Arduino IDE. This clip is from the chapter "IR Remote Controller- Make Your Projects More Interactive" of the series "Arduino for Beginners - 2022 Complete Course".This...