Instructional Video4:06
The Business Professor

Agent Authority to Contract for Principal

Higher Ed
Agent Authority to Contract for Principal
Instructional Video2:39
The Business Professor

Authority of Debtor in Possession to Use Business Assets

Higher Ed
Authority of Debtor in Possession to Use Business Assets
Instructional Video3:03
The Business Professor

Activity-Based Cost Management - Environmental Costs

Higher Ed
Activity based management employs activity based costing methods. Environmental costs can be a cost object or activity driver.
Instructional Video2:03
The Business Professor

Appointment of Trustee or Examiner in Chapter 11 Bankruptcy

Higher Ed
Appointment of Trustee or Examiner in Chapter 11 Bankruptcy
Instructional Video3:02
Curated Video

Nvidia CUDA in 100 Seconds

12th - Higher Ed
What is CUDA? And how does parallel computing on the GPU enable developers to unlock the full potential of AI? Learn the basics of Nvidia CUDA programming in this quick tutorial.
Instructional Video5:45
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Header Files

Higher Ed
In this video, we will work on our simple calculator program and learn how to add header files. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover...
Instructional Video11:39
Brainwaves Video Anthology

Gene Kim - Wiring the Winning Organization

Higher Ed
Gene Kim is a Wall Street Journal bestselling author, researcher, and multiple award-winning CTO. He has been studying high-performing technology organizations since 1999 and was the founder and CTO of Tripwire for 13 years. He is the...
Instructional Video3:34
Curated Video

How to Calculate Kinetic Energy (KE)

9th - Higher Ed
The kinetic energy of an object is based on the mass of the object and it's velocity. The more mass an object has, the more kinetic energy it has and the faster the object is moving, the more kinetic energy an object has. The formula...
Instructional Video11:13
Weird History

Secret Rooms In Historical Landmarks

12th - Higher Ed
Many countries in the world are home to famous landmarks and monuments that attract millions of visitors each year. But some landmarks have areas inaccessible to the public - or anyone at all. These rooms might be a secret to most...
Instructional Video3:55
Food Farmer Earth

The Encroaching Urban Growth: A Farmer's Perspective on Expanding City Limits

12th - Higher Ed
Discover how urban expansion affects local agriculture through the eyes of a Clark County farmer facing the encroachment of urban growth boundaries. Learn about the complexities of investing in farming operations amidst uncertainties of...
Instructional Video9:56
Curated Video

Algebra | The nth Term | Maths with Mrs. B

K - 12th
Explore the concept of the nth term and learn how to write an nth term expression for a sequence in this clear, step-by-step tutorial. 00:00 Introduction 00:12 Demonstration 03:03 Questions 03:22 Example 1 04:20 Example 2 05:16 Example 3...
Instructional Video8:18
Curated Video

Algebra | Two-Step Equations | Maths with Mrs. B

K - 12th
This video builds upon foundational knowledge of algebraic equations, delving into the methodology for solving two-step equations with clear, step-by-step explanations. 00:00 Introduction 00:14 Questions 00:32 Example 1 01:42 Example 2...
Instructional Video8:12
Curated Video

Algebra | Equations - An Introduction | Maths with Mrs. B

K - 12th
This video introduces the concept of algebraic equations and guides learners through the process of solving one-step equations, step by step. 00:00 Introduction 00:16 What is an Equation? 02:13 Solving Equations 02:32 Example 1 03:23...
Instructional Video10:11
Curated Video

Modern JavaScript from the Beginning - Second Edition - Type Conversion

Higher Ed
In this video, we will cover type conversion in JavaScript, including implicit and explicit conversion, and how to convert between data types. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern...
Instructional Video12:06
Curated Video

Concurrent and Parallel Programming in Python - Locking

Higher Ed
This lecture will cover the locking process and things we need to vary when threading.
Instructional Video20:54
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Building the Operations Sheet

Higher Ed
Now that we have finished with the construction phase, let's begin with the operations sheet. In this video, the author shows how to build the operations sheet from the construction sheet. This clip is from the chapter "Modeling the...
Instructional Video4:49
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Final Solidity Operator Test

Higher Ed
This is an exercise video on the final Solidity operator test. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the series "The Complete Solidity Course - Zero to Advanced for...
Instructional Video4:48
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Operators in Solidity

Higher Ed
In this video, you will learn about Operators in Solidity and how they can be used to perform mathematical and logical operations on variables. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and...
Instructional Video1:42
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to DevOps

Higher Ed
This video introduces you to DevOps, which is a set of practices that combines software development and IT operations. It aims to shorten the system's development lifecycle and provide continuous delivery of high software quality. This...
Instructional Video7:42
Instructional Video6:56
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - List and ArrayList - Choosing Iteration Approach for Printing and Delete

Higher Ed
In this video, you will learn about list and ArrayList—choosing iteration approach for printing and deleting.
Instructional Video6:36
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - List Interface - Methods to Add, Remove, and Change Elements and Lists

Higher Ed
In this video, you will learn about the list interface and methods to add, remove, and change elements and lists.
Instructional Video4:37
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - List Interface - Immutability and Introduction of Implementations – Array

Higher Ed
In this video, we will explore the concept of immutability in the context of the List interface and discuss the array implementation as an introduction to different list implementations available in Java.
Instructional Video10:50
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding Object Composition with Customer Address Example

Higher Ed
In this video, we will understand object composition with a customer address example.