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 Video3:28
Amor Sciendi

Melancholia I: Astrology, Medicine, and Magic Squares

12th - Higher Ed
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.
Instructional Video4:08
Australian Broadcasting Corporation

Is 3D Printing Faster Than Standard Manufacturing?

9th - 12th
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...
Instructional Video9:53
Python Programmer

EDA Python - 07-1Strings_and_print

Higher Ed
How to work with words and letters (known as strings) in python. We also take a look at the print function.
Instructional Video6:05
Curated Video

Django3- Functions

Higher Ed
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.
Instructional Video6:23
Packt

Working with Calendar Objects in Java

Higher Ed
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.
Instructional Video8:38
Packt

Examples of HashSet Using Iterator

Higher Ed
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...
Instructional Video8:34
Curated Video

Learn and Master C Programming - Forward Declarations in C/C++

Higher Ed
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...
Instructional Video4:57
Curated Video

C++ Developer - Project - Odds and Evens

Higher Ed
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.
Instructional Video7:37
Curated Video

Learn Go in 3 Hours - Declaring Variables

Higher Ed
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 •...
Instructional Video6:53
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Java Inheritance - Exercise - Student and Employee Classes

Higher Ed
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...
Instructional Video4:59
Curated Video

Beginning Python (Video 37)

Higher Ed
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...
Instructional Video5:59
Curated Video

Python for Network Forensics 3.4: Parsing System Logs

Higher Ed
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...
Instructional Video6:33
3D Print General

Upgrading your 3D Printer to 8mm Leadscrews

Higher Ed
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.
Instructional Video2:44
Python Programmer

EDA Python - 13-2_Functions_args_kwargs

Higher Ed
In this video you will a little more about functions and how to use arguments and keyword arguments.
Instructional Video4:03
IDG TECHtalk

How to use the Stringer interface | Smart Go

Higher Ed
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.
Instructional Video2:59
Curated Video

Core Java Programming Course- "Finally" Block

Higher Ed
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.
Instructional Video17:41
Packt

Practice Exercise Printing Unique Number- Amazon Interview Questions

Higher Ed
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...
Instructional Video8:32
Packt

Brush-Up Basic Java Concepts -2

Higher Ed
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...
Instructional Video17:49
Packt

Recursion: Tracing Tree – Part 2

Higher Ed
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...
Instructional Video4:03
Curated Video

Agile Masterclass: Agile for Project Management - Scrum Event 2: Sprint Planning

Higher Ed
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.
Instructional Video4:28
Let's Tute

Microsoft Excel Tutorial: Changing Margins, Scaling, and Orientation for Printing

9th - Higher Ed
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...
Instructional Video3:11
Curated Video

Learn and Master C Programming - Pointers and Arrays: Using Pointer Arithmetic with Arrays

Higher Ed
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...
Instructional Video6:26
Curated Video

Learn and Master C Programming - Pointer Arithmetic: Working with Integer Pointers

Higher Ed
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...