Skip to content
View paicha's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report paicha

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. gxgk-wechat-server gxgk-wechat-server Public archive

    校园微信公众号,使用 Python、Flask、Redis、MySQL、Celery [DEPRECATED]

    Python 1.4k 510

  2. daslink daslink Public

    DASLink is a simple tool to link ipfs content from DAS.

    Go 3 2

  3. Create an OpenAI API proxy using onl... Create an OpenAI API proxy using only 10 lines of code on Cloudflare Worker.
    1
    async function handleRequest(request) {
    2
     const url = new URL(request.url)
    3
     url.host = "api.openai.com"
    4
     return fetch(url, { headers: request.headers, method: request.method, body: request.body })
    5
    }
  4. Eric-Guo/wechat Eric-Guo/wechat Public

    API, command and message handling for WeChat in Rails

    Ruby 1.3k 369

  5. zhihu-undirect zhihu-undirect Public

    浏览器扩展,移除知乎外部链接的重定向,加速上网、避免访问追踪。

    JavaScript 29 6

  6. jekyll/jekyll jekyll/jekyll Public

    🌐 Jekyll is a blog-aware static site generator in Ruby

    Ruby 51.5k 10.3k