Instructional Video4:04
Curated Video

Learn Git in 3 Hours- Rebasing

Higher Ed
Sometimes we will want to incorporate new changes from the branch we branched from into our feature branch. To do this, we can use the Git rebase command.

• Check out the feature branch to r
ebase
• Use the Git rebase...
Instructional Video4:02
Curated Video

Django3- Dictionaries

Higher Ed
In this video, we will look at dictionaries.<br/<br/>>

This clip is from the chapter "Python Refresher" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will take a quick Python refresher.
Instructional Video8:13
Brian McLogan

Understanding coterminal angles in trigonometry

12th - Higher Ed
👉 Learn the basics of co-terminal angles. An angle is a figure formed by two rays that have a common endpoint. The two rays are called the sides of the angle while the common endpoint is called the vertex of the angle. We measure angles...
Instructional Video3:25
Brian McLogan

How to determine two coterminal angles when above 360 degrees

12th - Higher Ed
👉 Learn how to determine co-terminal angles given one angle. An angle is a figure formed by two rays that have a common endpoint. The two rays are called the sides of the angle while the common endpoint is called the vertex of the angle....
Instructional Video2:29
Brian McLogan

How to determine two coterminal angles for a negative angle

12th - Higher Ed
👉 Learn how to determine co-terminal angles given one angle. An angle is a figure formed by two rays that have a common endpoint. The two rays are called the sides of the angle while the common endpoint is called the vertex of the angle....
Instructional Video6:02
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Cloning Remote Repository

Higher Ed
This video explains the concept of cloning remote repository in Git.
r/>
This clip is from the chapter "Cloning, Exploring, and Modifying Public Repositories" of the series "Complete Git Guide: Understand and Master Git and...
Instructional Video4:12
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Cloning a Remote Repository and Verifying a Pre-Commit Hook

Higher Ed
This video demonstrates how to clone a remote repository and verify a pre-commit hook in Git.
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This...
Instructional Video5:00
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - What is Tracking Branch?

Higher Ed
This video explains the concept of tracking branch in Git.
r/>
This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an overview...
Instructional Video4:11
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Docker Container Lab

Higher Ed
Containerized applications are self-contained boundaries consisting of only application files, not an operating system. This demo shows how to work with Docker containers on the Linux platform.
r/>
This clip is from the chapter...
Instructional Video5:50
Curated Video

Node.js API Masterclass with Express and MongoDB - Digital Ocean Droplet & Server Log In

Higher Ed
Documentation & Deploy: Digital Ocean Droplet & Server Log In<br/<br/>>

This clip is from the chapter "Documentation & Deploy" of the series "Node.js API Masterclass with Express and MongoDB".null
Instructional Video3:28
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Installing Java - Mac

Higher Ed
In this lesson, we will end we will learn how to install Java for Mac OS.
r/>
This clip is from the chapter "Installing Java" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will install...
Instructional Video6:08
Curated Video

Learning LESS (Video 5)

Higher Ed
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you...
Instructional Video0:45
Next Animation Studio

New York's LaGuardia Airport undergoes major renovation

12th - Higher Ed
LaGuardia International Airport is being renovated in a push to modernize the aging airport.
Instructional Video2:25
NASA

NASA | LLCD Downloads the Future

3rd - 11th
LLCD will be NASA's first-step in creating a high performance space-based laser communications system. The LLCD mission consists of space-based and ground-based components. The Lunar Laser Space Terminal (LLST) is an optical...
Instructional Video8:33
Curated Video

Bash Shell Scripting - "nohup" Command

Higher Ed
This video focusses on the "nohup" command.
r/>
This clip is from the chapter "Process Handling and Running Scripts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section...
Instructional Video8:21
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Installing Git on Linux

Higher Ed
This video demonstrates how to install Git on Linux.
r/>
This clip is from the chapter "Installation of Git and Configuration of the Shell" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
Instructional Video4:49
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Enabling a Post-Commit Hook

Higher Ed
This video demonstrates how to enable a post-commit hook in Git.
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in...
Instructional Video3:55
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Checking Out a Remote Branch

Higher Ed
This video explains how to check out a remote branch in Git.
r/>
This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an...
Instructional Video1:41
IDG TECHtalk

How to use the ps command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the ps command. It displays information on running processes. If you want to see only certain processes, you can pass the output of a ps command to grep and specify what you want to see – for example,...
Instructional Video4:01
Packt

Setting Chrome Driver Path in Mac (for Mac Users Only)

Higher Ed
This video demonstrates how to set the Chrome driver path in Mac.
<
br/>
This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video8:12
Curated Video

Bash Shell Scripting - Shell Prompt Customization

Higher Ed
This video demonstrates how to customize the shell prompt.
r/>
This clip is from the chapter "Customizing Shell Environment" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This...
Instructional Video2:10
Brian McLogan

Sketch the Angle in Standard Position

12th - Higher Ed
👉 Learn how to sketch angles in terms of pi. An angle is the figure formed by two rays sharing the same endpoint. Angle is measured in radians or in degrees. One complete revolution about a point is equivalent to 2pi radians and 360...
Instructional Video1:25
Brian McLogan

Sketch the Angle in Standard Position

12th - Higher Ed
👉 Learn how to sketch angles in terms of pi. An angle is the figure formed by two rays sharing the same endpoint. Angle is measured in radians or in degrees. One complete revolution about a point is equivalent to 2pi radians and 360...
Instructional Video3:12
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Checkout-index

Higher Ed
This video explains the Git checkout-index.
r/>
This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new...