Skip to content
View linasm's full-sized avatar

Organizations

@chronosphereio
Block or Report

Block or report linasm

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. Comprehending the For-Comphension ta... Comprehending the For-Comphension talk, Vilnius, Nov 2018
    1
    sealed abstract class Perhaps[+A] {
    2
      def foreach(f: A => Unit): Unit
    3
      def map[B](f: A => B): Perhaps[B]
    4
      def flatMap[B](f: A => Perhaps[B]): Perhaps[B]
    5
      def withFilter(f: A => Boolean): Perhaps[A]
  2. Output of live coding session "Scala... Output of live coding session "Scala pattern matching: apply the unapply"
    1
    import java.time.{LocalDate, LocalDateTime, LocalTime}
    2
    
                  
    3
    /*case */class FullName(val first: String, val last: String)
    4
    
                  
    5
    object FullName {
  3. m3db/m3 m3db/m3 Public

    M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform

    Go 4.7k 449