Instructional Video15:35
Curated Video

Using Logarithms to Solve Equations

Higher Ed
This video provides an introduction to using logarithms to solve equations where the variable is a power. The video explains two methods to solve such equations: the first method involves using the logarithm function on the calculator to...
Instructional Video12:13
Institute for New Economic Thinking

Cosma Shalizi - Why Economics Needs Data Mining

Higher Ed
Cosma Shalizi urges economists to stop doing what they are doing: Fitting large complex models to a small set of highly correlated time series data. Once you add enough variables, parameters, bells and whistles, your model can fit past...
Instructional Video4:36
Curated Video

Application Development with Swift 2 (Video 12)

Higher Ed
Swift 2 is the latest iteration of Apple's native programming language for iOS devices. If you're an aspiring iOS application developer who is looking to build apps for the App Store, you'll need to use Swift. The language boasts a vast...
Instructional Video22:10
Institute for New Economic Thinking

Tony Lawson - Really Reorienting Modern Economics

Higher Ed
The Inaugural Conference @ King's, Institute for New Economic Thinking, Session 6. Mathematical Models: Rigorously Testable, Qualitative Metaphors, or Simply an Entry Barrier.
Instructional Video5:21
Curated Video

Java 11 Programming for Beginners 4.5: Managing the Input/OutputJava 11

Higher Ed
The I/O for Java is one area that is very useful but also very tricky. This video aims to give that landscape a good overview. • Slides will highlight the classes and methods to look out for • Add the capability to read a sentence from...
Instructional Video13:07
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project: Complete quote finder using hash table

Higher Ed
Inserting nodes into a BST in-depth with test cases This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Instructional Video3:08
Curated Video

Complete Java SE 8 Developer Bootcamp - Java API Documentation (Javadocs)

Higher Ed
The author shows you where you can find the Java SE 8 Javadoc, and how to use it. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview of...
Instructional Video4:34
Brian McLogan

Learn to solve a quadratic by the AC method of factoring

12th - Higher Ed
we find two factors of the product of the constant term (the term with no variable) and the coefficient of the squared variable whose sum gives the linear term. These factors are now placed in separate brackets with x to form the factors...
Instructional Video17:00
Let's Tute

Drawing a Horse

9th - Higher Ed
In this video we will learn how to draw a horse
Instructional Video5:29
Curated Video

Learning Lodash 4.0 (Video 9)

Higher Ed
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Instructional Video10:50
Curated Video

Learning Lodash 4.0 (Video 6)

Higher Ed
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Instructional Video7:31
Curated Video

Learning Lodash 4.0 (Video 10)

Higher Ed
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Instructional Video3:00
Curated Video

Java 11 Programming for Beginners 2.3: Creating the Basic Structure, Basic Class

Higher Ed
Then, we prepare even more of the basic structure to hold the upcoming logic. • Create a new calculator class and initial method • Run through the basic structure of a Java class
Instructional Video4:59
Curated Video

Learning D3.JS 5.0 5.1: The data() and enter() Methods

Higher Ed
In this video, we will learn what data binding is and how to use the data() and enter() methods. • Learn what data binding is • Get an example with data() and enter() methods • View the result in the browser and discuss it
Instructional Video12:36
Programming Electronics Academy

TimerOne in Arduino: Arduino Course 9.6

Higher Ed
Using a timer based library for Arduino.
Instructional Video18:36
Programming Electronics Academy

Switch Case and Serial Application: Arduino Course 5

Higher Ed
A demonstration of using a switch-case statement and serial communication in programming.
Instructional Video16:37
Packt

Optimizing the Page Objects Feature with the Smart Way of Objects Creation

Higher Ed
This video explains how to optimize the page objects feature with smart ways of creating objects. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video12:50
Packt

XHR Object Methods & Working with Text

Higher Ed
Asynchronous JavaScript, Ajax & Fetch API: XHR Object Methods & Working with Text This clip is from the chapter "Asynchronous JavaScript, Ajax & Fetch API" of the series "Modern JavaScript from the Beginning".In this section, you will...
Instructional Video7:42
Let's Tute

Origami Tulip

9th - Higher Ed
In this video, the instructor teaches how to make an origami Tulip using simple steps. Viewers are guided through the process of folding a red paper into a waterbomb base, inflating it to create the flower shape, and then making a green...
Instructional Video5:50
Curated Video

Excel VBA Programming The Complete Guide - Collection Objects in Real Life

Higher Ed
Some objects in VBA are collection objects. Their purpose is to serve as a box or container for related objects. For example, the Worksheets collection object stores a Worksheet object for each worksheet in a Workbook. In this lesson, we...
Instructional Video21:14
Programming Electronics Academy

Class Example: Arduino Course 8.6

Higher Ed
A walk through of a class in programming.
Instructional Video14:28
Programming Electronics Academy

Blink Two LEDs: Arduino Course 4.6

Higher Ed
A walk through of blinking two LEDs with Arduino.
Instructional Video17:53
Packt

Brush-Up Basic Java Concepts - 3

Higher Ed
This is the third part of a three-part lecture that helps you brush up your Java concepts. This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video4:22
Curated Video

Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of the singleton design patterns

Higher Ed
This video highlights the pros and cons of the singleton design patterns. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes,...