Instructional Video8:39
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - String class - Exercise Solution and Some More Important Methods

Higher Ed
In this video, we will learn about string class - exercise solution and some more important methods. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video5:30
Curated Video

Python 3 for Beginners:Introduction to Variables and Strings

Higher Ed
Welcome to this video where we will explore the basics of variables and strings in Python. We will learn how to assign values to variables, choose meaningful variable names, and manipulate strings using indices. We will also cover the...
Instructional Video5:05
Mister Simplify

Erich Fromm's Personality Types - Simplest explanation ever

12th - Higher Ed
The renowned Psychoanalyst Erich Fromm came up with personality types with a bid to help people understand human psychology. This video covers the important aspects of each type and attempts to make is as easy to understand as possible.
Instructional Video9:28
Curated Video

Creating a Ghost Enemy Sprite for Your Pacman Game

Pre-K - Higher Ed
In this video, the instructor guides viewers through creating a ghost Sprite for a Pacman game in Scratch. The tutorial covers step-by-step instructions on designing the ghost's appearance using shapes and colors, as well as positioning...
Instructional Video8:09
Curated Video

Learn and Master C Programming - A Deeper Look At Our First C Program & Compilation Process

Higher Ed
Here, we go over what we learned in this section and to reflect on what we did in the last 3-4 videos, so that we get a better understanding of it. This clip is from the chapter "Writing our First Program - A 'Hello, World!' Program in...
Instructional Video7:17
Curated Video

Learning CSS (Video 35)

Higher Ed
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
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 Video8:19
Curated Video

Mastering Tableau 2018.1, Second Edition 2.1: Understanding the Connect Page and Global Superstore Dataset

Higher Ed
In this video, we will see the connect page and the features and functions that we get from it. We are also going to see the global superstore dataset. • Explore the data connection page • Inspect the global superstore dataset
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 Video5:46
Rachel's English

How to Think in English…in 68 Minutes! Part 7

6th - Higher Ed
If you’re ready to start thinking in English, without translating in your head, this is the jumpstart you need. Learning how to think in English requires both knowledge and practice, and this free English lesson gives you both! I’ll show...
Instructional Video5:43
Curated Video

Complete Java SE 8 Developer Bootcamp - Catching Exceptions

Higher Ed
Learn to catch an exception with JVM which looks for code to handle exception once a throwable is thrown. This clip is from the chapter "Exception Handling" of the series "Complete Java SE 8 Developer Bootcamp".null
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 Video6:41
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - Advanced Printing Output to Console with Java

Higher Ed
This video talks about advanced printing output to console with Java. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Instructional Video10:01
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Simple Keylogger

Higher Ed
This video teaches you to work with a simple keylogger. This clip is from the chapter "Developing a Keylogger" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn to develop a...
Instructional Video11:00
Curated Video

Creating Movement Controls for Pacman Character in Scratch

Pre-K - Higher Ed
In this tutorial, the video demonstrates how to enable Pac-Man to move using keyboard controls in Scratch. The teacher explains the process step by step, including setting up key controls for different directions and ensuring Pac-Man...
Instructional Video13:28
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Inheritance, subclasses and complete example class

Higher Ed
A look at how to format print statements and use special characters within strings This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python...
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 Video2:11
Global Ethics Solutions

Bribery and Corruption Awareness - Avoiding and Refusing Bribes

Higher Ed
Understand that bribery can present itself in both obvious and subtle ways and can result in serious legal implications for both you and your company. This section of the full course explains the basics of how to refuse a bribe, protect...
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 Video4:17
Curated Video

Core Java Programming Course- String Replace Operations

Higher Ed
This video explains how to replace strings. This clip is from the chapter "String Operations" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various string operations that you can...
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 Video7:21
Curated Video

C++ Standard Template Library in Practice - File I/O

Higher Ed
In this video, you will learn about file I/O. • Introduce the file I/O operations • Talk about the modes in which a file can be opened • Present an example program that uses these concepts This clip is from the chapter "I/O in C++" of...