Skip to content
View izharahmd's full-sized avatar
🌋
Waking up
🌋
Waking up
Block or Report

Block or report izharahmd

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. offset-management offset-management Public

    Scala 2

  2. hocon-exts hocon-exts Public

    Scala extensions for HOCON.

    Scala

  3. Merge Sequential And Overlapping Dates Merge Sequential And Overlapping Dates
    1
    /** Merge sequential start end dates period. If the gap between end date and start date is
    2
        * less than or equal to 1, then these ranges are merged to form a single start-end range
    3
        * and their corresponding row list are also merge.
    4
        *
    5
        * Update: The method now merges partial or full overlapping periods.
  4. Spark UDAF to return a single Row fo... Spark UDAF to return a single Row for GroupedData based on custom ordering of some column
    1
    import org.apache.spark.sql.{Column, DataFrame, Row}
    2
    import org.apache.spark.sql.expressions.{MutableAggregationBuffer, UserDefinedAggregateFunction}
    3
    import org.apache.spark.sql.functions.{col, struct}
    4
    import org.apache.spark.sql.types.{DataType, StructType}
    5
    import org.slf4j.{Logger, LoggerFactory}
  5. dependency-check-cache dependency-check-cache Public

    A docker container image over owasp/dependency-check which is updated daily to cache latest CVE and CPE data files

    Dockerfile