Skip to content
View AlekseySpiridonov's full-sized avatar

Block or report AlekseySpiridonov

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

    Makes commit(s) every day by GitHub Actions

    1 2

  2. dockvpn dockvpn Public

    Forked from jpetazzo/dockvpn

    Recipe to build an OpenVPN image for Docker

    Shell

  3. Discord2TelegramBot Discord2TelegramBot Public archive

    Cross posting messages between Discord Text Chat and Telegram Group Chat

    Java 2

  4. DiscordBot DiscordBot Public archive

    Simple Java Discord Bot

    Java

  5. Send message to Telegram from Bash Send message to Telegram from Bash
    1
    #!/bin/bash
    2
    MESSAGE=$1
    3
    TOKEN=<SECRET>
    4
    CHAT_ID=<SECRET>
    5
    
                  
  6. MacOS rsync with retries every 120 s... MacOS rsync with retries every 120 seconds
    1
    #!/bin/bash
    2
    
                  
    3
    ADDITIONAL_KEYS=""
    4
    if [ ! -z "${3}" ] 
    5
    then