Skip to content
View returnToInnocence's full-sized avatar
🎓
coding
🎓
coding

Organizations

@voiceHanter

Block or report returnToInnocence

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
returnToInnocence/readme.md

Typing SVG

平时会写一些自己需要的小工具,也会通过项目学习不熟悉的技术

目前比较关注

  • 高性能计算(由于团队需要暂时工作不适合开源)
  • 知识图谱(由于团队需要暂时工作不适合开源)
  • LLM 应用
  • 自动化脚本和一些解决日常问题的小工具(这个可能更适合开源)

如果正在用的开源工具刚好遇到了问题,我也会试着读读代码,帮忙一起 debug 提 Issue / PR🫡

感觉有用的小玩意

实话说,有些仓库只是几十行的小工具,有些是课程或实验项目,所以这里只挑几个我自己现在还觉得挺有用的

  • bilibli-toolkit
    用于整理 Bilibili 本地缓存,包括视频信息整理、LLM 分类、缓存转 MP4 等功能。
    https://github.com/returnToInnocence/bilibli-toolkit

    Bilibili-toolkit 我自己用得比较频繁😁,感觉确实有用嘿嘿,不知道大家有没有和我之前有同样的烦恼😣,手机刷 b 站看到一堆好看的视频,怕被下架,但是手机空间有限缓存下来空间不够,所以想存到硬盘里面,我这个工具就派上用场啦

如果这里的某个项目刚好对你有帮助,欢迎参考👏;如果发现问题,也欢迎通过 Issue / PR 交流

📫 Email: os.dev.hongjun@gmail.com

GitHub Roast 评分卡 Top programming languages used by Hongjun based on GitHub contributions.

commit message type

用于规范化历次提交内容改动类型,同时也是提醒自己每个 commit 要认真对待,干净的 commit 有利于大家交流

  1. build:主要目的是修改项目构建系统(例如 glup,webpack,rollup 的配置等)的提交
  2. ci:主要目的是修改项目继续集成流程(例如 Travis,Jenkins,GitLab CI,Circle等)的提交
  3. docs:文档更新
  4. feat:新增功能
  5. fix:bug 修复
  6. perf:性能优化
  7. refactor:重构代码(既没有新增功能,也没有修复 bug)
  8. style:不影响程序逻辑的代码修改(修改空白字符,补全缺失的分号等)
  9. test:新增测试用例或是更新现有测试
  10. revert:回滚某个更早之前的提交
  11. chore:不属于以上类型的其他类型

参考资料

Quote

Pinned Loading

  1. apache/hugegraph apache/hugegraph Public

    A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)

    Java 3.2k 632

  2. bilibli-toolkit bilibli-toolkit Public

    Cache video management, AI classification, format conversion (m4s→MP4), batch download

    Python 17

  3. py-feishu2cc py-feishu2cc Public

    🤖Remote control Claude Code via Feishu bot - receive real-time task notifications and send commands to sessions

    Python 6