Skip to content
View ShahOdin's full-sized avatar
🎋
🎋
Block or Report

Block or report ShahOdin

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. smart-guilds smart-guilds Public

    a poc for contractors to come together and doing away with recruiters

    Scala

  2. Broker Broker Public

    C++ 1

  3. CmakeConfigTemplate CmakeConfigTemplate Public

    A relocatable package consisting of multiple libraries

    CMake

  4. readerT-demo readerT-demo Public

    a demonstration of using ReaderT (Kleisli) for dependency injection in a typical Scala Application.

    Scala

  5. typeLevelArithmeticProto.scala typeLevelArithmeticProto.scala
    1
    sealed trait NaturalNumber
    2
    sealed trait _0 extends NaturalNumber
    3
    sealed trait _1 extends _0
    4
    sealed trait _2 extends _1
    5
    sealed trait _3 extends _2