天天看點

大型項目源碼集合「GitHub 熱點速覽 v.21.39」

大型項目源碼集合「GitHub 熱點速覽 v.21.39」

作者:hellogithub-小魚幹

代碼,尤其是優雅規範的代碼,一直都是學習程式設計技巧的捷徑。雖然有實用的代碼小片段,能拯救目前業務的燃眉之急,但是真要去提升自己的技能還是得從大型的項目,尤其是有一定使用者體量的項目中學習代碼,了解系統背後的設計原理和實作邏輯。是以不妨仔細閱讀本周特推的 codebases,了解 trello、telegram 之類的大型應用是如何實作的。

選項标準:​<code>​新釋出​</code>​​ | ​<code>​實用​</code>​​ | ​<code>​有趣​</code>​​,根據項目 release 時間分類,釋出時間不超過 14 day 的項目會标注 ​<code>​new​</code>​,無該标志則說明項目 release 超過半月。由于本文篇幅有限,還有部分項目未能在本文展示,望周知 ????

本文目錄

本周特推

1.1 真·代碼庫:codebases

1.2 實時高清摳圖:robustvideomatting

github trending 周榜

2.1 時序智能庫:merlion

2.2 資源監控:btop

2.3 一鍵關注:linkfree

2.4 動畫設計:theatre

2.5 workload orchestrator 工具:nomad

往期回顧

本周 star 增長數:800+

​<code>​new​</code>​ codebases 是大型項目的源碼(代碼庫)的集合,它使用 react.js 建構,收錄諸如:bestbuy、postman、trello、udacity、coursera、skillshare、invision、telgram 等等項目的前端源代碼。你可以通過閱讀代碼來學習程式設計技巧,不過不建議直接在生産環境中使用它們。

github 位址→​​https://github.com/reacttips-dev/codebases​​
大型項目源碼集合「GitHub 熱點速覽 v.21.39」

本周 star 增長數:1,750+

​<code>​new​</code>​​ robustvideomatting 論文 ​​robust high-resolution video matting with temporal guidance​​ 的官方 github 庫,由位元組跳動開源。rvm 專為穩定人物視訊摳像設計。不同于現有神經網絡将每一幀作為單獨圖檔處理,rvm 使用循環神經網絡,在處理視訊流時有時間記憶。rvm 可在任意視訊上做實時高清摳像。在 nvidia gtx 1080ti 上實作 4k 76fps 和 hd 104fps。

github 位址→​​https://github.com/peterl1n/robustvideomatting​​
大型項目源碼集合「GitHub 熱點速覽 v.21.39」

本周 star 增長數:750+

​<code>​new​</code>​ merlion 是一個用于時間序列智能的 python 庫。它提供了一個端到端的機器學習架構,包括加載和轉換資料,建立和訓練模型,後期處理模型輸出,以及評估模型性能。它支援各種時序學習任務,包括單變量和多變量時序的預測和異常檢測。這個庫的目的是為工程師和研究人員提供一個一站式的解決方案,為他們特定的時序需求快速開發模型,并在多個時序資料集上進行基準測試。

github 位址→​​https://github.com/salesforce/merlion​​
大型項目源碼集合「GitHub 熱點速覽 v.21.39」

本周 star 增長數:1,150+

​<code>​new​</code>​ btop,資源螢幕,可監控顯示處理器、記憶體、磁盤、網絡和程序的使用情況和統計資訊,它沿用了 bpytop 和 bashtop 的主題是二者的 c++ 版。

github 位址→​​https://github.com/aristocratos/btop​​
大型項目源碼集合「GitHub 熱點速覽 v.21.39」

本周 star 增長數:150+

​<code>​new​</code>​ linkfree 是一個生成個人檔案的小工具,你可以将 twitter、github、youtube 等等個人社交平台賬号放在一個頁面,嵌入其他諸如 ins 之類的隻支援放一個連結的平台,友善他人關注你的社交賬号。

github 位址→​​https://github.com/eddiehubcommunity/linkfree​​
大型項目源碼集合「GitHub 熱點速覽 v.21.39」

本周 star 增長數:2,800+

theatre 是一個動畫設計庫,你可以用來制作一些 web 動畫,比如:

3d 動畫

svg / html 動畫

微互動設計

其他 js 動畫

github 位址→​​https://github.com/ariaminaei/theatre​​
大型項目源碼集合「GitHub 熱點速覽 v.21.39」

本周 star 增長數:1,700+

nomad 是一個簡單又靈活的 workload orchestrator 工具,可以跨 on-prem 和雲大規模地部署和管理諸如 docker、podman 等容器、非容器化應用程式(可執行程式、java)和虛拟機(qemu)。目前支援 windows、linux 和 macos。

github 位址→​​https://github.com/hashicorp/nomad​​
大型項目源碼集合「GitHub 熱點速覽 v.21.39」

作者:削微寒

本作品采用​​署名-非商業性使用-禁止演繹 4.0 國際 ​​進行許可。