Instructional Video6:15
Curated Video

C++ Developer - Project - Array Data

Higher Ed
This video presents a project on array data. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Instructional Video14:50
Curated Video

Bash Shell Scripting- Introduction to variables

Higher Ed
This video provides an introduction to variables. This clip is from the chapter "Basics of shell scripting" of the series "Complete Bash Shell Scripting".This section covers the basics of shell scripting.
Instructional Video5:34
Curated Video

Core Java Programming Course- Scanner Class

Higher Ed
This video explains the Scanner class. This clip is from the chapter "Special Classes in Java" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the different special classes that are...
Instructional Video14:44
Packt

Parameterizing the Tests with Multiple Data using TestNG

Higher Ed
This video explains how to parameterize the tests with multiple data using TestNG. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video4:35
Curated Video

Complete Modern C++ - Operator Overloading - Part VI (Smart Pointers in C++11)

Higher Ed
This video demonstrates the smart pointers in C++11. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about overloading and type conversion.
Instructional Video8:12
Curated Video

Comprehensive Android Developer Bootcamp - Char, Byte and Short Types in Java

Higher Ed
Deep Dive into Java Programming Language:Char, Byte and Short Types in Java This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you...
Instructional Video7:32
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Generics Puzzles - Restrictions with Extends and Generic Methods

Higher Ed
In this session, we will learn about generics puzzles - restrictions with extends and generic methods. This clip is from the chapter "Generics" of the series "Java Programming for Complete Beginners - Java 16".In this section, we explore...
Instructional Video10:07
Curated Video

The Complete Java Developer Course: From Beginner to Master - Random Numbers (Side Topic)

Higher Ed
This video explores Pseudo-Random Number Generators (PRNGs). This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the fundamental concepts...
Instructional Video5:47
Curated Video

The Art of Communication Using a Word Cloud

9th - 12th
This video production is a STEAM project Grade 7 Math Students complete to communicate their understanding of Integers, Absolute Value, and adding integers. Students use a table of integer values assigned to each letter of the alphabet...
Instructional Video4:38
Curated Video

Introduction to Integration and Finding the Equation of a Curve

Higher Ed
The video explains the process of integration, which is the reverse of differentiation. The lecturer starts by giving an example of differentiation and then moves on to explain how to find the equation of a curve given its gradient...
Instructional Video7:57
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Thank you for taking the course and next steps

Higher Ed
Start building the set_val method and introduce python's hash function This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Instructional Video2:50
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Recursion mini-project 3 - Fibonacci series

Higher Ed
Get the list size and range of ints for each list element from the user during program execution This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python,...
Instructional Video3:48
IDG TECHtalk

Python lists: Sorting lists, either in-place or by creating new lists

Higher Ed
The Numba library for Python makes numerical code faster by way of a just-in-time compiler, as an alternative (or complement) to NumPy and Cython. Often all you need to make existing code faster is a single line of code, with Numba's...
Instructional Video6:01
Curated Video

Core Java Programming Course- Modified/Enhanced "For" loop

Higher Ed
This video explains the modified or enhanced "For" loop. This clip is from the chapter "Arrays" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains arrays in Java.
Instructional Video7:21
Curated Video

Core Java Programming Course- Java Development Kit (JDK) 10 Installation

Higher Ed
This video shows how to install JDK 10. This clip is from the chapter "What's New in Java 10?" of the series "Learn How to Code: The Complete Core Java Programming Course".This section highlights the new features of Java 10.
Instructional Video5:32
Curated Video

Complete Modern C++ - Perfect Forwarding - Part II (C++11)

Higher Ed
In this video, we will understand how perfect forwarding preserves type information of template function arguments. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type...
Instructional Video3:12
Curated Video

Learn and Master C Programming - Understanding For Loops in C/C++

Higher Ed
We will look at the β€˜for’ loop syntax and dissect its parts to understand how it executes and become familiar with it. This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and Master C Programming For...
Instructional Video5:42
Curated Video

Excel VBA Programming The Complete Guide - The Variant Data Type

Higher Ed
In this lesson, we use the TypeName method from the VBA object to track the data type of a Variant variable as we assign different values to it. This clip is from the chapter "Variables and Data Types" of the series "Excel VBA...
Instructional Video18:04
Curated Video

The Complete Beginners Guide to Arduino - 2021 - Let Us Make a Clock

Higher Ed
In this lecture, we are going to make a clock. This clip is from the chapter "Step-by-Step Learning with Arduino Projects" of the series "The Complete Beginners Guide to Arduino - 2021".In this important section, we are going to learn...
Instructional Video1:32
Brian McLogan

Simplifying complex fractions

12th - Higher Ed
πŸ‘‰ Learn how to simplify complex fractions. To simplify complex fractions having a fraction as the numerator and another fraction as the denominator we first factor the expressions that can be factored and then we multiply the fraction in...
Instructional Video4:35
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Java Floating Point Data Types - Casting, Conversion, and Accuracy

Higher Ed
In this video, we will learn about Java floating point data types - casting, conversion, and accuracy. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java...
Instructional Video4:10
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Introduction to Java Method Arguments - Puzzles and Tips

Higher Ed
In this video, we will learn about introduction to Java method arguments - puzzles and tips. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Instructional Video8:14
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Java Expression – Puzzles

Higher Ed
This video talks about Java expression – puzzles. 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 section,...
Instructional Video5:48
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Exploring New Java API - Predicate - not Method

Higher Ed
In this session, we will learn about the method, Predicate.not. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This section focuses on the new...