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...
Amor Sciendi
Melancholia I: Astrology, Medicine, and Magic Squares
Here we discuss the role of Astrology in Renaissance Medicine while looking at Albrecht Durer's famous print from 1514. The plate can be found in the Staatliche Kunsthalle gallery in Karlsruhe Germany.
Australian Broadcasting Corporation
Is 3D Printing Faster Than Standard Manufacturing?
Movin' to the Country is a series that celebrates the entrepreneurs, innovators and dreamers transforming Australia's beautiful regional areas in surprising new ways. Australian businesses often struggle to get the parts they need...
Python Programmer
EDA Python - 07-1Strings_and_print
How to work with words and letters (known as strings) in python. We also take a look at the print function.
Curated Video
Django3- Functions
In this video, we will look at functions. This clip is from the chapter "Python Refresher" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will take a quick Python refresher.
Packt
Working with Calendar Objects in Java
This video explains how to work with calendar objects in Java. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core Java.
Packt
Examples of HashSet Using Iterator
This video presents examples of HashSet using Iterator. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to Advanced...
Curated Video
Learn and Master C Programming - Forward Declarations in C/C++
We will look at when and why we need to use forward declaration and then learn how to split our code into multiple files. This clip is from the chapter "Working with Header Files and Multiple Source Files" of the series "Learn and Master...
Curated Video
C++ Developer - Project - Odds and Evens
This video presents a project called "Odds and Evens". This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Curated Video
Learn Go in 3 Hours - Declaring Variables
Go provides multiple ways to declare variables. • This video walks through the three different styles of variable declaration in Go. • Learn about the var keyword and type inference • Learn about the := operator and when to use it •...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Java Inheritance - Exercise - Student and Employee Classes
In this session, we will learn about Java inheritance - exercise - student and employee classes. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this...
Curated Video
Beginning Python (Video 37)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Curated Video
Python for Network Forensics 3.4: Parsing System Logs
In this video, we will experiment with correlating log entries to events encountered on the system. • Learn about system logs and how to access them • Learn to interact with the Systemd Journal with Python • Continue development by...
3D Print General
Upgrading your 3D Printer to 8mm Leadscrews
In this video I upgrade my 5mm threaded rods for my Z axis to 8mm leadscrews. This is a great upgrade for anyone looking for more stability and higher quality prints.
Python Programmer
EDA Python - 13-2_Functions_args_kwargs
In this video you will a little more about functions and how to use arguments and keyword arguments.
IDG TECHtalk
How to use the Stringer interface | Smart Go
The "Stringer" interface in Go lets you make any custom struct type into a printable object with your own defined formatting. Learn how to make use of this handy behavior in your own code.
Curated Video
Core Java Programming Course- "Finally" Block
This video explains the "Finally" block. This clip is from the chapter "Exception Handling" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explores exception handling.
Packt
Practice Exercise Printing Unique Number- Amazon Interview Questions
This video presents an example of printing a unique number. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to...
Packt
Brush-Up Basic Java Concepts -2
This is the second 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...
Packt
Recursion: Tracing Tree – Part 2
This is the second part of the four-part recursion-based video that demonstrates how to trace a tree in data structures. This clip is from the chapter "Essential Concepts - II" of the series "Data Structures and Algorithms: The Complete...
Curated Video
Agile Masterclass: Agile for Project Management - Scrum Event 2: Sprint Planning
This video explains Sprint planning. This clip is from the chapter "Scrum Events" of the series "Agile Project Management: Agile, Scrum, Kanban, and Extreme Programming".This section explains Scrum events.
Let's Tute
Microsoft Excel Tutorial: Changing Margins, Scaling, and Orientation for Printing
This is a tutorial on how to change margins, scaling, and orientation in Microsoft Excel for printing purposes. It covers both manual adjustments and using the mouse to adjust margins, as well as selecting portrait or landscape...
Curated Video
Learn and Master C Programming - Pointers and Arrays: Using Pointer Arithmetic with Arrays
We will learn how to apply pointer arithmetic to arrays and see different ways we can access array elements with the help from pointer arithmetic. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For...
Curated Video
Learn and Master C Programming - Pointer Arithmetic: Working with Integer Pointers
We will learn about pointer arithmetic and how we can increment or decrement pointers in C/C++ and understand what that really means. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...