5

GitHub 毕业年鉴「GitHub 热点速览 v.22.20」

 1 year ago
source link: https://www.cnblogs.com/xueweihan/p/16275672.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

GitHub 毕业年鉴「GitHub 热点速览 v.22.20」

759200-20220515232509478-2107901096.png

GitHub 毕业需要什么呢?一个 PR!那么提交一个 PR 需要什么?也许你是使用终端命令来提交 git 操作的,那么你可以了解下 Bash-Oneliner,收录了大量好用的 bash 命令,虽然并没有 git 操作命令。还有好用的 NvChad,让你像用 IDE 一样用 NeoVim 编写内容。

本周还有个 git 利器,你可以通过 Gogs 搭建自己的 git 服务。也许后端,你可以采用 FireBase 替代方案 supabase 😄

以下内容摘录自微博@HelloGitHub 的 GitHub Trending 及 Hacker News 热帖(简称 HN 热帖),选项标准:新发布 | 实用 | 有趣,根据项目 release 时间分类,发布时间不超过 14 day 的项目会标注 New,无该标志则说明项目 release 超过半月。由于本文篇幅有限,还有部分项目未能在本文展示,望周知 🌝

  • 本文目录
      • 1.1 让 NeoVim 像 IDE 一样:NvChad
      • 1.2 微软 3D 影片制作:Microsoft-3D-Movie-Maker
      1. GitHub Trending 周榜
      • 2.1 自托管 git:Gogs
      • 2.2 实用 Bash 指令:Bash-Oneliner
      • 2.3 OPT 代码库:metaseq
      • 2.4 GitHub 毕业年鉴:GitHubGraduation-2022
      • 2.5 FireBase 替代方案:supabase

1. 本周特推

1.1 让 NeoVim 像 IDE 一样:NvChad

本周 star 增长数:600+

NvChad 能让 NeoVim CLI 像个 IDE,同时兼顾颜值和启动速度,NvChad 的启动速度只要 20-70 ms。

GitHub 地址→https://github.com/NvChad/NvChad

759200-20220515232528746-1948936610.png

1.2 微软 3D 影片制作:Microsoft-3D-Movie-Maker

本周 star 增长数:500+

New Microsoft 3D Movie Maker 是发布于 1995 年,微软 3D 电影制作项目的原始源代码。不过按照项目作者所说,这个项目并不能在现在的软硬件环境下构建成功,但是你可以基于这个项目编译获得部分的二进制文件。

GitHub 地址→https://github.com/microsoft/Microsoft-3D-Movie-Maker

759200-20220515232558614-1610197982.jpg

2. GitHub Trending 周榜

2.1 自托管 git:Gogs

本周 star 增长数:950+

Gogs 是一款极易搭建的自助 Git 服务。特性:

  • 控制面板、用户页面以及活动时间线
  • 通过 SSH、HTTP 和 HTTPS 协议操作仓库
  • 管理用户、组织和仓库
  • 仓库和组织级 Webhook,包括 Slack、Discord 和钉钉
  • 仓库 Git 钩子、部署密钥和 Git LFS
  • 仓库工单(Issue)、合并请求(Pull Request)、Wiki、保护分支和多人协作
  • 从其它代码平台迁移和镜像仓库以及 Wiki
  • 在线编辑仓库文件和 Wiki

GitHub 地址→https://github.com/gogs/gogs

759200-20220515232607125-1113298156.png

2.2 实用 Bash 指令:Bash-Oneliner

本周 star 增长数:1,050+

一组方便的 Bash 单命令行程序和终端技巧,用于数据处理和 Linux 系统维护。项目作者通过整理日常的工作和 LPIC 考试中遇到命令汇集本项目。比如下方的快捷命令:

Ctrl + n : same as Down arrow.
Ctrl + p : same as Up arrow.
Ctrl + r : begins a backward search through command history.(keep pressing Ctrl + r to move backward)
Ctrl + s : to stop output to terminal.
Ctrl + q : to resume output to terminal after Ctrl + s.
Ctrl + a : move to the beginning of line.
Ctrl + e : move to the end of line.
...

GitHub 地址→https://github.com/onceupon/Bash-Oneliner

2.3 OPT 代码库:metaseq

本周 star 增长数 1,150+

New Metaseq 是一个基于 OPT(从互联网上获取的数十亿个文本标记进行训练的 NLP 模型组)的代码库,可用来处理大规模数据。

GitHub 地址→https://github.com/facebookresearch/metaseq

2.4 GitHub 毕业年鉴:GitHubGraduation-2022

本周 star 增长数:300+

New GitHubGraduation-2022 包含了 GitHub 2022 届的毕业年鉴。通过向此仓库发起 Pull Request,可请求添加自己到 2022 届的 GitHub 毕业班级中。据项目描述,在 5 月 27 日之前成功合并到此仓库的前 7,500 个 Pull Request 将通过邮件收到定制的礼物卡、贴纸和信件。

GitHub 地址→https://github.com/education/GitHubGraduation-2022

759200-20220515232618904-432960485.jpg

2.5 FireBase 替代方案:supabase

本周 star 增长数:750+

New supabase 是一个开源的 Firebase 替代品。使用 Postgres 数据库、身份验证、即时 API、实时订阅和存储启动项目。

GitHub 地址→https://github.com/supabase/supabase

759200-20220515232624152-1450673395.png

3. 往期回顾

往期回顾:

以上为 2022 年第 20 个工作周的 GitHub Trending 🎉如果你 Pick 其他好玩、实用的 GitHub 项目,记得来 HelloGitHub issue 区和我们分享下哟 🌝

最后,记得你在本文留言区留下你想看的主题 Repo(限公众号),例如:AI 换头。👀 和之前的送书活动类似,留言点赞 Top3 的小伙伴(棒),小鱼干会努力去找 Repo 的^^

HelloGitHub 交流群现已全面开放,添加微信号:HelloGitHub001 为好友入群,可同前端、Java、Go 等各界大佬谈笑风生、切磋技术~


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK