Instructional Video14:55
Religion for Breakfast

The Origins of the Jesus Fish

12th - Higher Ed
In this episode we examine the topic: The Origins of the Jesus Fish
Instructional Video3:26
Odd Quartet

Music Theory - How To Decipher Tempo Markings In Music

9th - 12th
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...
Instructional Video10:02
Let's Tute

Creating a Value Scale for Drawing Depth and Dimensionality

9th - Higher Ed
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...
Instructional Video5:08
IDG TECHtalk

How Python automatically manages memory: Python memory management, Part 1

Higher Ed
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...
Instructional Video5:31
Curated Video

Mastering Swift 2 Programming (Video 23)

Higher Ed
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...
Instructional Video5:48
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Creating Linux Users and Groups Lab

Higher Ed
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.
r/>
This clip is from the chapter "Identity and Account...
Instructional Video4:22
Soliloquy

Why do Dutch cities get renamed for 3 days a year?

12th - Higher Ed
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...
Instructional Video4:55
Brian McLogan

Evaluate for sine cosine and tangent using reference angles

12th - Higher Ed
πŸ‘‰ 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...
Instructional Video4:37
Curated Video

Mastering Swift 2 Programming (Video 22)

Higher Ed
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...
Instructional Video6:15
Curated Video

Mastering Swift 2 Programming (Video 18)

Higher Ed
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...
Instructional Video19:37
Curated Video

C++ Developer - A Book Class

Higher Ed
This video discusses a book class.<br/<br/>>

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.
Instructional Video5:57
The Business Professor

Communication Tactics in a Negotiation

Higher Ed
This Video Explains Communication Tactics in a Negotiation
Instructional Video10:03
Let's Tute

Drawing Organic Shapes Using Contour Lines

9th - Higher Ed
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...
Instructional Video4:49
Let's Tute

Introduction to Cartesian Coordinate System and Basic Concepts of Coordinate Geometry

9th - Higher Ed
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...
Instructional Video13:02
Curated Video

Evaluate two sorting or two search algorithms : Selection sort implementation

Higher Ed
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation.<b<br/>r/>

Implement the selection sort algorithm step by step
Instructional Video4:00
Curated Video

Exploring the Sky: The History and Use of Star Charts

Pre-K - Higher Ed
Since ancient times, humans have be using the stars to navigate. Learn about the earliest star charts and how modern star charts are used.
Instructional Video6:55
Curated Video

Create a list : The Concat Solution

Higher Ed
From the section: Lists. This section focuses on lists and the various functions of the list.<b<br/>r/>

This video provides the solution to the Concat Challenge.
Instructional Video8:54
Curated Video

Create a list : Lists Out of Arrays

Higher Ed
From the section: Lists. This section focuses on lists and the various functions of the list.<b<br/>r/>

This video explains lists out of arrays.
Instructional Video13:00
Curated Video

Create a list : Implementing List Push and Grow Functions

Higher Ed
From the section: Lists. This section focuses on lists and the various functions of the list.<b<br/>r/>

This video explains how to implement the List Push and Grow methods.
Instructional Video11:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Objects vs. Primitives

Higher Ed
A discussion on the different characteristics of Java primitives (such as an int or boolean) and objects. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object...
Instructional Video4:44
Curated Video

Mastering Swift 2 Programming (Video 21)

Higher Ed
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...
Instructional Video3:40
Curated Video

Mastering Swift 2 Programming (Video 47)

Higher Ed
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...
Instructional Video7:25
Curated Video

Java 11 Programming for Beginners 4.1: Understanding Assignment and Operators

Higher Ed
Go through assignment and other operators. β€’ We explain the example of a Pig Latin Translator β€’ Explain operators β€’ Implement a Pig Latin translator example
Instructional Video10:20
Packt

Data Types in JavaScript

Higher Ed
JavaScript Language Fundamentals: Data Types in JavaScript
<
br/>
This clip is from the chapter "JavaScript Language Fundamentals" of the series "Modern JavaScript from the Beginning".In this section, you will learn the important...