Instructional Video4:02
Curated Video

Learn and Master C Programming - Pointers and Strings: Remove Vowels Example

Higher Ed
We will look at how we can use pointers to manipulate strings by implementing a function that removes all vowels from a given string. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...
Instructional Video12:39
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Introduction To Shortest Path In An Unweighted Graph - The Distance Table

Higher Ed
Graphs with simple edges (directed or undirected) are unweighted graphs. The distance table is an important data structure used to find the shortest path between any two vertices on a graph. This clip is from the chapter "Shortest Path...
Instructional Video2:33
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Network Routing - System Routes

Higher Ed
In this video, we will cover network routing - system routes. This clip is from the chapter "Network Traffic Management" of the series "AZ-104: Microsoft Azure Administrator Full Course".Learn network traffic management and load balancer...
Instructional Video2:56
The Business Professor

Revenue Recognition - Point of Sale

Higher Ed
Revenue is generally recognized when the transfer of ownership or title occurs. For goods, this happens at the Point of Sale. There are, however, scenarios in which revenue is recognized as a later point.
Instructional Video3:30
Curated Video

Complete Modern C++ - File IO - Part III (Copy Utility)

Higher Ed
This video uses file I/O to create a utility that copies text files. This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions in file input and output.
Instructional Video5:58
Curated Video

C++ Standard Template Library in Practice - Copying

Higher Ed
The listener is new to algorithms and does not know about the copying algorithms. • Introduce the listener to the std::copy algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Instructional Video5:07
Kult America

Tea's of Arabia

Higher Ed
I'm a huge fan of tea and I'm a huge fan of travel so when I visited the middle east (Qatar) for the first time ever I thought it could be fun to try the assortment of tea on the street and hopefully meet some locals in the process. My...
Instructional Video4:31
Curated Video

C++ Standard Template Library in Practice - Moving

Higher Ed
The listener is new to algorithms and does not know about the moving algorithms. • Introduce the listener to the std::move algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Instructional Video10:50
Curated Video

World of Computer Networking Your CCNA start - Analyzing Unicast Ethernet Frame Headers

Higher Ed
This video explains how to analyze unicast Ethernet frame headers. This clip is from the chapter "Switches and Data Link Layer" of the series "World of Computer Networking: Your CCNA start".This section introduces you to switches and the...
Instructional Video6:54
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Implementation Of The Bellman Ford Algorithm

Higher Ed
Learn to implement the Bellman Ford Algorithm. This clip is from the chapter "Shortest Path Algorithms" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section, we are introduced to unweighted graph. We...
Instructional Video4:00
Curated Video

Excel VBA Programming The Complete Guide - The Range.Copy and Range.Cut Methods

Higher Ed
Copy and paste --- is there a more common task in Excel? In this lesson, we use the Range.Copy and Range.Cut methods to copy, cut, and paste text across a spreadsheet. This clip is from the chapter "Range Actions" of the series "Excel...
Instructional Video4:51
Curated Video

Mastering Grunt (Video 17)

Higher Ed
Grunt is everywhere. From JavaScript projects in jQuery to Twitter Bootstrap, everyone's using Grunt to convert code, run tests, and produce distributions for production. Web development activities are marked by repetitive tasks such as...
Instructional Video4:41
Curated Video

World of Computer Networking Your CCNA start - End-to-End Internet Protocol (IP) packet transmission - Part 3

Higher Ed
This is the third part of the three-part video that explains end-to-end IP packet transmission. This clip is from the chapter "Routing" of the series "World of Computer Networking: Your CCNA start".This section introduces you to routing.
Instructional Video6:19
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Implementation Of The Shortest Path In An Unweighted Graph

Higher Ed
Shortest path implementation in Java. This clip is from the chapter "Shortest Path Algorithms" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section, we are introduced to unweighted graph. We implement...
Instructional Video4:46
IDG TECHtalk

R data.table in 5 minutes

Higher Ed
Get a quick look at the R data.table package in this 5-minute tutorial that gives a sample of the package’s speed and power.
Instructional Video3:19
Curated Video

Core Java Programming Course- Copying and Moving Text Files

Higher Ed
This video explains how to copy and move text files. This clip is from the chapter "Working with Text Files (Apache Commons IO)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains how to...
Instructional Video7:04
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Endpoints

Higher Ed
This video explains how AWS uses the term endpoint to access other services indirectly. This clip is from the chapter "Solutions Architect Chapter 3 - Virtual Private Cloud (VPC)" of the series "AWS Solutions Architect Associate...
Instructional Video8:53
Curated Video

World of Computer Networking Your CCNA start - Understanding How Routers Make Routing Decisions

Higher Ed
This video explains how routers make routing decisions. This clip is from the chapter "Routing" of the series "World of Computer Networking: Your CCNA start".This section introduces you to routing.
Instructional Video8:24
Curated Video

World of Computer Networking Your CCNA start - Summary "Transport Layers: Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)"

Higher Ed
This video provides a summary of the section. This clip is from the chapter "Transport Layers: Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)" of the series "World of Computer Networking: Your CCNA start".This...
Instructional Video5:26
Packt

CompTIA Network+ Certification N10-007: The Total Course - Understanding Ports

Higher Ed
This video explains the purposes of well-known ports and ephemeral ports. This clip is from the chapter "Routing" of the series "CompTIA Network+ Certification N10-007: The Total Course".In this section, you will learn more about routing.
Instructional Video2:54
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Network Watcher - Connection Troubleshoot

Higher Ed
In this video, we will cover network watcher - connection troubleshoot. This clip is from the chapter "Azure Monitoring" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces Azure monitoring services...
Instructional Video3:10
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Network Watcher - Next Hop

Higher Ed
In this video, we will cover network watcher - next hop. This clip is from the chapter "Azure Monitoring" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces Azure monitoring services and its key...
Instructional Video5:34
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Kinesis Data Streams and Firehose

Higher Ed
This video explores the concept of Amazon Kinesis Data Streams and Kinesis Firehose to understand what they offer and how they differ. As an AWS architect, it is important to know the options so you can select the best one you need. This...
Instructional Video11:38
Curated Video

World of Computer Networking Your CCNA start - Summaryr "Internet Protocol (IP) Addressing and Internet Protocol (IP) Packets"

Higher Ed
This video provides a summary of the section. This clip is from the chapter "Internet Protocol (IP) Addressing and Internet Protocol (IP) Packets" of the series "World of Computer Networking: Your CCNA start".This section introduces you...