##Desired file hierarchy
Run mvn clean package expects the following layouts:
target
├── ${project.artifactId}-${project.version}
│ ├── lib
│ │ ├── jersey-bean-validation-2.22.1.jar
| #pragma mark - GameKit related stuff | |
| // See documentation: | |
| // https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/GameKit_Guide/Users/Users.html#//apple_ref/doc/uid/TP40008304-CH8-SW17 | |
| // Call this method in (void)viewDidAppear:(BOOL)animated | |
| - (void) authenticateLocalPlayer { | |
| [GKLocalPlayer localPlayer].authenticateHandler = ^(UIViewController *viewController, NSError *error) { | |
| if (viewController != nil) { | |
| [self showAuthenticationDialog: viewController]; |
aws elasticbeanstalk update-environment \
--environment-name [environment-name] \
--option-settings \ Namespace=aws:elb:policies,OptionName=ConnectionSettingIdleTimeout,Value=[timeout-seconds]
wget --header "Cookie: oraclelicense=accept-securebackup-cookie" [DOWNLOAD-URL]Example: download JDK 8u66 for Mac OS X
wget --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u66-b17/jdk-8u66-macosx-x64.dmgInstall the most current stable version of Git for Ubuntu, using PPA of Ubuntu Git Maintainers team.
For details, see this PPA page.
| " Enable different settings for different file types | |
| " See: http://vim.wikia.com/wiki/Indenting_source_code | |
| filetype plugin indent on | |
| " show existing tab with 4 spaces width | |
| set tabstop=4 | |
| " when indenting with '>', use 4 spaces width | |
| set shiftwidth=4 | |
| " On pressing tab, insert 4 spaces | |
| set expandtab |
top -b -n 1 -p `pgrep $PROCESS_NAME` | grep $PROCESS_NAME | awk {'print $9'}