Curated Video
Learn Git in 3 Hours- Setup Git Ignore Files
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...
Curated Video
Bash Shell Scripting- Regex: Introduction to sed command with regex
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.
Curated Video
Core Java Programming Course- Hands-on Exercise on the "Nested For" Loop
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...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Parsing and Filtering Logstash with Grok
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...
Brian McLogan
What is the reciprocal function
👉 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...
Brian McLogan
Learn how to graph the parent graph of an exponential function with a base of three
👉 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...
Curated Video
Graphs for Patterns
Observe the relationship between two patterns and graph the ordered two-tuples on a coordinate plane.
Curated Video
Exploring Linear Relationships, Recursive Processes, and Explicit Expressions
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...
Curated Video
Graphing Ratios on a Coordinate Plane
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...
Next Animation Studio
NASA finds Neptune’s moons engaged in dance-like movement
Thalassa and Naiad appear to be locked in an intricate ‘dance of avoidance’ that keep their respective orbits stable, according to NASA.
Curated Video
Bash Shell Scripting- Regex-Part-3: Regex with special characters ( [] () and {} )
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.
Curated Video
Bash Shell Scripting- Regex - Part 1 - Regex with special characters (\s \t . *\+ \? and \)
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.
Curated Video
Core Java Programming Course- String Replace Operations
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Providing a Good Abstraction
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. •...
Brian McLogan
Learn to expand a binomial to the fifth power
Learn to expand a binomial to the fifth power
Brian McLogan
How to Graph the Cotangent Function with a Vertical Shift
👉 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...
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Cleaning Text
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.
Curated Video
Repeated and Non-Repeating Number Patterns
Recognize the difference between repeating and non-repeating patterns.
Curated Video
Multiplication "Facts" Challenge
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...
Curated Video
Using Expressions to Describe Patterns (Example)
Write expressions to describe patterns.
Curated Video
How to Approximate Square Roots Without a Calculator
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...
Weatherthings
Weather Things: Hybrid Clouds
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...
Curated Video
Learning Akka (Video 38)
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...