The Business Professor
Agent Authority to Contract for Principal
Agent Authority to Contract for Principal
The Business Professor
Authority of Debtor in Possession to Use Business Assets
Authority of Debtor in Possession to Use Business Assets
The Business Professor
Activity-Based Cost Management - Environmental Costs
Activity based management employs activity based costing methods. Environmental costs can be a cost object or activity driver.
The Business Professor
Appointment of Trustee or Examiner in Chapter 11 Bankruptcy
Appointment of Trustee or Examiner in Chapter 11 Bankruptcy
Curated Video
Nvidia CUDA in 100 Seconds
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.
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Header Files
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...
Brainwaves Video Anthology
Gene Kim - Wiring the Winning Organization
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...
Curated Video
How to Calculate Kinetic Energy (KE)
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...
Weird History
Secret Rooms In Historical Landmarks
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...
Food Farmer Earth
The Encroaching Urban Growth: A Farmer's Perspective on Expanding City Limits
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...
Curated Video
Algebra | The nth Term | Maths with Mrs. B
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...
Curated Video
Algebra | Two-Step Equations | Maths with Mrs. B
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...
Curated Video
Algebra | Equations - An Introduction | Maths with Mrs. B
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Type Conversion
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...
Curated Video
Concurrent and Parallel Programming in Python - Locking
This lecture will cover the locking process and things we need to vary when threading.
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Building the Operations Sheet
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Final Solidity Operator Test
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Operators in Solidity
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to DevOps
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Java Expression - an Introduction
This video talks about Java expressions.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - List and ArrayList - Choosing Iteration Approach for Printing and Delete
In this video, you will learn about list and ArrayList—choosing iteration approach for printing and deleting.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - List Interface - Methods to Add, Remove, and Change Elements and Lists
In this video, you will learn about the list interface and methods to add, remove, and change elements and lists.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - List Interface - Immutability and Introduction of Implementations – Array
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding Object Composition with Customer Address Example
In this video, we will understand object composition with a customer address example.