Skip to content
View kogupta's full-sized avatar
💻
Yak Shaving
💻
Yak Shaving
Block or Report

Block or report kogupta

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. function throwing checked exception function throwing checked exception
    1
    @FunctionalInterface
    2
    public interface ThrowingFunction<I, O, T extends Throwable> {
    3
        O apply(I i) throws T;
    4
    }
  2. Exploration in binary json formats Exploration in binary json formats
    1
    import com.codahale.metrics.Histogram;
    2
    import com.codahale.metrics.SlidingTimeWindowArrayReservoir;
    3
    import com.codahale.metrics.Snapshot;
    4
    import com.fasterxml.jackson.annotation.JsonFormat;
    5
    import com.fasterxml.jackson.databind.DeserializationContext;
  3. scalacaster scalacaster Public

    Forked from vkostyukov/scalacaster

    Purely Functional Algorithms and Data Structures in Scala

    Scala

  4. spark-data-sources spark-data-sources Public

    Forked from spirom/spark-data-sources

    Developing Spark External Data Sources using the V2 API

    Java

  5. SparkInternals SparkInternals Public

    Forked from JerryLead/SparkInternals

    Notes talking about the design and implementation of Apache Spark