Skip to content
View GuyKomari's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report GuyKomari

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. task-scheduler task-scheduler Public

    Distributed Task Scheduler

    Kotlin

  2. Median-Online-Algorithm Median-Online-Algorithm Public

    Algorithm for finding the current median in time complexity ϴ(1) implemented by min and max heaps

    Java 2

  3. shareNotesApp shareNotesApp Public

    share notes application

    Java

  4. PostgreSqlJsonbSetDeep.kt PostgreSqlJsonbSetDeep.kt
    1
    /**
    2
     * Helper function that builds a PostgreSQL jsonb_set function that also deeply creates missing objects
    3
     *
    4
     * Usage:
    5
     *  1. jsonbSetDeep(target = "my_field", path = arrayOf("depth1","depth2"), newJsonValue = "[]")