Curated Video
Bash Shell Scripting- Regex-Part-3: Regex with special characters ( [] () and {} )
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.
Curated Video
Bash Shell Scripting- Regex - Part 1 - Regex with special characters (\s \t . *\+ \? and \)
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.
Curated Video
Django3- Forms
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 -...
Curated Video
Complete Modern C++ - Raw String Literals (C++11)
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...
Curated Video
C++ Standard Template Library in Practice - Low Level I/O
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...
Curated Video
C++ Standard Template Library in Practice - Sorting and Gathering - std::find_first_of, std::adjacent_find
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 •...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 18 - Set Interface - Exercise - Find Unique Characters in a List
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...
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...