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. 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. 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. 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 Objective-C are...
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 Objective-C are...
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 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 fundamentals...
Instructional Video3:02
Brian McLogan

Using the the half angle formula for sine to evaluate

12th - Higher Ed
👉 Learn how to evaluate the Sine of an angle using the half-angle formula. The half-angle formula for Sine is helpful when you need to determine the exact value of function given an angle but cannot use a calculator or the angle is not...
Instructional Video2:27
Science360

SMARTPHONE-COMPATIBLE DEVICE TO DETECT MISLABELED DRUGS

12th - Higher Ed
A new more affordable, portable, smartphone-compatible spectrometer could soon help users detect mislabeled or fake pills. The device, which is being developed by NSF-funded small business Stratio, Inc., is based on a shortwave infrared...
Instructional Video6:05
Brian McLogan

What are reference angles

12th - Higher Ed
👉 Learn how to define angle relationships. Knowledge of the relationships between angles can help in determining the value of a given angle. The various angle relationships include: vertical angles, adjacent angles, complementary angles,...
Instructional Video9:28
Curated Video

Learning Angular 2 Directives (Video 20)

Higher Ed
Get up to speed with the building blocks of Angular 2. New technologies and new patterns are emerging on a daily basis. Coding for the front end is extremely demanding, but at the same time more interesting and challenging than ever...
Instructional Video7:35
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Complete merge sort algorithm and analyze updated execution context

Higher Ed
Add functions to analyze and implement time analysis functionality This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video12:06
Programming Electronics Academy

How to Use and Understand the Arduino Reference :: Open Source Hardware Group Arduino Tutorials

Higher Ed
So you just opened up your fancy new gadget -- maybe an awesome DSLR camera, or the newest gaming system, or maybe a new Blu-ray player. As you gladly tear away the packaging -- you notice a small book that feels like it was printed on...
Instructional Video14:48
Curated Video

C++ Developer - Parameter Passing: Pass-By-Value and Pass-By-Reference

Higher Ed
This video explains parameter passing methods: pass-by-value and pass-by-reference. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video31:28
Curated Video

Data Science and Machine Learning with R - Working with Matrices

Higher Ed
This video explains working with matrices. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types and...
Instructional Video5:45
Curated Video

Learning Dart (Video 26)

Higher Ed
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Instructional Video14:22
Curated Video

Angles of Polygons: Understanding Interior and Exterior Angle Measures

9th - 12th
In this video, the teacher explains the concepts of polygons, interior and exterior angle measures, and how to find missing angles using equations. The teacher also provides examples and patterns to help students understand these...
Instructional Video18:20
Curated Video

Hands-On Unity 2018.x Game Development for Mobile (Video 13)

Higher Ed
Ready to take your game development skills to the next level by deploying your games to mobile platforms? With the boom in the mobile game development space, there has never been a better time! This course will give you the necessary...
Instructional Video5:54
Curated Video

Complete Java SE 8 Developer Bootcamp - Garbage Collection

Higher Ed
Java provides with garbage collection, which helps to manage memory. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to use static...
Instructional Video17:11
Institute for New Economic Thinking

William Rees - The Dangerous Disconnect Between Economics and Ecology

Higher Ed
The world economy is depleting the earth's natural resources, and economists cling to models that make no reference whatsoever to the biophysical basis that underpins the economy. That's why ecological economics is needed, says William...
Instructional Video3:26
Curated Video

Learning Akka (Video 25)

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

Create a list : Implement List Insert

Higher Ed
From the section: Lists. This section focuses on lists and the various functions of the list. This video explains how to implement the List Insert method.