Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Area - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Curated Video
C++ Developer - Symbolic Constants and Naming Conventions
This video focuses on symbolic constants and naming conventions. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Curated Video
Advanced Swift 2 Application Development (Video 15)
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Curated Video
Bash Shell Scripting- Complete printf command
This video explains in detail how to write and used the printf command. 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 printf command.
Curated Video
Complete Modern C++ - Automatic Type Inference (C++11)
This video introduces the auto keyword and explains how to use it to infer types automatically. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions,...
Curated Video
C++ Standard Template Library in Practice - Allocators
The user is unfamiliar with the std::allocator and wants to learn more about it. • Introduce the std::allocator • Show what it can do, and how to use it • Reinforce the lesson with an example This clip is from the chapter "Memory" of the...
Curated Video
Learn and Master C Programming - Pointers and 'const' Keyword
We will look at the different ways we can combine the word 'const' with pointers and how that impacts the meaning and usage of the pointers as well as the data pointed at. This clip is from the chapter "Pointers" of the series "Learn and...
Curated Video
Statistics for Data Science and Business Analysis - The Various Types of Data We can Work With
This video explains about the various types of data to work with. This clip is from the chapter "Descriptive Statistics Fundamentals" of the series "Statistics for Data Science and Business Analysis".This section describes the...
Curated Video
Excel VBA Programming The Complete Guide - The Byte, Integer and Long Data Types
VBA has 3 options for whole numbers: Byte, Integer, and Long. Each data type supports a different range of numbers; Byte only supports any number from 0 to 256 while Long can store numbers in the billions. In this lesson, we practice...
Curated Video
Excel VBA Programming The Complete Guide - The Option Explicit Setting
The Option Explicit setting at the top of a code module mandates that all variables be declared with a valid data type before being assigned a value. In this lesson, we compare a code sample with and without this setting enabled to see...
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Sequences - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Algebra - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Brian McLogan
How to take the odd root of a negative integer, cube root
👉 Learn how to find the cube root of a number. To find the cube root of a number, we identify whether that number which we want to find its cube root is a perfect cube. This is done by identifying a number which when raised to the 3rd...
Why U
Pre-Algebra 19 - Converting Terminating Decimal Numbers to Fractions
Decimal numbers with a finite number of digits after the decimal point can be easily converted into fractions. This chapter explains why.
Curated Video
Understanding Closure Property: Sets of Numbers
Closure refers to the property of a set of numbers and operations where performing those operations on any two elements of the set always results in another element of the set. We examine various sets of numbers, such as whole numbers,...
Curated Video
Learning PHP 7 (Video 5)
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Curated Video
Learning PHP 7 (Video 17)
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Packt
Use variables to modify data : Overview of the Different Variable Types
From the section: Primer on Python. This section is made to teach you the fundamentals of Python. You will write your first Python code lines by learning to structure and store information in your program, using functions in order to...
Curated Video
Multiplying Negative Integers: Understanding Equal Groups
In this lesson, students learn how to multiply negative integers by negative integers by thinking about equal groups. They use models to represent positive and negative integers and understand the concept of additive inverses.
IDG TECHtalk
Type hinting in Python, Part 1: The basics
Learn the basics of how Python's type hinting system, optional but powerful, helps make your code easier to read, understand, and interact with.
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 04 - Define XML Schema Definition (XSD) for Request-GetCourseDetailsReque
SOAP Web Services with Spring and Spring Boot: Step 04 - Define XML Schema Definition (XSD) for Request-GetCourseDetailsReque This clip is from the chapter "SOAP Web Services with Spring and Spring Boot" of the series "Master Java Web...
Brian McLogan
How to factor any integer
👉 Learn how to factor a number, variable, and monomial completely. To factor means to write our term as a product of its factors. Therefore we will learn how to break down a number, variable, and monomial into its factors.
Curated Video
Comprehensive Android Developer Bootcamp - Challenge Solution Final - Showing HighestScore Text
CHALLENGE SOLUTION – Improve Trivia app: Challenge Solution Final - Showing HighestScore Text This clip is from the chapter "CHALLENGE SOLUTION – Improve Trivia app" of the series "The Comprehensive Android Developer Bootcamp".This...
Curated Video
Learn and Master C Programming - Working with single-dimension arrays in C/C++
We will see how we can declare and process a single-dimensional array in C/C++. This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will look at how to declare...