Instructional Video17:08
Curated Video

Bash Shell Scripting - Using the "shift" Function

Higher Ed
This video explains the "shift" function. This clip is from the chapter "Parsing Command Line Arguments" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section helps you understand...
Instructional Video6:35
IDG TECHtalk

R tip: Quick Interactive Tables

Higher Ed
See how to create an interactive HTML table with one line of code. Plus, plenty of customizations. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
Instructional Video3:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Comparator

Higher Ed
Another option for providing sorting information is to create a Comparator object which takes two objects and returns their order. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer...
Instructional Video5:27
Curated Video

Multi-Paradigm Programming with Modern C++ - Arguments and Return Values

Higher Ed
How many arguments should a function have, and how to pass them properly? There are simple ways for making the functions even better. • How many arguments? • Passing by value, by reference and by pointer • Return values and other tips...
Instructional Video2:52
Curated Video

C++ 20 (2a) New Features - Rationale for Ranges

Higher Ed
Passing pair of iterators to algorithms makes them difficult to compose. Code that uses algorithms is verbose and does not facilitate functional programming. • Convert a pair of pointers to a range • Use constrained algorithms • Compose...
Instructional Video3:52
Curated Video

Writing the Argument for Your Thesis Statement: Turning Purpose into a Claim

K - 5th
In this video, the teacher explains how to use analysis to write an essay. The focus is on persuasive writing, where the author states their opinion and supports it with evidence. The teacher provides a step-by-step guide on how to turn...
Instructional Video10:16
Curated Video

Python for Network Forensics 5.2: Port Enumeration

Higher Ed
In this video, we will further our attack by enumerating devices found on our network. This will provide us with services that may be exploitable. • Introduce network sockets and network connections in Python • Use sockets and build a...
Instructional Video4:51
Curated Video

Core Java Programming Course- Super Class Constructor

Higher Ed
This video explains the super class constructor. 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 abstraction...
Instructional Video10:48
Packt

Date Class Concepts

Higher Ed
This video explains the date class concepts. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core Java.
Instructional Video7:29
Curated Video

Bash Shell Scripting - Passing Arguments

Higher Ed
This video helps you understand how to parse arguments. 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 will help you...
Instructional Video4:44
IDG TECHtalk

Python 3.10's new features: Parameter specification variables

Higher Ed
Python 3.10's new "ParamSpec" type hinting function lets you pass the type hints of function parameters to other parameters, to make it easier to typehint decorators and other highly abstracted constructions.
Instructional Video7:09
Curated Video

Hands-On WebAssembly for C++ Programmers - Running Your First C++ Application on the Web

Higher Ed
Now that your tools are installed, how do you write your first C++ program to run in the browser? • Write C++ code • Compile the C++ code into WebAssembly • Integrate input and output between the browser and your code This clip is from...
Instructional Video7:25
Curated Video

Learning LESS (Video 19)

Higher Ed
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
Instructional Video14:52
Packt

Adding Tests to Suite in Framework Guidelines

Higher Ed
This video explains how to add tests to a suite in the framework guidelines. 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 Video6:32
Curated Video

Multi-Paradigm Programming with Modern C++ - Specializing the Template

Higher Ed
Our “equal” function uses an epsilon to compare values. This works well with floating point types, but it’s inefficient for fixed point. We can try to specialize the function template, but how to do this in a generic way? • The problem...
Instructional Video9:36
Curated Video

Complete Modern C++ - Dynamic Memory Allocation - Part I (malloc Function)

Higher Ed
This video explains basics of dynamic memory allocation in C. • Learn the meaning of `optional` • Memory layout of `optional` • Optional versus pointers This clip is from the chapter "Memory Management – Part I" of the series "Complete...
Instructional Video11:38
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Relationship of Two Features (1)

Higher Ed
This video explains the relationship of two features part 1. This clip is from the chapter "Exploratory Data Analysis" of the series "Python for Data Analysis: Step-By-Step with Projects".This section explains exploratory data analysis.
Instructional Video5:14
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - How to Create Elements in DOM

Higher Ed
DOM Crash Course: How to Create Elements in DOM This clip is from the chapter "DOM Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about DOM, DOM styles and classes, events etc
Instructional Video5:54
Curated Video

Excel VBA Programming The Complete Guide - The TypeName Method

Higher Ed
The VBA.TypeName method accepts an VBA object and returns its type as a string. In this lesson, we practice invoking the method in the Immediate Window with a variety of inputs including strings, numbers, and various Excel objects. This...
Instructional Video11:00
TLDR News

Should Cummings Resign After Lockdown Violations? Was Johnson Right to Defend Him? - TLDR News

12th - Higher Ed
Should Cummings Resign After Lockdown Violations? Was Johnson Right to Defend Him? - TLDR News
Instructional Video12:45
Packt

Rendering Messages

Higher Ed
Real-Time Web Applications with Socket.io (Chat App): Rendering Messages This clip is from the chapter "Real-Time Web Applications with Socket.io (Chat App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this...
Instructional Video14:06
Packt

Reusing Functions with Variable Data

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

Complete Git Guide: Understand and Master Git and GitHub - Interactive Rebasing with Squashing in the Local Repository

Higher Ed
This video focuses on the interactive rebasing with squashing in the local repository. This clip is from the chapter "Advanced Git" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how 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. This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript Bootcamp...