Curated Video
Why Belgium Is So Divided: The Dutch And French Culture Split
Belgium is a unique country in Europe. While most countries speak their own language, Belgium is actually divided mostly by Dutch and French (with a smidge of German thrown in for good measure). But while some other European countries...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Bringing Parallelism to Quick Sort
This video is about bringing parallelism to Quick Sort.
Curated Video
How to Partition a Number
This video explains how to partition numbers. This is an extremely important skill for both children and adults to have. It can greatly assist with mental arithmetic and being able to manipulate numbers. We cover addition and subtraction...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Offline Evaluation Techniques
In this video, you will learn about the evaluation technique and focus on the offline evaluation technique in this lecture.
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - New Installation - First Drive
In this video, you will go through the process of setting up an initial drive and installing an operating system using bootable media. This clip is from the chapter "Implementing Mass Storage" of the series "CompTIA A+ Certification Core...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - MBR Partitioning
Master boot record (MBR) partitioning is the oldest way to partition mass storage. All operating systems still support MBR, so it's important for techs to recognize its limitations. This clip is from the chapter "Implementing Mass...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Understanding Partitioning
In this video, we will understand Partitions, which serves several critical functions beyond just storing our data. Specialized partitions support virtual memory, boot, and recovery functions. This clip is from the chapter "Implementing...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Formatting in Action
File systems are created through the process called formatting. . There are several different ways to format mass storage and a good tech knows how to do this for the most common file systems. This clip is from the chapter "Implementing...
Curated Video
Recommender Systems with Machine Learning - Offline Evaluation Techniques
This video talks about offline evaluation techniques of recommender systems. This clip is from the chapter "Basic of Recommender Systems" of the series "Recommender Systems with Machine Learning".This section focuses on the basics of...
Curated Video
Oracle Database Administration from Zero to Hero - Overview on Oracle Database (Part 2 of 2)
In this video, you will learn about the different Oracle database editions and license options available. This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to Hero".In this...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is Data Partitioning? And Why We Are Using Data Partitioning?
The video introduces the concept of data partitioning and explains its purpose in microservices data management and discusses the benefits of data partitioning and explores the idea of distributing data across multiple partitions or...
Curated Video
Design Microservices Architecture with Patterns and Principles - Data Partitioning: Horizontal, Vertical, and Functional Data Partitioning
This video explores different types of data partitioning techniques; horizontal partitioning, dividing data based on rows or ranges; vertical partitioning, splitting data based on columns or attributes; and functional partitioning,...
Curated Video
Design Microservices Architecture with Patterns and Principles - CAP Theorem
This video explains the CAP theorem (Consistency, Availability, Partition tolerance) and its relevance to distributed systems and database design in microservices and discusses the trade-offs between these three properties and the impact...
Curated Video
Spark Programming in Python for Beginners with Apache Spark 3 - Windowing Aggregations
In this video, we will cover Windowing aggregations. This clip is from the chapter "Aggregations in Apache Spark" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this section, you will learn about...
Packt
Introduction to computer hardware and software : New Installation - First Drive
From the section: Implementing Mass Storage. Here, we learn to implement mass storage. A brand-new system doesn’t have a bootable drive with an installed operating system. In this episode you will go through the process of setting up an...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Streaming Joins
This video is about Streaming Joins This clip is from the chapter "Joining Streams and Tables" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section is about Joining Streams and Tables in detail.
Curated Video
Partitioning the Whole: Solving Division Problems with Fractions
In this video lesson, students learn how to solve division problems by partitioning the whole. The instructor explains the concept using fraction bars and fractional amounts. Through examples and explanations, students understand how to...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Kafka Producer - Final Note and References
This is going to be the last lecture on producer APIs which will cover following topics namely Synchronous Send, Producer Callback, Custom Partitioner and Avro Serializer and Schema Registry This clip is from the chapter "Creating...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 2 - Write Partitioned DataFrame to Parquet
Let's finish working on the last part of the challenge. In this session, we will write the final DataFrame into a partitioned paraquet file. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3...
Curated Video
Word Problems Involving Division of Whole Numbers Leading to Fractional Answers
In this video, students will learn how to solve word problems involving division of whole numbers. The teacher explains the concept of sharing equally and uses examples of sharing chocolate bars and sacks of rice to demonstrate the...
Curated Video
C++ Standard Template Library in Practice - Standard Array
The user is unfamiliar with the standard array container, wishes to know more about them, and when to use them in contrast to the C style array. • Begin by introducing the user to the standard array, discussing how it works • Inform the...
Curated Video
C++ Standard Template Library in Practice - Section 5 Review
Review the entire section until now • Review the topics covered • Talk about lessons learned • Introduce the next topic that we will cover This clip is from the chapter "Algorithms - Part Two" of the series "C++ Standard Template Library...
Curated Video
CompTIA A+ Certification 220-1001: The Total Course - New Installation - First Drive
A brand-new system doesn’t have a bootable drive with an installed operating system. In this episode you will go through the process of setting up an initial drive and installing an operating system using bootable media. This clip is...
Brian McLogan
How to partition a line at a point P into a ration of 1:3
👉In this video I will show you how to partition a line into a ration of 1:3 and find the point that makes that partition. Timestamps: 0:00 Intro 0:43 Start of Problem Corrections: 3:21 Made a mistake, it should have been -4 not -3. Final...