Hi, what do you want to do?
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Cryptography Basics
Cryptography is the practice of disguising information in a way that looks random. This episode explores the history of cryptography and how it has evolved into the complex systems today. This clip is from the chapter "Cryptography" of...
Science360
Chalk Talk Binary
A binary system of numbers is one that is composed only of ones and zeros. It was the system of choice for people who developed early computers--they needed a reliable way to get information across electrical circuits, and a way that was...
Packt
Implementing a Binary Tree
This video demonstrates how to implement a binary tree. This clip is from the chapter "Algorithm: Tree Traversals" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of tree...
Practical Ninjas
Gray Code | Gray to Binary code conversion | Binary to Gray code conversion | DE.07
This video explains Gray code used in error checking in digital communications using examples for the tutorial of Digital electronics. The gray code uses mirror technique to generate the bits for succesive decimal values. This...
Curated Video
Python for Network Forensics 3.2: Exploring File Properties
Using the power of recursive traversal, we will begin to search and populate file properties. • Enrich your understanding of directory traversal • Modify our application to populate file properties • Search returned results to understand...
Curated Video
Learn and Master C Programming - Bit-wise Operators Overview
We will look at an overview of the binary operators that we will cover. This clip is from the chapter "Let's Talk Binary | Manipulating Bits" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Introduction to section 5
Intro to section 5 and a brief overview of the material covered in this section This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - How Many Files can Git Store?
This video illustrates the number of files Git can store. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new...
Curated Video
Learn and Master C Programming - Introduction & Section Overview
Overview of the section and a quick review of memory, variables and the introduction of & operator. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the...
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