News Clip1:41
Curated Video

Al-Jafaari speaks at National Press Club

Higher Ed
1. Wide shot of Iraqi Prime Minister Ibrahim al-Jaafari, pan to media 2. Mid shot of al-Jaafari 3. SOUNDBITE (Arabic): Ibrahim al-Jaafari, Iraqi Prime Minister: "We see that our strength really comes from the will of our people and their...
News Clip3:24
Curated Video

40 wedding guests allegedly killed by US missile

Higher Ed
1. Grave yard and locals digging graves 2. Locals digging graves 3. Truck full of bodies wrapped in blankets 4. Child's body 5. Various of bodies and locals crying 6. SOUNDBITE (Arabic) Eyewitness "At the wedding, a plane came and struck...
News Clip2:39
Curated Video

Opening of crossings into Gaza, Peretz on crisis in Palest territories

Higher Ed
Sufa crossing, Gaza Strip 1. Lorry driving past road sign pointing to "Sufa" 2. Medium of lorries waiting in line 3. Military armoured vehicle on raised ground near crossing 4. Soldier checking lorries and drivers before crossing...
News Clip3:43
Curated Video

Albania - State of unrest continues

Higher Ed
A rally was held on Friday (07/03) in the rebel-held southern Albanian town of Sarande, where armed opponents of President Sali Berisha's regime, have rejected a government offer of a 48-hour cease fire and said they would not give up...
Instructional Video3:28
TED-Ed

TED-ED: Grammar's great divide: The Oxford comma - TED-Ed

Pre-K - Higher Ed
If you read "Bob, a DJ and a clown" on a guest list, are three people coming to the party, or only one? That depends on whether you're for or against the Oxford comma -- perhaps the most hotly contested punctuation mark of all time. When...
Instructional Video5:00
TED Talks

TED: Woza | Vusi Mahlasela

12th - Higher Ed
After Vusi Mahlasela's 3-song set at TEDGlobal, the audience wouldn't let him go. His encore, "Woza," showcases his brilliant guitar playing and multilingual lyrics.
Instructional Video3:36
TED-Ed

TED-Ed: How to use a semicolon - Emma Bryce

Pre-K - Higher Ed
It may seem like the semicolon is struggling with an identity crisis. It looks like a comma crossed with a period. Maybe that's why we toss these punctuation marks around like grammatical confetti; we're confused about how to use them...
Instructional Video3:40
Wonderscape

Punctuation Perfection: Using Commas with Adjectives

K - 5th
This video focuses on the correct use of commas in sentences with multiple adjectives, using engaging examples like fish descriptions and seaweed hiding spots. It teaches how commas separate adjectives to make sentences clearer and...
Instructional Video4:58
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Tuples in Rust

Higher Ed
This video explains tuples in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to intermediate content.
Instructional Video3:21
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Modifying String Literals in Rust

Higher Ed
This is a solution video on modifying string literals in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner...
Instructional Video5:23
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Matching Enums in Rust

Higher Ed
This is a solution video on matching Enums in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to...
Instructional Video6:49
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Writing Testing Units for Model Predictions with JavaScript - Part I

Higher Ed
In this video, we will discuss the solution to the exercise on writing testing units for model predictions with JavaScript. This is the first of the two-part solution and here, you will be writing the code lines until concat(). This clip...
Instructional Video10:05
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Complex Arrays in JavaScript

Higher Ed
In this video, you will learn about complex arrays in JavaScript. By the end of the video, you will have a solid understanding of complex arrays and be able to apply this knowledge to your own projects. This clip is from the chapter...
Instructional Video4:05
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Example of How to Sort in JavaScript

Higher Ed
This video provides an example of how to use the built-in sort() method in JavaScript to sort an array of numbers in ascending order. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Instructional Video3:29
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Length Method in JavaScript

Higher Ed
In this video, you will learn about the length method in JavaScript, which is used to find the number of elements in an array. The video will cover the basics of arrays, how the length method works, and how it can be used to manipulate...
Instructional Video6:40
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Declare a Variable in JavaScript and Log the Result

Higher Ed
In this video, we will discuss the solution to the exercise on declaring a variable in JavaScript and logging the result from the previous video. This clip is from the chapter "Introduction to Programming and JavaScript Basics for...
Instructional Video6:46
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Destructuring and Multiple Returns from Functions in Solidity

Higher Ed
In this video, you will learn how to use destructuring and multiple returns from functions in Solidity. Destructuring is the process of breaking down a data structure into smaller parts. In Solidity, destructuring is used to extract data...
Instructional Video6:52
Curated Video

Advanced Chatbots with Deep Learning and Python - Encoding

Higher Ed
We will begin to develop our deep learning model and input placeholders to store the maximum story length, question length, and define the vocabulary size. We will now build our encoder using the sequential model.
Instructional Video16:36
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth | WelcomeView

Higher Ed
The WelcomeView is the first thing your users will see when they sign up for your Twitter Clone app, so it's important to make it welcoming, informative, and easy to use; in this video, we will show you how to design and implement a...
Instructional Video7:53
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - String Functions

Higher Ed
This video explains string functions in Python. This clip is from the chapter "Processing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to process information in Python.
Instructional Video6:52
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Encoding

Higher Ed
We will begin to develop our deep learning model and input placeholders to store the maximum story length and question length and define the vocabulary size. We will now build our encoder using the sequential model. This clip is from the...
Instructional Video5:47
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Arrays and the Split Function

Higher Ed
This video explains the split function where the string will be split into substrings using a delimiter. This clip is from the chapter "Arrays" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This video explains...
Instructional Video5:28
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - The Left and Right Functions

Higher Ed
This video explains the left and right functions, which will help us chop a string. The left function will help chop the characters from the start of the string and the right function will help chop the character from the end of the...
Instructional Video6:48
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Offset Property

Higher Ed
This video explains the offset property, a useful way to refer to a cell or a group of cells. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section introduces...