Skip to content
View guilgaly's full-sized avatar

Organizations

@gatling
Block or Report

Block or report guilgaly

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. cowsay4s cowsay4s Public

    A cowsay implementation written in Scala

    Scala 4 2

  2. query-monad query-monad Public

    Forked from zengularity/query-monad

    Specialized Reader monad and transformer for pure database programming

    Scala

  3. mill mill Public

    Forked from com-lihaoyi/mill

    Your shiny new Java/Scala build tool!

    Scala

  4. itunes-dap-sync itunes-dap-sync Public

    Scala 1

  5. Scala compiler options I typically use Scala compiler options I typically use
    1
    val scalacOptions = Seq(
    2
      "-encoding",
    3
      "utf-8", // Specify character encoding used by source files.
    4
      "-Ybackend-parallelism", //
    5
      "8",
  6. advent-of-code-2021 advent-of-code-2021 Public

    Rust