I hereby claim:
- I am pradykaushik on github.
- I am pkaushik (https://keybase.io/pkaushik) on keybase.
- I have a public key ASCwC3PR-aOfbVSMbjOQboB-vwHmWg7A084lI129FxfXwAo
To claim this, I am signing this object:
public class Validation { | |
// Driver code. | |
public static void main(String... args) throws Exception { | |
Person p = new Person("john", 25); | |
Person p2 = new Person("", 25); | |
} | |
} | |
// Validator interface would typically be placed in the utility folder. | |
interface Validator { |
I hereby claim:
To claim this, I am signing this object:
package com.caffinc.grex.core; | |
/** | |
* Generates Load on the CPU by keeping it busy for the given load percentage | |
* @author Sriram | |
*/ | |
public class Load { | |
/** | |
* Starts the Load Generation | |
* @param args Command line arguments, ignored |
import java.util.Arrays; | |
import java.util.LinkedHashMap; | |
import java.util.Scanner; | |
import java.util.Set; | |
public class MainGame { |