This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
begin remote | |
name atrix_multidock_remote | |
bits 8 | |
flags RC6|CONST_LENGTH | |
eps 30 | |
aeps 100 | |
header 2639 911 | |
one 420 464 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (c) 2014. This Project is the requirement of the course at NYIT-Old Westbury and should not be used in any commercial or personal use unless permitted by the author of the code. This code is the property of Rishabh Mehan and he holds the rights to re-distribute and re-use this code. | |
*/ | |
/** | |
* Created by rishabh on 12/7/14. | |
**/ | |
import java.util.*; |
NewerOlder