Instructional Video13:20
Schooling Online

Shakespeare Today: Julius Caesar - Theme of Appearance Vs Reality

3rd - Higher Ed
Watch this lesson today to discover how Shakespeare explores the conflict between the appearances characters present and the reality of their intentions in Julius Caesar. See how Cassius and Antony use language to distort reality, and...
Instructional Video12:51
Schooling Online

Shakespeare Today: Hamlet - Key Quotes 2

3rd - Higher Ed
After watching this lesson, you will be able to support your discussion of Hamlet’s themes with detailed textual analysis! This lesson unpacks quotes from characters other than Hamlet, including Claudius, Gertrude and Ophelia.
Instructional Video2:24
Curated Video

World of Computer Networking Your CCNA start - Media Access Control (MAC) Address

Higher Ed
This video explains the concept of MAC address in detail. This clip is from the chapter "Ethernet" of the series "World of Computer Networking: Your CCNA start".This section introduces you to Ethernet.
Instructional Video5:40
Curated Video

Beginning Python (Video 13)

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 Video7:18
Curated Video

The Full Stack Web Development - Data Validation & Listing Data

Higher Ed
Backend Programming with Ruby On Rails: Data Validation & Listing Data This clip is from the chapter "Backend Programming with Ruby On Rails" of the series "The Full Stack Web Development".In this section, we will talk about whole MVC...
Instructional Video10:33
IDG TECHtalk

R 4.0: 3 new features

Higher Ed
See three of the new features in the latest version of R. Plus, see how to test drive R 4.0 and the latest beta version of RStudio in a Docker container so you don’t interfere with your existing setup.
Instructional Video1:46
IDG TECHtalk

How to use the head and tail commands: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the head and tail commands. They're basic commands that every Linux user should know. The head command is generally used to display the top lines in a text file, and the tail command shows the last...
Instructional Video4:02
Curated Video

Learn Git in 3 Hours- Setup Git Ignore Files

Higher Ed
There will be files in our Git repositories that we will not want to track the changes to, such as build artefacts. We can use Git ignore lists to specify these files. • Decide what files are to be ignored • Create a .Gitignore file in...
Instructional Video7:12
Curated Video

Bash Shell Scripting- Regex - Part 2 - Regex with special characters (^ 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 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 Video7:54
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Exploring Changes in a Git Repository

Higher Ed
This video explains the changes in a Git repository. 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...
Instructional Video3:07
Curated Video

World of Computer Networking Your CCNA start - Basics of Bits and Bytes

Higher Ed
This video explains the basics of bits and bytes in Transmission Control Protocol/Internet Protocol (TCP/IP). This clip is from the chapter "Bits and Bytes" of the series "World of Computer Networking: Your CCNA start".This section...
Instructional Video9:00
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 13 - Java char Data Type - Exercises 3 - isConsonant, List Upper Case, and L

Higher Ed
In this video, we will learn about Java char data type - exercises 3 - isConsonant, List Upper Case, and L. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners -...
Instructional Video3:00
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Write Your First Python Statement

Higher Ed
This video demonstrates how to use Python Shell and write your first statement. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the...
Instructional Video15:46
Curated Video

The Full Stack Web Development - JavaScript Form Validation - Form Project

Higher Ed
Basic JavaScript Concepts: JavaScript Form Validation - Form Project This clip is from the chapter "Basic JavaScript Concepts" of the series "The Full Stack Web Development".In this section, we learn the basics of JavaScript programming...
Instructional Video3:38
Curated Video

Alteryx for Beginners - Data Cleansing Tool - Part 2

Higher Ed
This is the second part of the two-part video that explains how to use the Data Cleansing tool in Alteryx. This clip is from the chapter "Preparation Tab" of the series "Alteryx for Beginners".This section focuses on the Preparation tab.
Instructional Video6:08
IDG TECHtalk

Easy error handling in R with purrr’s possibly

Higher Ed
See how the purrr package’s possibly() function helps you flag errors and keep going when applying a function over multiple objects in R.
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...