Instructional Video15:32
Curated Video

Bash Shell Scripting- Regex-Part-3: Regex with special characters ( [] () and {} )

Higher Ed
This video shows how to use Regex with ( [] () and {} ). This clip is from the chapter "Complete sed command" of the series "Complete Bash Shell Scripting".This section covers the concept of sed command.
Instructional Video12:52
Curated Video

Bash Shell Scripting- Regex - Part 1 - Regex with special characters (\s \t . *\+ \? and \)

Higher Ed
This video shows how to use Regex with special characters. This clip is from the chapter "Complete sed command" of the series "Complete Bash Shell Scripting".This section covers the concept of sed command.
Instructional Video10:02
Curated Video

Django3- Forms

Higher Ed
In this video, we will look at forms. 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 site 1 -...
Instructional Video4:04
Curated Video

Complete Modern C++ - Raw String Literals (C++11)

Higher Ed
This video introduces the C++11 raw string literals and explains their purpose and usage. This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions in file input and...
Instructional Video8:28
Curated Video

C++ Standard Template Library in Practice - Low Level I/O

Higher Ed
In this video, you will learn about low level I/O. • Introduce the concept of low level I/O • See the different read functions in low level I/O • Present an example program that uses these concepts This clip is from the chapter "I/O in...
Instructional Video8:51
Curated Video

C++ Standard Template Library in Practice - Sorting and Gathering - std::find_first_of, std::adjacent_find

Higher Ed
The listener is new to algorithms and does not know about the misc finding algorithms. • Introduce the listener to the std::find_first_of, std::adjacent_find algorithm • Show how it works and explain the different versions available •...
Instructional Video4:34
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 18 - Set Interface - Exercise - Find Unique Characters in a List

Higher Ed
In this session, we will learn about set interface - exercise - find unique characters in a list. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
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...