Curated Video
Mastering Swift 2 Programming (Video 42)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
Julia for Data Science (Video 5)
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
Seven Dimensions
Understanding Deception and Memory
This video discusses the culture of lies and how it has become acceptable in society. They explore the contradictory messages children receive about honesty and the prevalence of lying in various situations, such as job interviews and...
Curated Video
Evaluate visual representations of data that models real-world phenomena or processes : Visualizing Model Graph – RNN
From the section: NLP Visualization and Model Experimentation. Visualize text data and view data embeddings. View and track hyperparameter tuning and display training configurations to run reproducible experiments. Here, we shall view...
Curated Video
Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of the object pool pattern
This video highlights the pros and cons of the object pool pattern and explains when to use it. This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in Modern C++".This section provides an overview of 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...
Curated Video
C++ Developer - Project - Dynamically Creating Circles
This video presents a project to dynamically create circles. This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.
Python Programmer
EDA Python - 09-3-continue_break
Continue and break allow you to change how loops behave. We examine them in this video.
Curated Video
Use variables to store data : Working with Variables and Data Types – Part 2
From the section: Java Introduction and Development Environment Setup. In this section, you will be introduced to Java 11. The Java programming language is widely used in the development of web and cellphone applications. In this...
Curated Video
AWS Certified Cloud Practitioner (CLF-C01)- Additional Compute Services
In this video, we'll learn about additional compute services. This clip is from the chapter "AWS Compute Services" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".This section is about AWS compute services...
Curated Video
Learn and Master C Programming - Using '#define' To Define Symbolic Constants
We will write a program that uses '#define' to define some symbolic constants. This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into...
Curated Video
High Performance Scientific Computing with C 3.2: Pipelining and Hardware-Oriented Design
How can we design our programs to take the most advantage of modern CPU design? • Learn about caching • Learn about branch prediction and speculative execution • Stay out of the way of the CPU and compiler!
Next Animation Studio
Ruby lawsuits over brain damage could be tip of huge iceberg
Former international rugby players are suing rugby’s governing bodies after being diagnosed with degenerative brain diseases, and CNN reports that this could be the tip of a very large iceberg, as more players are reporting symptoms of...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project conclusion walkthrough
Introduction to idea and operations of linked lists. This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Curated Video
Learning Dart (Video 28)
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Psychology Unlocked
Contextual Memory - Using environmental cues to enhance recall - Social and Cognitive Psychology
We all experience those moments where we can't remember the one piece of information we need. Maybe it's someone's name in a social setting, or an important fact for an exam essay. Whatever it is, you're certainly not alone in sometimes...
Brainwaves Video Anthology
Daniel Schacter - Teachers Make a Difference
Daniel L. Schacter is William R. Kenan, Jr. Professor of Psychology at Harvard University. Schacter received his B.A. degree from the University of North Carolina at Chapel Hill in 1974 and received his PhD from the University of Toronto...
Curated Video
C++ Developer - Introduction to Pointers
This section introduces you to pointers. This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 8: Magic of Spring Boot and In Memory Database H2
Introduction to JPA in 10 Steps: Step 8: Magic of Spring Boot and In Memory Database H2 This clip is from the chapter "Introduction to JPA in 10 Steps" of the series "Master Java Web Services and REST API with Spring Boot".In this...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Section Summary and References "States and Stores"
This lecture summarizes the state stores section. This clip is from the chapter "States and Stores" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section is about States and Stores. You will learn to...
Curated Video
Understanding False Memory
In this video, we explore the idea that our decisions and preferences may not always be based solely on our own likes and dislikes. Through various studies, we discover how our thoughts and behaviors can be influenced by mind tricks and...
Curated Video
The Science of Taste
This video explores the fascinating process of how we taste and experience flavors. It delves into the role of taste buds, the connection between taste and smell, and how our brain evaluates and reacts to different flavors. It also...
Curated Video
Exploring Temporal Perception
In this video, we explore the fascinating topic of temporal illusion and how humans perceive time differently. We discuss various theories and examples of temporal illusions, such as the telescoping effect and the oddball effect. Join us...
Curated Video
Learn and Master C Programming - Introduction & Section Overview
Overview of the section and a quick review of memory, variables and the introduction of & operator. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the...