Curated Video
Core Java Programming Course- Classes and Object - Exercise 2
This video presents an exercise on classes and objects. This clip is from the chapter "Object-Oriented Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section focuses on the different...
Curated Video
Hands-On WebAssembly for C++ Programmers - Converting the Game to SDL
How do we start moving more functionality to C++, especially hardware interactions? • Learn about the Simple DirectMedia Layer API • Compile our program with SDL • Convert our pong game to use an SDL loop This clip is from the chapter...
Curated Video
The Modern JavaScript Bootcamp (2019) - Using Objects with Functions
In this lesson, you’re going to explore how you can use objects with functions. This includes calling functions with object arguments and returning objects from functions. This clip is from the chapter "JavaScript Objects" of the series...
Curated Video
Don’t Make This Mistake on Agree Disagree Essays - IELTS Energy Podcast 1197
How can you know what type of essay to write on IELTS Writing Task 2? And why is it so important to include your opinion? Today we answer two student questions that will uplevel your Task 2 essays.
Hip Hughes History
The Emancipation Proclamation Explained: US History Review
So you think you know your history? Mr. Hughes lays down the tracks to help you understand the true purpose behind the Emancipation Proclamation and why the Civil War was fought. Brought to you by Mr. Hughes in an easily digestible eight...
Brainwaves Video Anthology
Daniel Kahneman - On Amos Tversky
Daniel Kahneman is Professor of Psychology and Public Affairs Emeritus at the Woodrow Wilson School, the Eugene Higgins Professor of Psychology Emeritus at Princeton University, and a fellow of the Center for Rationality at the Hebrew...
Packt
Reading a Note
File System and Command Line Args (Notes App): Reading a Note This clip is from the chapter "File System and Command Line Args (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will...
Packt
How Different is Function Overriding from Overloading? Explain
This video explains the difference between function overriding and overloading. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java -...
Packt
Brush-Up Basic Java Concepts -2
This is the second part of a three-part lecture that helps you brush up your Java concepts. This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced...
Packt
Implementing Data Structures
This video demonstrates how to implement data structures. This clip is from the chapter "Implementations and Interview Questions" of the series "Data Structures and Algorithms: The Complete Masterclass".This section focuses on...
Curated Video
Bash Shell Scripting- String Operations on Paths | Useful for Real-time
This video explores which string operations to perform on Paths and which ones are useful in real-time operations. This clip is from the chapter "String operations to write Bash Shell scripting" of the series "Complete Bash Shell...
Curated Video
Multi-Paradigm Programming with Modern C++ - Going Functional
Why use function objects together with instead of loops? How to write great lambda expressions easily, and how to master the capture block. • Implementing search with a simple loop and with an algorithm • Mastering the capture block •...
Curated Video
Learn and Master C Programming - #define directive
We will learn how to use #define for defining symbolic constants as well as macros. This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look...
R Programming 101
Use pivot_wider() to shape your data - R programming for beginners
When manipulating your data, you might want to change the shape of our data from long data to wide data. This video will walk you through how to use pivot_wider() to reshape your data from long into wide data. The next video will look at...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Handling Static Dropdowns Using Select Command with Cypress
This video explains handling static dropdowns using select command with Cypress. This clip is from the chapter "Handling Web Controls UI Using Cypress" of the series "Cypress - Modern Automation Testing from Scratch + Framework".This...
Curated Video
Python for Network Forensics 3.3: Deeper File Properties
In this video, we will explore other important properties of file that will allow you to decipher a known bad or malicious actor. • Learn how a digest algorithm works with a file • Develop a Python application to hash a file • Alter our...
Curated Video
Complete Modern C++ - Template Argument Deduction and Instantiation
This video explains how template arguments are deduced. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding, variadic templates, class...
Curated Video
Bash Shell Scripting - Positional Parameters
This video explains positional parameters. This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This video focuses on variables.
IDG TECHtalk
How to send Outlook email, Teams messages and more from R
Microsoft’s Azure team has developed Microsoft365R, which makes it possible to send emails (and Teams messages!) with R. It's a package that interacts with Microsoft 365 APIs. Connect to your Microsoft 365 account with R and send Outlook...
Curated Video
Learning LESS (Video 21)
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...
Curated Video
Python for Network Forensics 1.5: Introduction to Impacket
In this video, we will add breadth to our Python capability to extend functionality using Impacket. • Further expand our application to import Impacket • Decode raw packets using Impacket • Get a better understanding of encapsulation and...
TLDR News
Supreme Court's Prorogation Ruling Explained (Podcast) - Brexit Explained
FAIR WARNING: The majority of this video is Zac and Ben from Team TLDR discussing the supreme court's ruling in a podcast style. We know some people aren't into these videos, and that's completely fair enough. However, given current...
Packt
Practical Exercise Explaining Page Object Model
This video presents a practical exercise explaining the page object model. This clip is from the chapter "Framework Part 8 - Page Object Pattern and Page Factory" of the series "Selenium WebDriver with Java - Basics to Advanced and...