Curated Video
Using Logarithms to Solve Equations
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...
Institute for New Economic Thinking
Cosma Shalizi - Why Economics Needs Data Mining
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...
Curated Video
Application Development with Swift 2 (Video 12)
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...
Institute for New Economic Thinking
Tony Lawson - Really Reorienting Modern Economics
The Inaugural Conference @ King's, Institute for New Economic Thinking, Session 6. Mathematical Models: Rigorously Testable, Qualitative Metaphors, or Simply an Entry Barrier.
Curated Video
Java 11 Programming for Beginners 4.5: Managing the Input/OutputJava 11
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project: Complete quote finder using hash table
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
Curated Video
Complete Java SE 8 Developer Bootcamp - Java API Documentation (Javadocs)
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...
Brian McLogan
Learn to solve a quadratic by the AC method of factoring
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...
Curated Video
Learning Lodash 4.0 (Video 9)
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...
Curated Video
Learning Lodash 4.0 (Video 6)
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...
Curated Video
Learning Lodash 4.0 (Video 10)
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...
Curated Video
Java 11 Programming for Beginners 2.3: Creating the Basic Structure, Basic Class
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
Curated Video
Learning D3.JS 5.0 5.1: The data() and enter() Methods
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
Programming Electronics Academy
TimerOne in Arduino: Arduino Course 9.6
Using a timer based library for Arduino.
Programming Electronics Academy
Switch Case and Serial Application: Arduino Course 5
A demonstration of using a switch-case statement and serial communication in programming.
Packt
Optimizing the Page Objects Feature with the Smart Way of Objects Creation
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...
Packt
XHR Object Methods & Working with Text
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...
Let's Tute
Origami Tulip
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...
Curated Video
Excel VBA Programming The Complete Guide - Collection Objects in Real Life
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...
Programming Electronics Academy
Class Example: Arduino Course 8.6
A walk through of a class in programming.
Programming Electronics Academy
Blink Two LEDs: Arduino Course 4.6
A walk through of blinking two LEDs with Arduino.
Packt
Brush-Up Basic Java Concepts - 3
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...
Curated Video
Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of the singleton design patterns
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,...