Skip to content
View leonGravel's full-sized avatar
🕹️
Ctrl + C & Ctrl + V
🕹️
Ctrl + C & Ctrl + V

Organizations

@b3log @apachecn @Alkaids @TogetherOS @EasyHexo @go-community @Programming-With-Love
Block or Report

Block or report leonGravel

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

  1. Alkaids/shortcut Alkaids/shortcut Public

    又一个轮子,短网址转换工具。基于 twitter 的雪花算法,给新增的转换请求发号,得到短地址,并生成二维码。

    Java 38 12

  2. Alkaids/pneumonia Alkaids/pneumonia Public

    实时抓取丁香园以及tg的肺炎疫情数据,并发送邮件提醒

    Java 3

  3. echo-rpc echo-rpc Public

    a simple rpc framework, base on Netty

    Java 2

  4. dockerfiles dockerfiles Public

    自用的一些docker镜像以及docker-compose文件

    Shell 2

  5. oh-my-python oh-my-python Public

    python学习,各种脚本整理(数据分析以及爬虫)

    Python 1

  6. Connect to the server remotely Connect to the server remotely
    1
    #!/usr/bin/expect -f
    2
    set user root
    3
    set host xxx.36.xxx.142
    4
    set password xxxxxxxx
    5
    set timeout -1