Skip to content
View igmonk's full-sized avatar

Block or report igmonk

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. pdf-to-images Public

    Clojure wrapper for the PDFBox that converts a page range of a PDF document to images.

    Clojure 9 1

  2. aws-lambda-layer-awscliv2 Public

    Build & publish an AWS Lambda layer with AWS CLI v2

    Dockerfile 2 1

  3. Incremental Join (not time-oriented)
    1
    # Challenge
    2
    
                  
    3
    Prepare a continuously updated dataset by joining two continuously increasing source datasets based on a given field.
    4
    
                  
    5
    The join condition is **not time-oriented** and a match between two records could be found for any arbitrary positions of those records in their source datasets.
  4. sicp Public

    SICP

    Scheme