Skip to content
Avatar

Highlights

Organizations

@coatue

Pinned

  1. Simple, safe and intuitive Scala I/O

    Scala 1.4k 146

  2. algorithms in scala

    Scala 383 94

  3. Scala macros to generate RESTful Models

    Scala 194 13

  4. Yet another Scala lens macro

    Scala 166 11

  5. A Dynamically Typed Scala Json Library

    Scala 132 10

  6. 1
    val n = 9
    2
    val s = Math.sqrt(n).toInt
    3
    type Board = IndexedSeq[IndexedSeq[Int]]
    4
     
    5
    def solve(board: Board, cell: Int = 0): Option[Board] = (cell%n, cell/n) match {

4,088 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri
Activity overview
Loading

Contribution activity

November 2020

58 contributions in private repositories Nov 1 – Nov 7

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.