Instructional Video8:06
Curated Video

C++ Standard Template Library in Practice - Console I/O - Interact with a User

Higher Ed
The user wants to be able to interact with a user from the console. • Introduce the user to the console • Talk about the standard I/O • Present an example program that uses these concepts This clip is from the chapter "I/O in C++" of the...
Instructional Video6:14
Curated Video

Excel VBA Programming The Complete Guide - Design Aesthetics

Higher Ed
The Format menu in the Visual Basic Editor offers options for aligning, grouping, and resizing one or more form controls. In this lesson, we apply these techniques to the controls in our employees UserForm. This clip is from the chapter...
Instructional Video10:24
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Importing Pynput

Higher Ed
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...
Instructional Video5:14
Curated Video

Learn and Master C Programming - Stepping through and debugging a 'for' Loop

Higher Ed
The author shows you how for loops work so you can understand it more and become familiar with it. This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and Master C Programming For Absolute...
Instructional Video15:13
Curated Video

C++ Developer - User Input

Higher Ed
This video explains user input. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Instructional Video7:46
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Input, Output, and Redirection

Higher Ed
This video explains the concept of input, output, and redirection. This clip is from the chapter "Intermediate Linux Skills" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section explains the...
Instructional Video3:26
Curated Video

Using the Replace Command in Word

Pre-K - Higher Ed
In this video tutorial, viewers learn how to use the replace command in a word processing document, specifically focusing on the ECDL exam requirements. The tutorial demonstrates step-by-step instructions on how to find and replace a...
Instructional Video5:02
Curated Video

Mastering Text Entry and Dummy Text Generation in Microsoft Word

Pre-K - Higher Ed
In this video tutorial, the instructor covers essential tips for entering text into a document using Microsoft Word. They address common issues such as ensuring a document is open before typing, checking for hidden text settings, and...
Instructional Video3:16
Curated Video

The Complete Practical Docker Guide - Where Process Data Streams Send Data by Default

Higher Ed
This video explains where process data streams send data by default. This clip is from the chapter "Data Streams and Piping in Linux" of the series "The Complete Practical Docker Guide".This section focuses on data streams and piping in...
Instructional Video9:38
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Building Our Layout Part 3 "Counter App"

Higher Ed
In this video, we will be building our layout part 3. This clip is from the chapter "Counter App" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will build an app called the Counter app.
Instructional Video6:49
Curated Video

The Complete Excel Guide: Beginners to Advanced - Creating Basic Formulas

Higher Ed
Learn how to create basic formulas. This clip is from the chapter "Excel 2019 Beginner: Creating Workbooks" of the series "The Complete Excel Guide: Beginners to Advanced".This section aims to teach you how to create a workbook in Excel.
Instructional Video5:17
Curated Video

The Complete Excel Guide: Beginners to Advanced - Absolute Values

Higher Ed
Let's understand what are absolute values. This clip is from the chapter "Excel 2019 Beginners: Formulas and Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore formulas and functions.
Instructional Video17:14
Curated Video

The Complete Java Developer Course: From Beginner to Master - User Input

Higher Ed
This video explains how to take input from the user in order to perform any mathematical or logical decision. This clip is from the chapter "Introducing Java" of the series "The Complete Java Developer Course: From Beginner to...
Instructional Video17:15
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Mad Libs Clone

Higher Ed
This video is the second project of this section where you would clone something similar to the Mad Libs game. The code will ask the user to input the strings and then prints them in a story form like the Mad Libs game. This clip is from...
Instructional Video4:51
Curated Video

CompTIA A+ Certification 220-1001: The Total Course - Primary PC Components

Higher Ed
Mike takes you on a tour of the primary PC components including the computer case, monitor, and various peripherals including the keyboard, mouse, speakers, and more. This clip is from the chapter "The Visible Computer" of the series...
Instructional Video4:04
Curated Video

C++ Programming By Example - Understanding Qt5 Widgets

Higher Ed
How do Qt5 widgets work under the hood? • Look at the Qt5 documentation • Understand that Qt widgets are “painted” • Understand that Qt5 widgets use painters to “paint” their content This clip is from the chapter "Building a Painting...
Instructional Video1:11
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Motivate Me App Preview

Higher Ed
In this video, we will look at the Motivate Me app preview. This clip is from the chapter "Motivate Me App" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will build our first app called...
Instructional Video11:16
Curated Video

How to Delete a Blank Page at the End of a Word Document

Pre-K - Higher Ed
It can be extremely frustrating if you've finished producing a document in Microsoft Word only to find that you have an extra page you don't need, but you can't delete. In this video I show you four quick and simple ways to get rid of a...
Instructional Video3:32
Curated Video

Mastering Text Deletion: Backspace vs. Delete

Pre-K - Higher Ed
This video provides a clear explanation of the differences between using the backspace and delete keys for deleting text in word processing. It emphasizes the importance of accuracy to avoid unnecessary clicks and typing, which could...
Instructional Video17:52
Music Matters

How to Realize More Advanced Figured Bass - Music Theory

9th - 12th
How to go about realizing more advanced figured bass, including how to read diatonic chords and seventh chords in figured bass and how to play a short passage from a figured bass. In this music theory lesson the figured bass system is...
Instructional Video4:31
Curated Video

The Complete Practical Docker Guide - What is Shell, Terminal, and Command

Higher Ed
This video explains about shell, terminal, and command in detail. This clip is from the chapter "Getting Started with Linux" of the series "The Complete Practical Docker Guide".This section talks about getting started with Linux.
Instructional Video6:23
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Keyboard Events jQuery

Higher Ed
In this video, we'll cover keyboard events jQuery. 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 Video4:15
Curated Video

The Complete Excel Guide: Beginners to Advanced - Working with Ranges

Higher Ed
Learn how to work with ranges. This clip is from the chapter "Excel 2019 Beginner: Creating Workbooks" of the series "The Complete Excel Guide: Beginners to Advanced".This section aims to teach you how to create a workbook in Excel.
Instructional Video5:56
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Average of Three

Higher Ed
This video is the first project of this section where the program asks three input from the user and then prints the average of three numbers. This clip is from the chapter "Introducing Java" of the series "The Complete Java Developer...