Curated Video
C++ for Beginners - Long and Short Data Types
David, your instructor, discusses how data types can be different sizes. This clip is from the chapter "Errors and Data Types" of the series "C++ for Beginners".Outputting Errors
Brave Wilderness
BITTEN by 3 Attack Dogs!
In this episode, Coyote is in West Virginia and he's entering the bite zone yet again! This time, it's with not one but THREE K9! So, which dog will win best in show... or should we say, best in bites?! Find out now and watch Coyote get...
Programming Electronics Academy
Using Serial.read() with Arduino | Part 1
Are you trying to use Serial.read() to get data from a serial port to your Arduino? Maybe you’re using the Arduino Serial Monitor window and sending in data, or maybe you’ve got a program running on your raspberryPi sending data via...
Practical Ninjas
Machine Learning - Introduction to binary number systems | Understanding digital systems | DE 01
Digital Electronics 01. ----------------------------------- This is the first video in the series on Digital Electronics which covers some of the prerequisites for the
Curated Video
Learn and Master C Programming - Basic C Types Continued
We go over the C basic types again and discuss them in more detail so you become more familiar with them. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C Programming For Absolute Beginners!".In...
IDG TECHtalk
Writing files in Go: Smart Go
How to write text to a file in the Go language, using Go's built-in packages. Learn how to use "os" for simple file writing operations, and "bufio" for when you need more control.
Curated Video
Learn and Master C Programming - Pointer Arithmetic: Printing out Memory Addresses for Pointers
We will modify our sample from previous lecture to display memory addresses to inspect them and verify pointer arithmetic is indeed translating increments/decrements based on data type. This clip is from the chapter "Pointers" of the...
Curated Video
Describe network protocols : Creating Simple TCP Echo Server
From the section: Programming TCP Clients and Servers In this section, we will learn about how to build TCP Servers and how it works. In this video, will learn how to create a simple TCP echo server. • Learn the process how a server...
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...
Packt
Log Cleanup Delete
This video explains how to delete the log cleanup policy. This clip is from the chapter "Advanced Topics Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn some advanced...
Curated Video
Learn and Master C Programming - Pointers and Arrays: Using Pointer Arithmetic with Arrays
We will learn how to apply pointer arithmetic to arrays and see different ways we can access array elements with the help from pointer arithmetic. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For...
Curated Video
Learn and Master C Programming - Pointer Arithmetic: Working with Integer Pointers
We will learn about pointer arithmetic and how we can increment or decrement pointers in C/C++ and understand what that really means. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...
Curated Video
Learn and Master C Programming - How to use Basic C Types with prtinf format specifiers
We will learn how to display all basic types using prtinf function. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the course, we look...
Curated Video
Comprehensive Android Developer Bootcamp - String is an Object, After all!
Java Inheritance:String is an Object, After all! This clip is from the chapter "Java Inheritance" of the series "The Comprehensive Android Developer Bootcamp".This section introduces Java Inheritance and how to create its structure. You...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Basics about Java Integer Data Types - Casting, Operators, and More
In this video, we will learn the basics about Java integer data types - casting, operators, and more. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Learn and Master C Programming - Using 'union' keyword in C
Understand how to declare and use a union and how are they different from structures. This clip is from the chapter "Structures & Unions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we use...
IDG TECHtalk
How to use string type | Smart Go
Learn about the details of the string type in Go -- how data are stored in them, how they can be represented as bytes or characters, and how the "rune" type in Go is used with strings.
Programming Electronics Academy
Using Serial.read() with Arduino | Part 2
Now let’s tackle the first step of our algorithm – we create a character array to hold the incoming message and a position variable to help us move through each element in the array. We’ll also create a constant to hold the max length of...
IDG TECHtalk
How to use the free command: 2-Minute Linux Tips
In this Linux tip, learn how to use the free command. It doesn't mean a command that you are not paying for, but one that tells you how much memory – physical and swap – is being used on your Linux system including how much is "free" and...
Curated Video
World of Computer Networking Your CCNA start - Basics of Bits and Bytes
This video explains the basics of bits and bytes in Transmission Control Protocol/Internet Protocol (TCP/IP). This clip is from the chapter "Bits and Bytes" of the series "World of Computer Networking: Your CCNA start".This section...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Encoders and Hexeditor
In this video, you'll learn about two new tools called Encoders and Hexeditor. This clip is from the chapter "System Hacking and Exploitation" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section,...
Curated Video
Understanding Units of Data Measurement
This video tutorial provides a comprehensive explanation of the different measurements of data used in GCSE Computer Science courses in the UK, covering units like bits, nibbles, bytes, kilobytes, and beyond. It also highlights the...
Curated Video
The Full Stack Web Development - Telnet Commands
Learning Caching Using Memcached: Telnet Commands This clip is from the chapter "Learning Caching Using Memcached" of the series "The Full Stack Web Development".We use Memcached – a caching system. We work with Telnet in Linux. We work...
IDG TECHtalk
How to use the split command: 2-Minute Linux Tips
In this Linux tip, we’re going to look at the split command that breaks files into pieces --according to your instructions, if you like -- and gives the pieces sequential names.