Instructional Video12:42
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Libraries in Solidity

Higher Ed
In this video, you will learn about libraries in Solidity, which are a way to reuse code and can be deployed as separate contracts or included in the main contract bytecode. This clip is from the chapter "Learn Advanced Solidity II" of...
Instructional Video3:52
Curated Video

Docker Certified Associate Certification Training Course - Differentiate Docker and Virtualization

Higher Ed
This video explains virtualization in Docker. This clip is from the chapter "Introduction to Docker" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains the course.
Instructional Video19:54
TED Talks

Joshua Prince-Ramus: Behind the design of Seattle's library

12th - Higher Ed
Architect Joshua Prince-Ramus takes the audience on dazzling, dizzying virtual tours of three recent projects: the Central Library in Seattle, the Museum Plaza in Louisville and the Charles Wyly Theater in Dallas.
Instructional Video8:36
Curated Video

C++ Programming By Example - Coding a Virtual Die – Generating Random Numbers

Higher Ed
How do you generate random numbers in C++? • Introduce cppreference for C++ documentation • Understand probability distributions and which one is appropriate for a die • Use the classes available in the C++ standard template library to...
Instructional Video2:31
Curated Video

Exploring History: The Sherborne Missal and Turning the Pages Project at the British Library

Pre-K - Higher Ed
Experience the wonders of the Sherbourne Missal, a rare 15th-century prayer book, through the innovative Turning the Pages program by the British Library. This digital facsimile allows you to virtually turn the pages of the ancient...
Instructional Video4:26
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Access Library by Using A for B

Higher Ed
In this video, we will discuss the solution to the exercise on accessing a library using the A for B pattern from the previous video. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course...
Instructional Video3:40
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Access Library Using A for B Pattern

Higher Ed
This is an exercise video on accessing a library using the A for B pattern. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video9:15
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Structs in Solidity

Higher Ed
In this video, you will learn about structs in Solidity, which are user-defined data types that allow you to group related data together. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete...
Instructional Video5:58
Curated Video

Learning Python Web Penetration Testing (Video 1)

Higher Ed
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Instructional Video9:24
SciShow

Without Volcanoes, Earth Might be Dead

12th - Higher Ed
You might think of plate tectonics as destructive since it's the ultimate force behind earthquakes, tsunamis, and volcanic eruptions. But the slow movement of our planet's surface does a lot more than shake things up now and then. Some...
Instructional Video2:55
SciShow Kids

Why Do We Yawn?

K - 5th
We yawn a lot when we're tired or warm, and sometimes we even yawn just because we see other people yawning! But why do we yawn in the first place?
Instructional Video6:56
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Testing Library and Jest / 149

Higher Ed
In this video, we will continue to implement and test the operator functions by clicking the operator buttons we created on the calculator.
Instructional Video2:42
Brian McLogan

Verify an identity using the pythagorean identities

12th - Higher Ed
👉 Learn how to verify Pythagoras trigonometric identities. A Pythagoras trigonometric identity is a trigonometric identity of the form sin^2 (x) + cos^2 (x) or any of its derivations. To verify trigonometric expression means to verify...
Instructional Video2:31
Curated Video

Transforming Higher Education: The Digital Revolution at University Dumira

Pre-K - Higher Ed
University Dumira in Lyon, France, is transforming into a cutting-edge cyber campus, offering online learning materials and textbooks to its 30,000 students. With a focus on digital innovation, the university utilizes tools like iPods...
Instructional Video4:37
Brainwaves Video Anthology

Jerry Blumengarten - Cybrary Man

Higher Ed
Jerry Blumengarten taught for 32 years in the New York City school system. Even though he was a licensed Social Studies teacher, he taught most subjects (Language Arts, Science, Math, Computers…) for grades 6-9. He wrote curriculum for...
Instructional Video7:12
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Nested Mapping in Solidity

Higher Ed
In this video, we will explore the concept of nested mappings in Solidity. By the end of this video, you will have a clear understanding of how nested mappings work in Solidity and how to use them in your own smart contracts. This clip...
Instructional Video7:49
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Mapping and Struct Assignment

Higher Ed
In this video, we will discuss the solution to the exercise on mapping and struct assignment from a previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero...
Instructional Video3:10
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Mapping and Struct Assignment

Higher Ed
In this video, we will dive into the concept of mapping and how to use it in Solidity. We will also explore how to assign a struct to a mapping, and the different ways to retrieve the values stored in a mapping. By the end of this video,...
Instructional Video1:05
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Set Keys and Values

Higher Ed
This is an exercise video on setting keys and values. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In this...
Instructional Video11:06
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Mapping in Solidity

Higher Ed
In this video, we will cover one of the most important data structures in Solidity: mappings. Mappings are a way to associate values to unique keys and are used in many smart contracts for storing and retrieving data efficiently. By the...
Instructional Video3:30
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Structs in Solidity

Higher Ed
In this video, we will discuss the solution to the exercise on structs in Solidity from the previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to...
Instructional Video1:50
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Structs in Solidity

Higher Ed
This is an exercise video on structs in Solidity. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In this section, we...
Instructional Video7:05
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - How to Write Enums

Higher Ed
In this video, we will discuss the solution to the exercise on how to write Enums in Solidity from the previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course -...
Instructional Video2:11
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - How to Write Enums

Higher Ed
This is an exercise video on how to write Enums in Solidity. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In this...

Other popular searches