Curated Video
Excel VBA Programming The Complete Guide - Access Object from Collection by Name
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...
Curated Video
Excel VBA Programming The Complete Guide - VBA Functions, Part II
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...
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Cleaning Text
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.
Weird History
The History of Chuck E Cheese
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...
Curated Video
C++ Standard Template Library in Practice - Utilities - Common Utilities
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...
Curated Video
Bash Shell Scripting- Basic String operations
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...
Curated Video
Core Java Programming Course- Linked Hash Set
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.
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Exploring a Commit Object
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 11 - Java char Data Type - Exercises 1 – isVowel
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 11 - Java String Arrays - Exercise Solutions - Print Day of Week with Most
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...
Curated Video
Python 3 for Beginners: Slices
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...
Curated Video
Learn Go in 3 Hours - Strings, Runes, and Arrays
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...
Curated Video
Excel: How to Separate First Names and Surnames Using Text to Columns
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...
IDG TECHtalk
How to use the expand command: 2-Minute Linux Tips
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").
Curated Video
GCSE Secondary English Age 13-17 - Reading: Responding to a Question on Language Part 2 - Explained
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...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Primitive Versus Reference Types
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...
Curated Video
Python 3 for Beginners: Introduction to Functions and Built-in Functions in Python
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...
Curated Video
Nighthawks by Edward Hopper: Great Art Explained
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...
Curated Video
Describe network protocols : Scalability of Network Programs
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,...
Curated Video
Beginning Python (Video 26)
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...
Curated Video
Django3- Using Form Data
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...
Curated Video
Creational Design Patterns in Modern C++ - File Example - Introduction
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...
Curated Video
Complete Modern C++ - Strings - Part II (std::string)
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...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Fuzzy Queries
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...