Curated Video
Learn and Master C Programming - Introduction to File I/O
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...
NASA
NASA | Scientists Create First Full 3D Model of Eta Carinae Nebula
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...
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...
Programming Electronics Academy
Display Arduino output (e.g. sensor data) on your computer monitor with this simple function: Part 2
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....
Curated Video
AWS Certified Cloud Practitioner (CLF-C01)- IP Addresses and Subnetting - Part 1
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...
Curated Video
Advanced Swift 2 Application Development (Video 35)
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...
IDG TECHtalk
Why Go binaries are so large (and what you can do about it) | Smart Go
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...
Next Animation Studio
B Centauri: Scientists find planet where no planet should be
Scientists found a giant planet 325 light years away, but its very existence proves there’s something wrong with science.
Curated Video
Python for Network Forensics 2.4: Exploring Portable Executables
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...
Practical Ninjas
How to convert Binary numbers to Decimal, Octal, Hexadecimal | Deciphering binary systems | DE 02
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...
Curated Video
Understanding the Purpose of Binary Code
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.
Astrum
How do planets orbit in multi-star systems?
Can planets exist in multi-star systems, and what would that look like from their perspective? Thanks to Blinkist for sponsoring today's video.
Packt
Invert Binary Tree – Part 2
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...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Bits and Bytes
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,...
Curated Video
C++ for Beginners - Binary Theory
In this lesson, David discusses binary numbers. This clip is from the chapter "Binary Operations" of the series "C++ for Beginners".Binary Theory
Next Animation Studio
Asteroid smasher set to launch this month
NASA is ready to launch a spacecraft that will smash into a big asteroid to make it change its course.
Packt
CompTIA Network+ Certification N10-007: The Total Course - Introduction to Internet Protocol (IP) Addressing and Binary
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...
Curated Video
Beginning Python (Video 9)
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...
Catalyst University
Chemistry | How to Name Binary Molecules
In this video, we discuss the rules [with examples] for naming binary molecules in general chemistry.
Curated Video
Learn and Master C Programming - Using Bit-wise Operators in Code
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...
Curated Video
CISSP®- Laws and Regulations
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...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 2-Understanding Tight Coupling Using the Binary Search Algorithm Example
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...
IDG TECHtalk
How to use Python's pickle module
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...
IDG TECHtalk
Python 32- and 64-bit editions: What's the difference and why does it matter?
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?