Instructional Video8:01
Curated Video

Python for Network Forensics 3.1: Enumerating Directories

Higher Ed
In this video, we will further the understanding of directory traversal in GNU/Linux systems. We will also understand and accomplish traversal recursively. • Learn the concepts of threading to implement recursive traversing • Begin using...
Instructional Video9:09
TLDR News

Trumps' Impeachment Opening Remarks Explained - TLDR News

12th - Higher Ed
In recent days the Senate trial of Donald Trump has really got underway, with both sides making their opening remarks and setting our their cases. In this video, we run through what's happened so far, as well as explaining the opening...
Instructional Video8:52
Curated Video

Learn and Master C Programming - Arguments of main() function - Part 2

Higher Ed
We will see how we can write code to implement two operations on the command-line while handling input errors.
r/>
This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute...
Instructional Video8:30
Curated Video

Core Java Programming Course- Methods in Java

Higher Ed
This video explains the various methods available in Java.
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section focuses on the...
Instructional Video8:35
Curated Video

Julia for Data Science (Video 5)

Higher Ed
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine...
Instructional Video8:16
Curated Video

Python for Network Forensics 1.4: Importing Scapy Modules

Higher Ed
In this video, we will design a Python based Scapy tool to automate our network analysis. • Familiarize ourselves with common Python data structures • Learn to import 3rd party modules into our own application • Unleash the power of...
Instructional Video6:26
Packt

Explaining Function Overloading in Java with an Example

Higher Ed
This video explains function overloading in Java with an example.
<
br/>
This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics...
Instructional Video7:55
TLDR News

Three Arguments AGAINST Scottish Independence - TLDR News

12th - Higher Ed
A while ago we made a video running through 3 reasons in favour of Scottish Independence, so now we're telling the other side of the story - the reasons to stay. So in this video we look at the reasons in favour of the union and why...
Instructional Video9:34
TLDR News

Trump's Impeached Again: But Will He Actually Be Kicked Out? What Happens Next... - TLDR News

12th - Higher Ed
Yesterday the House of Representatives voted to impeach President Trump (for a second time). However, just like last time that doesn't mean that Trump will immediately leave the Whitehouse. So with only days of Trump's presidency left,...
Instructional Video3:24
Curated Video

Learn and Master C Programming - Variadic Functions Overview

Higher Ed
We are introduced to the concept of variadic function in C/C++.
r/>
This clip is from the chapter "Advanced Topics" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into advanced...
Instructional Video6:41
Curated Video

Implement a computer program using a classic algorithm : Project conclusion walkthrough

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc.<b<br/>r/>

Go through implementation steps from concluded project
Instructional Video10:16
Packt

Implement a function : Arguments and Parameters

Higher Ed
From the section: Python Fundamentals. This section will help you to learn about the Python fundamentals and setup.<b<br/>r/>

This video focuses on arguments and parameters in Python.
Instructional Video7:11
Curated Video

Julia for Data Science (Video 9)

Higher Ed
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine...
Instructional Video8:22
Let's Tute

Microsoft Excel Function: Structure, Operators, and Examples

9th - Higher Ed
In this Microsoft Excel tutorial, we learn about the structure of Excel functions, including the use of equal sign, function names, opening and closing brackets, and arguments separated by commas. We also explore operators such as...
Instructional Video5:49
Curated Video

Python for Network Forensics 2.1: Enumerating Directories

Higher Ed
In this video, we will develop the technique to scan files in a directory in or to obtain items and properties. • Understand the basis of recursion and how it applies to directories • Learn about the OS module and how it applies to...
Instructional Video6:31
IDG TECHtalk

How to use command line arguments in a Python script with sys.argv and argparse

Higher Ed
If you pass command line arguments to a Python script, it's easy to extract and use them with sys.argv. But if you want to build elaborate handlers for command-like arguments, the argparse module in Python's standard library gives you...
Instructional Video7:42
Programming Electronics Academy

sprintf() with Arduino

Higher Ed
If so, you’re in the right place. In this lesson you’ll learn exactly how to use sprintf().



JUST USING SERI
AL.PRINT()
Let’s say you want to print this line of text to the...
Instructional Video5:33
Curated Video

Complete Python Scripting for Automation - Functions with variable keyword arguments

Higher Ed
Functions: Functions with variable keyword 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...
Instructional Video6:48
ShortCutsTv

The Ethics of Abortion: When Does Life Begin?

Higher Ed
The controversies surrounding abortion involve a clash between two fundamental rights: the right of the unborn child, or foetus, and the rights of the mother. This film begins with the storm created by leading case of Roe vs Wade and...
Instructional Video16:51
Curated Video

C++ Developer - Function Return Types and Parameters

Higher Ed
This video explains function return types and parameters.<br/<br/>>

This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video3:39
TLDR News

Do Independent MPs Need to be Elected Again? - TLDR Explains.

12th - Higher Ed
It is worth looking at whether The Independent Group MPs are required to call a by-election. Some (most notably those in the leadership of the Labour Party) claim that, due to the MPs switching parties, by-elections should be called in...
Instructional Video7:05
R Programming 101

Use pivot_longer() to shape and manipulate your data - R programming for beginners

Higher Ed
Use pivot_longer() to change data from wide to long data. This is part of the R programming for beginners series. If you are learning data analysis or statistics, then this video is for you. Data scientists using R often need to shape...
Instructional Video8:44
Curated Video

Learn and Master C Programming - Arguments of main() function - Part 1

Higher Ed
We will learn how to pass arguments to our main function from the command-line and also how to pass them from within visual studio and debug through the code to look at their values.
r/>
This clip is from the chapter "Strings"...
Instructional Video14:20
Curated Video

Data Science and Machine Learning with R - Working with Functions

Higher Ed
This video explains working with functions in R.<br/<br/>>

This clip is from the chapter "Intermediate R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains intermediate R.