Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Addition and Subtraction
This video explains how to add and subtract in Excel VBA. This clip is from the chapter "Mastering Variables in VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This video explains variables in VBA using...
Visual Learning Systems
Weather Around Us: What Is Weather?
Upon viewing the Weather Around Us video series, students will be able to do the following: Define weather as the condition of the lower atmosphere close to Earth. Understand that weather is constantly changing. Understand that...
IDG TECHtalk
How to mitigate the Microsoft MSHTML remote code execution zero-day
A new zero-day vulnerability allows attackers to gain network access through Microsoft 365 documents. Here’s how to stop it.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Arithmetic Operator
In this video, we will dive into the arithmetic operators in JavaScript, including addition, subtraction, multiplication, and division. You will learn to perform basic mathematical operations and manipulate numerical values in code.
Curated Video
Complete Python Scripting for Automation - How to use Functions of one script into another script, what is __name__ ?
Functions: How to use Functions of one script into another script, what is __name__ ? This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting...
Curated Video
Programming with Scratch: Working with Numbers
In this tutorial, students learn how to work with numbers in programming using Scratch. They are guided through creating a program that asks for two numbers, adds or multiplies them, and displays the result. The tutorial also introduces...
Curated Video
Complete Python Scripting for Automation - Simple Functions with arguments
Functions: Simple Functions with arguments This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code into Functions, Calling a...
Curated Video
Core Java Programming Course- Method Overloading
This video explains method overloading. 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 concepts of...
Curated Video
Learn JavaScript from Scratch JavaScript for Everyone - JavaScript Operators
In this video, you'll learn the different types of operators in JavaScript. This clip is from the chapter "Coding with JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll get started...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Operators
In this video, we will introduce operators in JavaScript, including arithmetic, comparison, logical, and assignment operators, and how to use them in our code. This clip is from the chapter "Variables, Data Types, Methods, and More" of...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Set interfaces and implementations - HashSet, LinkedHashSet and TreeSet
Collections: Set interfaces and implementations - HashSet, LinkedHashSet and TreeSet This clip is from the chapter "Collections" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn...
Curated Video
Migrating to Angular 2 (Video 13)
Angular 2 is a technical and conceptual overhaul of its hugely popular predecessor, AngularJS. This means that for developers who have built and maintained applications with AngularJS, and need to transition projects across to Angular 2,...
Curated Video
Learning LESS (Video 20)
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
Core Java Programming Course- Arithmetic Operators in Java
This video explains the different arithmetic operators in Java. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the...
Curated Video
High Performance Scientific Computing with C 2.2: Algorithm Complexity and Performance
How does the design of our programs affect their speed and accuracy? • Learn about floating-point round-off error • Learn about computational complexity • Examine the divide-and-conquer design approach
Curated Video
TypeScript for Beginners - Arithmetic Operators
This video explains arithmetic operators. This clip is from the chapter "Operators" of the series "TypeScript for Beginners".This section introduces you to operators and explains how to use them.
Curated Video
Bash Shell Scripting- Defining a Function and Calling a Function
This video shows how to define and call a function. This clip is from the chapter "Functions" of the series "Complete Bash Shell Scripting".This section explains functions in detail.
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Mathematical Operators
Most programs will require you to manipulate data in some way and this lecture explains the different types of mathematical operators you can use to calculate your desired results. This clip is from the chapter "Programming Fundamentals"...
Curated Video
Introduction To Website Development Technologies - JavaScript Arithmetic Operations
In this video, you will learn about JavaScript arithmetic operations. This clip is from the chapter "Understanding JavaScript, jQuery, and Bootstrap" of the series "Introduction to Website Development Technologies".In this section, we...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - More on Creating New Variables
More on creating new variables, including the type of expressions that you can utilize. This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section...
Curated Video
Predictive Analytics with TensorFlow 1.4: Vectors, Matrices, and Graphs
We will discuss vectors, metrics, and tensors, which are some fundamental topics for learning predictive analytics. • Understand vectors and matrices • Find transpose of matrix
Science Buddies
Random Math Test Generator in Scratch
Write a program to generate random math problems and automatically grade them.
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Multiply and Divide
This video explains how to multiply and divide in Excel VBA. This clip is from the chapter "Mastering Variables in VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This video explains variables in VBA using...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Header Files
In this video, we will work on our simple calculator program and learn how to add header files. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover...