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.

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. Stellantis-ADX/pr-reviewer-ai Stellantis-ADX/pr-reviewer-ai Public

    A code-review bot based on a large-language model.

    Python

  2. clean-code-python clean-code-python Public

    Forked from zedr/clean-code-python

    🛁 Clean Code concepts adapted for Python

    Python

  3. i3_kde i3_kde Public

    Add i3 for KDE Plasma

    Shell

  4. 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