All Basic Articles
Evil Twin Attack is a Wi-Fi hacking technique that tricks the user into connecting to a spoofed targeted network, making it nearly impossible to determine… Read More
Prerequisites: Processes, Bash Scripting, Shell Function Library Signals help the operating system to communicate with processes and vice-versa. Signals are also generated when processes don’t… Read More
Arch Linux is one of the independently developed Linux distros with its community and official package repositories. Arch Linux is known for its minimal base… Read More
Metasploit is not just a single tool. It is a complete framework. It is a Ruby-based, modular penetration testing platform that enables you to write,… Read More
In this program, we are trying to check whether the specified column in the given data frame ends with the specified string or not. Pandas endswith()… Read More
Recently I attended for Tech Mahindra Interview, So Here is my TR Interview experience  My whole interview duration is 20mins The interviewer asked some questions… Read More
Tableau is a powerful data visualization tool with one of the fastest, most robust, and rapidly expanding data visualization solutions. It assists in converting raw… Read More
In this article, we will see how to print Good Morning, Good Afternoon, Good Evening, and Good Night, according to system time using shell programming… Read More
In this article, we are given a number n as input, we need to print its table. Examples: Input : 5Output : 5 * 1… Read More
To swap two numbers without using a temporary variable, we have multiple approaches. In this article, we are going to learn how to swap two… Read More
Given a binary array A[] of length N, the task is to find the minimum number of operations required such that no adjacent pair has… Read More
Branch and bound algorithms are used to find the optimal solution for combinatory, discrete, and general mathematical optimization problems. A branch and bound algorithm provide… Read More
Data Science is a large field that requires vast expertise and being at a beginner’s level, that’s a fair question to ask “How much maths… Read More
The art and culture of the Mauryan period (322-185 BCE) contribute a significant part in framing ancient Indian architecture in history. The mighty kings of… Read More
Prerequisite: Namespace in C++ If we want to run a program without using a namespace, we have to the std keyword along with the space… Read More
A priority Queue is an abstract data type that resembles a queue, and each element has a corresponding priority value. Priority queues are built on… Read More
Console in C++ is the window at which the output of your program appears. Any data sent to the standard output is displayed on the… Read More
Ember.js is an open-source JavaScript framework used for developing large client-side web applications which is based on Model-View-Controller (MVC) architecture. Ember.js is one of the… Read More
When declaring an array the array name is always called the pointer because in an array name the address of the 0th block(base address) is… Read More
The process of converting binary data into a sequence of bits of the digital signal is known as Line coding. It is also known as… Read More