Instructional Video5:08
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Enum

Higher Ed
Miscellaneous Topics: Enum<br/<br/>>

This clip is from the chapter "Miscellaneous Topics" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section addresses some miscellaneous topics of Java.
Instructional Video5:48
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Checked and Unchecked Exceptions

Higher Ed
Exception Handling: Checked and Unchecked Exceptions
r/>
This clip is from the chapter "Exception Handling" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn how...
Instructional Video26:34
Curated Video

Creating a Simple Chat Bot in Small Basic

Pre-K - Higher Ed
In this tutorial, Justin teaches how to create a simple chat bot using Small Basic programming language. He explains the concept of keyword recognition and response generation using if statements and the isSubText...
Instructional Video41:36
Curated Video

Introduction to String Manipulation and Palindrome Checking

Pre-K - Higher Ed
In this video, Justin teaches the basics of programming using Small Basic. He covers topics such as string manipulation, counting the length of a string, reversing a string, and creating a palindrome checker. These skills are essential...
Instructional Video8:47
Curated Video

Data Science and Machine Learning with R - Basic Types

Higher Ed
This video explains basic types in R.
r/>
This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types...
Instructional Video8:33
Curated Video

Comprehensive Android Developer Bootcamp - ArrayLists - and Introduction

Higher Ed
Java Data Structures:ArrayLists - and Introduction
r/>
This clip is from the chapter "Java Data Structures" of the series "The Comprehensive Android Developer Bootcamp".In this section you will cover the Java Data Structures....
Instructional Video10:32
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Special methods and what they are

Higher Ed
Working with strings and variables to handle text<br/<br/>>

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 in-depth.
Instructional Video5:57
Curated Video

Multi-Paradigm Programming with Modern C++ - Enter Ranges

Higher Ed
Most algorithms use a pair of iterators. Most containers can be thought of as a pair of begin() and end() iterators. Why not use a pair of iterators everywhere? Roughly, this is what ranges are all about.

• Installing range-v3...
Instructional Video10:05
Curated Video

Complete Modern C++ - Strings - Part II (std::string)

Higher Ed
This video introduces the std::string class from the standard library and its usage.

• Look at the Qt document
ation
• Override mouse event
functions
• Print data to the console to confirm that the app is re
ac
ting...
Instructional Video6:39
Curated Video

Complete Modern C++ - Callbacks Revisited - Function Pointers

Higher Ed
This video revisits the concepts of function pointers as callbacks.
r/>
This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we will investigate callbacks and lambda...
Instructional Video1:48
Curated Video

C++ Standard Template Library in Practice - Section 6 Review

Higher Ed
We want to know what we covered.

• Go over the information that we have covered in this se
ction
• We want to know what
we
covered

This clip is from the chapter "I/O in C++" of the series "C++ Standard Template...
Instructional Video3:05
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip - String Concatenation

Higher Ed
This video talks about string concatenation.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video6:33
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - For Loop

Higher Ed
This video teaches you about the for loop in Python.<br/<br/>>

This clip is from the chapter "Python Basics" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn the basics of Python.
Instructional Video9:03
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Name Permutations

Higher Ed
This video covers a project where you will play around with permutations of names of 5 people inputted from the user's end.
r/>
This clip is from the chapter "Strings and the StringBuilder Class" of the series "The Complete...
Instructional Video13:07
Curated Video

The Complete Java Developer Course: From Beginner to Master - String Methods, Part 2

Higher Ed
This video is the second part of the two-part video, which shows different string methods.
r/>
This clip is from the chapter "Strings and the StringBuilder Class" of the series "The Complete Java Developer Course: From Beginner...
Instructional Video12:55
Curated Video

The Complete Java Developer Course: From Beginner to Master - String Methods, Part 1

Higher Ed
This video is the first part of the two-part video, which shows different string methods.
r/>
This clip is from the chapter "Strings and the StringBuilder Class" of the series "The Complete Java Developer Course: From Beginner...
Instructional Video10:07
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Lists

Higher Ed
Lists let you store multiple items and preserve the order. Like a grocery list…if you were trying to get in and out of the store as fast as possible.
r/>
This clip is from the chapter "Beginner-friendly Python" of the series...
Instructional Video1:26
Curated Video

Python 3 for Beginners: Introduction to Python Variables, Functions, and Methods

Higher Ed
In this video, you'll learn the fundamentals of Python programming. From understanding variables to creating strings and using functions, this course will guide you through the basics of Python. You'll also discover how everything in...
Instructional Video9:41
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Searching Files and Using Pipe

Higher Ed
This video explains how to search files and use the pipe command.
r/>
This clip is from the chapter "Intermediate Linux Skills" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section explains...
Instructional Video1:14
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Three Things you need to Know

Higher Ed
Introduction to Course: Three Things you need to know
r/>
This clip is from the chapter "Introduction to Course" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section is the introductory...
Instructional Video9:10
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Exception Handling - try, catch and finally

Higher Ed
Exception Handling:<br/<br/>>

This clip is from the chapter "Exception Handling" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn how exceptions are handled in Java.
Instructional Video2:31
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Course Overview

Higher Ed
Introduction to Course: Course Overview
r/>
This clip is from the chapter "Introduction to Course" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section is the introductory section of the...
Instructional Video5:40
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Collection Interface Hierarchy

Higher Ed
Collections: Collection Interface Hierarchy
r/>
This clip is from the chapter "Collections" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about Collection interface...
Instructional Video12:19
Curated Video

Practical Data Science using Python - Python String Operations

Higher Ed
This video explains Python string operations.<br<br/>/>

This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.