Skip to content
View vispar-tech's full-sized avatar

Block or report vispar-tech

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
vispar-tech/README.md

Hello there 👋

A dyed-in-the-wool Full-Stack Developer

Full-Stack Developer at JCrypto and JUSTDO;

  • ⚙️ I use daily: .ts, .py, .rs

Pinned Loading

  1. Сhecks that the folder name matches ... Сhecks that the folder name matches the git origin of the project
    1
    for dir in $(find . -type d -name ".git"); do
    2
        repo_dir=$(dirname "$dir")
    3
        repo_name=$(basename "$repo_dir")
    4
        remote_url=$(cd "$repo_dir" && git remote get-url origin)
    5
        remote_repo_name=$(basename "$remote_url" .git)
  2. auto_jetbra auto_jetbra Public

    This script automates the activation of JetBrains IDEs using specified mirrors.

    Python 1

  3. bingx-py bingx-py Public

    A modern, fully typed Python client for the BingX API, designed to simplify interactions with BingX's trading platform. This client supports both synchronous and asynchronous requests, making it su…

    Python