Programming Electronics Academy
Using the Same Input to Trigger Two Arduinos
If you ever have a project using two or more Arduinos, it's likely you'll want them to work together. Say for example you have one Arduino connected to an LCD shield, and another Arduino controlling an LED matrix. You want both to do...
Curated Video
Creational Design Patterns in Modern C++ - Game Implementation - Part III
This video is the third part of the six-part video that demonstrates how to add the GameManager, which creates the instances of the vehicle subclasses. This clip is from the chapter "Prototype" of the series "Creational Design Patterns...
Curated Video
Mastering Swift 2 Programming (Video 40)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
Bash Shell Scripting- Loop Control commands / statements
This video explores the various loop Control commands and statements. This clip is from the chapter "Loops and Loop control statements - Part 1" of the series "Complete Bash Shell Scripting".This section is the first part that explains...
Packt
Examples of HashSet Using Iterator
This video presents examples of HashSet using Iterator. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to Advanced...
Curated Video
C++ Developer - Project - Odds and Evens
This video presents a project called "Odds and Evens". This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Building Logic to Automate HTML Web Tables
This video demonstrates how to build logic to automate HTML web tables. This clip is from the chapter "Functional Automation Using Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This video explains...
Programming Electronics Academy
Introduction to Interrupts: Arduino Course 9.1
An introduction to interrupts in programming.
Packt
Java Consumer Seek and Assign
This video explains how to seek and assign Kafka consumer in Java. This clip is from the chapter "Kafka Java Programming 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn to...
Curated Video
Multi-Paradigm Programming with Modern C++ - Going Functional
Why use function objects together with instead of loops? How to write great lambda expressions easily, and how to master the capture block. • Implementing search with a simple loop and with an algorithm • Mastering the capture block •...
Curated Video
Creational Design Patterns in Modern C++ - Pooling Game Objects - Part I
This video is the first part of the two-part video that explains the benefits of pooling a large number of game objects. • Learn construction and solve an assignment • Container interface and shrinking operations • Comparisons This clip...
Curated Video
Complete Modern C++ - Dynamic Array (std::vector)
This video introduces the std::vector class and demonstrates common operations of creation, insertion, deletion, and so on. This clip is from the chapter "More C++ Goodies" of the series "Complete Modern C++".In this section, you will...
Curated Video
Beginning Python (Video 27)
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...
Packt
Building Custom Selenium Methods using Streams Mapper
This video explains how to build custom Selenium methods using Streams Mapper. This clip is from the chapter "Selenium Java Streams - Automate Sort, Pagination, and Filtering the Web Tales" of the series "Selenium WebDriver with Java -...
Packt
Java Consumer
This video explains how to create Kafka consumer in Java. This clip is from the chapter "Kafka Java Programming 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn to create the...
Curated Video
Learn and Master C Programming - Using 'continue' keyword...
Learn about ‘continue’ keyword from this video. This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into the syntax for loops...
Curated Video
The Full Stack Web Development - Helpful Functions For Debugging
PHP Errors, Debugging & Config: Helpful Functions For Debugging This clip is from the chapter "PHP Errors, Debugging & Config" of the series "The Full Stack Web Development".In this section, we talk about different types of error, debug...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Selection sort implementation
Continue building merge function - iteration through lists 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...
Brian McLogan
How to find the reference angle of an angle larger than 2pi
👉 Learn how to find the reference angle of a given angle. The reference angle is the acute angle formed by the terminal side of an angle and the x-axis. To find the reference angle, we determine the quadrant on which the given angle lies...
Curated Video
Induction Motor Basics
In this video, we'll explore the basics of induction motors. We'll cover topics like the theory behind induction motors, the different types of induction motors, and how induction motors work.
Curated Video
Mastering Swift 2 Programming (Video 41)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Fun Robotics
Nested Loops in Python
Exploring the functionality of nested loops in Python programming
Packt
Practice Exercise on Loops -1 (Printing Pyramid Triangle)
This video presents an example on printing a pyramid triangle. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced...
Packt
Handling the Calendar User Interface (UI) in Travel Websites
This video shows how to handle the calendar UI in travel websites. This clip is from the chapter "Real- Time Exercises (End-to-End Programming)" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...