Curated Video
Changes in Annex A 27001 (merged, deleted, and new controls)
In this video, we will be discussing the changes that have been made to Annex A 27001. Annex A 27001 is a set of controls that organizations can implement to ensure the security of their information. Recently, there have been some...
Practical Ninjas
How to write Matrices and Differential Equations in LaTeX | Share Latex | Learn LaTeX 08
This video presents how to write Matrices, differential equations using LaTeX in a document. One also learns to insert partial differential equation . The video explains the concepts with hands on code.
Curated Video
Finding Acute Angle Measures in Right Triangles using Inverse Sine Function
In this video, you will learn how to find the measure of an acute angle in a right triangle using the inverse sine function. The video explains the ratios of side lengths for the trigonometric functions and introduces the concept of...
Curated Video
Finding Acute Angle Measures in Right Triangles Using Inverse Cosine
This video explains how to find the measure of an acute angle in a right triangle when only the side lengths are known. It introduces the concept of inverse trigonometric functions, specifically the inverse cosine function, to determine...
APMonitor
Fit Nonlinear Model to Data with Excel
Microsoft Excel adjusts parameters to minimize the difference between measured and predicted values. This tutorial demonstrates how to calculate the sum of squared errors and minimize error with the Solver add-in. See...
Psychology Unlocked
THE SECRET OF TEXTBOOKS for Psychology Students
Textbooks are your number one tool as a Psychology Student, so don't limit yourself to the one course book. That is the surefire way to be absolutely average. If you want to outperform your class, you'll need to absorb more information...
Programming Electronics Academy
Functions Overview: Arduino Course 3.5
An overview of what programming functions are and how they work.
The Business Professor
Professional Portfolio or Proof of Work
This Video Explains Professional Portfolio or Proof of Work
Healthcare Triage
Reference Pricing, CALPERS, and Reduced Health Care Costs
At a time when health care spending seems only to go up, an initiative in California has slashed the prices of many common procedures.
Religion for Breakfast
The Origins of the Jesus Fish
In this episode we examine the topic: The Origins of the Jesus Fish
Odd Quartet
Music Theory - How To Decipher Tempo Markings In Music
First off, what is tempo? The tempo of a piece of music is the measure of how fast or slow a piece of music is played. Think of it like a speedometer for music. In most modern sheet music you will see a modern tempo marking that is easy...
Let's Tute
Creating a Value Scale for Drawing Depth and Dimensionality
In this video, the teacher explains how to create a value scale, which is a system of organizing values ranging from white to black with shades of gray in between. The value scale helps artists create depth and dimensionality in their...
IDG TECHtalk
How Python automatically manages memory: Python memory management, Part 1
Memory management in Python is handled automatically behind the scenes by the Python runtime, leaving you free to concentrate on the actual problem you're solving. Learn how Python's runtime manages memory for objects by way of reference...
Curated Video
Mastering Swift 2 Programming (Video 23)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Creating Linux Users and Groups Lab
User and group management in Linux can be performed at the command line. This demo makes use of the user add and group add commands to create authentication identities. This clip is from the chapter "Identity and Account Management" of...
Soliloquy
Why do Dutch cities get renamed for 3 days a year?
For three days each year, Dutch cities get renamed. For example, the city I live in changes from Oosterhout to Kaaiendonk! This is all done as part of the Burgundian Carnival tradition, but letβs take a deeper look. It all started in...
Brian McLogan
Evaluate for sine cosine and tangent using reference angles
π Learn how to evaluate trigonometric functions of a given angle. Given an angle greater than 2pi in radians, to evaluate the trigonometric functions of the given angle, we first determine the smallest positive coterminal angle of the...
Curated Video
Mastering Swift 2 Programming (Video 22)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
Mastering Swift 2 Programming (Video 18)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
C++ Developer - A Book Class
This video discusses a book class. This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete C++ Developer Course".This section introduces classes and objects.
The Business Professor
Communication Tactics in a Negotiation
This Video Explains Communication Tactics in a Negotiation
Let's Tute
Drawing Organic Shapes Using Contour Lines
The video is a tutorial for drawing organic shapes using cross contour lines, specifically an apple and an amoeba. The teacher provides step-by-step instructions and tips for creating the illusion of 3D shape through curved cross contour...
Let's Tute
Introduction to Cartesian Coordinate System and Basic Concepts of Coordinate Geometry
In this session of coordinate geometry, we learned about the Cartesian coordinate system and how it helps us locate points on a plane using X and Y coordinates. We also learned about the four quadrants and the sign of coordinates...
Curated Video
Evaluate two sorting or two search algorithms : Selection sort implementation
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms β sort, performance, complexity and big O notation. Implement the selection sort algorithm step by step