All Medium Articles
The retainAll method of class vector in java is an inbuilt function in Java which is used to retains only the elements in this Vector… Read More
The ::first-letter selector CSS Pseudo-element is used to apply the style to the first letter of the first line of a block-level element, the condition… Read More
The border-top-right-radius property in CSS is used to define the radius of the right top corner of the border of a given element. The border-top-right-radius… Read More
Iteration is a general term for taking each item of something, one after another. Pandas DataFrame consists of rows and columns so, to iterate over… Read More
Majority of world’s websites are hosted on are hosted on Apache Web Servers and the majority of those servers run Apache in Linux. Let’s see… Read More
What are lambda expressions? A lambda expression is a special syntax to create functions without names. These functions are called lambda functions. These lambda functions can… Read More
The grid-column-start property defines on which column line item will start. There are different values for the grid-column-start property, with the different value user can… Read More
A Pandas Series is a one-dimensional labeled array capable of holding any data type (integers, strings, floating point numbers, Python objects, etc.). It has to… Read More
The max-width property in CSS is used to define the maximum width of an element. The value of the width cannot be larger than the… Read More
We generally come through the task of getting certain index values and assigning variables out of them. The general approach we follow is to extract… Read More
Given a string str, the task is to print all the sub-sequences of str. A subsequence is a sequence that can be derived from another sequence… Read More
In this article, we will see how to retrieve the JSON POST with PHP, & will also see their implementation through the examples. First, we… Read More
Given two integers n and k, the task is to find whether it is possible to represent n as the sum of exactly k powers… Read More
Given a string pat and an integer N, the task is to find the number of occurrences of the pattern pat in binary representation of… Read More
Given the edges of a tree and a sum S. The task is to assign weights to all the edges of the tree such that… Read More
JSF technology includes a set of APIs, which represent different UI components and helps in managing their states. These APIs further help in handling events… Read More
case command in Linux is the best alternative when we had to use multiple if/elif on a single variable. It is used to execute the… Read More
Question 1: 9 pumps working 8 hours a day can empty a reservoir in 20 days. How many such pumps needed to empty the same… Read More
Question 1: Ram and Shyam undertake a piece of work for Rs 300. Ram can do it in 20 days and Shyam can do it… Read More
Lemmatization is the process of grouping together the different inflected forms of a word so they can be analyzed as a single item. Lemmatization is… Read More