Instructional Video3:26
Curated Video

Learn and Master C Programming - Introduction to File I/O

Higher Ed
Introduction to the course. This clip is from the chapter "Working with Files and I/O" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will introduce you to file I/O and the concept of files in...
Instructional Video4:03
NASA

NASA | Scientists Create First Full 3D Model of Eta Carinae Nebula

3rd - 11th
An international team of astronomers has developed a 3D model of a giant cloud ejected by the massive binary system Eta Carinae during its 19th century outburst. Eta Carinae lies about 7,500 light-years away in the southern constellation...
Instructional Video4:28
Curated Video

Multi-Paradigm Programming with Modern C++ - Application Binary Interface

Higher Ed
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...
Instructional Video5:53
Programming Electronics Academy

Display Arduino output (e.g. sensor data) on your computer monitor with this simple function: Part 2

Higher Ed
In many cases while using an Arduino, you will want to see the data being generated by the Arduino. One common method of doing this is using the print() function from the Serial library to display information to your computer’s monitor....
Instructional Video5:07
Curated Video

AWS Certified Cloud Practitioner (CLF-C01)- IP Addresses and Subnetting - Part 1

Higher Ed
In this video, we'll learn about IP addresses and subnetting - part 1. This clip is from the chapter "AWS Networking and Content Delivery" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".This section is...
Instructional Video3:08
Curated Video

Advanced Swift 2 Application Development (Video 35)

Higher Ed
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Instructional Video2:43
IDG TECHtalk

Why Go binaries are so large (and what you can do about it) | Smart Go

Higher Ed
Why are Go program binaries so large, compared to similar programs written in other languages like C or C++? In this video we'll go into the details of why Go binaries are the sizes they are, and what you can do about it -- that is, if...
Instructional Video1:09
Next Animation Studio

B Centauri: Scientists find planet where no planet should be

12th - Higher Ed
Scientists found a giant planet 325 light years away, but its very existence proves there’s something wrong with science.
Instructional Video7:50
Curated Video

Python for Network Forensics 2.4: Exploring Portable Executables

Higher Ed
In this video, we will learn about the Windows Portable Executable format. We will also learn how an attacker may be able to modify an executable to hide information. • Learn Python modules to open and read Portable Executables • Learn...
Instructional Video5:53
Practical Ninjas

How to convert Binary numbers to Decimal, Octal, Hexadecimal | Deciphering binary systems | DE 02

12th - Higher Ed
Digital Electronics 02. ----------------------------------- This video explains the conversion of number systems from decimal to binary, octal and hexadecimal systems using various examples. A recap of number conversion from binary to...
Instructional Video2:32
Curated Video

Understanding the Purpose of Binary Code

Pre-K - Higher Ed
Quick whiteboard tutorial showing which explains what the point of binary code in computing is, and why we use it. Can be helpful for students studying GCSE Computer Science.
Instructional Video10:06
Astrum

How do planets orbit in multi-star systems?

Higher Ed
Can planets exist in multi-star systems, and what would that look like from their perspective? Thanks to Blinkist for sponsoring today's video.
Instructional Video12:45
Packt

Invert Binary Tree – Part 2

Higher Ed
This is the second part of the two-part video that explains a problem based on invert binary tree. This clip is from the chapter "Question 7: Invert Binary Tree" of the series "Data Structures and Algorithms: The Complete...
Instructional Video5:57
Curated Video

The Complete Beginners Guide to Arduino - 2021 - Bits and Bytes

Higher Ed
Bits and bytes were mentioned in a previous lecture. Bits make up the digits in a binary number. Understanding the basics of the binary number system will help you understand how numbers are stored within the Arduino chip. In this video,...
Instructional Video25:40
Curated Video

C++ for Beginners - Binary Theory

Higher Ed
In this lesson, David discusses binary numbers. This clip is from the chapter "Binary Operations" of the series "C++ for Beginners".Binary Theory
Instructional Video1:09
Next Animation Studio

Asteroid smasher set to launch this month

12th - Higher Ed
NASA is ready to launch a spacecraft that will smash into a big asteroid to make it change its course.
Instructional Video12:42
Packt

CompTIA Network+ Certification N10-007: The Total Course - Introduction to Internet Protocol (IP) Addressing and Binary

Higher Ed
This video provides an introduction to IP addressing and explains how they are constructed. This clip is from the chapter "Transmission Control Protocol/Internet Protocol (TCP/IP) Basics" of the series "CompTIA Network+ Certification...
Instructional Video8:17
Curated Video

Beginning Python (Video 9)

Higher Ed
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...
Instructional Video6:31
Catalyst University

Chemistry | How to Name Binary Molecules

Higher Ed
In this video, we discuss the rules [with examples] for naming binary molecules in general chemistry.
Instructional Video5:19
Curated Video

Learn and Master C Programming - Using Bit-wise Operators in Code

Higher Ed
We will write some C code together using Visual Studio to learn how we can manipulate bits in C/C++. This clip is from the chapter "Let's Talk Binary | Manipulating Bits" of the series "Learn and Master C Programming For Absolute...
Instructional Video14:51
Curated Video

CISSP®- Laws and Regulations

Higher Ed
This video focuses on the laws and regulations. This clip is from the chapter "Certified Information Systems Security Professional CISSP Domain 1 - Security and Risk Management" of the series "CISSP® Certification Domain 1: Security and...
Instructional Video8:27
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 2-Understanding Tight Coupling Using the Binary Search Algorithm Example

Higher Ed
This video provides an explanation of the tight coupling concept with the help of the binary search algorithm example. This video provides an explanation of what you can expect in this section. This clip is from the chapter "Spring Level...
Instructional Video4:34
IDG TECHtalk

How to use Python's pickle module

Higher Ed
Python's built-in pickle library lets you take nearly any Python object, serialize it to a bytestream that can be saved to disk or sent over the network, then reconstructed at the other end. Learn how to work with it and what scenarios...
Instructional Video3:58
IDG TECHtalk

Python 32- and 64-bit editions: What's the difference and why does it matter?

Higher Ed
Python comes in both 32- and 64-bit editions. Which one should you choose, and what difference will it make? And if you're stuck not being able to use the optimal version, what can you do about it?