Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Exception on download: sun.security.validator.ValidatorException: No trusted certificate found

scala sbt ubuntu-16.04

Combine call-by-name colon operator and space incoherency [duplicate]

scala

Spark - how to get top N of rdd as a new rdd (without collecting at the driver)

scala apache-spark rdd

Decoding Case Class w/ Tagged Type

scala shapeless circe

Is actually possible to deprecate Scala case class fields?

scala case-class

Apache Livy doesn't work with local jar file

scala apache-spark livy

RDD CountApproximate taking far longer than requested timeout

scala apache-spark

Limit kafka batch size when using Spark Structured Streaming

Decoding JSON values in circe where the key is not known at compile time

Does it make sense to use a pool of Actors?

scala concurrency erlang actor

How to catch exceptions and redirect to error page in Lift?

How to exclude R*.class files from a proguard build

android eclipse scala proguard

Convert a Scala Buffer to Java ArrayList

java scala scala-2.8

Scala method that returns multiple concatenated filter functions

scala scala-2.8

Parameterized Unit Tests in Scala (with JUnit4)

What's the *right* way to handle a POST in FP?

Scala logging line numbers - slf4s/slf4j?

scala logging slf4j

Scala Typing: How to Ensure Numeric Type

Executing CPU-bound tasks with Scala actors?

scala concurrency actor

Why does fold have the following type in Scala?