Curated Video
Learn and Master C Programming - Arguments of main() function - Part 1
We will learn how to pass arguments to our main function from the command-line and also how to pass them from within visual studio and debug through the code to look at their values. This clip is from the chapter "Strings" of the series...
Curated Video
Your Guide to the Toronto International Film Festival
The Toronto International Film Festival, or simply TIFF, as it's commonly called, is a large film event held mid-September each year in Toronto, Ontario. With screenings held at various venues in Toronto, learn. how attendees must...
FuseSchool
Exact Trig Values - Hand Trick
There are some key angles that have exact values in trigonometry. The ones we need to know are 0, 30, 45, 60 and 90. In this video we will discover one method of remember what these values are - by counting fingers on our hand! In the...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Mixing Joins with Aggregates - Advert CTR
This video is about mixing joins with Aggregates. 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...
Curated Video
The Very Cold, Freezing, No-Number Day
HELP! Some VERY cold numbers are in danger — it's so cold outside, they're almost frozen! But, YOU can help. Count the numbers out loud and see if you can warm them up. Hurry! This playful adventure of a story teaches numbers, counting,...
Curated Video
Skip Counting by Fives: Identifying Patterns Using a Number Line
In this video, students learn how to identify patterns when skip counting by fives using a number line. The teacher explains the concept of skip counting and demonstrates how to count by fives on a number line from 0 to 40. The teacher...
Curated Video
Introduction to Scientific Notation: Writing and Understanding Large Numbers
This video explains how to write very large numbers using scientific notation. It covers the concept of multiplying by powers of 10 and provides examples of numbers written in scientific notation. The video also demonstrates how to...
Curated Video
Learning Lodash 4.0 (Video 8)
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Curated Video
Brexit: what would a second referendum look like?
Britain's Labour Party has announced it will support a second referendum on Britain leaving the EU. What might be on the ballot?
Brave Wilderness
Wild Chameleons in Florida?!
On this episode of Coyote’s Backyard, the team and new friend David Humphlett discover an animal NONE of them expected to find! In all of their trips to South Florida Coyote and the crew have seen their fair share of amazing creatures....
Coach Dan Blewett
How Pro Pitching Coaches Get Relievers Warmed Up
In this video: learn how to properly warm up relievers so they are ready to pitch, and the terminology used by pro teams.
KnowMo
Rectangular Areas: Understanding and Calculating Area of Rectangles and Composite Shapes
This video lecture provides an introduction to rectangular areas and how to calculate them. The speaker explains the concept of area as the space inside a 2D shape and the formula for calculating it by multiplying two side lengths...
Curated Video
KS2 Primary Maths Age 9-13 - Geometry: Translation - Explained
SchoolOnline's Primary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 9-13, they cover every key topic and sub topic covered in Maths in clear and easy to follow steps. This video looks at...
Brian McLogan
Given vertices and co vertices graph the equation of an ellipse
Learn how to write the equation of an ellipse from its properties. The equation of an ellipse comprises of three major properties of the ellipse: the major radius (a), the minor radius (b) and the center (h, k). The ellipse is vertical...
Curated Video
Adding and Subtracting Rational and Irrational Numbers
This video explains how to predict the result of adding and subtracting rational and irrational numbers by looking at general cases algebraically. It covers the definitions of rational and irrational numbers and emphasizes that adding...
Curated Video
Finding the Shortest Distance on a Coordinate Plane
In this video, the teacher explains how to determine the shortest distance between two points on a coordinate plane. Using examples of going to different locations from a starting point, the teacher demonstrates how to count the number...
Curated Video
Showing Two and Three Digit Numbers on a Number Line
In this video, the teacher explains how to show two and three digit numbers on a number line by considering the place value of hundreds, tens, and ones. The teacher emphasizes the importance of paying attention to the scale and units on...
Journey to the Microcosmos
Midi-chlorians Our Connection to the Force - April Fools' Day Video
Midi-chlorians Our Connection to the Force - April Fools' Day Video
Packt
Frames Techniques - Real Time Example
This video presents a real-time example for frames techniques. This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Create a list : The List Contains Challenge
From the section: Lists. This section focuses on lists and the various functions of the list. This video presents the List Contains Challenge.
Coach Dan Blewett
How to Throw a Changeup Behind in the Count
Learn how to throw a changeup when you're behind in the count, which can be a HUGE equalizer when you find yourself struggling to get ahead of hitters.
Curated Video
Complete Python Scripting for Automation - count, index and find operations on strings
Complete String Operations: count, index and find operations on strings This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic operations on strings...
Curated Video
Creational Design Patterns in Modern C++ - Game Implementation - Part III
This video is the third part of the six-part video that demonstrates how to add the GameManager, which creates the instances of the vehicle subclasses. This clip is from the chapter "Prototype" of the series "Creational Design Patterns...
Curated Video
C++ Standard Template Library in Practice - Counting
The listener is new to algorithms and does not know about the counting algorithms. • Introduce the listener to the std::count algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...