Brian McLogan
What do I need to know to graph the secant and cosecant function
👉 Learn the basics of graphing the secant and the cosecant graphs. Recall that the secant is the reciprocal of the cosine while the cosecant is the reciprocal of the sine. Also recall that the cosine graph is a sinusoidal graph with...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Interactive Rebasing with Squashing in the Local Repository
This video focuses on the interactive rebasing with squashing in the local repository. This clip is from the chapter "Advanced Git" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Hadoop Ecosystem
In this video, we will discuss the Hadoop ecosystem in detail. This clip is from the chapter "Introduction to Hadoop, Spark Ecosystems and Architectures" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section...
Science360
Understanding the Brain with John Wingfield
During the week of May 6th, 2013, scientists from the National Science Foundation, the National Institutes of Health, and DARPA, met for the first meeting on the BRAIN Initiative. Dr. John Wingfield, Assistant Director of Biology at the...
Curated Video
AWS Certified Cloud Practitioner (CLF-C01)- Introduction to On-Premises Networking
In this video, we'll learn about on-premises networking. This clip is from the chapter "AWS Networking and Content Delivery" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".This section is about AWS...
Curated Video
C++ Programming By Example - Basic C++ Syntax
What is the basic C++ language “grammar”? • Identify the primitive integer types • Understand primitive floating-point types • Know how to control the code execution flow This clip is from the chapter "Introduction to C++ and Qt" of the...
Brian McLogan
Solving a formula for a given variable ex 26, A = 2(pi)r^2 + 2(pi)rh solve for h
👉 Learn how to solve literal equations involving formulas. A literal equation is an equation where the unknown values are represented by variables. To solve a literal equation means to make one of the variables the subject of the...
Brian McLogan
I still don't get in simplifying basic expressions
👉 Learn how to simplify mathematics expressions. A mathematis expression is a finite combination of numbers and symbols formed following a set of operations or rules. To simplify a mathematics expression means to reduce the expression...
Brian McLogan
What does colinear and coplanar mean
In this video playlist I show you how to solve different math problems for Algebra, Geometry, Algebra 2 and Pre-Calculus. The video will provide you with math help using step by step instruction. Math help tutorials is just what you need...
Brian McLogan
What is an exponent - Teacher explains all
👉 Learn about the rules of exponents. An exponent is a number which a number is raised to, to produce a power. It is the number of times which a number will multiply itself in a power. There are several rules used in evaluating...
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 26 - Versioning RESTful Services - Basic Approach with URIs
Web Services with Spring and Spring Boot: Step 26 - Versioning RESTful Services - Basic Approach with URIs This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web Services and REST...
Let's Tute
Randomization with RAND() and RANDBETWEEN
This is a tutorial on how to use the Rand and Randbetween functions in Microsoft Excel to generate random numbers. The tutorial explains the purpose of each function, provides examples of how to use them, and highlights their unique...
Brian McLogan
Fraction concept with rectangular wholes - learn math online - help me with math
👉 Learn how to understand the concept of fractions using parts of a whole. Fractions are parts of a whole and this concept can be illustrated using bars and circles. This concept can also be extended to understand equivalent fractions....
IDG TECHtalk
Variable formatting with the fmt package | Smart Go
Learn how to use Go's fmt library to control the formatting of variables, both when just printing to the console and when rendering new strings from other variables within a program.
Brian McLogan
Multiplying Two Radical Expressions Together by Simplifying First
👉 Learn how to multiply radicals. A radical is an expression or a number under the root symbol. To multiply radicals with the same root, it is usually easy to evaluate the product by multiplying the numbers or expressions inside the...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 19 - Removing Spring Boot in the Basic Application
This video demonstrates how to remove Spring Boot from a basic application. This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring Framework Master Class - Java Spring the Modern Way".This...
Let's Tute
Trigonometry: Basic Concepts and Formulas
In this video, the teacher explains the basics of trigonometry, including the six trigonometric ratios, complementary angles, and the three basic trigonometric identities. The video also covers word problems related to angles of...
Curated Video
Learning Python Web Penetration Testing (Video 20)
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...
Brainwaves Video Anthology
Hari Krishna Patcharu - Teachers Make a Difference - Jaya Rao
Hari Krishna Patcharu is a teacher at Z.P.H.S, Ilavaram. Ilavaram is a village in India. Rural schools in this region are called Z.P.H.S. The village name is added to it. The school consists of Grades from 6 to 10.
NASA
NASA | Sea Level Rising: Interview with Tom Wagner
Earth’s rising seas are some of most visible signs of our warming planet. Over the last 20 years, NASA satellites, airborne missions and field campaigns show a steady rise in global sea levels as the world’s polar ice sheets melt. As the...
Curated Video
Bash Shell Scripting- awk command with options, action and basic variables
This video shows how to use the awk command with options, action and basic variables. This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command and AWK...
Packt
Hash Tables
This video provides an introduction to hash tables. This clip is from the chapter "Data Structures – Hash Tables" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to hash tables in data...
Curated Video
C++ Programming By Example - Setting Up Your Painting Application
How to set up a basic application? • Use basic project setup provided by instructor • Open Qt Creator and created needed files as shown • Put the files in the correct folders This clip is from the chapter "Building a Painting Application...