Paul Marriott
4-Digit 7-Segment Display Countdown Timer w/Arduino Uno & Passive Buzzer
A countdown timer with a 4-digit 7-segment display through Arduino Uno, Arduino IDE (for coding) and the SevSeg library. A passive buzzer is used for sound output.
Brainwaves Video Anthology
Jerry Blumengarten - Cybrary Man
Jerry Blumengarten taught for 32 years in the New York City school system. Even though he was a licensed Social Studies teacher, he taught most subjects (Language Arts, Science, Math, Computers…) for grades 6-9. He wrote curriculum for...
Programming Electronics Academy
Ep. 2: I2C and SPI with Dan Hienzsch
This week Michael sits down with the founder of Rheingold Heavy, Dan Hienzsch. The two talk about Dan’s beginnings in Silicon Valley (1:45), how Arduino opened him up to the world of microcontrollers (7:55), and the inspiration behind...
Packt
Printing in Color
Node.js Module System (Notes App): Printing in Color This clip is from the chapter "Node.js Module System (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about Node.js...
Curated Video
C++ Developer - Saying Hello to C++
This video introduces you to C++. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Extra English Practice
Learning English - How To Say 'I Agree' In Different Ways
Here are 5 different ways to say "I agree." Try using them to add variety to your vocabulary. 1. Don't I know it! 2. (You're) preaching to the choir. 3. You can say that again! 4. You're telling me! 5. I couldn't agree more!
Programming Electronics Academy
TimerOne in Arduino: Arduino Course 9.6
Using a timer based library for Arduino.
Curated Video
Multi-Paradigm Programming with Modern C++ - Application Binary Interface
Sometimes we want to share a package, without sharing its source code. And sometimes we want to push updates to our shared libraries, without requiring that customers re-build their applications. This requires a stable application binary...
Brainwaves Video Anthology
Emily Bailin Wells - Teachers Make a Difference - Eden Eisman
Emily is a doctoral student in the Communication, Media, and Learning Technology Design (CMLTD) program with a focus on Communication & Education at Teachers College, Columbia University. She holds a masters degree in Education, Culture...
Packt
Kafka Streams Introduction
This video provides an introduction to the Kafka Streams client library. This clip is from the chapter "Kafka Extended APIs for Developers" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will...
TMW Media
Let's Go To: Get a haircut
Learn what to do when you go to get your haircut. Let's Go To, Part 4
Curated Video
Learn and Master C Programming - Using Our Library From Projects Within The Same Solution
We will learn how to reference our library from another project in the same solution and also learn about the advantages of having multiple projects in a single solution. This clip is from the chapter "Creating C Libraries (Static LIBs)"...
Curated Video
Learning Scala Web Development (Video 7)
The Scala programming language has gained a lot of traction in the last couple of years because of its functional orientation and conciseness. The industry has a strong interest in using Scala in modern production systems, and as such,...
Curated Video
Learn and Master C Programming - Using Our Library in a Project - The Un-recommended Approach
We will look at 3 different ways to use our library from a console application that we create together. This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series "Learn and Master C Programming For Absolute...
Tarver Academy
Listen More Than You Talk
In This Episode, Tyler Teaches Us About Listen More Than You Talk
Packt
Setting up React and Initializing Git
This video explains how to set up React and initialize Git. This clip is from the chapter "Starting the Front-end" of the series "MERN E-commerce from Scratch".This section explains the concept of front-end.
Curated Video
C++ Programming By Example - Building a Library Management System
How to build a library management system (books)? • Plan out the classes • Implement the classes based on the plan • Compare functions for basic functionality in the application This clip is from the chapter "Building a Library...
Curated Video
Complete Java SE 8 Developer Bootcamp - The Java Development Kit (JDK)
Learn more about the Java platform which provides you with all the tools needed to run all your programs. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section,...
Curated Video
Learning Angular 2 Directives (Video 3)
Get up to speed with the building blocks of Angular 2. New technologies and new patterns are emerging on a daily basis. Coding for the front end is extremely demanding, but at the same time more interesting and challenging than ever...
Curated Video
Ensemble Machine Learning Techniques 6.3: Example on Kaggle Competition
We will get comfortable with using ensemble learning for competitive data science. • We will understand the dataset • We will create and train different models • We will combine the trained models using stacking and get our final result
Curated Video
Serverless JavaScript Projects 4.1: Creating the UI by Building a Good Front End with Drag and Drop Tiles
This video covers a usable front end UI that works for people to visualize a SCRUM or KANBAN board. • Set up an HTML template with Bootstrap and jQuery • Link the jQuery UI Library for drag and drop functionality • Build a UI that has...
Programming Electronics Academy
Details of Using Arduino Libraries: Arduino Course 6.4
A walk through of using a code library with Arduino.
Curated Video
Learn and Master C Programming - Creating Your First Library Project (.LIB)
We will go over creating our first static library project using Visual Studio and C. You should be able to create your own libraries by the end of this video. This clip is from the chapter "Creating C Libraries (Static LIBs)" of the...
Curated Video
Learn and Master C Programming - Libraries Overview
Learn how to create and distribute static (.LIB) files for our code. This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will look...