All Expert Articles
The best thing about Linux is that it comes in-built with most of the compilers and interpreters, because of this there is no need for… Read More
Stetho is an open-source debug library developed by Facebook. It allows you to use chrome debugging tools to troubleshoot network traffic., thus it provides a… Read More
The Bot.hears() method is used in the Node.js telegraf Module. This module provides various functions to interact with the official Telegram Bot API. This method… Read More
In this article, we will learn to convert speech into text using HTML and JavaScript.  Approach: We added a content editable “div” by which we… Read More
Prerequisites: Matplotlib, NumPy In this article, we will see how can we can view our graph from different angles, Here we use three different methods… Read More
Use java.nio package for extracting the creation date and time of any file through java. To extract the date and time of the file use… Read More
The LinkedHashSet is an ordered version of HashSet that maintains a doubly-linked List across all elements present in java.util package. When the iteration order is… Read More
For finding the minimum element in the ArrayList(This class is found in java.util package), complete traversal of the ArrayList is required. There is an inbuilt… Read More
Introduction : In the field of cybersecurity, incident management can be defined as the process of identifying, managing, recording, and analyzing the security threats and… Read More
Data structures of two types of Linear Data Structure and the second is Non-linear Data Structure the main difference between these Data structures is the… Read More
Given a string str, the task is to extract the substrings present between two delimiters, i.e. ‘[‘ and ‘]’. Examples: Input: str = “[This is… Read More
In this article, we will discuss some use cases of Mouse Programming: Restrict mouse pointer: The mouse pointer can be restricted in particular rectangle. The… Read More
In this article, we will discuss some use cases of Mouse Programming: Display Mouse Pointer in graphics mode: For displaying the Mouse Pointer, first enable… Read More
Round 1: TCS conducted an aptitude test consisting of quant and verbal questions. The next day they conducted a coding round which comprised two questions… Read More
Question 1. Find the maximum and the minimum values, if any, without using derivatives of the function f (x) = 4x2 – 4x + 4… Read More
The purpose of this article is to make a simple program to create a leaderboard using PHP. Below is the implementation for the same using… Read More
The lighting-color attribute represents the color of the light source for lighting filter primitives. The elements that using this attribute includes <feDiffuseLighting> and <feSpecularLighting> Syntax:… Read More
HashSet is used to store distinct values in Java. The HashSet does not guarantee the constant order of elements over time, which means when we… Read More
An array is a collection of items stored at contiguous memory locations. An array can contain primitives data types as well as objects of a… Read More
Startup scripts can be used to install software and updates, and to ensure that services are running within the virtual machine. This script will automatically… Read More