Instructional Video6:19
Let's Tute

Efficient Formulas with Fixed and Relative Reference in Excel

9th - Higher Ed
This video tutorial teaches how to write formulas efficiently with fixed and relative reference in Microsoft Excel, covering three types of reference: absolute fixed cell reference, fixed row but not fixed column reference, and fixed...
Instructional Video4:50
Brian McLogan

Evaluate the 6 trig functions using the unit circle

12th - Higher Ed
👉 Learn how to evaluate the six trigonometric functions of a given angle. When given an angle we locate the angle on the unit circle. Then using the coordinate of the terminal side of the angle on the unit circle and the definitions of...
Instructional Video6:53
Curated Video

Apache Maven Beginner to Guru - Other Maven Plug-ins

Higher Ed
This video introduces you to other Maven plug-ins. This clip is from the chapter "Common Maven Plug-ins" of the series "Apache Maven: Beginner to Guru".This section introduces you to various Maven plug-ins, such as Maven clean plug-in,...
Instructional Video9:36
TLDR News

The Problem with WAB’s Transition Period - Brexit Explained

12th - Higher Ed
On Tuesday evening MPs voted to reject the government's schedule for Brexit. Many MPs believed that they needed longer to scrutinise the bill. In this video, we discuss some of the issues that MPs have with the deal and why they want...
Instructional Video6:39
IDG TECHtalk

How to use a database ORM in Python

Higher Ed
ORMs let you work with databases by way of a programming language's native metaphors, instead of by constructing raw database commands as strings. In this video we'll look at a simple ORM for Python, Peewee, and how it uses Python...
Instructional Video4:39
Curated Video

Creational Design Patterns in Modern C++ - Cloning Types

Higher Ed
This video explains the basics of cloning and demonstrates how to use the prototype pattern to implement it. • Open Qt Creator • Create a new Qt class • Add the files to the correct folders in the course code This clip is from the...
Instructional Video7:23
Curated Video

Creational Design Patterns in Modern C++ - std::shared_ptr

Higher Ed
This video demonstrates how to use the factory method as functions and focuses on the std::shared_ptr function. This clip is from the chapter "Factory Method" of the series "Creational Design Patterns in Modern C++".This section...
Instructional Video13:02
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project phase 1: Build random int list generator

Higher Ed
Implement the selection sort algorithm step by step This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Instructional Video5:21
Brian McLogan

Find the reference angle and sketch both angles in standard position

12th - Higher Ed
👉 Learn how to sketch angles in terms of pi. An angle is the figure formed by two rays sharing the same endpoint. Angle is measured in radians or in degrees. One complete revolution about a point is equivalent to 2pi radians and 360...
Instructional Video8:15
Curated Video

Complete Java SE 8 Developer Bootcamp - Pass By Value: Primitives

Higher Ed
This video details how primitive arguments are handled in Java. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by value features of Java.
Instructional Video8:05
Curated Video

Excel VBA Programming The Complete Guide - The Object Data Type

Higher Ed
A variable supports more than just primitive data types like numbers and strings. It can also be assigned to any object in the Excel Object Model -- a Worksheet, a Workbook, etc. The design allows for code to be tighter and leaner. In...
Instructional Video6:42
Curated Video

Beginning Python (Video 7)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video5:40
Let's Tute

Microsoft Excel Tutorial: Understanding Mixed Reference

9th - Higher Ed
This is a tutorial on mixed reference in Microsoft Excel, which is a combination of absolute and relative references. The video explains how to lock specific rows or columns in a formula using the F4 key and provides examples of...
Instructional Video5:40
Curated Video

Complete Modern C++ - Type Conversions - Part II (Primitive to User Type)

Higher Ed
This video is an explanation and implementation of how constructors are used by the compiler to perform type conversion. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about...
Instructional Video4:36
Curated Video

C++ Standard Template Library in Practice - Replacing and Transforming - equals

Higher Ed
The listener is new to algorithms and does not know about the transform algorithms. • Introduce the listener to the std::transform algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a...
Instructional Video3:23
Curated Video

IELTS Part 2 Sample Answers Describing Scenic Places - IELTS Energy Podcast 1091

9th - Higher Ed
Today you will hear two sample speaking part 2 answers for IELTS questions about describing places. Learn amazing Band 9 vocabulary and native, natural fluency tricks on today's show.
Instructional Video3:06
Brian McLogan

Pc Unit 3 How to evaluate for sine using the unit circle for an angle larger than 2pi

12th - Higher Ed
👉 Learn how to evaluate trigonometric functions of a given angle. Given an angle greater than 2pi in radians, to evaluate the trigonometric functions of the given angle, we first determine the smallest positive coterminal angle of the...
Instructional Video5:08
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - How to Perform Git Pull

Higher Ed
This video demonstrates how to perform Git pull. This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an overview of the push, fetch, and...
Instructional Video4:13
Curated Video

Apache Maven Beginner to Guru - Setting a Maven Version in IntelliJ

Higher Ed
This video explains how to set up a Maven version in IntelliJ. This clip is from the chapter "Testing with Maven" of the series "Apache Maven: Beginner to Guru".This section explains how to test builds with Maven.
Instructional Video5:00
Curated Video

The Moon Illusion: Why the Moon Appears to Change Size

Pre-K - Higher Ed
Why does the moon sometimes look really big at night and other times appear very small? This phenomenon is called the Moon Illusion. Learn why it happens and a couple ways to override it. Illusions part 4/11
Instructional Video6:44
Curated Video

System of particles & Rotational motion particles

K - 12th
This nugget introduced the system of particles, rigid bodies about the kind of motion of rigid body.
Instructional Video4:35
Curated Video

Complete Modern C++ - Operator Overloading - Part VI (Smart Pointers in C++11)

Higher Ed
This video demonstrates the smart pointers in C++11. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about overloading and type conversion.
Instructional Video5:33
Curated Video

C++ Standard Template Library in Practice - Course Review

Higher Ed
The user would like to catch up on what was learned in this section. • Review the topics covered • Show excerpts of the previous slides • Thank the audience for watching This clip is from the chapter "C++ 20 Preview" of the series "C++...
Instructional Video4:12
Curated Video

C++ Standard Template Library in Practice - Swapping

Higher Ed
The listener is new to algorithms and does not know about the swapping algorithms. • Introduce the listener to the std::swap algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...