All Basic Articles
A seller has some quantity of rice with him. The seller offered his customer that if he/she buys half of the rice he has, he… Read More
The list is an important container and is used almost in every code of day-day programming as well as web development, more it is used,… Read More
Given a list of string, write a Python program to convert it into sorted list of integer.  Examples: Input: ['21', '1', '131', '12', '15'] Output:… Read More
Introduction: Multiple inheritance refers to the ability of a class to inherit from multiple base classes. C# does not support multiple inheritance of classes, but… Read More
file command is used to determine the type of a file. .file type may be of human-readable(e.g. ‘ASCII text’) or MIME type(e.g. ‘text/plain; charset=us-ascii’). This… Read More
ArrayList() constructor is used to initialize a new instance of the ArrayList class which will be empty and will have the default initial capacity. ArrayList… Read More
ArrayList is a powerful feature of C# language. It is the non-generic type of collection which is defined in System.Collections namespace. It is used to… Read More
Sometimes, need to download an image from a particular URL and use it into the project. It’s easy to go to the page and use… Read More
We will know how to center-align the image in a div tag using CSS & will also understand its implementation through the example. Given an… Read More
The background-size property is used to set the background image size using CSS. Use height and width property to set the size of the background… Read More
Given an array arr[], the task is to count the number of elements from the array which divide the sum of all other elements. Examples:  … Read More
The Graduate Record Examinations (GRE) is the most preferred examination for graduate schools in countries like United States, Germany, Canada, etc. GRE is considered to… Read More
Given a list of tuples, the task is to find all those tuples containing the given element, say n. Examples:  Input: n = 11, list… Read More
Given a list of lists in Python, write a Python program to find the maximum value of the list for each sub-list.  Examples: Input :… Read More
Secure Shell, commonly known as SSH, is like a super-secure way to talk to faraway computers, called servers. It’s like a secret tunnel on the… Read More
Below are some steps to create a Wi-Fi hotspot in Ubuntu: Step 1) Make sure that the wireless device is turned ON in your system… Read More
Given a List, the task is to create a dictionary with only keys by using given list as keys. Let’s see the different methods we… Read More
Java is one of the most popular and widely used programming language and platform. A platform is an environment that helps to develop and run… Read More
Pre-requisites: Android App Development Fundamentals for Beginners Guide to Install and Set up Android Studio Android | Starting with first app/android project Android | Running… Read More
Prerequisites: Introduction to Blockchain technology | Set 1, Set 2  In the above two articles, we have seen what blockchain technology is and got brief… Read More