Packt
Difference Between HashMap and HashTable (Interview)
This video explains the difference between HasMap and HashTable. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to...
NASA
NASA | SDO Catches Surf Waves on the Sun
Scientists have spotted the iconic surfer's wave rolling through the atmosphere of the sun. This makes for more than just a nice photo-op: the waves hold clues as to how energy moves through that atmosphere, known as the corona.
Brian McLogan
How to determine by plotting if two figures are similar or not
👉 Learn how to determine whether two triangles are similar given the coordinate points of the vertices of the triangle. Two triangles are said to be equal when the corresponding angles of the triangles are congruent (equal) or when the...
Brian McLogan
Fastest way to multiply by five
👉 You will learn how to multiply integers from one digit to multiple digits. When multiplying it is important to understand that multiplication is just repeated addition. However with multi-digit numbers we will follow a step by step...
Professor Dave Explains
Oxymercuration-Demercuration
An introduction to oxymercuration-demercuration.
XKA Digital
Game-changing innovation in marketing
Steve is Commercial Director and Chief Marketing Officer, UK & Ireland for Kraft Heinz, joining the company in March 2017. In this board leadership role he is responsible for the UK marketing and commercial functions at Kraft Heinz....
Fun Robotics
Types of Recommenders
Explains the difference between content-based and collaborative filtering recommenders.
All In One Social Media
How To Find the BEST Hashtags For Instagram
How To Find the BEST Hashtags For Instagram // Getting discovered on Instagram is all about finding the best hashtags for you your brand and your content. I use these tools to find the right tags and maxmise the reach of my message,...
Packt
Admin Order List
This video focuses on the admin order list. This clip is from the chapter "Date Admin Screens-Part 2" of the series "MERN E-commerce from Scratch".This is the second part of a two-part section that explores the admin screen.
NASA
Ten Mysteries of Venus
The surface of Venus is completely inhospitable for life: barren, dry, crushed under an atmosphere about 90 times the pressure of Earth’s and roasted by temperatures two times hotter than an oven. But was it always that way? Could Venus...
The Business Professor
What is required to Certify a Class in class action lawsuit?
What is required to Certify a Class in class action lawsuit?
Curated Video
The Fascinating Anatomy and Adaptations of Sharks
This video provides an overview of the fascinating anatomy and physical characteristics of sharks. It explores the different types of fins and their functions, the unique skin composition of sharks, their breathing mechanisms, jaw...
Brian McLogan
What is similarity
👉 Learn how to solve with similar triangles. Two triangles are said to be similar if the corresponding angles are congruent (equal). Note that two triangles are similar does not imply that the length of the sides are equal but the sides...
Curated Video
Multi-Paradigm Programming with Modern C++ - Going Functional
Why use function objects together with instead of loops? How to write great lambda expressions easily, and how to master the capture block. • Implementing search with a simple loop and with an algorithm • Mastering the capture block •...
Brian McLogan
How to prove parallel lines using the converse triangle proportionality theorem
👉 Learn how to solve for the unknown in a triangle divided internally such that the division is parallel to one of the sides of the triangle. The triangle proportionality theorem states that if a line is parallel to one side of a...
KnowMo
Subtracting Fractions: How to Make Denominators the Same
This video is a lesson on how to subtract fractions. The instructor explains that subtracting fractions is similar to adding fractions and emphasizes the importance of having the same denominator. The video provides examples of...
Brian McLogan
Transformations of trigonometric graphs
👉 Learn the basics of graphing trigonometric functions. The graphs of trigonometric functions are cyclical graphs which repeats itself for every period. To graph the parent graph of a trigonometric function, we first identify the...
Brian McLogan
Factoring a polynomial to the fourth power using factoring to second power
👉 In this polynomial, I will show you how to factor different types of polynomials. Such as polynomials with two, three, and four terms in addition to polynomials to the second third, fourth, fifth, and sixth power.
Curated Video
Learning LESS (Video 2)
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
Web Development with Node.JS and MongoDB (Video 17)
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
The Wall Street Journal
Why Asia is Going All Hollywood
Iflix's Patrick Grove talks to WSJ Asia Editor Andrew Dowell about China's live-streaming revolution and the company's plan to capitalize on the fast-growing number of Chinese who pay for online content.
Coach Dan Blewett
How to Improve Your Curveball - Use The 80 Percent Rule
In this video, I discuss how the 80 percent rule is critical to developing a great curveball in baseball.
TLDR News
What The Yellowhammer Report Tells Us About No Deal - Brexit Explained
Wednesday night the government officially published the Yellowhammer report. This previously leaked document explores the impact of a no deal exit on the UK, and outlines how such an outcome could affect people around the UK. In this...
APMonitor
Install Python Packages with pip and conda
The package managers "pip" and "conda" allow users to install, update, or uninstall Python modules from a command line or directly from a Python script.