Mercurial
Mercurial
>
hg
>
afl-material
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
progs/app0.scala
author
Christian Urban <urbanc@in.tum.de>
Tue, 26 Sep 2017 12:19:54 +0100
changeset 500
c502933be072
parent 254
dcd4688690ce
child 559
db5cb071644d
permissions
-rw-r--r--
updated
import io.Source
def get_page(url: String) : String = {
Source.fromURL(url).take(10000).mkString
}