Curated Video
Nighthawks by Edward Hopper: Great Art Explained
Edward Hopper’s world was New York, and he understood that city more than most people. He understood that, even though you may live in one of the most crowded and busy cities on earth, it is still possible to feel entirely alone. This...
Curated Video
Describe network protocols : Scalability of Network Programs
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, we will learn about scalability of network programs. • Learn about the threading model,...
Curated Video
Beginning Python (Video 26)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Curated Video
Django3- Using Form Data
In this video, we will look at using form data. This clip is from the chapter "Site 1 - Password Generator" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our project...
Curated Video
Creational Design Patterns in Modern C++ - File Example - Introduction
This video introduces you to the file example. • Go through the Qt documentation • Understand that signals get emitted when something happens • Learn that slots can be “connected” to signals to react to events This clip is from the...
Curated Video
Complete Modern C++ - Strings - Part II (std::string)
This video introduces the std::string class from the standard library and its usage. • Look at the Qt documentation • Override mouse event functions • Print data to the console to confirm that the app is reacting properly This clip is...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Fuzzy Queries
This video explains how to use fuzzy queries while searching with Elasticsearch. This clip is from the chapter "Searching with Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 12 - Java char Data Type - Exercises 2 – isDigit
In this video, we will learn about Java char data type - exercises 2 – isDigit. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Brainwaves Video Anthology
Bradford Pearson - Teachers Make a Difference - Rem Briggs
Bradford Pearson is an award-winning journalist whose work examines everything from magicians to Japanese American incarceration to his own kidnapping. He’s written for The New York Times, and Esquire, Time, and Men’s Health magazines,...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Temperature and Humidity Display - DHT11
In this lecture, we are going to work with temperature and humidity display - DHT11. This clip is from the chapter "Step-by-Step Learning with Arduino Projects" of the series "The Complete Beginners Guide to Arduino - 2021".In this...
Curated Video
Python 3 for Beginners: Creating a Program to Make a Cat Speak with Speech Bubble
In this Python programming tutorial, we will learn how to create a speech bubble in the console and display text inside the bubble. We will use the Len function to determine the length of the text and use print statements to create the...
Curated Video
Practical Data Science using Python - Python String Operations
This video explains Python string operations. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
PBS
The Beauty and Anguish of Les Misérables! (feat. Lindsay Ellis) | PBS Digital Studios
Victor Hugo’s Les Misérables is one of history’s most famous novels and one of the longest-running musicals in Broadway history. On this special episode of It’s Lit! we explore how Les Miserable became both a national and revolutionary...
Packt
Longest Palindromic Substring – Part 1
This is the first part of the two-part video that explains the longest palindromic substring. This clip is from the chapter "Question 11: Longest Palindromic Substring" of the series "Data Structures and Algorithms: The Complete...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Password Policies in Amazon Web Services (AWS)
This video demonstrates how to use and implement password policies in AWS. This clip is from the chapter "Solutions Architect Chapter 8 – Identity and Access Management (IAM) Best Practices" of the series "AWS Solutions Architect...
Curated Video
Complete Modern C++ - std::string_view - I
In this video, learn and understand the basics of the std::string_view class. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Curated Video
Complete Modern C++ - File IO - Part IV (Character IO and Seeking)
This video explains how to perform character I/O with streams. 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.
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Create a Contact Form
In this video, we'll learn about creating a contact form. This clip is from the chapter "Learn HTML Course Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn about HTML here. You will learn about...
Curated Video
JavaScript Strings
JavaScript has a number of methods for manipulating, managing and searching strings. Mark will demonstrate in this video.
The Africa Channel
Behind the Words: Chimamanda Ngozi Adiche talks about her book 'Purple Hibiscus'
Go, Behind the Words of some of Africa’s literary icons and hear what inspired their writings. Chimamanda Ngozi Adichie, author of bestselling novel, Americanah the soon to be produced HBO Max series starring Lupito Nyong’o, and Half of...
The Art Assignment
Draw a shape that represents you. | Tschabalala Self | The Art Assignment
This week we meet with Tschabalala Self, whose work explores ideas surrounding the black female body; and her assignment asks you to consider your own body as a symbol too.
IDG TECHtalk
How to use the csplit command: 2-Minute Linux Tips
In this Linux tip, learn how to use the csplit command. It's a command that lets you split a file into pieces based on its content. For example, you might separate a file based on chapter headings, dates or content separators of some...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - JavaScript String Methods
In this video, we'll cover JavaScript string methods. This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript code,...
Curated Video
Excel VBA Programming The Complete Guide - VBA Functions, Part I
The VBA object includes many helper methods to assist the developer with common utility operations. In this lesson, we explore the LCase, UCase, Len, Trim, and InStr methods for working with strings. This clip is from the chapter...