-
How to Move Emails from One Gmail Account to Another
How to Move Emails from One Gmail Account to Another The method is just simple and straight and you will use some of Gmail account settings that will allow you to transfer all the email to another account. And this is a feature of Gmail that probably no one of you was knowing before reading…
-
Implementing Readmore and Readless using JQuery
Implementing Readmore and Readless using JQuery We all want our website to be dynamic and for that we use javascript. Jquery is a best way of implementing js and dynamic websites. Without wasting time lets proceed-:
-
Combine two wifi connections for faster internet access
Combine two wifi connections for faster internet access If you have more than one active internet connections and you are using only one at a time, while the other is resting? Don’t let it be lazy. Combine them all to get combined internet speed. Say you have two connections of 1 Mbps each, you just…
-
Resolving MediaKit reports not enough space on device for requested operation. Operation failed… (External HD problem)
Resolving MediaKit reports not enough space on device for requested operation. Operation failed… (External HD problem) When formatting an external drive from macOS 10.11.x (El Capitan) and macOS 10.12.x (Sierra), and 10.13 (High Sierra) Disk Utility the follow error may occur, moving on to a quick solution for this problem:
-
Flex changing positions on resizing window
Flex changing positions on resizing window The main css code for the position changing is : @media all and (min-width: 750px) { .nav {text-align:left;flex: 1 auto;order:1;} .article {flex:5 0px;order:2;} footer {order:3;} }
-
The Coin Change Problem[hackerRank solution]
The Coin Change Problem[hackerRank solution] This is a C++ Program that Solves Coin Change Problem using Dynamic Programming technique. Problem: There are infinite number of coins of x different values. These values are given. Using these coins, you have to make change for Rs. N. In how many ways, you can make this change?
-
Artificial Intelligence is the next new
AI comes of age It was only in December that the US’ National Aeronautics and Space Administration (Nasa) announced that a solar system with as many planets as our own had been discovered with the help of its Kepler space telescope and AI. Closer home, Microsoft and the International Crops Research Institute for the Semi-Arid…
-
Egg Dropping Puzzle[DP][GFG]
Egg Dropping Puzzle[DP][GFG] Problem: The following is a description of the instance of this famous puzzle involving n=2 eggs and a building with k=36 floors. Suppose that we wish to know which stories in a 36-story building are safe to drop eggs from, and which will cause the eggs to break on landing. We make…