There might be a scenario where you would want to send email’s using gmail programatically. The following example shows how its done programatically using Java. The email content is sent in the html format, which comes in pretty handy. The recipient email doesn’t necessarily have to be a gmail, it can be any valid email […]

Read More →

Finding something to learn is just a google(whatever search engine of ur choice)search away. However you do not want to spend time weeding out the bad ones and selecting which ones to learn from. Hackr.io is a simple website which takes out this pain of discovering good resources to learn programming languages. It is a […]

Read More →

In recreational mathematics, a Harshad number (or Niven number) in a given number base, is an integer that is divisible by the sum of its digits when written in that base. Harshad numbers in base n are also known as n-Harshad (or n-Niven) numbers. Harshad numbers were defined by D. R. Kaprekar, a mathematician from […]

Read More →

As a Java developer there are many instances where you find yourself wanting to separate running unit and integration tests. Here is a simple solution to that problem. The following is a more clear writeup of what is given by JUnit Team. Step1: Create a JUnit category. 1 2 3 package com.rushis.test; public interface IntegrationTest […]

Read More →

Ninite application helps you install and update most of your programs at once. The apps are user-requested apps and are added based on their popularity. The following are it’s features. start working as soon as you run it not bother you with any choices or options install apps in their default location say no to […]

Read More →