Skip to content
View JanePHPDev's full-sized avatar
🥲
Facing life...
🥲
Facing life...

Block or report JanePHPDev

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 250 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
JanePHPDev/README.md

我的项目是作品,不是产品。
除非我在自述文件里明确写下“它是公开的,可贡献的”,否则,它们始终处于:可用、可商用、可Fork、可Issue,但不可贡献的状态。
任何人可以以任意方式使用、修改或分发我的项目——前提是遵守对应的开源协议,但请不要提交拉取请求。这不是开源的标准做法,但这是我选择的方式。

Pinned Loading

  1. Vercel-Netlify-JsDelivr-Mirror Vercel-Netlify-JsDelivr-Mirror Public template

    🔥🔥Jsdelivr反代、免费cdn、jsd加速域名。基于Vercel/Netlify ServerLess编写的Jsdelivr反向代理配置文件模板仓库,支持直接使用Vercel和Netlify自建反代,再也不用为了jsd被拦截而烦恼

    HTML 29 7

  2. Img2ASCIIx Img2ASCIIx Public

    一个零依赖、体积小的轻量JavaScript图片转 ASCII 库,支持浏览器、Nodejs及小程序,甚至是跨端应用(Uniapp、Electron )。支持自定义字符集、Web Worker 多线程,一键生成高还原度字符画,可用于 CLI 工具、前端特效、日志水印、Discord/Slack Bot 等场景,API 简洁,开箱即用。

    JavaScript 4

  3. FuckCSDN FuckCSDN Public

    一个用户脚本,用于全面屏蔽CSDN及其关联网站,包括搜索结果中的链接、直接访问和页面跳转。FuckCSDN脚本旨在通过技术手段恢复用户的自主选择权,鼓励回归非商业化的知识传播渠道,如开源仓库和独立博客。

    JavaScript 1

  4. PHP8.5 New grammar PHP8.5 New grammar
    1
    <?php
    2
    // Fluent Interface
    3
    $out2 = $data
    4
        |> array_filter(fn($v) => $v !== null && $v !== '')
    5
        |> array_map('strtoupper', $$)