Podcast3:55
NPR

Women in the Baseball Hall of Fame

Pre-K - Higher Ed
The Women in Baseball section of the Baseball Hall of Fame in Cooperstown, NY has recently acquired some new members. Corrine Mullane and her daughter Molly Mullane-Cavagnaro are the first ever mother-daughter duo enshrined in the...
Instructional Video8:53
IDG TECHtalk

Learn how to use the "cProfile" module to analyze a Python program's performance and make strategic changes to it.

Higher Ed
Can you take a Python script and turn it into a standalone executable? Sort of! The Python compiler Cython can be used to do something like this, but it's a little trickier than it might seem. We'll explore how to do this in this video,...
Instructional Video9:38
PBS

Why We Still Love Little Women, 150 Years Later (feat. Lindsay Ellis and Princess Weekes)

12th - Higher Ed
Before women were asking “Am I a Carrie or a Samantha?”, they were asking “Am I a Jo or an Amy?” Before there was Edward vs Jacob, there was Laurie vs Professor Bhaer. And over the more than 150 years since Little Women was originally...
Instructional Video22:17
Programming Electronics Academy

Control your keyboard with Arduino! Automate simple tasks!

Higher Ed
This Arduino lesson was created by Programming Electronics Academy. We are an online education company who seeks to help people learn about electronics and programming through the ubiquitous Arduino development board.
Instructional Video7:13
Englishing

ESL - Used to (Difference between Past Simple)

9th - Higher Ed
Used to is a semi-modal verb. This means, it needs a helping verb to ask and make negative sentences. In this video, Mr. P. will talk about how to use "used to", and will compare it with the Past Simple Tense. At the end of the lesson,...
Instructional Video6:40
Curated Video

Complete Java SE 8 Developer Bootcamp - JARs

Higher Ed
Learn how to create compressed files of applications and libraries called JARs. This clip is from the chapter "Packages" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to create packages to avoid name...
Instructional Video3:04
Curated Video

Learning Dart (Video 11)

Higher Ed
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Instructional Video4:46
Curated Video

Learning PHP 7 (Video 29)

Higher Ed
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....
Instructional Video2:29
Curated Video

C++ 20 (2a) New Features - Migrating Stdio and Iostreams to std::format

Higher Ed
This video explains how to migrate to new string formatting from stdio or iostreams-based code. It also shows how to get working implementation if it is not yet shipped with the standard library. • Consider inc.hpp contants and its usage...
Instructional Video2:24
Curated Video

Directional Vocabulary for IELTS Academic Task 1 Map Questions

9th - Higher Ed
Directional Vocabulary for IELTS Academic Task 1 Map Questions
Instructional Video10:11
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Enabling the Navigation Library

Higher Ed
In this video, we will be enabling the navigation library. This clip is from the chapter "Fragments and Navigation: A First Look" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will take a...
Instructional Video0:26
The March of Time

1947 CLEVELAND PUBLIC LIBRARY: OHIO: VS Public Library building, people entering and exiting. INT VS People walking in library, female getting help at information booth. VS Various people reading, researching, in Business Information Bureau section. OH

12th - Higher Ed
MOT 1947 CLEVELAND PUBLIC LIBRARY: OHIO: VS Public Library building, people entering and exiting. INT VS People walking in library, female getting help at information booth. VS Various people reading, researching, in Business Information...
Instructional Video10:09
Packt

What is Apache POI API and Download Instructions?

Higher Ed
This video explains Apache POI API and demonstrates how to download it. This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video6:48
Curated Video

C++ Standard Template Library in Practice - Coroutines

Higher Ed
The user wants to know how coroutines are going to work when C++20 is released. • Introduce the new material • Show examples of how it might be used in practice • Show an example to reinforce the topics covered This clip is from the...
Instructional Video5:05
Curated Video

C++ Standard Template Library in Practice - Auxiliary Iterator Functions

Higher Ed
We want to know what functions are available for making working with iterators simpler. • Learn what functions are available to make working with iterators more generic • Learn what these different functions can do • Show them in action...
Instructional Video10:45
Curated Video

C++ Programming By Example - Adding Test Data

Higher Ed
How to add test data to the application? • Define basic data in code • Add a test .csv file with fake data • Edit the .csv file to see how the library works This clip is from the chapter "Building a Library Management System" of the...
Instructional Video7:46
Brian McLogan

Finding the polynomial with irrational zeros

12th - Higher Ed
👉 Learn how to write the equation of a polynomial when given irrational zeros. Recall that a polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers....
Instructional Video13:38
Curated Video

The Modern JavaScript Bootcamp (2019) - Setting up a Third-Party Library

Higher Ed
In this video, you’re going to work with your first third-party JavaScript library. Third-party libraries allow you to use code written by others. This clip is from the chapter "Data Storage, Libraries, and More" of the series "The...
Instructional Video3:26
Brainwaves Video Anthology

Richard Ovenden - Teachers Make a Difference - Mick Judd

Higher Ed
Richard Ovenden has been Bodley’s Librarian (the senior Executive position of the Bodleian Libraries, University of Oxford) since 2014. Prior to that Richard held positions at Durham University Library, the House of Lords Library, the...
Instructional Video6:56
History Hit

Maps, Our Place in the World: Ptolemy's map

12th - Higher Ed
Why are some people obsessed with maps and what do they mean? What is unique about Ptolemy's world map? Maps, Our Place in the World, Part 1
Instructional Video15:11
Curated Video

Mark Rothko's Seagram Murals: Great Art Explained

9th - Higher Ed
"Thoroughly researched and cleverly presented, with stunning visuals, Great Art Explained makes you realise that familiarity with a work of art sometimes makes us indifferent to its power" - Forbes Magazine, 9 July 2020
Instructional Video7:50
Curated Video

Royal Ghosts part 5: George III

12th - Higher Ed
King George III of England was a popular ruler, known for not taking mistresses and a deep love of his country. He ruled the country through numerous wars, including the loss of the American colonies, and reigned during the time when...
Instructional Video3:37
Curated Video

Learning PHP 7 (Video 32)

Higher Ed
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....
Instructional Video4:28
Curated Video

Learning D3.JS 5.0 8.5: Creating the Line

Higher Ed
In this video, we will learn how to create a line in a line chart. • Understand the shape library • Add the code for the line • Fix the visual result