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. clj-vapi clj-vapi Public

    Vectorised array operations leveraging Java Vector API for SIMD parallelism

    Clojure 10

  2. pdf-to-images pdf-to-images Public

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

    Clojure 9 1

  3. Incremental Join (not time-oriented) 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 sicp Public

    SICP

    Scheme