All Easy Articles
PulseCountDown in Android is an alternative to CountDownTimer. A CountDownTimer is an accurate timer that can be used for a website or blog to display… Read More
Candlestick chart are also known as a Japanese chart. These are widely used for technical analysis in trading as they visualize the price size within… Read More
  Jupyter Notebook(formerly IPython Notebook) is a web-based interactive computational environment for creating Jupyter notebook documents. Markdown is a light weight and popular Markup language… Read More
In this article we will look python code and logic to design a 2048 game you have played very often in your smartphone. If you… Read More
Suppose you are working on a Data Science project and you tackle one of the most important tasks, i.e, Data Cleaning. After data cleaning, you… Read More
We know weather updates are how much important in our day-to-day life. So, We are introducing the logic and script with some easiest way to… Read More
Whether you’re working on a Senior Position in any MNC or about to launch your startup idea or even playing Counter-Strike (how can we forget… Read More
Prerequisite – Router Step-1 : Set up Primary Router Figure – Set Up Primary Router To set up your primary router, connect the Ethernet cable… Read More
Simple Mail Transfer Protocol (SMTP) is an ASCII protocol. It is based on client-server model. It uses TCP port number 25 for this service. Therefore… Read More
Qubes OS is desktop operating system that aims to provide security through isolation. It provides different environments with the help of virtualization. There is no… Read More
A graph matrix is a data structure that can assist in developing a tool for automation of path testing. Properties of graph matrices are fundamental… Read More
Given an array a[] consisting of N integers and an integer K, the task is to find the minimum cost to reduce the given array… Read More
Given a binary string S, the task is to find the minimum number of swaps required to be performed to maximize the value represented by… Read More
Given an array arr[] consisting of N non-negative integers, the task is to find the minimum number of subarrays that needs to be reduced by… Read More
In any web application, we need to save, update, insert and fetch data to and from a database. AngularJS is a JavaScript MVC (Model-View-Controller) framework… Read More
I participated in Lowe’s India hiring this year. It had total of four rounds. Round 1 : Online Hackathon This year Lowe’s India organized an… Read More
We can get the file content by using some basic angular functions and other details like the name and size of the file in AngularJS.… Read More
Here we will see simulating the library framework TreeSet which is available in Java on Python. There are situations that arise to disallow duplicate entries… Read More
We are going to study check high school result status pass or fail by using selenium. This is very useful for schools because when they… Read More
First of all, let we understand that what are pandas series. Pandas Series are the type of array data structure. It is one dimensional data… Read More