Instructional Video4:51
Curated Video

Core Java Programming Course- Super Class Constructor

Higher Ed
This video explains the super class constructor.
r/>
This clip is from the chapter "Inheritance and Abstraction" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains inheritance and...
Instructional Video9:34
Schooling Online

English Essentials - Next Level Knowledge - Breaking Down Questions and Formulating Arguments (Stage 6, Years/Grades 11-12)

3rd - Higher Ed
Continue conquering comparative essays in this lesson as we break down a theme-based question. Not only will we show you how to break the question down, but we’ll also show you how to formulate a strong thesis (argument). Enjoy our easy...
Instructional Video7:29
Curated Video

Bash Shell Scripting - Passing Arguments

Higher Ed
This video helps you understand how to parse arguments.
r/>
This clip is from the chapter "Getting Started - The Basics" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section...
Instructional Video6:36
Curated Video

Complete Java SE 8 Developer Bootcamp - Initializing Data

Higher Ed
The author introduces the "constructor" as a means to initialize the state of an object.
r/>
This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented...
Instructional Video8:27
Curated Video

Excel VBA Programming The Complete Guide - Excel Worksheet Functions

Higher Ed
Many of Excel's popular worksheet functions are available for use in the Visual Basic Editor. In this lesson, we implement the popular VLOOKUP function using code.
r/>
This clip is from the chapter "Functions" of the series...
Instructional Video13:17
Curated Video

Bash Shell Scripting- Complete printf command

Higher Ed
This video explains in detail how to write and used the printf command.
r/>
This clip is from the chapter "Complete printf command" of the series "Complete Bash Shell Scripting".This section explains how to write and used the...
Instructional Video14:30
Amor Sciendi

Measure for Measure Act 2

12th - Higher Ed
Analysis of Shakespeare's play Measure for Measure Act 2
Instructional Video6:41
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project: Job Scheduler using Binary Search Trees - Introduction

Higher Ed
Go through implementation steps from concluded project<br/<br/>>

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 Video11:07
Curated Video

Bash Shell Scripting- How to handle the command line arguments

Higher Ed
This video shows how to handle the command line arguments.
r/>
This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell Scripting".This section covers the...
Instructional Video14:06
Packt

Reusing Functions with Variable Data

Higher Ed
This video explains how to reuse functions with variable data.
<
br/>
This clip is from the chapter "Cucumber Behavior Driven Data – Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video3:00
Curated Video

Complete Java SE 8 Developer Bootcamp - Varargs

Higher Ed
Varargs allows methods to take zero or more objects.
r/>
This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to...
Instructional Video13:06
Curated Video

The Modern JavaScript Bootcamp (2019) - Methods

Higher Ed
In this video, you’re going to learn about methods. A method is nothing more than an object property with a value set to a function.
r/>
This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript...
Instructional Video3:29
Curated Video

Excel VBA Programming The Complete Guide - Methods without Arguments

Higher Ed
In this lesson, we'll explore three methods:

• The Workbooks.Add method to create a new Wor
kbook
• The Workbook.Save method to save a single
Workbook.
• The Range.Clear method to clear a range of values, styli
ng...
Instructional Video6:43
Curated Video

Excel VBA Programming The Complete Guide - Methods with Multiple Arguments

Higher Ed
Some object methods can accept multiple arguments. In this lesson, we continue exploring the Workbooks.Open method and two of its parameters -- FileName and ReadOnly. Arguments can be fed in sequentially or with named parameters --...
Instructional Video4:15
Curated Video

Learning R for Data Visualization (Video 12)

Higher Ed
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Instructional Video8:26
Curated Video

Python for Network Forensics 2.3: Querying the Registry

Higher Ed
In this video, we will become familiar with the Windows registry and how the key:value data store maintains OS configuration data. • Learn how to interact with the registry using regedit • Use Python to interact with the registry by...
Instructional Video24:24
Curated Video

Bash Shell Scripting- Installing multiple packages with for loop and command line arguments

Higher Ed
This video shows how to install multiple packages with for loop and command line arguments.
r/>
This clip is from the chapter "Loops and Loop control statements - Part 1" of the series "Complete Bash Shell Scripting".This...
Instructional Video3:09
Curated Video

Multi-Paradigm Programming with Modern C++ - Manipulating Data

Higher Ed
Real-world programs manipulate data in numerous ways. You will need filtering, conversions, transformations, and so on. There is always a temptation to write a loop, but STL algorithms are preferable.

• How many ways are there...
Instructional Video7:23
Curated Video

Creational Design Patterns in Modern C++ - std::shared_ptr

Higher Ed
This video demonstrates how to use the factory method as functions and focuses on the std::shared_ptr function.
r/>
This clip is from the chapter "Factory Method" of the series "Creational Design Patterns in Modern C++".This...
Instructional Video14:50
Curated Video

Data Science and Machine Learning with R - The Pipe Operator

Higher Ed
This video explains pipe operator.
r/>
This clip is from the chapter "Data Manipulation in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section focuses on data manipulation...
Instructional Video6:52
IDG TECHtalk

Tidy eval in R: A simple example

Higher Ed
Do you want to use ggplot2, dplyr, or other tidyverse functions in your own functions? This easy example shows how.
Instructional Video2:30
Curated Video

REST APIs with Flask and Python - Solution to Coding Exercise: Functions

Higher Ed
This video provides the solution to the "Functions" Python coding exercise.
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts...
Instructional Video4:58
Curated Video

Web Development with Node.JS and MongoDB (Video 29)

Higher Ed
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Instructional Video16:27
Packt

Sending Welcome and Cancelation Emails

Higher Ed
Sending Emails (Task App): Sending Welcome and Cancelation Emails
<
br/>
This clip is from the chapter "Sending Emails (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn...