Skip to content
View pulasthibandara's full-sized avatar
  • Auckland, New Zealand

Block or report pulasthibandara

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 Loading

  1. paddi paddi Public

    Forked from futureversecom/paddi

    See how we built Paddi an AI training game powered by ASM & The Root Network. And build your own.

    TypeScript

  2. Scala HList strip suffix Scala HList strip suffix
    1
    import shapeless.{ ::, DepFn2, HList, HNil }
    2
    import scala.annotation.implicitNotFound
    3
    
                  
    4
    /**
    5
     * Returns {Out = B} after stripping suffix {A} from {BA}
  3. Enables building a coproduct out of ... Enables building a coproduct out of a higher kinded type where the type member is type that can be a coproduct.
    1
    import shapeless.ops.coproduct.RuntimeInject
    2
    import shapeless.{ :+:, CNil, Coproduct, Generic, Inl, Inr }
    3
    
                  
    4
    import scala.language.higherKinds
    5
    
                  
  4. ethereumjs/ethereumjs-monorepo ethereumjs/ethereumjs-monorepo Public

    Monorepo for the Ethereum VM TypeScript Implementation

    TypeScript 2.6k 750