有意思、入門級開源項目盡在《HelloGitHub》第 11 期

編程語言 Haskell Linux Flask HelloGitHub 2017-07-17

興趣是最好的老師,HelloGitHub 就是幫你找到興趣!

有意思、入門級開源項目盡在《HelloGitHub》第 11 期

簡介

分享 GitHub 上有趣、入門級的開源項目。

這是一個面向編程新手熱愛編程對開源社區感興趣人群的月刊,月刊的內容包括:各種編程語言的項目讓生活變得更美好的工具書籍學習筆記教程等,這些開源項目大多都是非常容易上手,而且非常 Cool。主要是希望大家能動手用起來,加入到開源社區中。

  • 會編程的可以貢獻代碼

  • 不會編程的可以反饋使用這些工具中的 Bug

  • 幫著宣傳你覺得優秀的項目

  • Star 項目⭐️

在瀏覽、參與這些項目的過程中,你將學習到更多編程知識提高編程技巧找到編程的樂趣

最後 https://hellogithub.com 這個網站就誕生了


|以下為本期內容|每個月 28 號發佈最新一期|

# C 項目

1、wrk(https://github.com/wg/wrk):現代 HTTP 基準測試(實現對一類測試對象的某項性能指標進行定量的和可對比的測試)工具

# Go 項目

2、negroni(https://github.com/urfave/negroni):Negroni 是一個很地道的 Web 中間件,它不是一個框架,是為了方便使用 net/http 而設計的一個庫

# Java 項目

3、WechatLuckyMoney(https://github.com/veryyoung/WechatLuckyMoney):微信搶紅包插件,基於 Xposed 框架,速度快得冷人髮指。為避免過度拉仇恨,請謹慎使用

有意思、入門級開源項目盡在《HelloGitHub》第 11 期

4、GitClub(https://github.com/TellH/GitClub):GitClub 不僅僅是一個 GitHub 客戶端,還是一個發現優秀 GitHub 開源項目的 App

5、tale(https://github.com/otale/tale):簡潔、漂亮、輕量級、Java 博客。特性:

  • 設計簡潔,界面美觀

  • Markdown 文章發佈

  • 自定義文章鏈接

  • 支持多主題

  • 支持 Emoji 表情

  • 支持網易雲音樂播放

  • 支持附件和數據庫備份

  • 部署簡單,不依賴 Tomcat

有意思、入門級開源項目盡在《HelloGitHub》第 11 期

6、jvm-mon(https://github.com/ajermakovics/jvm-mon):命令行模式的 JVM 監控

有意思、入門級開源項目盡在《HelloGitHub》第 11 期

# JavaScript 項目

7、react-tetris(https://github.com/chvin/react-tetris):逼真的俄羅斯方塊(非常逼真、強大!),詳細的技術介紹

有意思、入門級開源項目盡在《HelloGitHub》第 11 期

# Python 項目

8、sh(https://github.com/amoffat/sh):sh 是一個成熟,用於替代 subprocess,它允許你調用任何程序,就像它是一個函數,支持 Python2.6 - 3.5

9、fastText.py(https://github.com/salestock/fastText.py):fastText 簡而言之,就是把文檔中所有詞通過 lookup table 變成向量,取平均後直接用線性分類器得到分類結果

10、mongoaudit(https://github.com/stampery/mongoaudit):強大的 MongoDB 滲透測試工具,用於發掘 MongoDB 漏洞、並提出改善方法。

  • 安裝:pip install mongoaudit

  • 運行:python mongoaudit

# Swift 項目

11、Swift30Projects(https://github.com/soapyigu/Swift30Projects):30 個小型 Swift Apps,可以用來上手學習、練習移動開發。

有意思、入門級開源項目盡在《HelloGitHub》第 11 期

# 其它

12、linux-command(https://github.com/jaywcjlove/linux-command):Linux 命令大全搜索工具,內容包含 Linux 命令手冊、詳解、學習、蒐集

13、chinese-programmer-wrong-pronunciation(https://github.com/shimohq/chinese-programmer-wrong-pronunciation):中國程序員容易發音錯誤的單詞

14、go-lang-cheat-sheet(https://github.com/a8m/go-lang-cheat-sheet):Go 語法特性集合

# 開源書籍

15、book(https://github.com/qyuhen/book):雨痕大神寫的學習筆記

16、nginx-book(https://github.com/taobao/nginx-book):Nginx 開發從入門到精通——本書的作者為淘寶核心系統服務器平臺組的成員

17、real-world-haskell-cn(https://github.com/huangz1990/real-world-haskell-cn):《Real World Haskell》中文翻譯項目

18、open-shell-book(https://github.com/tinyclub/open-shell-book):《Shell 編程範例》,面向操作對象學 Shell

19、python-data-structure-cn(https://github.com/facert/python-data-structure-cn):《Problem Solving with Algorithms and Data Structures using Python》中文版

20、docker_practice(https://github.com/yeasy/docker_practice):Dokcer 從入門到實踐

21、explore-flask(https://github.com/spacewander/explore-flask-zh):《explore flask》中文翻譯

22、react-cookbook(https://github.com/shimohq/react-cookbook):編寫簡潔漂亮,可維護的 React 應用

23、rust-book-chinese(https://github.com/KaiserY/rust-book-chinese):Rust 程序設計語言 中文版


換種方式閱讀

  • 網站:https://hellogithub.com

  • GitBook:https://gitbook.hellogithub.com

有意思、入門級開源項目盡在《HelloGitHub》第 11 期

END

相關推薦

推薦中...