chandandubey

Test Page

Question Solution – Python Question Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order. Example 1: Input: nums = [2,7,11,15], target = …

Test Page Read More »

Hidden Pattern String

Given two strings – a text A and a pattern B, having lower-case alphabetic characters. You have to determine the number of occurrences of pattern B in text A as its substring. i.e. the number of times B occurs as a substring in A. Problem Constraints 1 <= |B| <= |A| <= 105 Input Format First argument is a …

Hidden Pattern String Read More »

How to Disable Comments in WordPress via coding

How to Disable Comments in WordPress via coding After you disable comments, your pages might display a “comments are closed” message at the bottom. To get rid of this message: Connect to your WordPress site using an FTP client. Open the current theme folder, which is in the directory “/wp-content/themes/”. Find the file “comments.php” and …

How to Disable Comments in WordPress via coding Read More »

Stop Blogspot Redirection: Keep Your Blogspot Blog Accessible Globally

Stop Blogspot Redirection: Keep Your Blogspot Blog Accessible Globally   Blogspot, also known as Blogger, is a popular blogging platform that allows users to create their own blogs for free. It is owned by Google and is a great platform for people who want to start a blog without investing any money. However, one of …

Stop Blogspot Redirection: Keep Your Blogspot Blog Accessible Globally Read More »

The Future is Now: The Rise of Virtual and Augmented Reality

The Future is Now: The Rise of Virtual and Augmented Reality Virtual Reality (VR) and Augmented Reality (AR) have been around for decades, but it is only in recent years that the technology has advanced to the point where it has become accessible to the general public. These technologies are rapidly changing the way we …

The Future is Now: The Rise of Virtual and Augmented Reality Read More »

What is Docker ?

What is Docker ? # Discovering Docker: Everybody’s Talking About Containerization The topic of Docker is one of the most frequently discussed today in tech circles. In its simplest terms, Docker is a way to run applications in containers, similar to the way in which different applications on your computer can run inside a virtual …

What is Docker ? Read More »