Instructional Video5:55
Curated Video

Learn and Master C Programming - Using 'struct' keyword in C

Higher Ed
We will learn how to use 'struct' keyword to declare and use our own data types in C. This clip is from the chapter "Structures & Unions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we use...
Instructional Video3:43
Brian McLogan

Find different ways to write the same polar point

12th - Higher Ed
Find different ways to write the same polar point
Instructional Video18:47
Institute of Art and Ideas

What's out there in the universe?

Higher Ed
We think space and time are the structure of the universe. Yet Einstein argued 'space and time are modes by which we think and not conditions in which we live'. And philosophers, Kant and Heidegger, saw space and time as the framework of...
Instructional Video2:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Stack and Heap

Higher Ed
Learn how objects and method variables are represented in memory using stack and heap. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming...
Instructional Video6:14
Curated Video

Complete Java SE 8 Developer Bootcamp - Object Type Casting

Higher Ed
Casting changes the reference to a more specific type. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism and its benefits.
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 Video6:16
Curated Video

Learning Angular 2 Directives (Video 9)

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 Video12:01
Curated Video

Learn and Master C Programming - Using Our Library From Projects Within The Same Solution

Higher Ed
We will learn how to reference our library from another project in the same solution and also learn about the advantages of having multiple projects in a single solution. This clip is from the chapter "Creating C Libraries (Static LIBs)"...
Instructional Video2:05
Curated Video

Complete Java SE 8 Developer Bootcamp - Diamond Operator

Higher Ed
Learn to simplify declaring parameter types with <>. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer Bootcamp".In this section, learn more about limitations of collections and various...
Instructional Video11:51
Curated Video

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

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 Video15:23
Programming Electronics Academy

Things to Think About When Choosing a Library: Arduino Course 6.3

Higher Ed
A look at different criteria to consider when choosing a code library for Arduino.
Instructional Video4:53
Packt

Error Messages

Higher Ed
Debugging Node.js (Notes Apps): Error Messages This clip is from the chapter "Debugging Node.js (Notes Apps)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn how to debug in Node.js.
Instructional Video6:05
Curated Video

C++ Standard Template Library in Practice - Randomizing

Higher Ed
The listener is new to algorithms and does not know about the shuffling algorithms. • Introduce the listener to the std::shuffle algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a...
Instructional Video7:57
Curated Video

C++ Standard Template Library in Practice - Sequence Algorithms - for_each

Higher Ed
The listener is new to algorithms and does not know about the for_each sequence algorithm. • Introduce the user to the different types of modifying and non-modifying algorithms • Introduce the for_each algorithm • Reinforce the lesson...
Instructional Video16:43
Rachel's English

Vocab: Applying for a Job

6th - Higher Ed
Do you have a job interview coming up? In this video I’ll teach you all of the job interview vocabulary you’ll need for your English interview! Learning how to job interview in English may take some practice if English isn’t your second...
Instructional Video16:25
Curated Video

Create a list : Implementing List Remove

Higher Ed
From the section: Lists. This section focuses on lists and the various functions of the list. This video demonstrates how to implement the List Remove method.
Instructional Video2:57
Brian McLogan

Finding the reference angle of an angle in quadrant two

12th - Higher Ed
👉 Learn how to find the reference angle of a given angle. The reference angle is the acute angle formed by the terminal side of an angle and the x-axis. To find the reference angle, we determine the quadrant on which the given angle lies...
Instructional Video6:11
Curated Video

Complete Java SE 8 Developer Bootcamp - Scope-Part 1

Higher Ed
Learn how to recognize the scope which defines the lifecycle and accessibility of state of a variable in a class. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer...
Instructional Video7:56
Curated Video

Multi-Paradigm Programming with Modern C++ - Going Functional

Higher Ed
Why use function objects together with instead of loops? How to write great lambda expressions easily, and how to master the capture block. • Implementing search with a simple loop and with an algorithm • Mastering the capture block •...
Instructional Video14:49
Curated Video

Comprehensive Android Developer Bootcamp - Setting Up Journal Post Screen - Saving Image -Part 4

Higher Ed
Build a Journal App with Firestore:Setting Up Journal Post Screen - Saving Image -Part 4 This clip is from the chapter "Build a Journal App with Firestore" of the series "The Comprehensive Android Developer Bootcamp".In this section you...
Instructional Video19:00
Let's Tute

Ruby Rubber Plant on Canvas: Step-by-Step Painting Tutorial

9th - Higher Ed
In this video, the teacher demonstrates how to create a beautiful Ruby rubber plant painting on canvas. She guides viewers through the process, from drawing the leaves to mixing and applying the acrylic colors.
Instructional Video2:24
Brian McLogan

Evaluate the half angle for cosine from a triangle

12th - Higher Ed
👉 Learn how to evaluate the tangent of a half-angle. When given the value of the tangent of an angle, we can evaluate the tangent of half the angle using the tangent half-angle formula. When the value of any other trigonometric function...
Instructional Video9:17
Curated Video

The Full Stack Web Development - Queries & Constraints in psql

Higher Ed
Database design using PostgreSQL: Queries & Constraints in psql This clip is from the chapter "Database design using PostgreSQL" of the series "The Full Stack Web Development".In this section we look into PostgreSQL relational databases....
Instructional Video0:54
Curated Video

Apache Maven Beginner to Guru - Conclusion "Maven Basics"

Higher Ed
This video provides a conclusion for this section. This clip is from the chapter "Maven Basics" of the series "Apache Maven: Beginner to Guru".This section focuses on the Maven basics, such as Maven coordinates, Maven repositories, and...