How to create an empty array in Swift

By Saruque Ahamed Mollick

In this tutorial, we will learn how to create an empty array in Swift. We will show you one by one the followings: Create an empty Int array in Swift Create an empty String array T.... Read More

Man in The Middle Attack in Kali Linux

By Sai Ram

Occasionally not known by the sender or the receiver Man in The Middle attack is a strategy to sniff packets between the two parties in a channel. MITM aims to target the channel&#.... Read More

How to find Median in a stream of integers (running integers) in C ++

By Pratik Tayade

In this topic, we are going to learn how to find median in a stream of integers ie. running integers.  First of all, we are going to discuss the Median. Median can be simply state.... Read More

Random dice role program in Java

By Abhi Tiwari

Welcome, in this tutorial we create a dice program in java that generates a random number between 1 to 6. we use a java.util.Random class to generate the numbers between the specif.... Read More

How to count number of pages in a PDF file in Java

By Abhi Tiwari

Welcome, in this tutorial, we will learn how to count the number of pages of a pdf document with Java using Apache PDFBox. Prerequisite You have to add a pdfbox-app-2.0.25.jar from.... Read More

Insert a vector into another vector in C++

By Aastha Jain

Hey! Are you are looking for the easiest way to insert a vector into another vector in C++?? Yes, you are at the right place this tutorial discusses all about the insertion of the .... Read More

How to check Xcode version installed on your machine

By Saruque Ahamed Mollick

Here, I will show you the easiest way to check which version of Xcode is installed on your Mac. The easiest method will come first then we will go for other ways to do the same. Si.... Read More

How to set a pointer to null in C++

By Joyeeta Choubey

Hello readers! In this tutorial, we are going to learn how we can set a pointer to null in C++. A null pointer contains a constant that does not point to any valid objects or funct.... Read More