Curated Video
Exploring the Sky: The History and Use of Star Charts
Since ancient times, humans have be using the stars to navigate. Learn about the earliest star charts and how modern star charts are used.
Curated Video
Create a list : The Concat Solution
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.
Curated Video
Create a list : Lists Out of Arrays
From the section: Lists. This section focuses on lists and the various functions of the list. This video explains lists out of arrays.
Curated Video
Create a list : Implementing List Push and Grow Functions
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Objects vs. Primitives
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...
Curated Video
Mastering Swift 2 Programming (Video 21)
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 47)
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
Java 11 Programming for Beginners 4.1: Understanding Assignment and Operators
Go through assignment and other operators. • We explain the example of a Pig Latin Translator • Explain operators • Implement a Pig Latin translator example
Packt
Data Types in JavaScript
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...
Brian McLogan
Using the the half angle formula for sine to evaluate
👉 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...
Science360
SMARTPHONE-COMPATIBLE DEVICE TO DETECT MISLABELED DRUGS
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...
Brian McLogan
What are reference angles
👉 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,...
Curated Video
Learning Angular 2 Directives (Video 20)
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Complete merge sort algorithm and analyze updated execution context
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...
Programming Electronics Academy
How to Use and Understand the Arduino Reference :: Open Source Hardware Group Arduino Tutorials
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...
Curated Video
C++ Developer - Parameter Passing: Pass-By-Value and Pass-By-Reference
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++.
Curated Video
Data Science and Machine Learning with R - Working with Matrices
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...
Curated Video
Learning Dart (Video 26)
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...
Curated Video
Angles of Polygons: Understanding Interior and Exterior Angle Measures
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...
Curated Video
Hands-On Unity 2018.x Game Development for Mobile (Video 13)
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Garbage Collection
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...
Institute for New Economic Thinking
William Rees - The Dangerous Disconnect Between Economics and Ecology
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...
Curated Video
Learning Akka (Video 25)
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...
Curated Video
Create a list : Implement List Insert
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.