Programming Electronics Academy
DeBugging an Arduino Sketch #003 :: Cleaning up the Code
This code comes from a course student [Arthur] working on a challenge. The challenge was to blink 3 LEDs in sequence back and forth and use two potentiometers to adjust the timing of the blink and the brightness of the LEDs. Arthur did a...
NASA
NASA in Silicon Valley: Komal Sadhwani Talks About Law on Earth for the Benefit of Space
A conversation with Komal Sadhwani, an attorney at NASA’s Ames Research Center in Silicon Valley.
NASA
Small Steps, Giant Leaps: Episode 39, Plum Brook Station Small Steps, Giant Leaps
Plum Brook Station Director David Stringer discusses world-unique test facilities at the NASA station in Ohio.
NASA
Houston We Have a Podcast: International Trailblazer
Sergei Krikalev, cosmonaut and flight engineer of Expedition 1, the first long-duration mission to the International Space Station, recounts the 20th anniversary of this mission and a career of fostering international collaboration....
Programming Electronics Academy
Tutorial 02: Download and install the Arduino IDE: Arduino Course for Absolute Beginners (ReM)
One of the absolute best things about the Arduino platform is how easy it is to get started. The software that installs on your computer is completely free and designed specifically for ease of use. The program is called an Integrated...
Apalapse
How to Create Star Trails in 2 Minutes
I've already covered how to avoid star trails in astrophotography, but sometimes, it's just the effect you need to create a stunning photo. Star trail photography can seem challenging, both in-camera and in-post production, but hopefully...
Wonderscape
High Frequency Nouns for First Grade
In this video, Juliana introduces first-grade students to 15 high frequency nouns. She explains that high frequency nouns are words that are commonly seen in books and writing. Juliana goes through each noun, provides a sentence example,...
Curated Video
C++ for Beginners - Program Entry Point and Namespaces
In this section, David examines the program entry point, and name spaces. This clip is from the chapter "Program Structure" of the series "C++ for Beginners".Function Structure
Curated Video
C++ for Beginners - Creating a Project
In this lesson, David tours the IDE and demonstrates how to create a simple program. This clip is from the chapter "Your First Program" of the series "C++ for Beginners".Where to get the IDE
The March of Time
1952: CORPORATE PATRONS: WS Art Director of N.W. Ayer & Son Charles Coiner (1898-1989) looking at commissioned painting of Abraham Lincoln, SOT saying artists are doing good job, artist work will be seen by millions, Charles moving out frame.
MOT 1952: CORPORATE PATRONS: WS Art Director of N.W. Ayer & Son Charles Coiner (1898-1989) looking at commissioned painting of Abraham Lincoln, SOT saying artists are doing good job, artist work will be seen by millions, Charles moving...
Healthcare Triage
Doctors, Quality of Care, and Pay for Performance
"Pay for performance" is one of those slogans that seem to upset no one. But as with so many things in health care, it's much more complicated than it appears at first glance. Watch and learn!
Paul Marriott
Tutorial: Musical Piano Device w/Arduino Uno, 8 x Pushbutton, Passive Buzzer & mBlock 3
A tutorial for a physical Arduino 8-button musical piano device. Uses Arduino Uno microcontroller, 8 x pushbutton with caps, passive buzzer and mBlock 3 coding platform.
Science360
LIGO Looking Forward
The recipients of the 2017 Nobel Prize in Physics share an insider's look into the future of the world's largest gravitational wave detectors. From peering inside a supernova to capturing signals from the universe's first moment,...
Espresso Media
Chernobyl: A Ticking Time Bomb
Chernobyl part 1/7: This video discusses the Chernobyl disaster in 1986, where a sequence of errors led to a catastrophic nuclear accident that killed hundreds and created permanent ghost towns in eastern Ukraine. The protective...
Packt
Running Test Cases in TestNG without Java Compiler
This video explains how to run test cases in TestNG without a Java compiler. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers...
APMonitor
Python 🐍 If Statements
Statements if and else tell the computer what to do based on a condition that is True or False. The elif statement is an additional if statement when there is more than one switching condition.
APMonitor
Java ☕ Course Introduction
The course is designed to start from no programming experience and guide a self-paced learner through the basics of Python. The 12 modules are run from Eclipse or another Java Integrated Development Environment (IDE). The tutorials start...
Curated Video
Fix the errors in a computer program or algorithm : Raising Exception
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Raising Exception
Curated Video
Learn and Master C Programming - Comments in C
We will go over comments and commenting out code and the different styles of comments supported by C language. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C Programming For Absolute...
Curated Video
Learn and Master C Programming - Using '#define' To Define Symbolic Constants
We will write a program that uses '#define' to define some symbolic constants. This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into...
Curated Video
C++ Developer - Random Numbers
This video discusses random numbers. 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.
Brainwaves Video Anthology
Philip C. Kendall - Child & Adolescent Anxiety Disorders
Dr. Kendall is an active researcher, scholar, and clinician. His CV lists over 450 publications, including over 30 books and over 20 treatment manuals and workbooks. His treatment programs have been translated into dozens of languages,...
Curated Video
C++ for Beginners - The "Do While" Loop
In this section, David examines the "Do While" loop. This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if", "else if", and "else" Statements
Packt
Debug a computer program created by someone else : Debugging Your Second Python Program
From the section: Getting Started with Python Development. Setup your development environment, a gentle introduction to Python3. Demonstrate the Python debugger, and PyCharm interface to the debugger mode. • Run our program in the debug...