◐ Shell
clean mode source ↗

LittleKey - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@LittleKey

LittleKey

Follow

View LittleKey's full-sized avatar

💫

Lk@✨

💫

Lk@✨

持续学习, 深入思考, 反复实践

Block or report LittleKey

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

    dotfiles

    Shell 3 3

  2. 通过微信发送命令到远程服务器. 基于werkzeug + gunicor... 通过微信发送命令到远程服务器. 基于werkzeug + gunicorn(gevent) 实现, 造了很多轮子

    1

    # coding: utf8

    2

    from gevent.monkey import patch_all; patch_all()  # noqa

    3

    
                  

    4

    import re

    5

    import os