Instructional Video5:08
Curated Video

Complete Modern C++ - Dynamic Memory Allocation - Part IV (2D Arrays)

Higher Ed
This video shows the basics of 2D arrays and how they are created on the heap in C++ using the new[] operator. • Explain iterators • Show examples to further illustrate how they work • Analyze the results of the examples via print...
Instructional Video7:02
Curated Video

C++ Standard Template Library in Practice - Uninitialized Memory

Higher Ed
The user would like to know about how to handle uninitialized memory blocks in C++ . • Talk about how to create uninitialized blocks of memory • Show the STL functions to work with it. • Reinforce the lesson with an example This clip is...
Instructional Video8:15
Curated Video

C++ Standard Template Library in Practice - Vectors

Higher Ed
The user is unfamiliar with the vector container, wishes to know more about them, and when to use them. • Begin by introducing the user to the vector, discussing how it works • Inform the user of the pros and cons of using the data...
Instructional Video4:12
Curated Video

Learn and Master C Programming - Pointers and Strings: Beware of Attempting to Modify Read-Only Memory!

Higher Ed
We will learn about strings and pointers and how to avoid pointer-related issues like access violation when we try to modify a string that is stored inside read-only (or write-protected) memory. This clip is from the chapter "Pointers"...
Instructional Video2:59
Curated Video

Remembering My Father's Legacy as an Entrepreneur

Higher Ed
Sam's Triumph part 4/4: The video is a tribute to a father who was a hardworking and generous man. The speaker talks about how his father was a positive influence on him and taught him to take care of his family and to work hard. The...
Instructional Video16:54
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Building A Stack Using Java

Higher Ed
Here, we build a stack for real using Java. It'll have all the operations we're interested in - push, pop, peek, size etc. This clip is from the chapter "Stacks And Queues" of the series "From 0 to 1: Data Structures & Algorithms in...
Instructional Video5:59
Curated Video

Excel VBA Programming The Complete Guide - The Single and Double Data Types

Higher Ed
The Single and Double data types represent a floating point number or, in other words, a number with a fractional or decimal component. We discuss the advantages of the Double data type and use it in a procedure that calculates a...
Instructional Video3:06
Curated Video

High Scoring IELTS Speaking Part 2 Describing a Festival

9th - Higher Ed
Today you’ll hear a high-scoring IELTS Speaking Part 2 describing a festival. On the IELTS Speaking Exam, festivals and celebrations are common questions on all 3 parts. In the last video, we talked about 8+ vocabulary you can use to...
Instructional Video6:06
ShortCutsTv

Self Report Methods

Higher Ed
Based on a real-world example - how to collect data about education - this film illustrates and explains how and why psychologists use self-report methods such as questionnaires and interviews.
Instructional Video8:54
JJ Medicine

Types of Memory | Short Term & Working Memory, Long Term Memory (Explicit and Implicit)

Higher Ed
Types of Memory |Short Term & Working Memory, Long Term Memory (Explicit and Implicit) Memory is the cognitive ability to retain and use information acquired in the past. There are a variety of different types of memory, including a very...
Instructional Video3:36
Curated Video

Advanced Swift 2 Application Development (Video 29)

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

Using Arrays with Arduino

Higher Ed
Using Arrays with Arduino
Instructional Video5:12
Curated Video

Hands-On WebAssembly for C++ Programmers - Protecting Your Code with Debug Capabilities

Higher Ed
What can we do to catch bugs earlier, without having to manually test? • Adopt a DevOps mindset to catch bugs early • Add debug capabilities to flag problematic code • Utilize sanitizers to detect undefined behavior and address...
Instructional Video4:39
Curated Video

Creational Design Patterns in Modern C++ - Cloning Types

Higher Ed
This video explains the basics of cloning and demonstrates how to use the prototype pattern to implement it. • Open Qt Creator • Create a new Qt class • Add the files to the correct folders in the course code This clip is from the...
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 Video5:13
Seven Dimensions

The Psychology of Lies and Wrongful Convictions

Higher Ed
This video discusses the issue of lies, deception, and the impact it has on police investigations and courtroom proceedings. It explores the tendency of law enforcement to assume deception and how this can lead to tunnel vision and...
Instructional Video7:32
Curated Video

Hands-On WebAssembly for C++ Programmers - Exploring Web Debugging

Higher Ed
What tools are available to us in the web browser for debugging? • Explore HTML and Debug code • Profile CPU and network calls • Introspect memory and storage This clip is from the chapter "Debugging Techniques in WebAssembly" of the...
Instructional Video6:41
Curated Video

Creational Design Patterns in Modern C++ - std::unique_ptr

Higher Ed
This video highlights the examples explaining how and why a factory method can be implemented as a global function and focuses on the std::unique_ptr function. This clip is from the chapter "Factory Method" of the series "Creational...
Instructional Video6:19
Curated Video

Complete Modern C++ - Dynamic Memory Allocation - Part II (new Operator)

Higher Ed
In this video, you will learn how to use the new operator to allocate memory at runtime in C++. • Learn construction and solve an assignment • Access to stored value • Reset and emplace This clip is from the chapter "Memory Management –...
Instructional Video7:57
Curated Video

Complete Modern C++ - Primitive Types and Variables

Higher Ed
This video introduces primitive types in C++. • Std::visit versus match • Overload set • Match implementation This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see...
Instructional Video7:59
Curated Video

Complete Modern C++ - Exception Handling - Part I (Basics)

Higher Ed
This video explains why exception handling is required and how it is better than returning simple error codes. This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
Instructional Video14:51
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Kibana Lens

Higher Ed
This video focuses on the Kibana Lens User Interface (UI). This clip is from the chapter "Using Kibana" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to install Kibana, play with the...
Instructional Video2:32
Curated Video

Commit this to Memory for a 7+ on IELTS

9th - Higher Ed
Today I will show you what you should be memorizing as you study for the IELTS exam.
Instructional Video8:43
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Hosting Services Overview - Part 2

Higher Ed
In this video, we'll cover hosting services overview - part 2. This clip is from the chapter "Free TLS Certificate (Let's Encrypt) on Paid Hosting" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll get a free...