All Easy Articles
Before head over to learn about the HDFS(Hadoop Distributed File System), we should know what actually the file system is. The file system is a… Read More
The Text can be rotated 360 degrees using basic HTML and CSS, this animation can be used as a heading or subheadings in the website… Read More
Given an integer N, the task is to form a minimum possible positive number (>0) by inverting some digits of N. Inverting for a digit… Read More
Puzzle: A museum has an exhibition space of 16 rooms. There is a door between every pair of horizontally and vertically adjacent rooms. In addition,… Read More
GCC compiler installation We need to install GCC compilers for Windows. Linux has already GCC installed. Steps for installation 1.Download and Install the MinGW for… Read More
The moment().format() function is used to format the date according to the user’s need. The format can be provided in string form which is passed… Read More
An inverted index is an index data structure storing a mapping from content, such as words or numbers, to its locations in a document or… Read More
In this article, we will learn how to build a QR generator using HTML, CSS, and jQuery. A QR code generator is an application that… Read More
JavaScript Backend can be developed using Node.js, Express, and Postgres. This backend can do Query operations on the PostgreSQL database and provide the status or… Read More
Pre-Requisite: Advanced RISC Machine (ARM) Processor Advanced RISC Machine (ARM) Processor is considered to be a family of Central Processing Units that are used in… Read More
Aircrack-ng is a tool that comes pre-installed in Kali Linux and is used for wifi network security and hacking. Aircrack is an all in one… Read More
ODBC stands for Open Database Connectivity.  It is an open standard Application Programming Interface also known as API which is used for accessing a database.… Read More
This article focuses on the evaluation of mathematical expression using the Tkinter and math packages in Python.  Tkinter: Python Tkinter is a GUI programming package… Read More
High-Level Data Link Control (HDLC) is basically data link control protocol that is capable of supporting range of various models of operation or data transfer.… Read More
RAM and SRAM both are types of memories that are present inside a computer. They are a type of volatile memory that are present in… Read More
Given a Generic tree, the task is to delete the leaf nodes from the tree.  Examples: Input: 5 / / \ \ 1 2 3… Read More
Given non-negative integers K, M, and an array arr[ ] consisting of N elements, the task is to find the Mth element of the array… Read More
In order to take advantage of the strength of both languages, developers use Python bindings which allows them to call C/C++ libraries from python. Now,… Read More
In PostgreSQL,  there are couple of ways to list all the databases present on the server. In this article, we will explore them. Using the… Read More