Curated Video
Learn and Master C Programming - Using 'struct' keyword in C
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...
Brian McLogan
Find different ways to write the same polar point
Find different ways to write the same polar point
Institute of Art and Ideas
What's out there in the universe?
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Stack and Heap
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Object Type Casting
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.
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...
Curated Video
Learning Angular 2 Directives (Video 9)
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
Learn and Master C Programming - Using Our Library From Projects Within The Same Solution
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)"...
Curated Video
Complete Java SE 8 Developer Bootcamp - Diamond Operator
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...
Curated Video
Hands-On Unity 2018.x Game Development for Mobile (Video 12)
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...
Programming Electronics Academy
Things to Think About When Choosing a Library: Arduino Course 6.3
A look at different criteria to consider when choosing a code library for Arduino.
Packt
Error Messages
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.
Curated Video
C++ Standard Template Library in Practice - Randomizing
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...
Curated Video
C++ Standard Template Library in Practice - Sequence Algorithms - for_each
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...
Rachel's English
Vocab: Applying for a Job
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...
Curated Video
Create a list : Implementing List Remove
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.
Brian McLogan
Finding the reference angle of an angle in quadrant two
👉 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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Scope-Part 1
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Going Functional
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 •...
Curated Video
Comprehensive Android Developer Bootcamp - Setting Up Journal Post Screen - Saving Image -Part 4
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...
Let's Tute
Ruby Rubber Plant on Canvas: Step-by-Step Painting Tutorial
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.
Brian McLogan
Evaluate the half angle for cosine from a triangle
👉 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...
Curated Video
The Full Stack Web Development - Queries & Constraints in psql
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....
Curated Video
Apache Maven Beginner to Guru - Conclusion "Maven Basics"
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...