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

Block or report paicha

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 Loading

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

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

    Python 1.4k 518

  2. daslink daslink Public

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

    Go 3 2

  3. Eric-Guo/wechat Eric-Guo/wechat Public

    API, command and message handling for WeChat in Rails

    Ruby 1.3k 373

  4. zhihu-undirect zhihu-undirect Public

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

    JavaScript 28 5

  5. 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
    }
  6. jekyll/jekyll jekyll/jekyll Public

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

    Ruby 48.7k 9.9k