Problem Statement: Installing virtual environment in Windows: 1. To create a file using terminal :Syntax: In Mac: touch <file_name> On Windows: type nul > <file_name> You can check the version of the virtual environment installed by typing the following 2. To create Virtual Environment navigate to the folder where you wish to create Virtual Environment and type:Syntax: python -m virtualenv…
How to keep your machine awake using this simple python script
Problem Statement: Python script to keep your windows/mac awake Practice Problem Link:
How to install and create Virtual Environment in Windows
Problem Statement: Installing virtual environment in Windows: 1. To install Virtual Environment, type the following in terminal:Syntax: pip3 install virtualenv You can check the version of the virtual environment installed by typing the following 2. To create Virtual Environment navigate to the folder where you wish to create Virtual Environment and type:Syntax: python -m virtualenv <name-of-the-virtual-environment> or virtualenv<name-of-the-virtual-environment> 2. To…
Mac Shortcuts For Productivity
Switch between Virtual Desktops: Ctrl-Right Arrow: Navigate to the Desktop on the Right of Current Desktop Ctrl-Left Arrow: Navigate to the Desktop on the Right of Current Desktop Ctrl-Up Arrow: Be able to see the see all the Virtual Desktops in the Current Screen Ctrl-Down Arrow: Does Nothing Ctrl-Left Arrow: Navigate to the Desktop on the Left of Current Desktop…
Find two non-overlapping pairs with the same sum in a list
Problem Statement: Given an UNSORTED integer array, find two any two non-overlapping pairs having the same sum. Sample Input: [1, 7, 9, 3] Output: 1 9 7 3 Explanation: They both sum up to 10 Similar Problem Link: https://leetcode.com/problems/find-two-non-overlapping-sub-arrays-each-with-target-sum/
Planning Trees from our hands
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Plants Saving Life Providing Fresh
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Love the nature green
Lorem IpsumĀ is simply dummy text of the printing and typesetting industry.
3 Simple configuration set up to have your emails hosted at mail server other than your web server
You will need to deal with A Record MX Record
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!