Instructional Video14:38
Curated Video

C++ for Beginners - Long and Short Data Types

Higher Ed
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
Instructional Video14:15
Brave Wilderness

BITTEN by 3 Attack Dogs!

6th - 8th
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...
Instructional Video10:00
Programming Electronics Academy

Using Serial.read() with Arduino | Part 1

Higher Ed
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...
Instructional Video3:59
Practical Ninjas

Machine Learning - Introduction to binary number systems | Understanding digital systems | DE 01

12th - Higher Ed
Digital Electronics 01. ----------------------------------- This is the first video in the series on Digital Electronics which covers some of the prerequisites for the
Instructional Video6:15
Curated Video

Learn and Master C Programming - Basic C Types Continued

Higher Ed
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...
Instructional Video3:08
IDG TECHtalk

Writing files in Go: Smart Go

Higher Ed
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.
Instructional Video1:44
Curated Video

Learn and Master C Programming - Pointer Arithmetic: Printing out Memory Addresses for Pointers

Higher Ed
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...
Instructional Video3:13
Curated Video

Describe network protocols : Creating Simple TCP Echo Server

Higher Ed
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...
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 Video2:08
Packt

Log Cleanup Delete

Higher Ed
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...
Instructional Video3:11
Curated Video

Learn and Master C Programming - Pointers and Arrays: Using Pointer Arithmetic with Arrays

Higher Ed
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...
Instructional Video6:26
Curated Video

Learn and Master C Programming - Pointer Arithmetic: Working with Integer Pointers

Higher Ed
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...
Instructional Video9:18
Curated Video

Learn and Master C Programming - How to use Basic C Types with prtinf format specifiers

Higher Ed
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...
Instructional Video6:13
Curated Video

Comprehensive Android Developer Bootcamp - String is an Object, After all!

Higher Ed
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...
Instructional Video7:30
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - Basics about Java Integer Data Types - Casting, Operators, and More

Higher Ed
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...
Instructional Video9:11
Curated Video

Learn and Master C Programming - Using 'union' keyword in C

Higher Ed
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...
Instructional Video6:35
IDG TECHtalk

How to use string type | Smart Go

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

Using Serial.read() with Arduino | Part 2

Higher Ed
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...
Instructional Video1:23
IDG TECHtalk

How to use the free command: 2-Minute Linux Tips

Higher Ed
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...
Instructional Video3:07
Curated Video

World of Computer Networking Your CCNA start - Basics of Bits and Bytes

Higher Ed
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...
Instructional Video18:45
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Encoders and Hexeditor

Higher Ed
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,...
Instructional Video9:14
Curated Video

Understanding Units of Data Measurement

Pre-K - Higher Ed
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...
Instructional Video7:53
Curated Video

The Full Stack Web Development - Telnet Commands

Higher Ed
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...
Instructional Video1:48
IDG TECHtalk

How to use the split command: 2-Minute Linux Tips

Higher Ed
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.