Skip to content
View acalephx's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

Block or report acalephx

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

    Record my Raspberry 3B+ progress

    Python

  2. myJAVA myJAVA Public

    record my JAVA progress

    Java

  3. diary2019_public diary2019_public Public

    2019 progress

    1

  4. complete ways to set http/socks/ssh ... complete ways to set http/socks/ssh proxy environment variables
    1
    # set http or socks proxy environment variables
    2
    
                  
    3
    ```bash
    4
    # set http proxy
    5
    export http_proxy=http://PROXYHOST:PROXYPORT
  5. scrcpy scrcpy Public

    Forked from Genymobile/scrcpy

    Display and control your Android device

    C