All Medium Articles
When it comes to commands, there come numerous commands in a software developer head or one that is mastering over git but even only a… Read More
In this article, we will be looking at how to calculate the moving average in a Pandas data frame. Moving Average calculates the average of… Read More
In this article, we are going to see how to insert a pandas DataFrame to an existing PostgreSQL table. Modules needed pandas: Pandas DataFrame is… Read More
An array is a collection of elements having a similar data type. Normally to store a value of a particular data type we use variables.… Read More
HackingTool is a free and open-source tool available on GitHub.  HackingTool is used as an information-gathering tool. HackingTool  is used to scan websites for information… Read More
In this article, we are going to see the echo command. The Echo command is a built-in command feature for Unix / Linux which is… Read More
In this article, we are going to see how to read a file line by line in Bash scripting. There might be instances where you… Read More
Mathematics has been a part of human development since the time human civilization exists. Initially, it was used for basic calculations. Later on, mathematics made… Read More
Skeletonization is a process for reducing foreground regions in a binary image to a skeletal remnant that largely preserves the extent and connectivity of the… Read More
Histogram Equalization is a mathematical technique to widen the dynamic range of the histogram. Sometimes the histogram is spanned over a short range, by equalization… Read More
In C++, if a class has a constructor which can be called with a single argument, then this constructor becomes a conversion constructor because such… Read More
The pthread_getcpuclockid() function returns the clock ID of the CPU-time clock from a specified thread. Syntax: int pthread_getcpuclockid (pthread_t id, clockid_t* clock_id); Parameters: This method… Read More
The Molecular Orbital Theory is a chemical bonding theory developed at the turn of the twentieth century by F. R. Hund and R. S. Mulliken… Read More
Given an array arr[] of N integers, the task is to find the maximum possible value of (min * sum) among all possible subarrays having… Read More
The selection process included 4 rounds, first one was online test on HackerRank platform and other 3 rounds were zoom interviews. So following is the… Read More
UBS(United Bank of Switzerland) visited our college for hiring interns in November.  Eligible Courses: B.Tech (CS, IT, ECE) V semester. Eligibility Criteria: 70% & Above… Read More
Autowiring in the Spring framework can inject dependencies automatically. The Spring container detects those dependencies specified in the configuration file and the relationship between the… Read More
Given two arrays A[] and B[] having N integers, the task is to find the minimum operations required to make all the elements of both… Read More
Given an array of integers, and a number ‘sum’, find the number of pairs of integers in the array whose sum is equal to ‘sum’.… Read More
Given an array of integers, and a number ‘sum’, find the number of pairs of integers in the array whose sum is equal to ‘sum’.… Read More