Month: January 2015

PMP briefing

####Requirement: – 4 years degree – 36 months professional project management experience – 4500 hours of leading and directing the project – 35 contacts hours of formal education ####Fee and payment: – computer-based testing $405 US dollar ( for member );...

Setup scala in linux

####Setup scala in linux and Hello World it is so simple! 1. download scala from official website 2. unzip it: tar xvzf scala-2.10.3.tgz 3. create SCALA_HOME export SCALA_HOME=~/projects/scala/scala-2.10.3/ add it to path export PATH=$PATH:$SCALA_HOME/bin 4. create hello world vi HelloWorld.scala object...