Skip to content
View AleksandrLiadov's full-sized avatar

Block or report AleksandrLiadov

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. clean-code-python clean-code-python Public

    Forked from zedr/clean-code-python

    🛁 Clean Code concepts adapted for Python

    Python

  2. i3_kde i3_kde Public

    Add i3 for KDE Plasma

    Shell

  3. Log with decorator, based on thread Log with decorator, based on thread
    1
    import time
    2
    
                  
    3
    from threading import Thread
    4
    from typing import Any, Callable
    5