Instructional Video3:57
Curated Video

Excel VBA Programming The Complete Guide - Access Object from Collection by Name

Higher Ed
In this lesson, we explore this with the context of Worksheet objects inside the Worksheets collection. This clip is from the chapter "The Fundamentals of the Excel Object Model" of the series "Excel VBA Programming–The Complete...
Instructional Video6:48
Curated Video

Excel VBA Programming The Complete Guide - VBA Functions, Part II

Higher Ed
In this lesson, we explore 5 additional utility functions available in the Visual Basic Editor: • Left for pulling out characters from the beginning of a string • Right for pulling out characters from the end of a string • Mid for...
Instructional Video15:40
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Cleaning Text

Higher Ed
This video explains cleaning text. This clip is from the chapter "Cleaning Data" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you how to clean the data.
Instructional Video12:40
Weird History

The History of Chuck E Cheese

12th - Higher Ed
This is the real-life story of Chuck E. Cheese, the global pizza franchise - one of hubris, technological advancement, and the shifting entertainment tastes of the United States. What started as the brainchild of a video game guru...
Instructional Video7:08
Curated Video

C++ Standard Template Library in Practice - Utilities - Common Utilities

Higher Ed
This video aims to introduce the user to some common STL utilities, which includes strings and IO. • Learn which utilities are available • Go through the C++ strings example • This video aims to introduce the user to some common STL...
Instructional Video11:25
Curated Video

Bash Shell Scripting- Basic String operations

Higher Ed
This video explains basic string operations. This clip is from the chapter "String operations to write Bash Shell scripting" of the series "Complete Bash Shell Scripting".This section covers the various operations to write Bash shell...
Instructional Video2:08
Curated Video

Core Java Programming Course- Linked Hash Set

Higher Ed
This video explains the linked Hash set. 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.
Instructional Video5:37
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Exploring a Commit Object

Higher Ed
This video explains the Git commit object. This clip is from the chapter "Basic Git Operations" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the Git file lifecycle. It also explains the...
Instructional Video7:47
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - Java char Data Type - Exercises 1 – isVowel

Higher Ed
In this video, we will learn about Java char data type - exercises 1 – isVowel. 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 Video4:56
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - Java String Arrays - Exercise Solutions - Print Day of Week with Most

Higher Ed
In this session, we will learn about Java string arrays - exercise solutions - print day of week with most. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video2:57
Curated Video

Python 3 for Beginners: Slices

Higher Ed
In this educational video, we learn about slicing in Python, a powerful feature that allows us to extract specific parts of a list or string. The video explains how to use indexing with a colon to specify start and end points, with...
Instructional Video11:11
Curated Video

Learn Go in 3 Hours - Strings, Runes, and Arrays

Higher Ed
Go has built-in string and array value types, and a character type called a rune. These are different than the implementations in other languages. • This video covers how to work with strings and arrays, and the relationship between...
Instructional Video4:51
Curated Video

Excel: How to Separate First Names and Surnames Using Text to Columns

Pre-K - Higher Ed
Learn how to efficiently separate first names and surnames from a list of names in Excel using the Text to Columns feature. By following simple steps, you can split the data into separate columns, eliminating numbers and organizing the...
Instructional Video1:35
IDG TECHtalk

How to use the expand command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, we’re going to look at the expand command. It's used to replace tabs in text files with space characters (sometimes referred to as "blanks").
Instructional Video5:00
Curated Video

GCSE Secondary English Age 13-17 - Reading: Responding to a Question on Language Part 2 - Explained

9th - 12th
SchoolOnline's Secondary English videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key skill in English Reading and Writing that students need to master in clear and easy to...
Instructional Video11:21
Curated Video

The Complete Java Developer Course: From Beginner to Master - Primitive Versus Reference Types

Higher Ed
This video explains the difference between primitive and reference data types in Java. This clip is from the chapter "Introducing Java" of the series "The Complete Java Developer Course: From Beginner to Master".This section introduces...
Instructional Video1:52
Curated Video

Python 3 for Beginners: Introduction to Functions and Built-in Functions in Python

Higher Ed
This video explains the concept of functions in Python. It defines a function as a set of reusable code that performs an action and explains how it can be called or executed by its name. The video also covers the use of built-in...
Instructional Video15:31
Curated Video

Nighthawks by Edward Hopper: Great Art Explained

9th - Higher Ed
Edward Hopper’s world was New York, and he understood that city more than most people. He understood that, even though you may live in one of the most crowded and busy cities on earth, it is still possible to feel entirely alone. This...
Instructional Video9:50
Curated Video

Describe network protocols : Scalability of Network Programs

Higher Ed
From the section: Programming TCP Clients and Servers In this section, we will learn about how to build TCP Servers and how it works. In this video, we will learn about scalability of network programs. • Learn about the threading model,...
Instructional Video5:00
Curated Video

Beginning Python (Video 26)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video6:26
Curated Video

Django3- Using Form Data

Higher Ed
In this video, we will look at using form data. This clip is from the chapter "Site 1 - Password Generator" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our project...
Instructional Video5:43
Curated Video

Creational Design Patterns in Modern C++ - File Example - Introduction

Higher Ed
This video introduces you to the file example. • Go through the Qt documentation • Understand that signals get emitted when something happens • Learn that slots can be “connected” to signals to react to events This clip is from the...
Instructional Video10:05
Curated Video

Complete Modern C++ - Strings - Part II (std::string)

Higher Ed
This video introduces the std::string class from the standard library and its usage. • Look at the Qt documentation • Override mouse event functions • Print data to the console to confirm that the app is reacting properly This clip is...
Instructional Video6:11
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Fuzzy Queries

Higher Ed
This video explains how to use fuzzy queries while searching with Elasticsearch. This clip is from the chapter "Searching with Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains...