Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to obfuscate fat Scala Jar with Proguard and SBT

scala sbt proguard obfuscation

Akka Streams - How to keep materialized value of an auxiliary Sink in a Graph

scala akka akka-stream

spark dataframe trim column and convert

scala apache-spark

spark programming: best way to organize context imports and others with multiple functions

scala apache-spark

How to hint for sort merge join or shuffled hash join (and skip broadcast hash join)?

Optimize Spark job that has to calculate each to each entry similarity and output top N similar items for each

Scala implicit parameters are marked as unused by the compiler

scala

Conditional state monad expressions

protected method that takes an abstract super class instance and the "access to protected method not permitted" error

scala protected

How do I configure jEdit for Scala projects?

ide scala editor jedit

How do I get started developing for a web using Scala?

scala

scala case classes questions

class scala case

How to split a Scala script into multiple files

scala scripting

Idiomatic IO with scala

scala jvm

Composing independent traits

scala traits

Static nested class visibility issue with Scala / Java interop

Questions on Scala from a C++ programmer (structs and stl)

c++ scala

Scala implicit parameters with defaults defined in the companion object

scala scope implicit

Is it possible to use implicit evidence to force static type compatibility between abstract types?

scala

How to put methods in sets?

scala