Hi, what do you want to do?
Curated Video
Complete Python Scripting for Automation - Functions with keyword-based arguments
Functions: Functions with keyword-based arguments
r/>
This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code into...
r/>
This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code into...
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...
Curated Video
Complete Modern C++ - Type Conversions - Part III (User to Primitive Type)
This video explains how to implement type conversion operator function to convert a user-defined type into primitive type.
r/>
This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This...
r/>
This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This...
TLDR News
Trump's Fraud Lawsuits: Is He Still Taking His 'Election Fraud' Claims Seriously? - TLDR News
So far Trump's legal battles haven't been going all that well. Despite the bravado on Twitter, it seems that his lawyers haven't been able to prove any real fraud or even back up many of the President's claims. So in this video we ask if...
Packt
Handling Express Errors
File Uploads (Task App): Handling Express Errors<br<br/>/>
This clip is from the chapter "File Uploads (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about File uploads
This clip is from the chapter "File Uploads (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about File uploads
ShortCutsTv
Nature-Nurture
This film outlines the broad similarities and differences between ""nature"" and ""nurture"" approaches to understanding human behaviour. It frames the debate around overtly aggressive behaviour illustrated by two classic applications:...
Curated Video
Web Development with Node.JS and MongoDB (Video 5)
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
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.
Curated Video
Learn and Master C Programming - #define directive
We will learn how to use #define for defining symbolic constants as well as macros.
r/>
This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
r/>
This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
TLDR News
Should There be a Second Brexit Referendum? - Opinionated
Should the UK hold a second referendum on Brexit to let the public have another say. It's a controversial topic so we discuss some of the arguements on both sides and tell you what our viewers think.
Packt
Inserting Documents
MongoDB and Promises (Task App): Inserting Documents
<
br/>
This clip is from the chapter "MongoDB and Promises (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
<
br/>
This clip is from the chapter "MongoDB and Promises (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Curated Video
Complete Modern C++ - Template Argument Deduction and Instantiation
This video explains how template arguments are deduced.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding, variadic...
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding, variadic...
Curated Video
Bash Shell Scripting - Positional Parameters
This video explains positional parameters.<br/<br/>>
This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This video focuses on variables.
This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This video focuses on variables.
Espresso Media
Garwin: Science, Civilization, and the Challenges of Control
Garwin part 11/11: In this video, scientist Richard Garwin reflects on the control and unpredictability of science, the importance of evolving as a civilization, and his experience during the Cold War. He discusses the risks and...
Programming Electronics Academy
Lesson 10 | Functions Overview | Arduino Crash Course
This Arduino tutorial was created by Programming Electronics Academy. We are an education company who seek to help people learn about electronics and programming through the ubiquitous Arduino development board.
Curated Video
Bash Shell Scripting- Input with the command line arguments
This video shows how to input data with command line arguments.
r/>
This clip is from the chapter "Input and output commands for bash shell scripting" of the series "Complete Bash Shell Scripting".This section covers the...
r/>
This clip is from the chapter "Input and output commands for bash shell scripting" of the series "Complete Bash Shell Scripting".This section covers the...
Curated Video
Complete Modern C++ - Folding Basics
In this video, we will understand the concept of folding and how variadic function templates can be used to implement it.
r/>
This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will...
r/>
This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - Run Planet Class with Java - Using a Main Method
In this video, we will run the Planet class with Java - using a main method.
r/>
This clip is from the chapter "Introduction to the Java Platform" of the series "Java Programming for Complete Beginners - Java 16".In this...
r/>
This clip is from the chapter "Introduction to the Java Platform" of the series "Java Programming for Complete Beginners - Java 16".In this...
Hip Hughes History
Donald Trump's Travel-Muslim Ban Explained
What is the travel ban? Is it a muslim ban? Join me for a comprehensive lecture detailing the executive order and a weighing of immigration legislative language and the Constitution.
Curated Video
Learning LESS (Video 15)
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you...
Curated Video
Python for Network Forensics 2.4: Exploring Portable Executables
In this video, we will learn about the Windows Portable Executable format. We will also learn how an attacker may be able to modify an executable to hide information. • Learn Python modules to open and read Portable Executables • Learn...
Curated Video
Bash Shell Scripting - Using the "shift" Function
This video explains the "shift" function.
r/>
This clip is from the chapter "Parsing Command Line Arguments" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section helps you...
r/>
This clip is from the chapter "Parsing Command Line Arguments" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section helps you...
Curated Video
Multi-Paradigm Programming with Modern C++ - Arguments and Return Values
How many arguments should a function have, and how to pass them properly? There are simple ways for making the functions even better.
• How many argum
ents?
• Passing by value, by reference and
by pointer
• Return...
• How many argum
ents?
• Passing by value, by reference and
by pointer
• Return...
Curated Video
Python for Network Forensics 5.2: Port Enumeration
In this video, we will further our attack by enumerating devices found on our network. This will provide us with services that may be exploitable. • Introduce network sockets and network connections in Python • Use sockets and build a...