Monday, October 13, 2014

Download Youtube Video in Your Smart Phone with UCBrowser



Now you can download youtube videos with UCBrowser:

If you don't have smart phone, you can try this method

Download Youtube Videos in Your Phone or Laptop

In some smart phones when you open a YouTube in UCBrowser, a Download button opens automatically on video you are playing.

So easily you can download the YouTube videos.
But if your UCBrowser don't do this. I will tell you how to do this.

1. Open www.youtube.com in your UCBrowser (If you don't have UCBrowser you can Download it from here ->'Download UCBrowser' ).
2. Now search your video you want to download. From given search results click on your video and play it.
3. So if your video is playing but there is no Download option, just pause your video.
4. Now click on AddOn button.
5. You will see some AddOns already installed. You will see a Plus button at the end of AddOns, Just click on it.
6. Next UC AddOn will open. Find Video Downloader AddOn(If no any AddOn list refresh the page). Click on install to install it. Downloading will start. After download open it and install it.
 7. After installing again open your youtube video and play it and wait for Download button to appear. If download not appear on your video, restart your UCBrowser.

Thursday, October 9, 2014

The Fundamental Theorem of Arithmetic

Let us start with the definition:

Any integer greater than 1 is either a prime number, or can be written as a unique product of prime numbers (ignoring the order).

Simply:  Every number greater than 1 can be expressed as the product of primes in a unique way except for the order in which the factors appear.

Just like this Example:
72 = 2 * 2 * 2 * 3 * 3
  
Greatest Common Divisor
The Greatest Common Divisor (GCD) of two or more numbers is a (unique) number.
  1. which is a factor of each of the numbers that it is a common factor of all the numbers and
  2. which is greatest among the common factors of these numbers.
Example:
  • Factors of 12 are 1,2,3,4,6 and 12.
  • Factors of 16 are 1,2,4,8 and 16.
  • Here, common factors are 1,2, and 4. Out of these, 4 is the greatest. Therefore, the GCD of 12 and 16 is 4.