Curated Video
Java Programming for Complete Beginners - Java 16 - Step 14 - Introduction to Variables in Java - Exercises and Puzzles
This video talks about variables in Java - exercises and puzzles. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Fix the errors in a computer program or algorithm : Errors - Types of Errors!
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Errors - Types of Errors!
Curated Video
Growing the Family Business, One Generation at a Time
This video is a story about the growth of Positive Promotions, a leading supplier of specialty promotional products. Nelson Taxel, the key figure behind the success of the family-run business, shares his experiences in developing the...
3D Print General
Who Makes the Best PLA? 3D Printing YouTubers Respond
Thanks to everyone who participated!
APMonitor
Python 🐍 Print
Printing is displaying values to the screen. The word print comes from the time when programs previously put ink on paper. You use the built in python function print() to output values. You could use this to tell you what is the current...
Let's Tute
Printing Specific Ranges in Microsoft Excel
This Microsoft Excel tutorial teaches how to print a specific range of cells. It covers two options: selecting the range before going to the print area option, or selecting the print selection option after selecting the range. The...
3D Print General
Get Cleaner Top Surfaces with 1 Click - Cura 4.11
Cura 4.11.0 has a new update called "Monotonic Top/Bottom Order" which will drastically improve the top surface quality of your prints by changing its tool path.
3D Print General
3D Printed Batman - The Dark Knight Returns
Today, we print, paint, and assemble Kong's latest design of Batman from The Dark Knight Returns. You can download this, and all other 2 dozen unique designs, at our Patreon: http://bit.ly/2xBSDbY
Curated Video
Bash Shell Scripting- awk command with action and basic variables
This video shows how to use the awk command with action and basic variables. This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command and AWK scripting
Curated Video
Learning CSS (Video 36)
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
IDG TECHtalk
How to secure printers on Windows networks
Attackers often gain access to networks through the printers connected to them. Here’s how to address printer vulnerabilities on your network.
AllTime 10s
10 Ways 3D Printing Will Change The World
From organs to houses, 3D printing is set to revolutionise the world as we know it. Here are the 10 biggest changes you could see in your lifetime.
Economics Explained
Is Hyperinflation Coming?: Introduction
Inflation is something we more or less take for granted these days. The idea that 5 dollars today is not going to be able to buy 5 dollars worth of stuff in the future, and the fact that you used to be able to buy a family home for 10...
Curated Video
Learn and Master C Programming - Pointers and Arrays
We will learn how pointers and arrays are related and how we can treat array name as a pointer in some situations. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Curated Video
Complete Python Scripting for Automation - strip, split operations
Complete String Operations: strip, split operations This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic operations on strings and strip, split...
Curated Video
Complete Python Scripting for Automation - Simple practice with for loop
Loops - for and while loops with break, continue and pass: Simple practice with for loop This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python Scripting for...
Curated Video
REST APIs with Flask and Python - Magic Methods: __str__ and __repr__
This video explains the magic methods of __str__ and __repr__. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your...
APMonitor
Python 🐍 Loops
There are two basic types of loops including for and while. A for loop is to repeat code a predetermined number of times. A while loop is to repeat code but where the stopping condition may not be known before the loop starts.
IDG TECHtalk
Variable formatting with the fmt package | Smart Go
Learn how to use Go's fmt library to control the formatting of variables, both when just printing to the console and when rendering new strings from other variables within a program.
Curated Video
Complete Java SE 8 Developer Bootcamp - Collections
Learn the basic syntax for using a collection. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to collections, list, sets, queues, deques and maps: - types of...
Curated Video
C++ 20 (2a) New Features - Migrating Stdio and Iostreams to std::format
This video explains how to migrate to new string formatting from stdio or iostreams-based code. It also shows how to get working implementation if it is not yet shipped with the standard library. • Consider inc.hpp contants and its usage...
Curated Video
Complete Python Scripting for Automation - try except else and finally usage
Exception Handling: try except else and finally usage This clip is from the chapter "Exception Handling" of the series "Complete Python Scripting for Automation".The author talks about Exception Handling and raising user Defined Exceptions.
Curated Video
Complete Java SE 8 Developer Bootcamp - LocalTime, LocalDateTime, and Period
A look at three other immutable java.time types. This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about immutable class to represent a date.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Adding More Methods for Multiplication Table Program
In this video, we will learn about adding more methods for multiplication table program. This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners - Java 16".In...