Skip to content
View vilinicz's full-sized avatar

Block or report vilinicz

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. barcode_editor barcode_editor Public

    Editor for imaginary barcodes

    Vue

  2. ymaps_move_marker ymaps_move_marker Public

    Moving Yandex maps marker. Demo for colleagues

    Vue

  3. kioku kioku Public

    Facial recognition prototype app

    Python 1

  4. Simple approach to organize external... Simple approach to organize external data providers
    1
    # Wrapper class for common logic: logging, top-lvl error handling, any data post-processing
    2
    # It glues together provider-specific code and the rest of the app
    3
    class Gateway
    4
      attr_accessor :provider, :options
    5