Skip to content
View airabinovich's full-sized avatar

Block or report airabinovich

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

    Backend for Memequotes Application

    Go

  2. memequotes_front memequotes_front Public

    Frontend for Memequotes Application

    Go

  3. Simple and elegant retry on python3 ... Simple and elegant retry on python3 using decorator
    1
    import traceback, sys
    2
    
                  
    3
    def retry(success_condition: callable=lambda x: x is not None, max_attempts=0, exception_on_error: Exception=None):
    4
    
                  
    5
        def wrapper(func):
  4. juanjoarce7456/baboon juanjoarce7456/baboon Public

    Java framework for dispatching events from and to java petri engine (github: airabinovich/java_petri_engine)

    Java

  5. juanjoarce7456/baboon_examples juanjoarce7456/baboon_examples Public

    Baboon Framework sample projects

    Java

  6. node-course-api node-course-api Public

    Repository for course 'Node.js REST API with Express & MongoDB'

    JavaScript