Curated Video
Complete Modern C++ - Dynamic Memory Allocation - Part IV (2D Arrays)
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...
Curated Video
C++ Standard Template Library in Practice - Uninitialized Memory
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...
Curated Video
C++ Standard Template Library in Practice - Vectors
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...
Curated Video
Learn and Master C Programming - Pointers and Strings: Beware of Attempting to Modify Read-Only Memory!
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"...
Curated Video
Remembering My Father's Legacy as an Entrepreneur
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...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Building A Stack Using Java
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...
Curated Video
Excel VBA Programming The Complete Guide - The Single and Double Data Types
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...
Curated Video
High Scoring IELTS Speaking Part 2 Describing a Festival
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...
ShortCutsTv
Self Report Methods
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.
JJ Medicine
Types of Memory | Short Term & Working Memory, Long Term Memory (Explicit and Implicit)
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...
Curated Video
Advanced Swift 2 Application Development (Video 29)
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Protecting Your Code with Debug Capabilities
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...
Curated Video
Creational Design Patterns in Modern C++ - Cloning Types
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...
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...
Seven Dimensions
The Psychology of Lies and Wrongful Convictions
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Exploring Web Debugging
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...
Curated Video
Creational Design Patterns in Modern C++ - std::unique_ptr
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...
Curated Video
Complete Modern C++ - Dynamic Memory Allocation - Part II (new Operator)
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 –...
Curated Video
Complete Modern C++ - Primitive Types and Variables
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...
Curated Video
Complete Modern C++ - Exception Handling - Part I (Basics)
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.
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Kibana Lens
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...
Curated Video
Commit this to Memory for a 7+ on IELTS
Today I will show you what you should be memorizing as you study for the IELTS exam.
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Hosting Services Overview - Part 2
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...