Skip to content

Instantly share code, notes, and snippets.

@itang
Created September 28, 2012 09:03
Show Gist options
  • Save itang/3798770 to your computer and use it in GitHub Desktop.
Save itang/3798770 to your computer and use it in GitHub Desktop.
Dispatch example
import dispatch._
val r = Http(url("http://www.ckernel.org/news/patch/2012.html") OK as.String)
r.map { _.split("\n").toList.count(_.contains("huawei"))} () // 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment