All Hard Articles
The textureWrap() function in p5.js is used to set the global texture wrapping mode. It can be used to set the behavior of texture when… Read More
JavaScript remainder assignment operator (%=) assigns the remainder to the variable after dividing a variable by the value of the right operand. Syntax: Operator: x… Read More
Open Database Connectivity or ODBC is an open standard Application Programming Interface (API) for accessing a database.It can manage multiple database management system by single… Read More
User Datagram Protocol is a Transport Layer protocol. UDP is a part of the Internet Protocol suite, referred to as UDP/IP suite. Unlike TCP, it… Read More
In this article, we will discuss the overview of IP-in-IP Encapsulation and then will discuss the working and its process of encapsulation, and then finally… Read More
Given an array arr[] consisting of N positive integers, the task is to count the number of subarrays with product of its elements equal to… Read More
Internet of Things(IoT) is today’s one of the most used technologies to establish the network between physical devices. In the case of the Cloud IoT,… Read More
Problem Statement : In this article, we are going to perform database operation with abs() operation using php. So we are considering temperature database .… Read More
Anti-Virus : The computer which we use today has become a crucial part of our lifestyle. Without them, it’s almost impossible for our daily works… Read More
In our daily life, we see many objects like books, pencil boxes, cones, football, cylinder. These all are three-dimensional objects (solid shapes). All these objects… Read More
Git is an open-source version control system. It means that whenever a developer develops some project (like an app or website) or something, he/she can… Read More
Git is an open-source version control system. It means that whenever a developer develops some project (like an app or website) or something, he/she constantly… Read More
Independent sets are set of vertices or edges in which the pair of any two vertices or edges are not adjacent to each other. Assuming… Read More
In this article, we will be making a project through Python language which will be using some Machine Learning Algorithms too. It will be an… Read More
Given an undirected graph consisting of V vertices and a 2d array E[][2] denoting edges between pairs of nodes. Given another array arr[] representing values… Read More
In this article, we will look into how to use AWS identity and access management policy conditions to create an IAM policy that denies access… Read More
Most of us “Geeks” have watched The epic Star Wars movie countless times. You are here, that proves that you are one too. So in… Read More
Given two positive integers N and X, the task is to count the occurrences of the given integer X in an N-length square matrix generated… Read More
Hello everyone, the interview had 6 rounds, and it was completely online because of the corona lockdown. If you have applied for Zoho, all the… Read More
Which one of the following circuits implements the Boolean function given below? f(x,y,z) = m0 + m1 + m3 + m4 + m5 + m6… Read More