Programming Electronics Academy
analogRead in Ardiuno: Arduino Course 4.11
Using analogRead() to read analog inputs with Arduino.
Curated Video
Application Development with Swift 2 (Video 13)
Swift 2 is the latest iteration of Apple's native programming language for iOS devices. If you're an aspiring iOS application developer who is looking to build apps for the App Store, you'll need to use Swift. The language boasts a vast...
Step Back History
Badass Women in History
Humanity has done some amazing things, and created some beautiful works. This week I want to continue the series of badass women in history by honouring three amazing ladies. These women were great contributors to technology, science,...
Curated Video
Understanding the Marketing Mix and How the Elements Interact and Influence Each Other
This video discusses the marketing mix and how each element interacts and influences the others. The four elements of the marketing mix are product, price, promotion, and place. The video explains how decisions made in one element can...
Why U
Algebra 52 - An Introduction to Matrices
Matrices are an important class of mathematical object used in many branches of mathematics, science and engineering. This lecture also introduces augmented matrices, a compact easy-to-manipulate representation of systems of linear...
Programming Electronics Academy
Arrays and For Loops Continued: Arduino Course 7.5
A walkthrough of using arrays and for loops in programming.
Programming Electronics Academy
Tone Library Continued: Arduino Course 6.6
A description of how to explore a code library.
Curated Video
Implement different search algorithms : Build a Binary Search Tree from scratch - Insert
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Inserting nodes into a BST in-depth with test cases
Brian McLogan
Free Online Tutoring solving quadratics
👉Learn how to solve quadratic equations using the square root method. It is important to understand that not all quadratics have to be solved using factoring or quadratic formula. When we only have one variable but it is squared we can...
Let's Tute
Drawing a Realistic Eye: Basic Structure and Shading Techniques
In this video, the teacher demonstrates how to draw a realistic eye using various art supplies and techniques. They guide the viewers through the process of drawing the basic structure of the eye, shading, and adding details.
Curated Video
Using Decision Trees for Business Investment Calculations
The video is a lecture on how businesses can use decision trees to make important calculations regarding investment projects. The lecturer explains the concept of decision trees and how they allow businesses to map out all possible...
Curated Video
Evaluating the Limitations of Payback Periods as an Investment Appraisal Measure
This video explains the investment appraisal measure of payback periods and how to evaluate it. The video discusses the limitations of payback periods and how they can emphasize the timing of cash flows, rather than the profitability of...
Curated Video
Application Development with Swift 2 (Video 16)
Swift 2 is the latest iteration of Apple's native programming language for iOS devices. If you're an aspiring iOS application developer who is looking to build apps for the App Store, you'll need to use Swift. The language boasts a vast...
Curated Video
Biological Methods of Extracting Metals: Pros and Cons
The video explains the concept of biological methods of extracting metals. It explains the conventional methods of extracting metals using chemical reactions or electrolysis and the limitations of these techniques when dealing with low...
KnowMo
Adding Mixed Numbers: Two Methods
The video discusses two methods for adding mixed numbers and provides examples of how to apply both methods. The first method involves adding the whole numbers and fractions separately, while the second method involves converting the...
The Business Professor
Tax Effects of the Inventory Accounting Method
Tax Effects of the Inventory Accounting Method
Packt
Explain the negative impacts of artificial intelligence systems on society : PGD Attack Practical Configuration
From the section: Compare Various Attacks. In this section, you will learn the most important metrics to compare various attacks. Now, you will dive deeper into various adversarial attacks from the white-box category. You will see how...
Programming Electronics Academy
Switch Case: Arduino Course 5.6
A demonstration of how "switch-case statements" are used in programming.
Curated Video
Choosing the Right Sampling Method: A Comparative Guide
This video provides an overview of different sampling methods and how to choose the appropriate method for a given situation. It explains simple random sampling, systematic sampling, stratified sampling, cluster sampling, convenience...
Curated Video
Learning D3.JS 5.0 6.1: Get Started with Bars
In this video, we will learn how to create a basic bar graph. • Understand the code and add more code to the given files • Understand how it’s done manually and how it’s done on D3.js • View the result with the developers’ tools
The March of Time
MOT 1948: INDIA: GRAIN STORAGE: INSECTICIDE: MS Male holding large funnel steady w/ unseen male pouring clear liquid, VS Male spraying fog poison on stacked bags of rice. RAT POISON: VS Male inspector finding rodent evidence, hole in burlap bag,
MOT 1948: INDIA: GRAIN STORAGE: INSECTICIDE: MS Male holding large funnel steady w/ unseen male pouring clear liquid, VS Male spraying fog poison on stacked bags of rice. RAT POISON: VS Male inspector finding rodent evidence, hole in...
Packt
Factory Pattern
JavaScript Patterns: Factory Pattern This clip is from the chapter "JavaScript Patterns" of the series "Modern JavaScript from the Beginning".In this section, you will learn what JavaScript patterns are, and the various JavaScript...
Curated Video
Complete Python Scripting for Automation - Polymorphism and inheritance of python oops
OOPS for Real Time: Polymorphism and inheritance of python oops This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object...
Curated Video
C++ for Beginners - Access Modifiers and Overrides
This lesson continues to discuss object-oriented programming, particularly accesses and overrides. This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance