Hi, what do you want to do?
Curated Video
Learn and Master C Programming - A quick overview of 'scanf' function
We will have a quick look at 'scanf' function and some of it’ type filed characters.
r/>
This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute Beginners!".A quick...
r/>
This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute Beginners!".A quick...
Curated Video
C++ Developer - Repetition Control Statements
This video explains the repetition control statements.
r/>
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...
r/>
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...
Curated Video
C++ Developer - Relational Operators
This video explains the relational operators.<br/<br/>>
This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Curated Video
C++ Developer - Saying Hello to C++
This video introduces you to C++.<br/<br/>>
This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Curated Video
Ensemble Machine Learning Techniques 3.2: How Bagging Works
This video aims to teach the viewer how to use Bootstrapping for Ensemble Learning. • We go into the details of application of Bootstrapping for ensemble Learning • Use understand about Bootstrap aggregating • Look at the Algorithm for...
Curated Video
Ensemble Machine Learning Techniques 2.2: Ensemble Learning for Classification
This video aims to teach the viewer how to use Ensemble Learning for Classification. • We go into the details of Majority Voting • We see examples for majority voting in real life • Look at other combination techniques
Curated Video
Python for Network Forensics 2.2: Populating File Properties
In this video, we will learn to populate properties of files such as permissions and timestamps. • Understand how to populate file properties • Populate and examine file permissions • Learn and query the different available timestamps of...
Curated Video
Java 11 Programming for Beginners 4.2: Controlling Flows and Logical Operators
Introduce various control flows and conditional operators. • Two slides to introduce the concepts • A coding example to showcase control flows • Improve the code with the use of switch-case and for loops
Curated Video
Java 11 Programming for Beginners 2.3: Creating the Basic Structure, Basic Class
Then, we prepare even more of the basic structure to hold the upcoming logic.<br/>
• Create a new calculator class and ini<br/>tial method
• Run through the basic str<br/>ucture of a Java class
• Create a new calculator class and ini<br/>tial method
• Run through the basic str<br/>ucture of a Java class
Curated Video
Mastering Tableau 2018.1, Second Edition 10.2: Develop Geographic Visualizations Using Colors, Shapes, and Filtering
In this video, we’ll see how we can use the Shape file in Tableau and also apply filters and colors. • Use color to filter data • Explain how analytics improves decision-making • Talk about the kinds of data you’ll deal with
Curated Video
Learning D3.JS 5.0 5.1: The data() and enter() Methods
In this video, we will learn what data binding is and how to use the data() and enter() methods.
• Learn what data bindi
ng is
• Get an example with data() and enter
() methods
• View the result in the browser
and discuss...
• Learn what data bindi
ng is
• Get an example with data() and enter
() methods
• View the result in the browser
and discuss...
Curated Video
Bug Bounty Program Certification 6.3: Create a Virus and Infect the Machines in Network
In this video, you will learn about virus creation and infect machines.
• Download and install Fatrat framework in Kali
Linux
• Create a virus file using Fatrat and transfer it to vict
im machine
• Exploit victim using that...
• Download and install Fatrat framework in Kali
Linux
• Create a virus file using Fatrat and transfer it to vict
im machine
• Exploit victim using that...
Curated Video
Cloud Native Development on Azure with Java 3.2: Register Your App with Your Azure Active Directory Tenant
One of the key steps to securing our app is to register it with our Azure Active Directory tenant. Let’s go ahead and see how to do this!
• Test anonymous access for the applic
ation
• Add other users to the Azure subscription...
• Test anonymous access for the applic
ation
• Add other users to the Azure subscription...
Programming Electronics Academy
TimerOne in Arduino: Arduino Course 9.6
Using a timer based library for Arduino.
Programming Electronics Academy
Switch Case and Serial Application: Arduino Course 5
A demonstration of using a switch-case statement and serial communication in programming.
Programming Electronics Academy
Ep. 18: Miniature Arduinos with Ken Burns at TinyCircuits
This week Michael sits down with electrical engineer and entrepreneur Ken Burns. Ken is the founder of TinyCircuits, a company that designs and builds tiny open source electronics for makers and hobbyists.
Ken talks about the...
Ken talks about the...
Curated Video
Multi-Paradigm Programming with Modern C++ - Synchronization with Atomics
Even something as simple as an integer is not immune from data races. Atomics can solve this problem. They are often implemented at hardware level, and C++ provides an API. In this video, we will learn how to use atomics.
•...
•...
Curated Video
Multi-Paradigm Programming with Modern C++ - Application Binary Interface
Sometimes we want to share a package, without sharing its source code. And sometimes we want to push updates to our shared libraries, without requiring that customers re-build their applications. This requires a stable application...
Curated Video
Learn and Master C Programming - Using Malloc & Free In Our Code
Learn why and how to use malloc / free to create a function to combine (concatenate) strings together in C/C++.
r/>
This clip is from the chapter "Dynamic Memory Allocation" of the series "Learn and Master C Programming For...
r/>
This clip is from the chapter "Dynamic Memory Allocation" of the series "Learn and Master C Programming For...
Curated Video
Learn and Master C Programming - Arguments of main() function - Part 1
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"...
r/>
This clip is from the chapter "Strings"...
Curated Video
Learn and Master C Programming - Using 'strcpy' and 'strcat' functions
We will see how to use 'strcpy' and 'strcat' both the safe and unsafe version of C runtime functions.
r/>
This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
r/>
This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Curated Video
C++ Developer - Project - Parallel Arrays/Vectors
This video presents a project called "Parallel Arrays/Vectors".<br/<br/>>
This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Programming Electronics Academy
Arduino code syntax: Arduino Course 3.2
A description of Arduino code syntax.
Curated Video
High Performance Scientific Computing with C 4.2: Shared Memory Parallelism with OpenMP
How can we easily use our multi-core systems with more than one thread? • Learn how to parallelize loops with OpenMP • Learn how to change the number of threads • Learn how to use reductions to finalize calculations