Skip to content
View anton-kapelyushok's full-sized avatar
Block or Report

Block or report anton-kapelyushok

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. leetcode leetcode Public

    Kotlin

  2. math.js math.js
    1
    const True = (a, b) => a()
    2
    const False = (a, b) => b()
    3
    const If = (cond, then, else_ = () => {}) => cond(then, else_)
    4
    const L = (first, second) => second(first())
    5
    
                  
  3. alm-editor alm-editor Public

    Kotlin

  4. spooky-compiler spooky-compiler Public

    Kotlin 1

  5. jb-file-indexer jb-file-indexer Public

    Kotlin

  6. The only sensible thing to do in kotlin The only sensible thing to do in kotlin
    1
    import com.tngtech.archunit.base.DescribedPredicate
    2
    import com.tngtech.archunit.core.domain.JavaClass
    3
    import com.tngtech.archunit.core.importer.ClassFileImporter
    4
    import com.tngtech.archunit.lang.ArchCondition
    5
    import com.tngtech.archunit.lang.ConditionEvents