Curated Video
I WONDER - Could Humans Live Without Gravity?
This video is answering the question of could humans live without gravity.
Curated Video
High Performance Scientific Computing with C 2.1: Floating-Point Numbers and IEEE-754
How are real numbers stored and manipulated? How does this affect our program’s performance? • Learn how the IEEE-754 standard defines floating-point storage • Learn the range of floating-point numbers • See how we can go beyond this...
Curated Video
Comprehensive Android Developer Bootcamp - Booleans
Deep Dive into Java Programming Language:Booleans This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you to the programming...
Curated Video
The Full Stack Web Development - Add Initial CSS
Sass - The CSS Preprocessor: Add Initial CSS This clip is from the chapter "Sass - The CSS Preprocessor" of the series "The Full Stack Web Development".SASS is a CSS pre-processor which allows us in using variables, mixins as in...
Curated Video
The Full Stack Web Development - Basic Styling - Project on Basic CSS
Basic HTML Programming: Basic Styling - Project on Basic CSS This clip is from the chapter "Basic HTML Programming" of the series "The Full Stack Web Development".In this section, the author briefly goes over the frontend technology like...
Curated Video
C++ Programming By Example - Overview of Containers in C++
What are the available containers for storing data in C++? • Look at cppreference on available container classes • Code small examples on how to use containers • Run samples and observe the output to understand how the containers work...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Java Wrapper Classes - an Introduction - Why and What?
In this video, we will learn about Java wrapper classes - an introduction - why and what. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Exercise #4: Image Grid
In this video, we'll cover exercise #4: image grid. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style,...
Curated Video
Practical CSS3 Mastery Course - Media Queries
In this video, we will cover media queries. This clip is from the chapter "Flexbox, Media Queries, and Responsive Design" of the series "Practical CSS3 Mastery Course".in this section, you will learn about Flexbox, media queries, and...
Curated Video
Practical CSS3 Mastery Course - CSS Animation Keyframes - Part 1
In this video, we will cover CSS animation keyframes. This clip is from the chapter "Advance Selectors, Effects, and Animation" of the series "Practical CSS3 Mastery Course".in this section, you will learn about advance selectors,...
Curated Video
TypeScript for Beginners - String to Numeric
This video demonstrates how to convert a string variable to numeric. This clip is from the chapter "Static Methods" of the series "TypeScript for Beginners".This section introduces you to the various static methods and explains how to...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Variables
This video gives you an introduction to variables in Python. This clip is from the chapter "Python Basics" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn the basics of Python.
Curated Video
The Full Stack Web Development - Project - Building A Simple HTML Template
Basic HTML Programming: Project - Building A Simple HTML Template This clip is from the chapter "Basic HTML Programming" of the series "The Full Stack Web Development".In this section, the author briefly goes over the frontend technology...
Curated Video
Complete Modern C++ - Introduction to Templates
This video introduces generic programming through templates. 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,...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Element Alignments
In this video, we'll cover CSS element alignments. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style,...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Primitive Versus Reference Types
This video explains the difference between primitive and reference data types in Java. This clip is from the chapter "Introducing Java" of the series "The Complete Java Developer Course: From Beginner to Master".This section introduces...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 2: Exercises – Solution
This video shows the answers to the exercises given in the previous video. This clip is from the chapter "Python Basics- Level 2" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, you will...
Curated Video
Practical CSS3 Mastery Course - CSS Animation Keyframes - Part 2
In this video, we will continue with CSS animation keyframes. This clip is from the chapter "Advance Selectors, Effects, and Animation" of the series "Practical CSS3 Mastery Course".in this section, you will learn about advance...
Curated Video
Complete Modern C++ - Default and Deleted Functions (C++11)
This video explains how to use the C++11 keywords, default and delete, to control what functions are synthesized by the compiler. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Floats Images
In this video, we'll cover CSS floats images. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style, CSS...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - Features & Footer
Hotel Website: Features & Footer This clip is from the chapter "Hotel Website" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll create a Hotel Website.
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Cast a Type to Another Type
This video shows how to modify a data type of a variable. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the fundamentals of...
Espresso Media
Ships That Carry Ships: An Overview of a Semi-Submersible Ship
Ships That Carry Ships part 1/7: This video explores the use of heavy lift ships, specifically the Hawk, to transport ships and other large cargo loads that cannot survive a transoceanic voyage. The loadmaster, Bartosh Kozinski, shares...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - Introduction to BigDecimal Java Class
In this video, we will learn about introduction to the BigDecimal Java class. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...