Hi, what do you want to do?
Curated Video
Why Election Polls NEVER Match Election Results
Elections are filled with various polls, but they seem to never say the same thing. Why is that? Well here I go through some of the common polling errors that happen to pollsters when they do election polls. This is also helpful to know...
Curated Video
How to Micromanage like a Real ass****
Howcast - These days, “micromanage” has become a dirty word. But let’s be honest—most employees need a lot of guidance not to screw things up.
Curated Video
Deus Ex: Human Revolution Walkthrough Part 14 - Detroit M5 (3 of 3)
Howcast - Check out part 14 of this walkthrough for this action RPG Deus Ex: Human Revolution and beat Detroit Mission M5 with this online demo.
Curated Video
How to Score RBI in Baseball
Howcast - Learn what counts as an RBI and what doesn't so you can track your favorite player's progress throughout the season.
Curated Video
Tracing algorithms
Pupil outcome: I can use trace tables to test the logic of an algorithm. Key learning points: - Trace tables can be used to walkthrough and understand the logic of an algorithm. - Trace tables can be used to help find logical errors in...
Curated Video
Python Lesson 39: Learn how to use the try-except
Learn how to use the try-except block in Python
Curated Video
Python Lesson 40 : try-except 2
Learn how to extend the try-except block to be specific about different types of exceptions
Curated Video
Python Lesson 41: try-except 3
Learn the use of 'else' and 'finally' in the try-except block.
Curated Video
Python Lesson3: TypeCasting
Learn how to cast a variable from one datatype to another. This is extremely useful when you are capturing data input from the user.
Curated Video
Learn how to use the Bisection Method to solve for Roots of an Equation
Welcome to our comprehensive series of Advanced High School Mathematics Tutorials! This series is perfect for students, teachers, and anyone looking to deepen their understanding of higher-level mathematics. Each video breaks down...
Curated Video
if-else with OR operator
An example on using if-else statements together with the OR operator in C.
Curated Video
EPP2 RPi Arduino Protocol
This video describes the protocol that established communication between the RPi and the Arduino.
Curated Video
Find the Error | Algebra 1 | A-REI.A.1 🖤💙
In this math video we will find the error in student work solving a linear equation. We will clear parentheses by using the distributive property. Since there are variables on both side of the equation, we will use inverse operations and...
Curated Video
4 Maths Puzzles With Answers: Show Your Work
This video contains four challenging maths puzzles with answers and explanations of how we came to that answer. These maths puzzles are great for brain training and for lesson starters. Pause the video while you work each one out.
Curated Video
Will Google Bard Kill ChatGPT
Google just released Bard, an generative LLM similar to ChatGPT. Let's take a first look at Bard and compare it to OpenAI's GPT-4.
The Business Professor
Types of Organizational Learning
What are the Types of Organizational Learning? single loop, double loop, deutero learning, Organizational learning theory is a branch of organizational studies that seeks to understand how organizations acquire and use knowledge to...
The Business Professor
How to Conduct a Bank Reconciliation - Example
Professor AJ Kooti provides a detailed examples of how to conduct a Bank Reconciliation for purposes of financial accounting.
Curated Video
Zig in 100 Seconds
Zig is general-purpose systems programming language often used as an alternative to C, C++, and Rust. Learn the basics of Zig in this quick tutorial.
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Variable Scope
In this video, you will learn about local and global variables.
<
br/>
This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow...
<
br/>
This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Simple Addition Program
In this video, you will learn how to write a simple addition program with Int datatype.
<
br/>
This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will...
<
br/>
This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Thread Exception Handling
This video explains thread exception handling.