Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report fancellu

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.

Report abuse

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

Report abuse

Pinned

  1. Scala.js bindings for Vue.js and an example application

    Scala 108 22

  2. xqs Public

    XQuery for Scala

    Scala 35 4

  3. jmsScala Public

    JMS for Scala

    Scala 19 11

  4. A simple piece of utility code to take a List and group its elements based on List membership, whilst returning unmatching elements, without unnecessary changing of order, via Group case class

    Scala 3

  5. 1
    import java.util
    2
    
                  
    3
    import org.apache.kafka.clients.consumer.KafkaConsumer
    4
    
                  
    5
    import scala.collection.JavaConverters._
  6. 1
    // Coproduct is extension of Either concept, to N multually exlusive choices
    2
    
                  
    3
    type ISB = Int :+: String :+: Boolean :+: CNil
    4
    
                  
    5
    val isb = Coproduct[ISB]("foo")                   //> isb  : qaaz.ISB = foo

218 contributions in the last year

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

Contribution activity

January 2022

fancellu has no activity yet for this period.

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