Scala On Cloud

Tuesday, October 25, 2016

Advertising Networks

›
HRSifu.com  reached 20k page view per month. I'm looking for an Advertising Networks to monetize the website traffic. Here are some of...
Wednesday, October 12, 2016

Amazon Web Services (AWS) Free Online Training

›
Our quick introductory videos on each AWS service. https://aws.amazon.com/training/intro_series/ Our ten minute, hands-on tutorials. http...
Tuesday, February 23, 2016

Open Source Anti Virus - ClamAV

›
ClamAV is an open source (free) anti-virus engine, support stream scanning using Java API. It’s come with an advanced tool such as online vi...
Tuesday, November 17, 2015

Scala map vs flatMap

›
map is loop thru all element and apply a function into it. scala> val i = List("Apple", "Banana", "Orange"...
Sunday, November 15, 2015

Scala For Loop Syntax

›
For Loop with Counter The simplest loop syntax is: for (a <- 1 to 5){ println(“Print a: ” + a); } When the above code is compi...
Wednesday, October 28, 2015

Generate CSV in Playframwork

›
Example of generate CSV by modify output header. def exportCSV = Action { val data = "data 1, data 2" Ok(data).with...
Sunday, December 21, 2014

A great scala introduction with all available tools for developer

›
http://assist-software.net/blog/awesome-scala
‹
›
Home
View web version
Powered by Blogger.