Skip to content
View ProxyAi's full-sized avatar
🚀
Minimal code, Maximum effort
🚀
Minimal code, Maximum effort

Organizations

@xorenio

Block or report ProxyAi

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.

Content in all repositories owned by your account will be closed.
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
ProxyAi/README.md

👋 Hi I'm John 👋

Sombrero wearing lamp

🚂 Languages and Tools:

BashPythonArduinoRustPHPLavarelMySQLHTML5CSS3TailwindCSSBootstrapnodejsJavascriptVueNuxtjsJQuery

🪐 Sponsor

GitHub sponsors

8C4aPheegGBL2oSqzN2qjsXf1Pgcc3BiZSP4jEaoA8iCje1nULSx6uZHw89Rsyg2DwY9Jm1wfnTb9HiYNjExNzQT6ftZs8S 8C4aPheegGBL2oSqzN2qjsXf1Pgcc3BiZSP4jEaoA8iCje1nULSx6uZHw89Rsyg2DwY9Jm1wfnTb9HiYNjExNzQT6ftZs8S

Pinned Loading

  1. api.xoren.ioapi.xoren.ioPublic

    Backend api for xoren.io

    PHP

  2. sshsshPublic

    My public ssh key

  3. deploy-cli.shdeploy-cli.shPublic

    Highly customisable bash git deployment script

    Shell 1

  4. Windows bat: echo to clipboardWindows bat: echo to clipboard
    1
    @echooff
    2
    (
    3
    echo hello
    4
    ) |clip
  5. Simple bash terminal calendarSimple bash terminal calendar
    1
    #!/bin/bash
    2
    3
    # Get current year and month
    4
    year=$(date +%Y)
    5
    month=$(date +%m)
  6. esp32-cam-examplesesp32-cam-examplesPublic

    Step by step examples of ESPCAM Arduino code.

    C++ 1 1