Instructional Video4:02
Curated Video

Learn Git in 3 Hours- Setup Git Ignore Files

Higher Ed
There will be files in our Git repositories that we will not want to track the changes to, such as build artefacts. We can use Git ignore lists to specify these files. • Decide what files are to be ignored • Create a .Gitignore file in...
Instructional Video4:26
Curated Video

Bash Shell Scripting- Regex: Introduction to sed command with regex

Higher Ed
This video introduces you to regex and shows how to use the sed command with it. This clip is from the chapter "Complete sed command" of the series "Complete Bash Shell Scripting".This section covers the concept of sed command.
Instructional Video2:52
Curated Video

Core Java Programming Course- Hands-on Exercise on the "Nested For" Loop

Higher Ed
This video explains how to use the "Nested For" loop with the help of an exercise. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This...
Instructional Video14:55
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Parsing and Filtering Logstash with Grok

Higher Ed
This video explains how to parse and filter Logstash with Grok. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains...
Instructional Video5:09
Brian McLogan

What is the reciprocal function

12th - Higher Ed
👉 Learn all about reciprocal functions. A reciprocal function is a function of the form f(x) = 1/x. The graph of a reciprocal function is composed of the vertical and the horizontal asymptotes and the points where the curve turns. For...
Instructional Video1:24
Brian McLogan

Learn how to graph the parent graph of an exponential function with a base of three

12th - Higher Ed
👉 Learn how to graph exponential functions. An exponential function is a function that increases rapidly as the value of x increases. To graph an exponential function, it is usually very useful to make the table of values of the...
Instructional Video6:21
Curated Video

Graphs for Patterns

3rd - 5th
Observe the relationship between two patterns and graph the ordered two-tuples on a coordinate plane.
Instructional Video5:15
Curated Video

Exploring Linear Relationships, Recursive Processes, and Explicit Expressions

K - 5th
In this lesson, students will explore a pattern of figures and their areas to understand linear relationships, explicit expressions, and recursive processes. They will learn how to determine the rate of change and identify whether a...
Instructional Video4:52
Curated Video

Graphing Ratios on a Coordinate Plane

K - 5th
In this video, the teacher explains how to solve ratio problems by graphing on a coordinate plane. They use the example of making fruit punch, where they demonstrate how to fill out a ratio table and then graph the points on a coordinate...
Instructional Video0:55
Next Animation Studio

NASA finds Neptune’s moons engaged in dance-like movement

12th - Higher Ed
Thalassa and Naiad appear to be locked in an intricate ‘dance of avoidance’ that keep their respective orbits stable, according to NASA.
Instructional Video15:32
Curated Video

Bash Shell Scripting- Regex-Part-3: Regex with special characters ( [] () and {} )

Higher Ed
This video shows how to use Regex with ( [] () and {} ). This clip is from the chapter "Complete sed command" of the series "Complete Bash Shell Scripting".This section covers the concept of sed command.
Instructional Video12:52
Curated Video

Bash Shell Scripting- Regex - Part 1 - Regex with special characters (\s \t . *\+ \? and \)

Higher Ed
This video shows how to use Regex with special characters. This clip is from the chapter "Complete sed command" of the series "Complete Bash Shell Scripting".This section covers the concept of sed command.
Instructional Video4:17
Curated Video

Core Java Programming Course- String Replace Operations

Higher Ed
This video explains how to replace strings. This clip is from the chapter "String Operations" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various string operations that you can...
Instructional Video7:49
Curated Video

Multi-Paradigm Programming with Modern C++ - Providing a Good Abstraction

Higher Ed
Abstraction hides complexity and preserves only the information that is relevant in the context. We create leaky abstractions when we fail to hide information that is irrelevant. This video is an exercise in creating an abstraction. •...
Instructional Video3:07
Brian McLogan

Learn to expand a binomial to the fifth power

12th - Higher Ed
Learn to expand a binomial to the fifth power
Instructional Video2:55
Brian McLogan

How to Graph the Cotangent Function with a Vertical Shift

12th - Higher Ed
👉 Learn how to graph a cotangent function. To graph a cotangent function, we first determine the period (the distance/time for a complete oscillation), the phase shift (the horizontal shift from the parent function), the vertical shift...
Instructional Video15:40
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Cleaning Text

Higher Ed
This video explains cleaning text. This clip is from the chapter "Cleaning Data" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you how to clean the data.
Instructional Video3:24
Curated Video

Repeated and Non-Repeating Number Patterns

K - 12th
Recognize the difference between repeating and non-repeating patterns.
Instructional Video3:21
Curated Video

Elements in Number Patterns

3rd - 5th
Find the n-th term in a given rule of a number pattern.
Instructional Video7:28
Curated Video

Multiplication "Facts" Challenge

9th - 12th
Do you know your Multiplication "Facts"? We will learn that multiplication is a shortcut for repeated addition. We will learn about the repeated addition patterns found when looking at multiplication facts. We will look at visual...
Instructional Video2:43
Curated Video

Using Expressions to Describe Patterns (Example)

K - 12th
Write expressions to describe patterns.
Instructional Video13:28
Curated Video

How to Approximate Square Roots Without a Calculator

9th - 12th
In this video lesson we will learn how to identify a non-perfect square. We will also learn how to identify what two consecutive integers a non-perfect square lies between. We will use this information to approximate the value to the...
Instructional Video2:56
Weatherthings

Weather Things: Hybrid Clouds

6th - 8th
Clouds manifest moisture condensed in the air. In this program they are appreciated and pondered. Clouds give clues to wind direction, humidity levels, weather patterns, and they just make pretty sights. We look at the basic type of...
Instructional Video5:34
Curated Video

Learning Akka (Video 38)

Higher Ed
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage these...