diff --git a/README.md b/README.md
index 84e2807..60543e5 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
* [GitHub Toweave's Awesome. Don't skimp on your's star.](https://github.com/toweave/awesome/)
* See what the GitHub community is most excited about Top 10.
* If you see a package or project here that is no longer maintained or is not a good fit, please submit a issue to improve this file. Thank you!
-* Last Sync Time: Mon Oct 18 2021 09:29:33 GMT+0800 (中国标准时间)
+* Last Sync Time: Mon Oct 25 2021 09:31:30 GMT+0800 (中国标准时间)
* Synchronize Every Week.
#### Order by language and star count.
@@ -35,16 +35,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) | 333867 | freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free. | 5 hours ago |
-| [996.ICU](https://github.com/996icu/996.ICU) | 259366 | Repo for counting stars and contributing. Press F to pay respect to glorious developers. | 12 days ago |
-| [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | 208528 | :books: Freely available programming books | 2 hours ago |
-| [coding-interview-university](https://github.com/jwasham/coding-interview-university) | 194837 | A complete computer science study plan to become a software engineer. | 10 days ago |
-| [vue](https://github.com/vuejs/vue) | 189377 | 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. | 2 days ago |
-| [react](https://github.com/facebook/react) | 176266 | A declarative, efficient, and flexible JavaScript library for building user interfaces. | 16 hours ago |
-| [developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) | 174253 | Roadmap to becoming a web developer in 2021 | 13 days ago |
-| [awesome](https://github.com/sindresorhus/awesome) | 172491 | 😎 Awesome lists about all kinds of interesting topics | 2 days ago |
-| [public-apis](https://github.com/public-apis/public-apis) | 164373 | A collective list of free APIs | 5 hours ago |
-| [tensorflow](https://github.com/tensorflow/tensorflow) | 159922 | An Open Source Machine Learning Framework for Everyone | 3 hours ago |
+| [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) | 334209 | freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free. | 6 hours ago |
+| [996.ICU](https://github.com/996icu/996.ICU) | 259518 | Repo for counting stars and contributing. Press F to pay respect to glorious developers. | 4 days ago |
+| [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | 209069 | :books: Freely available programming books | 4 hours ago |
+| [coding-interview-university](https://github.com/jwasham/coding-interview-university) | 195674 | A complete computer science study plan to become a software engineer. | 2 days ago |
+| [vue](https://github.com/vuejs/vue) | 189588 | 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. | 4 days ago |
+| [react](https://github.com/facebook/react) | 176589 | A declarative, efficient, and flexible JavaScript library for building user interfaces. | a day ago |
+| [developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) | 174733 | Roadmap to becoming a web developer in 2021 | 4 days ago |
+| [awesome](https://github.com/sindresorhus/awesome) | 173196 | 😎 Awesome lists about all kinds of interesting topics | 4 days ago |
+| [public-apis](https://github.com/public-apis/public-apis) | 165243 | A collective list of free APIs | 21 minutes ago |
+| [tensorflow](https://github.com/tensorflow/tensorflow) | 160079 | An Open Source Machine Learning Framework for Everyone | 40 minutes ago |
## [Book](#book)
@@ -52,16 +52,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | 208528 | :books: Freely available programming books | 2 hours ago |
-| [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) | 145631 | A book series on JavaScript. @YDKJS on twitter. | 12 days ago |
-| [free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN) | 83433 | :books: 免费的计算机编程类中文书籍,欢迎投稿 | a month ago |
-| [the-book-of-secret-knowledge](https://github.com/trimstray/the-book-of-secret-knowledge) | 50545 | A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. | 6 days ago |
-| [frontend-dev-bookmarks](https://github.com/dypsilon/frontend-dev-bookmarks) | 32657 | Manually curated collection of resources for frontend web developers. | 2 months ago |
-| [deeplearningbook-chinese](https://github.com/exacity/deeplearningbook-chinese) | 31763 | Deep Learning Book Chinese Translation | 2 years ago |
-| [pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible) | 27834 | 📖 A collection of pure bash alternatives to external processes. | 4 months ago |
-| [the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN) | 27617 | 《The Way to Go》中文译本,中文正式名《Go 入门指南》 | 12 days ago |
-| [sheetjs](https://github.com/SheetJS/sheetjs) | 27558 | :green_book: SheetJS Community Edition -- Spreadsheet Data Toolkit | 7 hours ago |
-| [d2l-zh](https://github.com/d2l-ai/d2l-zh) | 26124 | 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球200所大学采用教学。 | a day ago |
+| [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | 209069 | :books: Freely available programming books | 4 hours ago |
+| [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) | 145900 | A book series on JavaScript. @YDKJS on twitter. | 19 days ago |
+| [free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN) | 83574 | :books: 免费的计算机编程类中文书籍,欢迎投稿 | 2 months ago |
+| [the-book-of-secret-knowledge](https://github.com/trimstray/the-book-of-secret-knowledge) | 50961 | A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. | 5 days ago |
+| [frontend-dev-bookmarks](https://github.com/dypsilon/frontend-dev-bookmarks) | 32705 | Manually curated collection of resources for frontend web developers. | 3 months ago |
+| [deeplearningbook-chinese](https://github.com/exacity/deeplearningbook-chinese) | 31797 | Deep Learning Book Chinese Translation | 2 years ago |
+| [pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible) | 27866 | 📖 A collection of pure bash alternatives to external processes. | 4 months ago |
+| [sheetjs](https://github.com/SheetJS/sheetjs) | 27835 | :green_book: SheetJS Community Edition -- Spreadsheet Data Toolkit | 3 days ago |
+| [the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN) | 27739 | 《The Way to Go》中文译本,中文正式名《Go 入门指南》 | 20 hours ago |
+| [d2l-zh](https://github.com/d2l-ai/d2l-zh) | 26257 | 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球200所大学采用教学。 | 5 hours ago |
## [C-C++](#C-C++)
@@ -69,16 +69,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [linux](https://github.com/torvalds/linux) | 119714 | Linux kernel source tree | 18 hours ago |
-| [netdata](https://github.com/netdata/netdata) | 56390 | Real-time performance monitoring, done right! https://www.netdata.cloud | 5 hours ago |
-| [scrcpy](https://github.com/Genymobile/scrcpy) | 55783 | Display and control your Android device | 5 hours ago |
-| [redis](https://github.com/redis/redis) | 51427 | Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. | 4 hours ago |
-| [git](https://github.com/git/git) | 39750 | Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements. | 41 minutes ago |
-| [obs-studio](https://github.com/obsproject/obs-studio) | 31646 | OBS Studio - Free and open source software for live streaming and screen recording | 2 hours ago |
-| [php-src](https://github.com/php/php-src) | 31467 | The PHP Interpreter | 7 hours ago |
-| [wrk](https://github.com/wg/wrk) | 30366 | Modern HTTP benchmarking tool | 3 months ago |
-| [ijkplayer](https://github.com/bilibili/ijkplayer) | 29511 | Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. | a month ago |
-| [Ventoy](https://github.com/ventoy/Ventoy) | 27529 | A new bootable USB solution. | 11 hours ago |
+| [linux](https://github.com/torvalds/linux) | 120063 | Linux kernel source tree | 6 hours ago |
+| [netdata](https://github.com/netdata/netdata) | 56461 | Real-time performance monitoring, done right! https://www.netdata.cloud | 16 hours ago |
+| [scrcpy](https://github.com/Genymobile/scrcpy) | 56080 | Display and control your Android device | 2 days ago |
+| [redis](https://github.com/redis/redis) | 51515 | Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. | 6 hours ago |
+| [git](https://github.com/git/git) | 39835 | Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements. | 19 hours ago |
+| [obs-studio](https://github.com/obsproject/obs-studio) | 31754 | OBS Studio - Free and open source software for live streaming and screen recording | 5 hours ago |
+| [php-src](https://github.com/php/php-src) | 31538 | The PHP Interpreter | 3 hours ago |
+| [wrk](https://github.com/wg/wrk) | 30413 | Modern HTTP benchmarking tool | 3 months ago |
+| [ijkplayer](https://github.com/bilibili/ijkplayer) | 29534 | Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. | 2 months ago |
+| [Ventoy](https://github.com/ventoy/Ventoy) | 27757 | A new bootable USB solution. | 15 hours ago |
## [Python](#python)
@@ -86,16 +86,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [public-apis](https://github.com/public-apis/public-apis) | 164373 | A collective list of free APIs | 5 hours ago |
-| [system-design-primer](https://github.com/donnemartin/system-design-primer) | 146917 | Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. | 11 hours ago |
-| [Python](https://github.com/TheAlgorithms/Python) | 120521 | All Algorithms implemented in Python | 28 minutes ago |
-| [youtube-dl](https://github.com/ytdl-org/youtube-dl) | 101348 | Command-line program to download videos from YouTube.com and other video sites | 15 hours ago |
-| [thefuck](https://github.com/nvbn/thefuck) | 64297 | Magnificent app which corrects your previous console command. | a month ago |
-| [keras](https://github.com/keras-team/keras) | 52870 | Deep Learning for humans | 2 days ago |
-| [transformers](https://github.com/huggingface/transformers) | 52596 | 🤗 Transformers: State-of-the-art Natural Language Processing for Pytorch, TensorFlow, and JAX. | 3 hours ago |
-| [httpie](https://github.com/httpie/httpie) | 52415 | As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie | 2 days ago |
-| [awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning) | 51622 | A curated list of awesome Machine Learning frameworks, libraries and software. | 2 days ago |
-| [ansible](https://github.com/ansible/ansible) | 50357 | Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com. | 9 hours ago |
+| [public-apis](https://github.com/public-apis/public-apis) | 165243 | A collective list of free APIs | 21 minutes ago |
+| [system-design-primer](https://github.com/donnemartin/system-design-primer) | 147418 | Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. | 7 days ago |
+| [Python](https://github.com/TheAlgorithms/Python) | 121483 | All Algorithms implemented in Python | 3 hours ago |
+| [Python-100-Days](https://github.com/jackfrued/Python-100-Days) | 110393 | Python - 100天从新手到大师 | 3 days ago |
+| [youtube-dl](https://github.com/ytdl-org/youtube-dl) | 101602 | Command-line program to download videos from YouTube.com and other video sites | 2 days ago |
+| [models](https://github.com/tensorflow/models) | 71668 | Models and examples built with TensorFlow | 10 hours ago |
+| [thefuck](https://github.com/nvbn/thefuck) | 64374 | Magnificent app which corrects your previous console command. | 3 days ago |
+| [flask](https://github.com/pallets/flask) | 56957 | The Python micro framework for building web applications. | 6 days ago |
+| [keras](https://github.com/keras-team/keras) | 52947 | Deep Learning for humans | 3 hours ago |
+| [transformers](https://github.com/huggingface/transformers) | 52926 | 🤗 Transformers: State-of-the-art Natural Language Processing for Pytorch, TensorFlow, and JAX. | an hour ago |
## [Java](#java)
@@ -103,16 +103,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [jadx](https://github.com/skylot/jadx) | 27411 | Dex to Java decompiler | 6 hours ago |
-| [EventBus](https://github.com/greenrobot/EventBus) | 23650 | Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality. | 17 days ago |
-| [SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout) | 23036 | 🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。 | 5 months ago |
-| [RxAndroid](https://github.com/ReactiveX/RxAndroid) | 19536 | RxJava bindings for Android | 2 months ago |
-| [Android-Universal-Image-Loader](https://github.com/nostra13/Android-Universal-Image-Loader) | 16850 | Powerful and flexible library for loading, caching and displaying images on Android. | 2 months ago |
-| [QMUI_Android](https://github.com/Tencent/QMUI_Android) | 13218 | 提高 Android UI 开发效率的 UI 库 | 23 days ago |
-| [material-components-android](https://github.com/material-components/material-components-android) | 12925 | Modular and customizable Material Design UI components for Android | 10 hours ago |
-| [VirtualXposed](https://github.com/android-hacker/VirtualXposed) | 12394 | A simple app to use Xposed without root, unlock the bootloader or modify system image, etc. | a month ago |
-| [jd-gui](https://github.com/java-decompiler/jd-gui) | 10461 | A standalone Java Decompiler GUI | 5 months ago |
-| [openapi-generator](https://github.com/OpenAPITools/openapi-generator) | 9982 | OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3) | 3 hours ago |
+| [JavaGuide](https://github.com/Snailclimb/JavaGuide) | 112556 | 「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide! | 16 hours ago |
+| [java-design-patterns](https://github.com/iluwatar/java-design-patterns) | 70725 | Design patterns implemented in Java | 8 hours ago |
+| [LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation) | 67395 | Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路) | 4 months ago |
+| [advanced-java](https://github.com/doocs/advanced-java) | 58154 | 😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers , 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识 | 12 hours ago |
+| [spring-boot](https://github.com/spring-projects/spring-boot) | 57779 | Spring Boot | a day ago |
+| [elasticsearch](https://github.com/elastic/elasticsearch) | 56926 | Free and Open, Distributed, RESTful Search Engine | 20 minutes ago |
+| [interviews](https://github.com/kdn251/interviews) | 54283 | Everything you need to know to get the job. | 2 months ago |
+| [RxJava](https://github.com/ReactiveX/RxJava) | 45417 | RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. | 5 days ago |
+| [spring-framework](https://github.com/spring-projects/spring-framework) | 44746 | Spring Framework | 35 minutes ago |
+| [guava](https://github.com/google/guava) | 42680 | Google core libraries for Java | 5 hours ago |
## [Visual Basic](#visual-basic)
@@ -120,16 +120,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [JCSprout](https://github.com/crossoverJie/JCSprout) | 26441 | 👨🎓 Java Core Sprout : basic, concurrent, algorithm | 5 days ago |
-| [interview](https://github.com/huihut/interview) | 20819 | 📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc. | 12 days ago |
-| [FlutterExampleApps](https://github.com/iampawan/FlutterExampleApps) | 15557 | [Example APPS] Basic Flutter apps, for flutter devs. | 4 days ago |
-| [roslyn](https://github.com/dotnet/roslyn) | 15015 | The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs. | 9 hours ago |
-| [ffmpeg-libav-tutorial](https://github.com/leandromoreira/ffmpeg-libav-tutorial) | 6920 | FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more | 20 days ago |
-| [flutter-examples](https://github.com/nisrulz/flutter-examples) | 5749 | [Examples] Simple basic isolated apps, for budding flutter devs. | 7 days ago |
-| [DeepLearningZeroToAll](https://github.com/hunkim/DeepLearningZeroToAll) | 4222 | TensorFlow Basic Tutorial Labs | 4 days ago |
-| [gameboy.live](https://github.com/HFO4/gameboy.live) | 4222 | 🕹️ A basic gameboy emulator with terminal "Cloud Gaming" support | 7 months ago |
-| [MachineLearning](https://github.com/wepe/MachineLearning) | 4193 | Basic Machine Learning and Deep Learning | 13 days ago |
-| [Tensorflow-Tutorial](https://github.com/MorvanZhou/Tensorflow-Tutorial) | 4096 | Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学 | a year ago |
+| [JCSprout](https://github.com/crossoverJie/JCSprout) | 26452 | 👨🎓 Java Core Sprout : basic, concurrent, algorithm | 12 days ago |
+| [interview](https://github.com/huihut/interview) | 20905 | 📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc. | 19 days ago |
+| [FlutterExampleApps](https://github.com/iampawan/FlutterExampleApps) | 15614 | [Example APPS] Basic Flutter apps, for flutter devs. | 11 days ago |
+| [roslyn](https://github.com/dotnet/roslyn) | 15042 | The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs. | an hour ago |
+| [ffmpeg-libav-tutorial](https://github.com/leandromoreira/ffmpeg-libav-tutorial) | 6932 | FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more | a month ago |
+| [flutter-examples](https://github.com/nisrulz/flutter-examples) | 5769 | [Examples] Simple basic isolated apps, for budding flutter devs. | 14 days ago |
+| [gameboy.live](https://github.com/HFO4/gameboy.live) | 4224 | 🕹️ A basic gameboy emulator with terminal "Cloud Gaming" support | 8 months ago |
+| [DeepLearningZeroToAll](https://github.com/hunkim/DeepLearningZeroToAll) | 4222 | TensorFlow Basic Tutorial Labs | 11 days ago |
+| [MachineLearning](https://github.com/wepe/MachineLearning) | 4200 | Basic Machine Learning and Deep Learning | 20 days ago |
+| [Tensorflow-Tutorial](https://github.com/MorvanZhou/Tensorflow-Tutorial) | 4100 | Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学 | a year ago |
## [JavaScript](#javascript)
@@ -137,16 +137,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [vue](https://github.com/vuejs/vue) | 189377 | 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. | 2 days ago |
-| [javascript-algorithms](https://github.com/trekhleb/javascript-algorithms) | 122918 | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | a day ago |
-| [javascript](https://github.com/airbnb/javascript) | 115089 | JavaScript Style Guide | 7 hours ago |
-| [d3](https://github.com/d3/d3) | 98945 | Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada: | 4 days ago |
-| [react-native](https://github.com/facebook/react-native) | 98756 | A framework for building native applications using React | 16 hours ago |
-| [30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code) | 87173 | Short JavaScript code snippets for all your development needs | 2 days ago |
-| [material-ui](https://github.com/mui-org/material-ui) | 72282 | MUI (formerly Material-UI) is the React UI library you always wanted. Follow your own design system, or start with Material Design. | 7 hours ago |
-| [tech-interview-handbook](https://github.com/yangshun/tech-interview-handbook) | 60182 | 💯 Curated interview preparation materials for busy engineers | 10 days ago |
-| [angular.js](https://github.com/angular/angular.js) | 59596 | AngularJS - HTML enhanced for web apps! | 17 days ago |
-| [atom](https://github.com/atom/atom) | 56165 | :atom: The hackable text editor | 3 days ago |
+| [tag-it](https://github.com/aehlke/tag-it) | 2495 | A jQuery UI plugin to handle multi-tag fields as well as tag suggestions/autocomplete. | 4 months ago |
+| [elasticsearch-kopf](https://github.com/lmenezes/elasticsearch-kopf) | 2446 | web admin interface for elasticsearch | 2 years ago |
+| [Google-Maps-for-Rails](https://github.com/apneadiving/Google-Maps-for-Rails) | 2285 | Enables easy Google map + overlays creation in Ruby apps | 4 years ago |
+| [backbone-forms](https://github.com/powmedia/backbone-forms) | 2181 | Form framework for BackboneJS with nested forms, editable lists and validation | 4 years ago |
+| [trugithub](https://github.com/kba7/trugithub) | 2114 | | 5 years ago |
+| [phonegap](https://github.com/sintaxi/phonegap) | 2103 | access core functions on Android, iPhone and Blackberry using JavaScript | 3 months ago |
+| [iconate](https://github.com/bitshadow/iconate) | 2012 | Transform your icons with trendy animations. | 2 years ago |
+| [react-d3](https://github.com/esbullington/react-d3) | 1765 | Modular React charts made with d3.js | 5 years ago |
+| [generator-ionic](https://github.com/diegonetto/generator-ionic) | 1756 | Build hybrid mobile apps using the Ionic Framework | 5 years ago |
+| [angular-client-side-auth](https://github.com/fnakstad/angular-client-side-auth) | 1665 | One way to implement authentication/authorization in Angular applications | 7 years ago |
## [TypeScript](#typescript)
@@ -154,16 +154,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [vscode](https://github.com/microsoft/vscode) | 122665 | Visual Studio Code | 17 hours ago |
-| [angular](https://github.com/angular/angular) | 77103 | The modern web developer’s platform | 3 hours ago |
-| [ant-design](https://github.com/ant-design/ant-design) | 74983 | An enterprise-class UI design language and React UI library | 3 days ago |
-| [TypeScript](https://github.com/microsoft/TypeScript) | 74979 | TypeScript is a superset of JavaScript that compiles to clean JavaScript output. | 5 hours ago |
-| [puppeteer](https://github.com/puppeteer/puppeteer) | 73872 | Headless Chrome Node.js API | 3 days ago |
-| [storybook](https://github.com/storybookjs/storybook) | 65342 | 📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more! | a day ago |
-| [redux](https://github.com/reduxjs/redux) | 56865 | Predictable state container for JavaScript apps | a day ago |
-| [socket.io](https://github.com/socketio/socket.io) | 54566 | Realtime application framework (Node.JS server) | a day ago |
-| [svelte](https://github.com/sveltejs/svelte) | 51094 | Cybernetically enhanced web apps | 8 hours ago |
-| [code-server](https://github.com/cdr/code-server) | 49001 | VS Code in the browser | 2 days ago |
+| [vscode](https://github.com/microsoft/vscode) | 122976 | Visual Studio Code | 2 hours ago |
+| [angular](https://github.com/angular/angular) | 77223 | The modern web developer’s platform | 7 minutes ago |
+| [TypeScript](https://github.com/microsoft/TypeScript) | 75248 | TypeScript is a superset of JavaScript that compiles to clean JavaScript output. | 4 hours ago |
+| [ant-design](https://github.com/ant-design/ant-design) | 75097 | An enterprise-class UI design language and React UI library | 2 days ago |
+| [puppeteer](https://github.com/puppeteer/puppeteer) | 74076 | Headless Chrome Node.js API | 3 days ago |
+| [storybook](https://github.com/storybookjs/storybook) | 65469 | 📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more! | 5 hours ago |
+| [redux](https://github.com/reduxjs/redux) | 56913 | Predictable state container for JavaScript apps | 6 days ago |
+| [socket.io](https://github.com/socketio/socket.io) | 54595 | Realtime application framework (Node.JS server) | 20 hours ago |
+| [svelte](https://github.com/sveltejs/svelte) | 51305 | Cybernetically enhanced web apps | 16 hours ago |
+| [code-server](https://github.com/cdr/code-server) | 49254 | VS Code in the browser | 2 days ago |
## [Assembly](#assembly)
@@ -171,16 +171,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [Apollo-11](https://github.com/chrislgarry/Apollo-11) | 51921 | Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. | 2 days ago |
-| [MS-DOS](https://github.com/microsoft/MS-DOS) | 16112 | The original sources of MS-DOS 1.25 and 2.0, for reference purposes | 2 years ago |
-| [mal](https://github.com/kanaka/mal) | 8177 | mal - Make a Lisp | a day ago |
-| [MalwareSourceCode](https://github.com/vxunderground/MalwareSourceCode) | 8110 | Collection of malware source code for a variety of platforms in an array of different programming languages. | a day ago |
-| [hello-world](https://github.com/leachim6/hello-world) | 7376 | Hello world in every computer language. Thanks to everyone who contributes to this, make sure to see CONTRIBUTING.md for contribution instructions! | a day ago |
-| [Prince-of-Persia-Apple-II](https://github.com/jmechner/Prince-of-Persia-Apple-II) | 5636 | A running-jumping-swordfighting game I made on the Apple II from 1985-89 | 5 years ago |
-| [pics](https://github.com/corkami/pics) | 5437 | Posters, drawings... | 10 months ago |
-| [unix-history-repo](https://github.com/dspinellis/unix-history-repo) | 4815 | Continuous Unix commit history from 1970 until today | 10 months ago |
-| [x86-bare-metal-examples](https://github.com/cirosantilli/x86-bare-metal-examples) | 3948 | Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-setup 学习x86系统编程的数十个最小操作系统。 已在QEMU 2.10中的Ubuntu 17.10主机和真实硬件上进行了测试。 Userland作弊网址:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM裸机安装程序位于:https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal- 设置 | 5 months ago |
-| [BLAKE3](https://github.com/BLAKE3-team/BLAKE3) | 2951 | the official Rust and C implementations of the BLAKE3 cryptographic hash function | 3 days ago |
+| [Apollo-11](https://github.com/chrislgarry/Apollo-11) | 51957 | Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. | 3 days ago |
+| [MS-DOS](https://github.com/microsoft/MS-DOS) | 16124 | The original sources of MS-DOS 1.25 and 2.0, for reference purposes | 2 years ago |
+| [mal](https://github.com/kanaka/mal) | 8190 | mal - Make a Lisp | a day ago |
+| [MalwareSourceCode](https://github.com/vxunderground/MalwareSourceCode) | 8147 | Collection of malware source code for a variety of platforms in an array of different programming languages. | 3 days ago |
+| [hello-world](https://github.com/leachim6/hello-world) | 7401 | Hello world in every computer language. Thanks to everyone who contributes to this, make sure to see CONTRIBUTING.md for contribution instructions! | 8 days ago |
+| [Prince-of-Persia-Apple-II](https://github.com/jmechner/Prince-of-Persia-Apple-II) | 5642 | A running-jumping-swordfighting game I made on the Apple II from 1985-89 | 5 years ago |
+| [Reverse-Engineering](https://github.com/mytechnotalent/Reverse-Engineering) | 5583 | A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures. | 3 hours ago |
+| [pics](https://github.com/corkami/pics) | 5448 | Posters, drawings... | 10 months ago |
+| [unix-history-repo](https://github.com/dspinellis/unix-history-repo) | 4823 | Continuous Unix commit history from 1970 until today | 10 months ago |
+| [x86-bare-metal-examples](https://github.com/cirosantilli/x86-bare-metal-examples) | 3957 | Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-setup 学习x86系统编程的数十个最小操作系统。 已在QEMU 2.10中的Ubuntu 17.10主机和真实硬件上进行了测试。 Userland作弊网址:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM裸机安装程序位于:https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal- 设置 | 5 months ago |
## [PHP](#php)
@@ -188,16 +188,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [laravel](https://github.com/laravel/laravel) | 66992 | A PHP framework for web artisans. | 2 hours ago |
-| [SecLists](https://github.com/danielmiessler/SecLists) | 34068 | SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. | 11 days ago |
-| [jQuery-File-Upload](https://github.com/blueimp/jQuery-File-Upload) | 31076 | File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads. | 18 days ago |
-| [Faker](https://github.com/fzaninotto/Faker) | 26140 | Faker is a PHP library that generates fake data for you | 7 months ago |
-| [symfony](https://github.com/symfony/symfony) | 25875 | The Symfony PHP framework | 8 hours ago |
-| [composer](https://github.com/composer/composer) | 25683 | Dependency Manager for PHP | 7 hours ago |
-| [framework](https://github.com/laravel/framework) | 25075 | The Laravel Framework. | 6 hours ago |
-| [guzzle](https://github.com/guzzle/guzzle) | 21176 | Guzzle, an extensible PHP HTTP client | an hour ago |
-| [DesignPatternsPHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP) | 20021 | sample code for several design patterns in PHP 8 | 2 days ago |
-| [monolog](https://github.com/Seldaek/monolog) | 19133 | Sends your logs to files, sockets, inboxes, databases and various web services | 4 days ago |
+| [laravel](https://github.com/laravel/laravel) | 67075 | A PHP framework for web artisans. | 2 days ago |
+| [SecLists](https://github.com/danielmiessler/SecLists) | 34252 | SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. | 3 days ago |
+| [jQuery-File-Upload](https://github.com/blueimp/jQuery-File-Upload) | 31075 | File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads. | 25 days ago |
+| [Faker](https://github.com/fzaninotto/Faker) | 26160 | Faker is a PHP library that generates fake data for you | 7 months ago |
+| [symfony](https://github.com/symfony/symfony) | 25901 | The Symfony PHP framework | 5 hours ago |
+| [composer](https://github.com/composer/composer) | 25717 | Dependency Manager for PHP | 2 days ago |
+| [framework](https://github.com/laravel/framework) | 25131 | The Laravel Framework. | 7 hours ago |
+| [guzzle](https://github.com/guzzle/guzzle) | 21213 | Guzzle, an extensible PHP HTTP client | 5 days ago |
+| [DesignPatternsPHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP) | 20037 | sample code for several design patterns in PHP 8 | 2 days ago |
+| [monolog](https://github.com/Seldaek/monolog) | 19168 | Sends your logs to files, sockets, inboxes, databases and various web services | 6 days ago |
## [SQL](#sql)
@@ -208,13 +208,13 @@
| [agilebill](https://github.com/tony-landis/agilebill) | 299 | Open source billing and invoicing | 7 years ago |
| [SQL](https://github.com/dhaval1406/SQL) | 153 | sql related stuff, interview questions, mySQL complex queries | a year ago |
| [census-postgres](https://github.com/leehach/census-postgres) | 114 | PostgreSQL schema and import scripts for recent US Census data | 7 years ago |
-| [HackerRank-SQL-Challenges-Solutions](https://github.com/Thomas-George-T/HackerRank-SQL-Challenges-Solutions) | 92 | The solutions of all SQL hackerrank challenges using MySQL environment | a month ago |
-| [sql-server-toolbox](https://github.com/SparkhoundSQL/sql-server-toolbox) | 88 | SQL Server Toolbox by the Sparkhound SQL Team | 8 months ago |
+| [HackerRank-SQL-Challenges-Solutions](https://github.com/Thomas-George-T/HackerRank-SQL-Challenges-Solutions) | 95 | The solutions of all SQL hackerrank challenges using MySQL environment | a month ago |
+| [sql-server-toolbox](https://github.com/SparkhoundSQL/sql-server-toolbox) | 89 | SQL Server Toolbox by the Sparkhound SQL Team | 8 months ago |
| [TDB_4.3.4_NLU](https://github.com/TrinityCore/TDB_4.3.4_NLU) | 62 | If you are looking for TDB for 4.3.4 go to: | 7 years ago |
| [Ali-Data-Mining](https://github.com/sunnotes/Ali-Data-Mining) | 61 | 阿里巴巴大数据竞赛 | 7 years ago |
-| [dbt-meta-testing](https://github.com/tnightengale/dbt-meta-testing) | 50 | A dbt-only package for ensuring documentation and test coverage, with granular control. | 3 months ago |
+| [dbt-meta-testing](https://github.com/tnightengale/dbt-meta-testing) | 50 | A dbt-only package for ensuring documentation and test coverage, with granular control. | 7 days ago |
| [dms-smm695](https://github.com/mattDevigili/dms-smm695) | 29 | Teaching material for a B-school, post-grad module on Data Management Systems | 4 months ago |
-| [ACE-World-16PY-Patches](https://github.com/ACEmulator/ACE-World-16PY-Patches) | 21 | World Database Releases for ACEmulator. This repo uses ACE-World-16PY as the base and combines it with patches to create the complete World. | 3 hours ago |
+| [ACE-World-16PY-Patches](https://github.com/ACEmulator/ACE-World-16PY-Patches) | 21 | World Database Releases for ACEmulator. This repo uses ACE-World-16PY as the base and combines it with patches to create the complete World. | 6 hours ago |
## [Ruby](#ruby)
@@ -222,16 +222,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [rails](https://github.com/rails/rails) | 49242 | Ruby on Rails | 6 hours ago |
-| [jekyll](https://github.com/jekyll/jekyll) | 43478 | :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby | 9 hours ago |
-| [discourse](https://github.com/discourse/discourse) | 34245 | A platform for community discussion. Free, open, simple. | 3 minutes ago |
-| [fastlane](https://github.com/fastlane/fastlane) | 33069 | 🚀 The easiest way to automate building and releasing your iOS and Android apps | 2 days ago |
-| [huginn](https://github.com/huginn/huginn) | 32443 | Create agents that monitor and act on your behalf. Your agents are standing by! | 18 days ago |
-| [brew](https://github.com/Homebrew/brew) | 29413 | 🍺 The missing package manager for macOS (or Linux) | 27 minutes ago |
-| [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) | 28131 | A curated list of awesome awesomeness | 3 days ago |
-| [devdocs](https://github.com/freeCodeCamp/devdocs) | 26773 | API Documentation Browser | a day ago |
-| [metasploit-framework](https://github.com/rapid7/metasploit-framework) | 25348 | Metasploit Framework | 6 hours ago |
-| [mastodon](https://github.com/mastodon/mastodon) | 24942 | Your self-hosted, globally interconnected microblogging community | 20 minutes ago |
+| [rails](https://github.com/rails/rails) | 49288 | Ruby on Rails | 4 hours ago |
+| [jekyll](https://github.com/jekyll/jekyll) | 43528 | :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby | a day ago |
+| [discourse](https://github.com/discourse/discourse) | 34290 | A platform for community discussion. Free, open, simple. | 3 hours ago |
+| [fastlane](https://github.com/fastlane/fastlane) | 33096 | 🚀 The easiest way to automate building and releasing your iOS and Android apps | 2 days ago |
+| [huginn](https://github.com/huginn/huginn) | 32474 | Create agents that monitor and act on your behalf. Your agents are standing by! | 25 days ago |
+| [brew](https://github.com/Homebrew/brew) | 29482 | 🍺 The missing package manager for macOS (or Linux) | 11 hours ago |
+| [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) | 28152 | A curated list of awesome awesomeness | 10 days ago |
+| [devdocs](https://github.com/freeCodeCamp/devdocs) | 26816 | API Documentation Browser | a day ago |
+| [mastodon](https://github.com/mastodon/mastodon) | 25414 | Your self-hosted, globally interconnected microblogging community | 6 hours ago |
+| [metasploit-framework](https://github.com/rapid7/metasploit-framework) | 25409 | Metasploit Framework | 2 days ago |
## [R](#r)
@@ -239,16 +239,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [ggplot2](https://github.com/tidyverse/ggplot2) | 5118 | An implementation of the Grammar of Graphics in R | 9 days ago |
-| [awesome-R](https://github.com/qinwf/awesome-R) | 4792 | A curated list of awesome R packages, frameworks and software. | 11 days ago |
-| [shiny](https://github.com/rstudio/shiny) | 4423 | Easy interactive web applications with R | 3 days ago |
-| [dplyr](https://github.com/tidyverse/dplyr) | 3875 | dplyr: A grammar of data manipulation | 2 days ago |
-| [swirl_courses](https://github.com/swirldev/swirl_courses) | 3764 | :mortar_board: A collection of interactive courses for the swirl R package. | 9 days ago |
+| [ggplot2](https://github.com/tidyverse/ggplot2) | 5130 | An implementation of the Grammar of Graphics in R | 16 days ago |
+| [awesome-R](https://github.com/qinwf/awesome-R) | 4808 | A curated list of awesome R packages, frameworks and software. | 18 days ago |
+| [shiny](https://github.com/rstudio/shiny) | 4437 | Easy interactive web applications with R | 10 days ago |
+| [dplyr](https://github.com/tidyverse/dplyr) | 3884 | dplyr: A grammar of data manipulation | 2 days ago |
+| [swirl_courses](https://github.com/swirldev/swirl_courses) | 3767 | :mortar_board: A collection of interactive courses for the swirl R package. | 16 days ago |
| [ML_for_Hackers](https://github.com/johnmyleswhite/ML_for_Hackers) | 3611 | Code accompanying the book "Machine Learning for Hackers" | 2 years ago |
-| [AnomalyDetection](https://github.com/twitter/AnomalyDetection) | 3381 | Anomaly Detection with R | 2 years ago |
-| [r4ds](https://github.com/hadley/r4ds) | 3144 | R for data science: a book | 16 days ago |
-| [data.table](https://github.com/Rdatatable/data.table) | 2854 | R's data.table package extends data.frame: | 2 hours ago |
-| [awesome-network-analysis](https://github.com/briatte/awesome-network-analysis) | 2459 | A curated list of awesome network analysis resources. | 2 months ago |
+| [AnomalyDetection](https://github.com/twitter/AnomalyDetection) | 3385 | Anomaly Detection with R | 2 years ago |
+| [r4ds](https://github.com/hadley/r4ds) | 3156 | R for data science: a book | 23 days ago |
+| [data.table](https://github.com/Rdatatable/data.table) | 2860 | R's data.table package extends data.frame: | 6 hours ago |
+| [awesome-network-analysis](https://github.com/briatte/awesome-network-analysis) | 2462 | A curated list of awesome network analysis resources. | 2 months ago |
## [Groovy](#groovy)
@@ -256,16 +256,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [gradle](https://github.com/gradle/gradle) | 12460 | Adaptable, fast automation for all | 28 minutes ago |
-| [rundeck](https://github.com/rundeck/rundeck) | 4369 | Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts | 2 days ago |
-| [pipeline-examples](https://github.com/jenkinsci/pipeline-examples) | 3764 | A collection of examples, tips and tricks and snippets of scripting for the Jenkins Pipeline plugin | 3 months ago |
-| [gradle_plugin_android_aspectjx](https://github.com/HujiangTechnology/gradle_plugin_android_aspectjx) | 3512 | A Android gradle plugin that effects AspectJ on Android project and can hook methods in Kotlin, aar and jar file. | a month ago |
-| [gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) | 2974 | Gradle plugin to discover dependency updates | a month ago |
-| [devops-resources](https://github.com/bregman-arie/devops-resources) | 2651 | DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP | a day ago |
+| [gradle](https://github.com/gradle/gradle) | 12531 | Adaptable, fast automation for all | 17 minutes ago |
+| [rundeck](https://github.com/rundeck/rundeck) | 4373 | Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts | 2 days ago |
+| [pipeline-examples](https://github.com/jenkinsci/pipeline-examples) | 3770 | A collection of examples, tips and tricks and snippets of scripting for the Jenkins Pipeline plugin | 3 months ago |
+| [gradle_plugin_android_aspectjx](https://github.com/HujiangTechnology/gradle_plugin_android_aspectjx) | 3518 | A Android gradle plugin that effects AspectJ on Android project and can hook methods in Kotlin, aar and jar file. | a month ago |
+| [gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) | 2990 | Gradle plugin to discover dependency updates | 2 months ago |
+| [devops-resources](https://github.com/bregman-arie/devops-resources) | 2718 | DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP | 7 hours ago |
+| [shadow](https://github.com/johnrengelman/shadow) | 2685 | Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin. | 19 days ago |
| [asgard](https://github.com/Netflix/asgard) | 2232 | [Asgard is deprecated at Netflix. We use Spinnaker ( www.spinnaker.io ).] Web interface for application deployments and cloud management in Amazon Web Services (AWS). Binary download: http://github.com/Netflix/asgard/releases | 4 years ago |
-| [SmartThingsPublic](https://github.com/SmartThingsCommunity/SmartThingsPublic) | 2153 | SmartThings open-source DeviceTypeHandlers and SmartApps code | 13 hours ago |
-| [fat-aar-android](https://github.com/kezong/fat-aar-android) | 1956 | A gradle plugin that merge dependencies into the final aar file works with AGP 3.+ | 6 days ago |
-| [nextflow](https://github.com/nextflow-io/nextflow) | 1512 | A DSL for data-driven computational pipelines | 2 days ago |
+| [SmartThingsPublic](https://github.com/SmartThingsCommunity/SmartThingsPublic) | 2156 | SmartThings open-source DeviceTypeHandlers and SmartApps code | 5 hours ago |
+| [fat-aar-android](https://github.com/kezong/fat-aar-android) | 1973 | A gradle plugin that merge dependencies into the final aar file works with AGP 3.+ | 2 days ago |
## [MATLAB](#matlab)
@@ -273,16 +273,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [deep-photo-styletransfer](https://github.com/luanfujun/deep-photo-styletransfer) | 9828 | Code and data for paper "Deep Photo Style Transfer": https://arxiv.org/abs/1703.07511 | 3 months ago |
-| [OpenFace](https://github.com/TadasBaltrusaitis/OpenFace) | 5303 | OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation. | a month ago |
-| [PRMLT](https://github.com/PRML/PRMLT) | 5261 | Matlab code of machine learning algorithms in book PRML | 2 years ago |
-| [vrn](https://github.com/AaronJackson/vrn) | 4380 | :man: Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression" | a month ago |
-| [DeepLearnToolbox](https://github.com/rasmusbergpalm/DeepLearnToolbox) | 3626 | Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started. | 3 years ago |
-| [Stanford-CS-229-CN](https://github.com/Kivy-CN/Stanford-CS-229-CN) | 2902 | A Chinese Translation of Stanford CS229 notes 斯坦福机器学习CS229课程讲义的中文翻译 | a year ago |
-| [MTCNN_face_detection_alignment](https://github.com/kpzhang93/MTCNN_face_detection_alignment) | 2605 | Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks | 4 years ago |
-| [faster_rcnn](https://github.com/ShaoqingRen/faster_rcnn) | 2468 | Faster R-CNN | 3 years ago |
-| [rcnn](https://github.com/rbgirshick/rcnn) | 2177 | R-CNN: Regions with Convolutional Neural Network Features | 5 years ago |
-| [OpenTLD](https://github.com/zk00006/OpenTLD) | 2088 | OpenTLD is an open source library for real-time 2D tracking of a single object in video. This repository is no longer under development. For latest version see: http://www.tldvision.com/tld2.html | 6 years ago |
+| [deep-photo-styletransfer](https://github.com/luanfujun/deep-photo-styletransfer) | 9830 | Code and data for paper "Deep Photo Style Transfer": https://arxiv.org/abs/1703.07511 | 3 months ago |
+| [OpenFace](https://github.com/TadasBaltrusaitis/OpenFace) | 5311 | OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation. | 2 months ago |
+| [PRMLT](https://github.com/PRML/PRMLT) | 5267 | Matlab code of machine learning algorithms in book PRML | 2 years ago |
+| [vrn](https://github.com/AaronJackson/vrn) | 4382 | :man: Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression" | 2 months ago |
+| [DeepLearnToolbox](https://github.com/rasmusbergpalm/DeepLearnToolbox) | 3629 | Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started. | 3 years ago |
+| [Stanford-CS-229-CN](https://github.com/Kivy-CN/Stanford-CS-229-CN) | 2909 | A Chinese Translation of Stanford CS229 notes 斯坦福机器学习CS229课程讲义的中文翻译 | a year ago |
+| [MTCNN_face_detection_alignment](https://github.com/kpzhang93/MTCNN_face_detection_alignment) | 2608 | Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks | 4 years ago |
+| [faster_rcnn](https://github.com/ShaoqingRen/faster_rcnn) | 2472 | Faster R-CNN | 3 years ago |
+| [rcnn](https://github.com/rbgirshick/rcnn) | 2178 | R-CNN: Regions with Convolutional Neural Network Features | 5 years ago |
+| [OpenTLD](https://github.com/zk00006/OpenTLD) | 2089 | OpenTLD is an open source library for real-time 2D tracking of a single object in video. This repository is no longer under development. For latest version see: http://www.tldvision.com/tld2.html | 6 years ago |
## [Go](#go)
@@ -290,16 +290,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [go](https://github.com/golang/go) | 91300 | The Go programming language | 3 hours ago |
-| [kubernetes](https://github.com/kubernetes/kubernetes) | 81848 | Production-Grade Container Scheduling and Management | 8 minutes ago |
-| [awesome-go](https://github.com/avelino/awesome-go) | 69275 | A curated list of awesome Go frameworks, libraries and software | 8 hours ago |
-| [moby](https://github.com/moby/moby) | 61359 | Moby Project - a collaborative project for the container ecosystem to assemble container-based systems | 9 hours ago |
-| [hugo](https://github.com/gohugoio/hugo) | 54750 | The world’s fastest framework for building websites. | 6 hours ago |
-| [gin](https://github.com/gin-gonic/gin) | 52215 | Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. | 3 days ago |
-| [frp](https://github.com/fatedier/frp) | 49569 | A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet. | 2 days ago |
-| [syncthing](https://github.com/syncthing/syncthing) | 40989 | Open Source Continuous File Synchronization | 6 hours ago |
-| [fzf](https://github.com/junegunn/fzf) | 39698 | :cherry_blossom: A command-line fuzzy finder | 2 days ago |
-| [prometheus](https://github.com/prometheus/prometheus) | 39167 | The Prometheus monitoring system and time series database. | 2 hours ago |
+| [go](https://github.com/golang/go) | 91567 | The Go programming language | 8 minutes ago |
+| [kubernetes](https://github.com/kubernetes/kubernetes) | 82081 | Production-Grade Container Scheduling and Management | 32 minutes ago |
+| [awesome-go](https://github.com/avelino/awesome-go) | 69642 | A curated list of awesome Go frameworks, libraries and software | 11 hours ago |
+| [moby](https://github.com/moby/moby) | 61395 | Moby Project - a collaborative project for the container ecosystem to assemble container-based systems | a day ago |
+| [hugo](https://github.com/gohugoio/hugo) | 54859 | The world’s fastest framework for building websites. | a day ago |
+| [gin](https://github.com/gin-gonic/gin) | 52410 | Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. | a day ago |
+| [frp](https://github.com/fatedier/frp) | 49911 | A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet. | 4 days ago |
+| [syncthing](https://github.com/syncthing/syncthing) | 41120 | Open Source Continuous File Synchronization | 11 hours ago |
+| [fzf](https://github.com/junegunn/fzf) | 39857 | :cherry_blossom: A command-line fuzzy finder | 2 days ago |
+| [prometheus](https://github.com/prometheus/prometheus) | 39253 | The Prometheus monitoring system and time series database. | 4 hours ago |
## [Delphi](#delphi)
@@ -307,16 +307,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [rdpwrap](https://github.com/stascorp/rdpwrap) | 9569 | RDP Wrapper Library | a month ago |
-| [cheat-engine](https://github.com/cheat-engine/cheat-engine) | 6614 | Cheat Engine. A development environment focused on modding | a day ago |
-| [HeidiSQL](https://github.com/HeidiSQL/HeidiSQL) | 2771 | A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL and SQLite, written in Delphi | 16 hours ago |
-| [issrc](https://github.com/jrsoftware/issrc) | 2533 | Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability. | 2 days ago |
-| [transgui](https://github.com/transmission-remote-gui/transgui) | 2420 | 🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI. | a month ago |
-| [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher) | 1576 | A firmware Flash tool for nodemcu | 4 years ago |
-| [Dev-Cpp](https://github.com/Embarcadero/Dev-Cpp) | 1312 | A fast, portable, simple, and free C/C++ IDE | 23 days ago |
-| [soldat](https://github.com/Soldat/soldat) | 1283 | Soldat is a unique 2D (side-view) multiplayer action game | 12 hours ago |
-| [VisualMASM](https://github.com/ThomasJaeger/VisualMASM) | 1199 | Visual MASM - Assembly IDE for Microsoft MASM | 4 years ago |
-| [PeaZip](https://github.com/peazip/PeaZip) | 1181 | Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, Brotli, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP, ZIPX, Zstandard. | 9 days ago |
+| [rdpwrap](https://github.com/stascorp/rdpwrap) | 9601 | RDP Wrapper Library | a month ago |
+| [cheat-engine](https://github.com/cheat-engine/cheat-engine) | 6646 | Cheat Engine. A development environment focused on modding | 12 hours ago |
+| [HeidiSQL](https://github.com/HeidiSQL/HeidiSQL) | 2780 | A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL and SQLite, written in Delphi | 8 hours ago |
+| [issrc](https://github.com/jrsoftware/issrc) | 2542 | Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability. | 5 days ago |
+| [transgui](https://github.com/transmission-remote-gui/transgui) | 2427 | 🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI. | a month ago |
+| [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher) | 1575 | A firmware Flash tool for nodemcu | 4 years ago |
+| [Dev-Cpp](https://github.com/Embarcadero/Dev-Cpp) | 1328 | A fast, portable, simple, and free C/C++ IDE | a month ago |
+| [soldat](https://github.com/Soldat/soldat) | 1285 | Soldat is a unique 2D (side-view) multiplayer action game | 8 days ago |
+| [VisualMASM](https://github.com/ThomasJaeger/VisualMASM) | 1198 | Visual MASM - Assembly IDE for Microsoft MASM | 4 years ago |
+| [PeaZip](https://github.com/peazip/PeaZip) | 1196 | Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, Brotli, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP, ZIPX, Zstandard. | 16 days ago |
## [Swift](#swift)
@@ -324,16 +324,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [awesome-ios](https://github.com/vsouza/awesome-ios) | 38425 | A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects | 5 days ago |
-| [Alamofire](https://github.com/Alamofire/Alamofire) | 36531 | Elegant HTTP Networking in Swift | 4 days ago |
-| [ShadowsocksX-NG](https://github.com/shadowsocks/ShadowsocksX-NG) | 29841 | Next Generation of ShadowsocksX | 2 months ago |
-| [open-source-mac-os-apps](https://github.com/serhii-londar/open-source-mac-os-apps) | 28387 | 🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps | 2 days ago |
-| [open-source-ios-apps](https://github.com/dkhamsing/open-source-ios-apps) | 28380 | :iphone: Collaborative List of Open-Source iOS Apps | a day ago |
-| [iina](https://github.com/iina/iina) | 28143 | The modern video player for macOS. | 8 hours ago |
-| [swift-algorithm-club](https://github.com/raywenderlich/swift-algorithm-club) | 25523 | Algorithms and data structures in Swift, with explanations! | 5 days ago |
-| [Charts](https://github.com/danielgindi/Charts) | 24656 | Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart. | 3 days ago |
-| [lottie-ios](https://github.com/airbnb/lottie-ios) | 22042 | An iOS library to natively render After Effects vector animations | 4 days ago |
-| [awesome-swift](https://github.com/matteocrippa/awesome-swift) | 21261 | A collaborative list of awesome Swift libraries and resources. Feel free to contribute! | 4 days ago |
+| [awesome-ios](https://github.com/vsouza/awesome-ios) | 38451 | A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects | a day ago |
+| [Alamofire](https://github.com/Alamofire/Alamofire) | 36559 | Elegant HTTP Networking in Swift | 5 days ago |
+| [ShadowsocksX-NG](https://github.com/shadowsocks/ShadowsocksX-NG) | 29848 | Next Generation of ShadowsocksX | 2 months ago |
+| [open-source-ios-apps](https://github.com/dkhamsing/open-source-ios-apps) | 28447 | :iphone: Collaborative List of Open-Source iOS Apps | 9 hours ago |
+| [open-source-mac-os-apps](https://github.com/serhii-londar/open-source-mac-os-apps) | 28434 | 🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps | 11 hours ago |
+| [iina](https://github.com/iina/iina) | 28177 | The modern video player for macOS. | 7 days ago |
+| [swift-algorithm-club](https://github.com/raywenderlich/swift-algorithm-club) | 25554 | Algorithms and data structures in Swift, with explanations! | 12 days ago |
+| [Charts](https://github.com/danielgindi/Charts) | 24680 | Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart. | 10 days ago |
+| [lottie-ios](https://github.com/airbnb/lottie-ios) | 22103 | An iOS library to natively render After Effects vector animations | 6 days ago |
+| [awesome-swift](https://github.com/matteocrippa/awesome-swift) | 21287 | A collaborative list of awesome Swift libraries and resources. Feel free to contribute! | 15 hours ago |
## [Perl](#perl)
@@ -341,16 +341,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) | 14667 | Good-lookin' diffs. Actually… nah… The best-lookin' diffs. :tada: | 3 months ago |
-| [cloc](https://github.com/AlDanial/cloc) | 12584 | cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. | 2 hours ago |
-| [FlameGraph](https://github.com/brendangregg/FlameGraph) | 11997 | Stack trace visualizer | 4 days ago |
-| [gitolite](https://github.com/sitaramc/gitolite) | 7995 | Hosting git repositories -- Gitolite allows you to setup git hosting on a central server, with very fine-grained access control and many (many!) more powerful features. | 24 days ago |
-| [MySQLTuner-perl](https://github.com/major/MySQLTuner-perl) | 7157 | MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. | a day ago |
-| [nikto](https://github.com/sullo/nikto) | 5187 | Nikto web server scanner | 20 days ago |
-| [Expose](https://github.com/Jack000/Expose) | 4220 | A simple static site generator for photoessays | 2 years ago |
-| [sicp-pdf](https://github.com/sarabander/sicp-pdf) | 3932 | SICP PDF with Texinfo and LaTeX source | 4 months ago |
-| [git-it-electron](https://github.com/jlord/git-it-electron) | 3894 | :computer: :mortar_board: Git-it is a (Mac, Win, Linux) Desktop App for Learning Git and GitHub | 5 days ago |
-| [EQGRP](https://github.com/x0rz/EQGRP) | 3729 | Decrypted content of eqgrp-auction-file.tar.xz | 4 years ago |
+| [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) | 14685 | Good-lookin' diffs. Actually… nah… The best-lookin' diffs. :tada: | 2 days ago |
+| [cloc](https://github.com/AlDanial/cloc) | 12631 | cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. | a day ago |
+| [FlameGraph](https://github.com/brendangregg/FlameGraph) | 12024 | Stack trace visualizer | 3 days ago |
+| [gitolite](https://github.com/sitaramc/gitolite) | 7999 | Hosting git repositories -- Gitolite allows you to setup git hosting on a central server, with very fine-grained access control and many (many!) more powerful features. | a month ago |
+| [MySQLTuner-perl](https://github.com/major/MySQLTuner-perl) | 7170 | MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. | 3 days ago |
+| [nikto](https://github.com/sullo/nikto) | 5207 | Nikto web server scanner | a month ago |
+| [Expose](https://github.com/Jack000/Expose) | 4219 | A simple static site generator for photoessays | 2 years ago |
+| [sicp-pdf](https://github.com/sarabander/sicp-pdf) | 3935 | SICP PDF with Texinfo and LaTeX source | 4 months ago |
+| [git-it-electron](https://github.com/jlord/git-it-electron) | 3897 | :computer: :mortar_board: Git-it is a (Mac, Win, Linux) Desktop App for Learning Git and GitHub | 12 days ago |
+| [EQGRP](https://github.com/x0rz/EQGRP) | 3731 | Decrypted content of eqgrp-auction-file.tar.xz | 4 years ago |
## [Objective-C](#objective-c)
@@ -358,15 +358,15 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [AFNetworking](https://github.com/AFNetworking/AFNetworking) | 33250 | A delightful networking framework for iOS, macOS, watchOS, and tvOS. | 2 months ago |
-| [SDWebImage](https://github.com/SDWebImage/SDWebImage) | 23805 | Asynchronous image downloader with cache support as a UIImageView category | 3 days ago |
-| [GPUImage](https://github.com/BradLarson/GPUImage) | 19845 | An open source iOS framework for GPU-based image and video processing | a year ago |
-| [WeChatExtension-ForMac](https://github.com/MustangYM/WeChatExtension-ForMac) | 18854 | Mac微信功能拓展/微信插件/微信小助手(A plugin for Mac WeChat) | 2 months ago |
-| [Masonry](https://github.com/SnapKit/Masonry) | 17994 | Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout | 3 months ago |
-| [MBProgressHUD](https://github.com/jdg/MBProgressHUD) | 15926 | MBProgressHUD + Customizations | 2 months ago |
-| [IQKeyboardManager](https://github.com/hackiftekhar/IQKeyboardManager) | 15318 | Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more. | 4 days ago |
-| [expo](https://github.com/expo/expo) | 15208 | An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web. | 15 hours ago |
-| [realm-cocoa](https://github.com/realm/realm-cocoa) | 14665 | Realm is a mobile database: a replacement for Core Data & SQLite | an hour ago |
+| [AFNetworking](https://github.com/AFNetworking/AFNetworking) | 33252 | A delightful networking framework for iOS, macOS, watchOS, and tvOS. | 2 months ago |
+| [SDWebImage](https://github.com/SDWebImage/SDWebImage) | 23817 | Asynchronous image downloader with cache support as a UIImageView category | 6 days ago |
+| [GPUImage](https://github.com/BradLarson/GPUImage) | 19848 | An open source iOS framework for GPU-based image and video processing | a year ago |
+| [WeChatExtension-ForMac](https://github.com/MustangYM/WeChatExtension-ForMac) | 18856 | Mac微信功能拓展/微信插件/微信小助手(A plugin for Mac WeChat) | 2 months ago |
+| [Masonry](https://github.com/SnapKit/Masonry) | 17997 | Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout | 3 months ago |
+| [MBProgressHUD](https://github.com/jdg/MBProgressHUD) | 15924 | MBProgressHUD + Customizations | 6 days ago |
+| [IQKeyboardManager](https://github.com/hackiftekhar/IQKeyboardManager) | 15335 | Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more. | 7 days ago |
+| [expo](https://github.com/expo/expo) | 15240 | An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web. | 2 hours ago |
+| [realm-cocoa](https://github.com/realm/realm-cocoa) | 14673 | Realm is a mobile database: a replacement for Core Data & SQLite | 2 days ago |
| [YYKit](https://github.com/ibireme/YYKit) | 13864 | A collection of iOS components. | a year ago |
@@ -375,15 +375,15 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [996.ICU](https://github.com/996icu/996.ICU) | 259366 | Repo for counting stars and contributing. Press F to pay respect to glorious developers. | 12 days ago |
-| [deno](https://github.com/denoland/deno) | 78313 | A secure JavaScript and TypeScript runtime | 42 minutes ago |
-| [rust](https://github.com/rust-lang/rust) | 59533 | Empowering everyone to build reliable and efficient software. | 4 minutes ago |
-| [alacritty](https://github.com/alacritty/alacritty) | 35140 | A cross-platform, OpenGL terminal emulator. | 18 hours ago |
-| [bat](https://github.com/sharkdp/bat) | 29842 | A cat(1) clone with wings. | 6 hours ago |
-| [ripgrep](https://github.com/BurntSushi/ripgrep) | 27538 | ripgrep recursively searches directories for a regex pattern while respecting your gitignore | 4 days ago |
-| [tauri](https://github.com/tauri-apps/tauri) | 23501 | Build smaller, faster, and more secure desktop applications with a web frontend. | 13 hours ago |
-| [awesome-rust](https://github.com/rust-unofficial/awesome-rust) | 22249 | A curated list of Rust code and resources. | 16 minutes ago |
-| [rustlings](https://github.com/rust-lang/rustlings) | 19461 | :crab: Small exercises to get you used to reading and writing Rust code! | 2 days ago |
-| [fd](https://github.com/sharkdp/fd) | 19202 | A simple, fast and user-friendly alternative to 'find' | 21 hours ago |
+| [996.ICU](https://github.com/996icu/996.ICU) | 259518 | Repo for counting stars and contributing. Press F to pay respect to glorious developers. | 4 days ago |
+| [deno](https://github.com/denoland/deno) | 78464 | A secure JavaScript and TypeScript runtime | 3 hours ago |
+| [rust](https://github.com/rust-lang/rust) | 59726 | Empowering everyone to build reliable and efficient software. | 7 minutes ago |
+| [alacritty](https://github.com/alacritty/alacritty) | 35243 | A cross-platform, OpenGL terminal emulator. | 2 days ago |
+| [bat](https://github.com/sharkdp/bat) | 29943 | A cat(1) clone with wings. | 15 hours ago |
+| [ripgrep](https://github.com/BurntSushi/ripgrep) | 27704 | ripgrep recursively searches directories for a regex pattern while respecting your gitignore | 8 hours ago |
+| [tauri](https://github.com/tauri-apps/tauri) | 23701 | Build smaller, faster, and more secure desktop applications with a web frontend. | 2 days ago |
+| [awesome-rust](https://github.com/rust-unofficial/awesome-rust) | 22338 | A curated list of Rust code and resources. | 12 hours ago |
+| [rustlings](https://github.com/rust-lang/rustlings) | 19562 | :crab: Small exercises to get you used to reading and writing Rust code! | 7 days ago |
+| [fd](https://github.com/sharkdp/fd) | 19251 | A simple, fast and user-friendly alternative to 'find' | a day ago |
diff --git a/docs/README.md b/docs/README.md
index 84e2807..60543e5 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -2,7 +2,7 @@
* [GitHub Toweave's Awesome. Don't skimp on your's star.](https://github.com/toweave/awesome/)
* See what the GitHub community is most excited about Top 10.
* If you see a package or project here that is no longer maintained or is not a good fit, please submit a issue to improve this file. Thank you!
-* Last Sync Time: Mon Oct 18 2021 09:29:33 GMT+0800 (中国标准时间)
+* Last Sync Time: Mon Oct 25 2021 09:31:30 GMT+0800 (中国标准时间)
* Synchronize Every Week.
#### Order by language and star count.
@@ -35,16 +35,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) | 333867 | freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free. | 5 hours ago |
-| [996.ICU](https://github.com/996icu/996.ICU) | 259366 | Repo for counting stars and contributing. Press F to pay respect to glorious developers. | 12 days ago |
-| [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | 208528 | :books: Freely available programming books | 2 hours ago |
-| [coding-interview-university](https://github.com/jwasham/coding-interview-university) | 194837 | A complete computer science study plan to become a software engineer. | 10 days ago |
-| [vue](https://github.com/vuejs/vue) | 189377 | 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. | 2 days ago |
-| [react](https://github.com/facebook/react) | 176266 | A declarative, efficient, and flexible JavaScript library for building user interfaces. | 16 hours ago |
-| [developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) | 174253 | Roadmap to becoming a web developer in 2021 | 13 days ago |
-| [awesome](https://github.com/sindresorhus/awesome) | 172491 | 😎 Awesome lists about all kinds of interesting topics | 2 days ago |
-| [public-apis](https://github.com/public-apis/public-apis) | 164373 | A collective list of free APIs | 5 hours ago |
-| [tensorflow](https://github.com/tensorflow/tensorflow) | 159922 | An Open Source Machine Learning Framework for Everyone | 3 hours ago |
+| [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) | 334209 | freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free. | 6 hours ago |
+| [996.ICU](https://github.com/996icu/996.ICU) | 259518 | Repo for counting stars and contributing. Press F to pay respect to glorious developers. | 4 days ago |
+| [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | 209069 | :books: Freely available programming books | 4 hours ago |
+| [coding-interview-university](https://github.com/jwasham/coding-interview-university) | 195674 | A complete computer science study plan to become a software engineer. | 2 days ago |
+| [vue](https://github.com/vuejs/vue) | 189588 | 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. | 4 days ago |
+| [react](https://github.com/facebook/react) | 176589 | A declarative, efficient, and flexible JavaScript library for building user interfaces. | a day ago |
+| [developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) | 174733 | Roadmap to becoming a web developer in 2021 | 4 days ago |
+| [awesome](https://github.com/sindresorhus/awesome) | 173196 | 😎 Awesome lists about all kinds of interesting topics | 4 days ago |
+| [public-apis](https://github.com/public-apis/public-apis) | 165243 | A collective list of free APIs | 21 minutes ago |
+| [tensorflow](https://github.com/tensorflow/tensorflow) | 160079 | An Open Source Machine Learning Framework for Everyone | 40 minutes ago |
## [Book](#book)
@@ -52,16 +52,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | 208528 | :books: Freely available programming books | 2 hours ago |
-| [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) | 145631 | A book series on JavaScript. @YDKJS on twitter. | 12 days ago |
-| [free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN) | 83433 | :books: 免费的计算机编程类中文书籍,欢迎投稿 | a month ago |
-| [the-book-of-secret-knowledge](https://github.com/trimstray/the-book-of-secret-knowledge) | 50545 | A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. | 6 days ago |
-| [frontend-dev-bookmarks](https://github.com/dypsilon/frontend-dev-bookmarks) | 32657 | Manually curated collection of resources for frontend web developers. | 2 months ago |
-| [deeplearningbook-chinese](https://github.com/exacity/deeplearningbook-chinese) | 31763 | Deep Learning Book Chinese Translation | 2 years ago |
-| [pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible) | 27834 | 📖 A collection of pure bash alternatives to external processes. | 4 months ago |
-| [the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN) | 27617 | 《The Way to Go》中文译本,中文正式名《Go 入门指南》 | 12 days ago |
-| [sheetjs](https://github.com/SheetJS/sheetjs) | 27558 | :green_book: SheetJS Community Edition -- Spreadsheet Data Toolkit | 7 hours ago |
-| [d2l-zh](https://github.com/d2l-ai/d2l-zh) | 26124 | 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球200所大学采用教学。 | a day ago |
+| [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | 209069 | :books: Freely available programming books | 4 hours ago |
+| [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) | 145900 | A book series on JavaScript. @YDKJS on twitter. | 19 days ago |
+| [free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN) | 83574 | :books: 免费的计算机编程类中文书籍,欢迎投稿 | 2 months ago |
+| [the-book-of-secret-knowledge](https://github.com/trimstray/the-book-of-secret-knowledge) | 50961 | A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. | 5 days ago |
+| [frontend-dev-bookmarks](https://github.com/dypsilon/frontend-dev-bookmarks) | 32705 | Manually curated collection of resources for frontend web developers. | 3 months ago |
+| [deeplearningbook-chinese](https://github.com/exacity/deeplearningbook-chinese) | 31797 | Deep Learning Book Chinese Translation | 2 years ago |
+| [pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible) | 27866 | 📖 A collection of pure bash alternatives to external processes. | 4 months ago |
+| [sheetjs](https://github.com/SheetJS/sheetjs) | 27835 | :green_book: SheetJS Community Edition -- Spreadsheet Data Toolkit | 3 days ago |
+| [the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN) | 27739 | 《The Way to Go》中文译本,中文正式名《Go 入门指南》 | 20 hours ago |
+| [d2l-zh](https://github.com/d2l-ai/d2l-zh) | 26257 | 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球200所大学采用教学。 | 5 hours ago |
## [C-C++](#C-C++)
@@ -69,16 +69,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [linux](https://github.com/torvalds/linux) | 119714 | Linux kernel source tree | 18 hours ago |
-| [netdata](https://github.com/netdata/netdata) | 56390 | Real-time performance monitoring, done right! https://www.netdata.cloud | 5 hours ago |
-| [scrcpy](https://github.com/Genymobile/scrcpy) | 55783 | Display and control your Android device | 5 hours ago |
-| [redis](https://github.com/redis/redis) | 51427 | Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. | 4 hours ago |
-| [git](https://github.com/git/git) | 39750 | Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements. | 41 minutes ago |
-| [obs-studio](https://github.com/obsproject/obs-studio) | 31646 | OBS Studio - Free and open source software for live streaming and screen recording | 2 hours ago |
-| [php-src](https://github.com/php/php-src) | 31467 | The PHP Interpreter | 7 hours ago |
-| [wrk](https://github.com/wg/wrk) | 30366 | Modern HTTP benchmarking tool | 3 months ago |
-| [ijkplayer](https://github.com/bilibili/ijkplayer) | 29511 | Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. | a month ago |
-| [Ventoy](https://github.com/ventoy/Ventoy) | 27529 | A new bootable USB solution. | 11 hours ago |
+| [linux](https://github.com/torvalds/linux) | 120063 | Linux kernel source tree | 6 hours ago |
+| [netdata](https://github.com/netdata/netdata) | 56461 | Real-time performance monitoring, done right! https://www.netdata.cloud | 16 hours ago |
+| [scrcpy](https://github.com/Genymobile/scrcpy) | 56080 | Display and control your Android device | 2 days ago |
+| [redis](https://github.com/redis/redis) | 51515 | Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. | 6 hours ago |
+| [git](https://github.com/git/git) | 39835 | Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements. | 19 hours ago |
+| [obs-studio](https://github.com/obsproject/obs-studio) | 31754 | OBS Studio - Free and open source software for live streaming and screen recording | 5 hours ago |
+| [php-src](https://github.com/php/php-src) | 31538 | The PHP Interpreter | 3 hours ago |
+| [wrk](https://github.com/wg/wrk) | 30413 | Modern HTTP benchmarking tool | 3 months ago |
+| [ijkplayer](https://github.com/bilibili/ijkplayer) | 29534 | Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. | 2 months ago |
+| [Ventoy](https://github.com/ventoy/Ventoy) | 27757 | A new bootable USB solution. | 15 hours ago |
## [Python](#python)
@@ -86,16 +86,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [public-apis](https://github.com/public-apis/public-apis) | 164373 | A collective list of free APIs | 5 hours ago |
-| [system-design-primer](https://github.com/donnemartin/system-design-primer) | 146917 | Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. | 11 hours ago |
-| [Python](https://github.com/TheAlgorithms/Python) | 120521 | All Algorithms implemented in Python | 28 minutes ago |
-| [youtube-dl](https://github.com/ytdl-org/youtube-dl) | 101348 | Command-line program to download videos from YouTube.com and other video sites | 15 hours ago |
-| [thefuck](https://github.com/nvbn/thefuck) | 64297 | Magnificent app which corrects your previous console command. | a month ago |
-| [keras](https://github.com/keras-team/keras) | 52870 | Deep Learning for humans | 2 days ago |
-| [transformers](https://github.com/huggingface/transformers) | 52596 | 🤗 Transformers: State-of-the-art Natural Language Processing for Pytorch, TensorFlow, and JAX. | 3 hours ago |
-| [httpie](https://github.com/httpie/httpie) | 52415 | As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie | 2 days ago |
-| [awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning) | 51622 | A curated list of awesome Machine Learning frameworks, libraries and software. | 2 days ago |
-| [ansible](https://github.com/ansible/ansible) | 50357 | Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com. | 9 hours ago |
+| [public-apis](https://github.com/public-apis/public-apis) | 165243 | A collective list of free APIs | 21 minutes ago |
+| [system-design-primer](https://github.com/donnemartin/system-design-primer) | 147418 | Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. | 7 days ago |
+| [Python](https://github.com/TheAlgorithms/Python) | 121483 | All Algorithms implemented in Python | 3 hours ago |
+| [Python-100-Days](https://github.com/jackfrued/Python-100-Days) | 110393 | Python - 100天从新手到大师 | 3 days ago |
+| [youtube-dl](https://github.com/ytdl-org/youtube-dl) | 101602 | Command-line program to download videos from YouTube.com and other video sites | 2 days ago |
+| [models](https://github.com/tensorflow/models) | 71668 | Models and examples built with TensorFlow | 10 hours ago |
+| [thefuck](https://github.com/nvbn/thefuck) | 64374 | Magnificent app which corrects your previous console command. | 3 days ago |
+| [flask](https://github.com/pallets/flask) | 56957 | The Python micro framework for building web applications. | 6 days ago |
+| [keras](https://github.com/keras-team/keras) | 52947 | Deep Learning for humans | 3 hours ago |
+| [transformers](https://github.com/huggingface/transformers) | 52926 | 🤗 Transformers: State-of-the-art Natural Language Processing for Pytorch, TensorFlow, and JAX. | an hour ago |
## [Java](#java)
@@ -103,16 +103,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [jadx](https://github.com/skylot/jadx) | 27411 | Dex to Java decompiler | 6 hours ago |
-| [EventBus](https://github.com/greenrobot/EventBus) | 23650 | Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality. | 17 days ago |
-| [SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout) | 23036 | 🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。 | 5 months ago |
-| [RxAndroid](https://github.com/ReactiveX/RxAndroid) | 19536 | RxJava bindings for Android | 2 months ago |
-| [Android-Universal-Image-Loader](https://github.com/nostra13/Android-Universal-Image-Loader) | 16850 | Powerful and flexible library for loading, caching and displaying images on Android. | 2 months ago |
-| [QMUI_Android](https://github.com/Tencent/QMUI_Android) | 13218 | 提高 Android UI 开发效率的 UI 库 | 23 days ago |
-| [material-components-android](https://github.com/material-components/material-components-android) | 12925 | Modular and customizable Material Design UI components for Android | 10 hours ago |
-| [VirtualXposed](https://github.com/android-hacker/VirtualXposed) | 12394 | A simple app to use Xposed without root, unlock the bootloader or modify system image, etc. | a month ago |
-| [jd-gui](https://github.com/java-decompiler/jd-gui) | 10461 | A standalone Java Decompiler GUI | 5 months ago |
-| [openapi-generator](https://github.com/OpenAPITools/openapi-generator) | 9982 | OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3) | 3 hours ago |
+| [JavaGuide](https://github.com/Snailclimb/JavaGuide) | 112556 | 「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide! | 16 hours ago |
+| [java-design-patterns](https://github.com/iluwatar/java-design-patterns) | 70725 | Design patterns implemented in Java | 8 hours ago |
+| [LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation) | 67395 | Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路) | 4 months ago |
+| [advanced-java](https://github.com/doocs/advanced-java) | 58154 | 😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers , 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识 | 12 hours ago |
+| [spring-boot](https://github.com/spring-projects/spring-boot) | 57779 | Spring Boot | a day ago |
+| [elasticsearch](https://github.com/elastic/elasticsearch) | 56926 | Free and Open, Distributed, RESTful Search Engine | 20 minutes ago |
+| [interviews](https://github.com/kdn251/interviews) | 54283 | Everything you need to know to get the job. | 2 months ago |
+| [RxJava](https://github.com/ReactiveX/RxJava) | 45417 | RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. | 5 days ago |
+| [spring-framework](https://github.com/spring-projects/spring-framework) | 44746 | Spring Framework | 35 minutes ago |
+| [guava](https://github.com/google/guava) | 42680 | Google core libraries for Java | 5 hours ago |
## [Visual Basic](#visual-basic)
@@ -120,16 +120,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [JCSprout](https://github.com/crossoverJie/JCSprout) | 26441 | 👨🎓 Java Core Sprout : basic, concurrent, algorithm | 5 days ago |
-| [interview](https://github.com/huihut/interview) | 20819 | 📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc. | 12 days ago |
-| [FlutterExampleApps](https://github.com/iampawan/FlutterExampleApps) | 15557 | [Example APPS] Basic Flutter apps, for flutter devs. | 4 days ago |
-| [roslyn](https://github.com/dotnet/roslyn) | 15015 | The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs. | 9 hours ago |
-| [ffmpeg-libav-tutorial](https://github.com/leandromoreira/ffmpeg-libav-tutorial) | 6920 | FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more | 20 days ago |
-| [flutter-examples](https://github.com/nisrulz/flutter-examples) | 5749 | [Examples] Simple basic isolated apps, for budding flutter devs. | 7 days ago |
-| [DeepLearningZeroToAll](https://github.com/hunkim/DeepLearningZeroToAll) | 4222 | TensorFlow Basic Tutorial Labs | 4 days ago |
-| [gameboy.live](https://github.com/HFO4/gameboy.live) | 4222 | 🕹️ A basic gameboy emulator with terminal "Cloud Gaming" support | 7 months ago |
-| [MachineLearning](https://github.com/wepe/MachineLearning) | 4193 | Basic Machine Learning and Deep Learning | 13 days ago |
-| [Tensorflow-Tutorial](https://github.com/MorvanZhou/Tensorflow-Tutorial) | 4096 | Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学 | a year ago |
+| [JCSprout](https://github.com/crossoverJie/JCSprout) | 26452 | 👨🎓 Java Core Sprout : basic, concurrent, algorithm | 12 days ago |
+| [interview](https://github.com/huihut/interview) | 20905 | 📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc. | 19 days ago |
+| [FlutterExampleApps](https://github.com/iampawan/FlutterExampleApps) | 15614 | [Example APPS] Basic Flutter apps, for flutter devs. | 11 days ago |
+| [roslyn](https://github.com/dotnet/roslyn) | 15042 | The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs. | an hour ago |
+| [ffmpeg-libav-tutorial](https://github.com/leandromoreira/ffmpeg-libav-tutorial) | 6932 | FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more | a month ago |
+| [flutter-examples](https://github.com/nisrulz/flutter-examples) | 5769 | [Examples] Simple basic isolated apps, for budding flutter devs. | 14 days ago |
+| [gameboy.live](https://github.com/HFO4/gameboy.live) | 4224 | 🕹️ A basic gameboy emulator with terminal "Cloud Gaming" support | 8 months ago |
+| [DeepLearningZeroToAll](https://github.com/hunkim/DeepLearningZeroToAll) | 4222 | TensorFlow Basic Tutorial Labs | 11 days ago |
+| [MachineLearning](https://github.com/wepe/MachineLearning) | 4200 | Basic Machine Learning and Deep Learning | 20 days ago |
+| [Tensorflow-Tutorial](https://github.com/MorvanZhou/Tensorflow-Tutorial) | 4100 | Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学 | a year ago |
## [JavaScript](#javascript)
@@ -137,16 +137,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [vue](https://github.com/vuejs/vue) | 189377 | 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. | 2 days ago |
-| [javascript-algorithms](https://github.com/trekhleb/javascript-algorithms) | 122918 | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | a day ago |
-| [javascript](https://github.com/airbnb/javascript) | 115089 | JavaScript Style Guide | 7 hours ago |
-| [d3](https://github.com/d3/d3) | 98945 | Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada: | 4 days ago |
-| [react-native](https://github.com/facebook/react-native) | 98756 | A framework for building native applications using React | 16 hours ago |
-| [30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code) | 87173 | Short JavaScript code snippets for all your development needs | 2 days ago |
-| [material-ui](https://github.com/mui-org/material-ui) | 72282 | MUI (formerly Material-UI) is the React UI library you always wanted. Follow your own design system, or start with Material Design. | 7 hours ago |
-| [tech-interview-handbook](https://github.com/yangshun/tech-interview-handbook) | 60182 | 💯 Curated interview preparation materials for busy engineers | 10 days ago |
-| [angular.js](https://github.com/angular/angular.js) | 59596 | AngularJS - HTML enhanced for web apps! | 17 days ago |
-| [atom](https://github.com/atom/atom) | 56165 | :atom: The hackable text editor | 3 days ago |
+| [tag-it](https://github.com/aehlke/tag-it) | 2495 | A jQuery UI plugin to handle multi-tag fields as well as tag suggestions/autocomplete. | 4 months ago |
+| [elasticsearch-kopf](https://github.com/lmenezes/elasticsearch-kopf) | 2446 | web admin interface for elasticsearch | 2 years ago |
+| [Google-Maps-for-Rails](https://github.com/apneadiving/Google-Maps-for-Rails) | 2285 | Enables easy Google map + overlays creation in Ruby apps | 4 years ago |
+| [backbone-forms](https://github.com/powmedia/backbone-forms) | 2181 | Form framework for BackboneJS with nested forms, editable lists and validation | 4 years ago |
+| [trugithub](https://github.com/kba7/trugithub) | 2114 | | 5 years ago |
+| [phonegap](https://github.com/sintaxi/phonegap) | 2103 | access core functions on Android, iPhone and Blackberry using JavaScript | 3 months ago |
+| [iconate](https://github.com/bitshadow/iconate) | 2012 | Transform your icons with trendy animations. | 2 years ago |
+| [react-d3](https://github.com/esbullington/react-d3) | 1765 | Modular React charts made with d3.js | 5 years ago |
+| [generator-ionic](https://github.com/diegonetto/generator-ionic) | 1756 | Build hybrid mobile apps using the Ionic Framework | 5 years ago |
+| [angular-client-side-auth](https://github.com/fnakstad/angular-client-side-auth) | 1665 | One way to implement authentication/authorization in Angular applications | 7 years ago |
## [TypeScript](#typescript)
@@ -154,16 +154,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [vscode](https://github.com/microsoft/vscode) | 122665 | Visual Studio Code | 17 hours ago |
-| [angular](https://github.com/angular/angular) | 77103 | The modern web developer’s platform | 3 hours ago |
-| [ant-design](https://github.com/ant-design/ant-design) | 74983 | An enterprise-class UI design language and React UI library | 3 days ago |
-| [TypeScript](https://github.com/microsoft/TypeScript) | 74979 | TypeScript is a superset of JavaScript that compiles to clean JavaScript output. | 5 hours ago |
-| [puppeteer](https://github.com/puppeteer/puppeteer) | 73872 | Headless Chrome Node.js API | 3 days ago |
-| [storybook](https://github.com/storybookjs/storybook) | 65342 | 📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more! | a day ago |
-| [redux](https://github.com/reduxjs/redux) | 56865 | Predictable state container for JavaScript apps | a day ago |
-| [socket.io](https://github.com/socketio/socket.io) | 54566 | Realtime application framework (Node.JS server) | a day ago |
-| [svelte](https://github.com/sveltejs/svelte) | 51094 | Cybernetically enhanced web apps | 8 hours ago |
-| [code-server](https://github.com/cdr/code-server) | 49001 | VS Code in the browser | 2 days ago |
+| [vscode](https://github.com/microsoft/vscode) | 122976 | Visual Studio Code | 2 hours ago |
+| [angular](https://github.com/angular/angular) | 77223 | The modern web developer’s platform | 7 minutes ago |
+| [TypeScript](https://github.com/microsoft/TypeScript) | 75248 | TypeScript is a superset of JavaScript that compiles to clean JavaScript output. | 4 hours ago |
+| [ant-design](https://github.com/ant-design/ant-design) | 75097 | An enterprise-class UI design language and React UI library | 2 days ago |
+| [puppeteer](https://github.com/puppeteer/puppeteer) | 74076 | Headless Chrome Node.js API | 3 days ago |
+| [storybook](https://github.com/storybookjs/storybook) | 65469 | 📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more! | 5 hours ago |
+| [redux](https://github.com/reduxjs/redux) | 56913 | Predictable state container for JavaScript apps | 6 days ago |
+| [socket.io](https://github.com/socketio/socket.io) | 54595 | Realtime application framework (Node.JS server) | 20 hours ago |
+| [svelte](https://github.com/sveltejs/svelte) | 51305 | Cybernetically enhanced web apps | 16 hours ago |
+| [code-server](https://github.com/cdr/code-server) | 49254 | VS Code in the browser | 2 days ago |
## [Assembly](#assembly)
@@ -171,16 +171,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [Apollo-11](https://github.com/chrislgarry/Apollo-11) | 51921 | Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. | 2 days ago |
-| [MS-DOS](https://github.com/microsoft/MS-DOS) | 16112 | The original sources of MS-DOS 1.25 and 2.0, for reference purposes | 2 years ago |
-| [mal](https://github.com/kanaka/mal) | 8177 | mal - Make a Lisp | a day ago |
-| [MalwareSourceCode](https://github.com/vxunderground/MalwareSourceCode) | 8110 | Collection of malware source code for a variety of platforms in an array of different programming languages. | a day ago |
-| [hello-world](https://github.com/leachim6/hello-world) | 7376 | Hello world in every computer language. Thanks to everyone who contributes to this, make sure to see CONTRIBUTING.md for contribution instructions! | a day ago |
-| [Prince-of-Persia-Apple-II](https://github.com/jmechner/Prince-of-Persia-Apple-II) | 5636 | A running-jumping-swordfighting game I made on the Apple II from 1985-89 | 5 years ago |
-| [pics](https://github.com/corkami/pics) | 5437 | Posters, drawings... | 10 months ago |
-| [unix-history-repo](https://github.com/dspinellis/unix-history-repo) | 4815 | Continuous Unix commit history from 1970 until today | 10 months ago |
-| [x86-bare-metal-examples](https://github.com/cirosantilli/x86-bare-metal-examples) | 3948 | Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-setup 学习x86系统编程的数十个最小操作系统。 已在QEMU 2.10中的Ubuntu 17.10主机和真实硬件上进行了测试。 Userland作弊网址:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM裸机安装程序位于:https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal- 设置 | 5 months ago |
-| [BLAKE3](https://github.com/BLAKE3-team/BLAKE3) | 2951 | the official Rust and C implementations of the BLAKE3 cryptographic hash function | 3 days ago |
+| [Apollo-11](https://github.com/chrislgarry/Apollo-11) | 51957 | Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. | 3 days ago |
+| [MS-DOS](https://github.com/microsoft/MS-DOS) | 16124 | The original sources of MS-DOS 1.25 and 2.0, for reference purposes | 2 years ago |
+| [mal](https://github.com/kanaka/mal) | 8190 | mal - Make a Lisp | a day ago |
+| [MalwareSourceCode](https://github.com/vxunderground/MalwareSourceCode) | 8147 | Collection of malware source code for a variety of platforms in an array of different programming languages. | 3 days ago |
+| [hello-world](https://github.com/leachim6/hello-world) | 7401 | Hello world in every computer language. Thanks to everyone who contributes to this, make sure to see CONTRIBUTING.md for contribution instructions! | 8 days ago |
+| [Prince-of-Persia-Apple-II](https://github.com/jmechner/Prince-of-Persia-Apple-II) | 5642 | A running-jumping-swordfighting game I made on the Apple II from 1985-89 | 5 years ago |
+| [Reverse-Engineering](https://github.com/mytechnotalent/Reverse-Engineering) | 5583 | A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures. | 3 hours ago |
+| [pics](https://github.com/corkami/pics) | 5448 | Posters, drawings... | 10 months ago |
+| [unix-history-repo](https://github.com/dspinellis/unix-history-repo) | 4823 | Continuous Unix commit history from 1970 until today | 10 months ago |
+| [x86-bare-metal-examples](https://github.com/cirosantilli/x86-bare-metal-examples) | 3957 | Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-setup 学习x86系统编程的数十个最小操作系统。 已在QEMU 2.10中的Ubuntu 17.10主机和真实硬件上进行了测试。 Userland作弊网址:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM裸机安装程序位于:https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal- 设置 | 5 months ago |
## [PHP](#php)
@@ -188,16 +188,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [laravel](https://github.com/laravel/laravel) | 66992 | A PHP framework for web artisans. | 2 hours ago |
-| [SecLists](https://github.com/danielmiessler/SecLists) | 34068 | SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. | 11 days ago |
-| [jQuery-File-Upload](https://github.com/blueimp/jQuery-File-Upload) | 31076 | File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads. | 18 days ago |
-| [Faker](https://github.com/fzaninotto/Faker) | 26140 | Faker is a PHP library that generates fake data for you | 7 months ago |
-| [symfony](https://github.com/symfony/symfony) | 25875 | The Symfony PHP framework | 8 hours ago |
-| [composer](https://github.com/composer/composer) | 25683 | Dependency Manager for PHP | 7 hours ago |
-| [framework](https://github.com/laravel/framework) | 25075 | The Laravel Framework. | 6 hours ago |
-| [guzzle](https://github.com/guzzle/guzzle) | 21176 | Guzzle, an extensible PHP HTTP client | an hour ago |
-| [DesignPatternsPHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP) | 20021 | sample code for several design patterns in PHP 8 | 2 days ago |
-| [monolog](https://github.com/Seldaek/monolog) | 19133 | Sends your logs to files, sockets, inboxes, databases and various web services | 4 days ago |
+| [laravel](https://github.com/laravel/laravel) | 67075 | A PHP framework for web artisans. | 2 days ago |
+| [SecLists](https://github.com/danielmiessler/SecLists) | 34252 | SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. | 3 days ago |
+| [jQuery-File-Upload](https://github.com/blueimp/jQuery-File-Upload) | 31075 | File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads. | 25 days ago |
+| [Faker](https://github.com/fzaninotto/Faker) | 26160 | Faker is a PHP library that generates fake data for you | 7 months ago |
+| [symfony](https://github.com/symfony/symfony) | 25901 | The Symfony PHP framework | 5 hours ago |
+| [composer](https://github.com/composer/composer) | 25717 | Dependency Manager for PHP | 2 days ago |
+| [framework](https://github.com/laravel/framework) | 25131 | The Laravel Framework. | 7 hours ago |
+| [guzzle](https://github.com/guzzle/guzzle) | 21213 | Guzzle, an extensible PHP HTTP client | 5 days ago |
+| [DesignPatternsPHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP) | 20037 | sample code for several design patterns in PHP 8 | 2 days ago |
+| [monolog](https://github.com/Seldaek/monolog) | 19168 | Sends your logs to files, sockets, inboxes, databases and various web services | 6 days ago |
## [SQL](#sql)
@@ -208,13 +208,13 @@
| [agilebill](https://github.com/tony-landis/agilebill) | 299 | Open source billing and invoicing | 7 years ago |
| [SQL](https://github.com/dhaval1406/SQL) | 153 | sql related stuff, interview questions, mySQL complex queries | a year ago |
| [census-postgres](https://github.com/leehach/census-postgres) | 114 | PostgreSQL schema and import scripts for recent US Census data | 7 years ago |
-| [HackerRank-SQL-Challenges-Solutions](https://github.com/Thomas-George-T/HackerRank-SQL-Challenges-Solutions) | 92 | The solutions of all SQL hackerrank challenges using MySQL environment | a month ago |
-| [sql-server-toolbox](https://github.com/SparkhoundSQL/sql-server-toolbox) | 88 | SQL Server Toolbox by the Sparkhound SQL Team | 8 months ago |
+| [HackerRank-SQL-Challenges-Solutions](https://github.com/Thomas-George-T/HackerRank-SQL-Challenges-Solutions) | 95 | The solutions of all SQL hackerrank challenges using MySQL environment | a month ago |
+| [sql-server-toolbox](https://github.com/SparkhoundSQL/sql-server-toolbox) | 89 | SQL Server Toolbox by the Sparkhound SQL Team | 8 months ago |
| [TDB_4.3.4_NLU](https://github.com/TrinityCore/TDB_4.3.4_NLU) | 62 | If you are looking for TDB for 4.3.4 go to: | 7 years ago |
| [Ali-Data-Mining](https://github.com/sunnotes/Ali-Data-Mining) | 61 | 阿里巴巴大数据竞赛 | 7 years ago |
-| [dbt-meta-testing](https://github.com/tnightengale/dbt-meta-testing) | 50 | A dbt-only package for ensuring documentation and test coverage, with granular control. | 3 months ago |
+| [dbt-meta-testing](https://github.com/tnightengale/dbt-meta-testing) | 50 | A dbt-only package for ensuring documentation and test coverage, with granular control. | 7 days ago |
| [dms-smm695](https://github.com/mattDevigili/dms-smm695) | 29 | Teaching material for a B-school, post-grad module on Data Management Systems | 4 months ago |
-| [ACE-World-16PY-Patches](https://github.com/ACEmulator/ACE-World-16PY-Patches) | 21 | World Database Releases for ACEmulator. This repo uses ACE-World-16PY as the base and combines it with patches to create the complete World. | 3 hours ago |
+| [ACE-World-16PY-Patches](https://github.com/ACEmulator/ACE-World-16PY-Patches) | 21 | World Database Releases for ACEmulator. This repo uses ACE-World-16PY as the base and combines it with patches to create the complete World. | 6 hours ago |
## [Ruby](#ruby)
@@ -222,16 +222,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [rails](https://github.com/rails/rails) | 49242 | Ruby on Rails | 6 hours ago |
-| [jekyll](https://github.com/jekyll/jekyll) | 43478 | :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby | 9 hours ago |
-| [discourse](https://github.com/discourse/discourse) | 34245 | A platform for community discussion. Free, open, simple. | 3 minutes ago |
-| [fastlane](https://github.com/fastlane/fastlane) | 33069 | 🚀 The easiest way to automate building and releasing your iOS and Android apps | 2 days ago |
-| [huginn](https://github.com/huginn/huginn) | 32443 | Create agents that monitor and act on your behalf. Your agents are standing by! | 18 days ago |
-| [brew](https://github.com/Homebrew/brew) | 29413 | 🍺 The missing package manager for macOS (or Linux) | 27 minutes ago |
-| [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) | 28131 | A curated list of awesome awesomeness | 3 days ago |
-| [devdocs](https://github.com/freeCodeCamp/devdocs) | 26773 | API Documentation Browser | a day ago |
-| [metasploit-framework](https://github.com/rapid7/metasploit-framework) | 25348 | Metasploit Framework | 6 hours ago |
-| [mastodon](https://github.com/mastodon/mastodon) | 24942 | Your self-hosted, globally interconnected microblogging community | 20 minutes ago |
+| [rails](https://github.com/rails/rails) | 49288 | Ruby on Rails | 4 hours ago |
+| [jekyll](https://github.com/jekyll/jekyll) | 43528 | :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby | a day ago |
+| [discourse](https://github.com/discourse/discourse) | 34290 | A platform for community discussion. Free, open, simple. | 3 hours ago |
+| [fastlane](https://github.com/fastlane/fastlane) | 33096 | 🚀 The easiest way to automate building and releasing your iOS and Android apps | 2 days ago |
+| [huginn](https://github.com/huginn/huginn) | 32474 | Create agents that monitor and act on your behalf. Your agents are standing by! | 25 days ago |
+| [brew](https://github.com/Homebrew/brew) | 29482 | 🍺 The missing package manager for macOS (or Linux) | 11 hours ago |
+| [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) | 28152 | A curated list of awesome awesomeness | 10 days ago |
+| [devdocs](https://github.com/freeCodeCamp/devdocs) | 26816 | API Documentation Browser | a day ago |
+| [mastodon](https://github.com/mastodon/mastodon) | 25414 | Your self-hosted, globally interconnected microblogging community | 6 hours ago |
+| [metasploit-framework](https://github.com/rapid7/metasploit-framework) | 25409 | Metasploit Framework | 2 days ago |
## [R](#r)
@@ -239,16 +239,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [ggplot2](https://github.com/tidyverse/ggplot2) | 5118 | An implementation of the Grammar of Graphics in R | 9 days ago |
-| [awesome-R](https://github.com/qinwf/awesome-R) | 4792 | A curated list of awesome R packages, frameworks and software. | 11 days ago |
-| [shiny](https://github.com/rstudio/shiny) | 4423 | Easy interactive web applications with R | 3 days ago |
-| [dplyr](https://github.com/tidyverse/dplyr) | 3875 | dplyr: A grammar of data manipulation | 2 days ago |
-| [swirl_courses](https://github.com/swirldev/swirl_courses) | 3764 | :mortar_board: A collection of interactive courses for the swirl R package. | 9 days ago |
+| [ggplot2](https://github.com/tidyverse/ggplot2) | 5130 | An implementation of the Grammar of Graphics in R | 16 days ago |
+| [awesome-R](https://github.com/qinwf/awesome-R) | 4808 | A curated list of awesome R packages, frameworks and software. | 18 days ago |
+| [shiny](https://github.com/rstudio/shiny) | 4437 | Easy interactive web applications with R | 10 days ago |
+| [dplyr](https://github.com/tidyverse/dplyr) | 3884 | dplyr: A grammar of data manipulation | 2 days ago |
+| [swirl_courses](https://github.com/swirldev/swirl_courses) | 3767 | :mortar_board: A collection of interactive courses for the swirl R package. | 16 days ago |
| [ML_for_Hackers](https://github.com/johnmyleswhite/ML_for_Hackers) | 3611 | Code accompanying the book "Machine Learning for Hackers" | 2 years ago |
-| [AnomalyDetection](https://github.com/twitter/AnomalyDetection) | 3381 | Anomaly Detection with R | 2 years ago |
-| [r4ds](https://github.com/hadley/r4ds) | 3144 | R for data science: a book | 16 days ago |
-| [data.table](https://github.com/Rdatatable/data.table) | 2854 | R's data.table package extends data.frame: | 2 hours ago |
-| [awesome-network-analysis](https://github.com/briatte/awesome-network-analysis) | 2459 | A curated list of awesome network analysis resources. | 2 months ago |
+| [AnomalyDetection](https://github.com/twitter/AnomalyDetection) | 3385 | Anomaly Detection with R | 2 years ago |
+| [r4ds](https://github.com/hadley/r4ds) | 3156 | R for data science: a book | 23 days ago |
+| [data.table](https://github.com/Rdatatable/data.table) | 2860 | R's data.table package extends data.frame: | 6 hours ago |
+| [awesome-network-analysis](https://github.com/briatte/awesome-network-analysis) | 2462 | A curated list of awesome network analysis resources. | 2 months ago |
## [Groovy](#groovy)
@@ -256,16 +256,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [gradle](https://github.com/gradle/gradle) | 12460 | Adaptable, fast automation for all | 28 minutes ago |
-| [rundeck](https://github.com/rundeck/rundeck) | 4369 | Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts | 2 days ago |
-| [pipeline-examples](https://github.com/jenkinsci/pipeline-examples) | 3764 | A collection of examples, tips and tricks and snippets of scripting for the Jenkins Pipeline plugin | 3 months ago |
-| [gradle_plugin_android_aspectjx](https://github.com/HujiangTechnology/gradle_plugin_android_aspectjx) | 3512 | A Android gradle plugin that effects AspectJ on Android project and can hook methods in Kotlin, aar and jar file. | a month ago |
-| [gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) | 2974 | Gradle plugin to discover dependency updates | a month ago |
-| [devops-resources](https://github.com/bregman-arie/devops-resources) | 2651 | DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP | a day ago |
+| [gradle](https://github.com/gradle/gradle) | 12531 | Adaptable, fast automation for all | 17 minutes ago |
+| [rundeck](https://github.com/rundeck/rundeck) | 4373 | Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts | 2 days ago |
+| [pipeline-examples](https://github.com/jenkinsci/pipeline-examples) | 3770 | A collection of examples, tips and tricks and snippets of scripting for the Jenkins Pipeline plugin | 3 months ago |
+| [gradle_plugin_android_aspectjx](https://github.com/HujiangTechnology/gradle_plugin_android_aspectjx) | 3518 | A Android gradle plugin that effects AspectJ on Android project and can hook methods in Kotlin, aar and jar file. | a month ago |
+| [gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) | 2990 | Gradle plugin to discover dependency updates | 2 months ago |
+| [devops-resources](https://github.com/bregman-arie/devops-resources) | 2718 | DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP | 7 hours ago |
+| [shadow](https://github.com/johnrengelman/shadow) | 2685 | Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin. | 19 days ago |
| [asgard](https://github.com/Netflix/asgard) | 2232 | [Asgard is deprecated at Netflix. We use Spinnaker ( www.spinnaker.io ).] Web interface for application deployments and cloud management in Amazon Web Services (AWS). Binary download: http://github.com/Netflix/asgard/releases | 4 years ago |
-| [SmartThingsPublic](https://github.com/SmartThingsCommunity/SmartThingsPublic) | 2153 | SmartThings open-source DeviceTypeHandlers and SmartApps code | 13 hours ago |
-| [fat-aar-android](https://github.com/kezong/fat-aar-android) | 1956 | A gradle plugin that merge dependencies into the final aar file works with AGP 3.+ | 6 days ago |
-| [nextflow](https://github.com/nextflow-io/nextflow) | 1512 | A DSL for data-driven computational pipelines | 2 days ago |
+| [SmartThingsPublic](https://github.com/SmartThingsCommunity/SmartThingsPublic) | 2156 | SmartThings open-source DeviceTypeHandlers and SmartApps code | 5 hours ago |
+| [fat-aar-android](https://github.com/kezong/fat-aar-android) | 1973 | A gradle plugin that merge dependencies into the final aar file works with AGP 3.+ | 2 days ago |
## [MATLAB](#matlab)
@@ -273,16 +273,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [deep-photo-styletransfer](https://github.com/luanfujun/deep-photo-styletransfer) | 9828 | Code and data for paper "Deep Photo Style Transfer": https://arxiv.org/abs/1703.07511 | 3 months ago |
-| [OpenFace](https://github.com/TadasBaltrusaitis/OpenFace) | 5303 | OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation. | a month ago |
-| [PRMLT](https://github.com/PRML/PRMLT) | 5261 | Matlab code of machine learning algorithms in book PRML | 2 years ago |
-| [vrn](https://github.com/AaronJackson/vrn) | 4380 | :man: Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression" | a month ago |
-| [DeepLearnToolbox](https://github.com/rasmusbergpalm/DeepLearnToolbox) | 3626 | Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started. | 3 years ago |
-| [Stanford-CS-229-CN](https://github.com/Kivy-CN/Stanford-CS-229-CN) | 2902 | A Chinese Translation of Stanford CS229 notes 斯坦福机器学习CS229课程讲义的中文翻译 | a year ago |
-| [MTCNN_face_detection_alignment](https://github.com/kpzhang93/MTCNN_face_detection_alignment) | 2605 | Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks | 4 years ago |
-| [faster_rcnn](https://github.com/ShaoqingRen/faster_rcnn) | 2468 | Faster R-CNN | 3 years ago |
-| [rcnn](https://github.com/rbgirshick/rcnn) | 2177 | R-CNN: Regions with Convolutional Neural Network Features | 5 years ago |
-| [OpenTLD](https://github.com/zk00006/OpenTLD) | 2088 | OpenTLD is an open source library for real-time 2D tracking of a single object in video. This repository is no longer under development. For latest version see: http://www.tldvision.com/tld2.html | 6 years ago |
+| [deep-photo-styletransfer](https://github.com/luanfujun/deep-photo-styletransfer) | 9830 | Code and data for paper "Deep Photo Style Transfer": https://arxiv.org/abs/1703.07511 | 3 months ago |
+| [OpenFace](https://github.com/TadasBaltrusaitis/OpenFace) | 5311 | OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation. | 2 months ago |
+| [PRMLT](https://github.com/PRML/PRMLT) | 5267 | Matlab code of machine learning algorithms in book PRML | 2 years ago |
+| [vrn](https://github.com/AaronJackson/vrn) | 4382 | :man: Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression" | 2 months ago |
+| [DeepLearnToolbox](https://github.com/rasmusbergpalm/DeepLearnToolbox) | 3629 | Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started. | 3 years ago |
+| [Stanford-CS-229-CN](https://github.com/Kivy-CN/Stanford-CS-229-CN) | 2909 | A Chinese Translation of Stanford CS229 notes 斯坦福机器学习CS229课程讲义的中文翻译 | a year ago |
+| [MTCNN_face_detection_alignment](https://github.com/kpzhang93/MTCNN_face_detection_alignment) | 2608 | Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks | 4 years ago |
+| [faster_rcnn](https://github.com/ShaoqingRen/faster_rcnn) | 2472 | Faster R-CNN | 3 years ago |
+| [rcnn](https://github.com/rbgirshick/rcnn) | 2178 | R-CNN: Regions with Convolutional Neural Network Features | 5 years ago |
+| [OpenTLD](https://github.com/zk00006/OpenTLD) | 2089 | OpenTLD is an open source library for real-time 2D tracking of a single object in video. This repository is no longer under development. For latest version see: http://www.tldvision.com/tld2.html | 6 years ago |
## [Go](#go)
@@ -290,16 +290,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [go](https://github.com/golang/go) | 91300 | The Go programming language | 3 hours ago |
-| [kubernetes](https://github.com/kubernetes/kubernetes) | 81848 | Production-Grade Container Scheduling and Management | 8 minutes ago |
-| [awesome-go](https://github.com/avelino/awesome-go) | 69275 | A curated list of awesome Go frameworks, libraries and software | 8 hours ago |
-| [moby](https://github.com/moby/moby) | 61359 | Moby Project - a collaborative project for the container ecosystem to assemble container-based systems | 9 hours ago |
-| [hugo](https://github.com/gohugoio/hugo) | 54750 | The world’s fastest framework for building websites. | 6 hours ago |
-| [gin](https://github.com/gin-gonic/gin) | 52215 | Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. | 3 days ago |
-| [frp](https://github.com/fatedier/frp) | 49569 | A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet. | 2 days ago |
-| [syncthing](https://github.com/syncthing/syncthing) | 40989 | Open Source Continuous File Synchronization | 6 hours ago |
-| [fzf](https://github.com/junegunn/fzf) | 39698 | :cherry_blossom: A command-line fuzzy finder | 2 days ago |
-| [prometheus](https://github.com/prometheus/prometheus) | 39167 | The Prometheus monitoring system and time series database. | 2 hours ago |
+| [go](https://github.com/golang/go) | 91567 | The Go programming language | 8 minutes ago |
+| [kubernetes](https://github.com/kubernetes/kubernetes) | 82081 | Production-Grade Container Scheduling and Management | 32 minutes ago |
+| [awesome-go](https://github.com/avelino/awesome-go) | 69642 | A curated list of awesome Go frameworks, libraries and software | 11 hours ago |
+| [moby](https://github.com/moby/moby) | 61395 | Moby Project - a collaborative project for the container ecosystem to assemble container-based systems | a day ago |
+| [hugo](https://github.com/gohugoio/hugo) | 54859 | The world’s fastest framework for building websites. | a day ago |
+| [gin](https://github.com/gin-gonic/gin) | 52410 | Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. | a day ago |
+| [frp](https://github.com/fatedier/frp) | 49911 | A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet. | 4 days ago |
+| [syncthing](https://github.com/syncthing/syncthing) | 41120 | Open Source Continuous File Synchronization | 11 hours ago |
+| [fzf](https://github.com/junegunn/fzf) | 39857 | :cherry_blossom: A command-line fuzzy finder | 2 days ago |
+| [prometheus](https://github.com/prometheus/prometheus) | 39253 | The Prometheus monitoring system and time series database. | 4 hours ago |
## [Delphi](#delphi)
@@ -307,16 +307,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [rdpwrap](https://github.com/stascorp/rdpwrap) | 9569 | RDP Wrapper Library | a month ago |
-| [cheat-engine](https://github.com/cheat-engine/cheat-engine) | 6614 | Cheat Engine. A development environment focused on modding | a day ago |
-| [HeidiSQL](https://github.com/HeidiSQL/HeidiSQL) | 2771 | A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL and SQLite, written in Delphi | 16 hours ago |
-| [issrc](https://github.com/jrsoftware/issrc) | 2533 | Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability. | 2 days ago |
-| [transgui](https://github.com/transmission-remote-gui/transgui) | 2420 | 🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI. | a month ago |
-| [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher) | 1576 | A firmware Flash tool for nodemcu | 4 years ago |
-| [Dev-Cpp](https://github.com/Embarcadero/Dev-Cpp) | 1312 | A fast, portable, simple, and free C/C++ IDE | 23 days ago |
-| [soldat](https://github.com/Soldat/soldat) | 1283 | Soldat is a unique 2D (side-view) multiplayer action game | 12 hours ago |
-| [VisualMASM](https://github.com/ThomasJaeger/VisualMASM) | 1199 | Visual MASM - Assembly IDE for Microsoft MASM | 4 years ago |
-| [PeaZip](https://github.com/peazip/PeaZip) | 1181 | Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, Brotli, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP, ZIPX, Zstandard. | 9 days ago |
+| [rdpwrap](https://github.com/stascorp/rdpwrap) | 9601 | RDP Wrapper Library | a month ago |
+| [cheat-engine](https://github.com/cheat-engine/cheat-engine) | 6646 | Cheat Engine. A development environment focused on modding | 12 hours ago |
+| [HeidiSQL](https://github.com/HeidiSQL/HeidiSQL) | 2780 | A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL and SQLite, written in Delphi | 8 hours ago |
+| [issrc](https://github.com/jrsoftware/issrc) | 2542 | Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability. | 5 days ago |
+| [transgui](https://github.com/transmission-remote-gui/transgui) | 2427 | 🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI. | a month ago |
+| [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher) | 1575 | A firmware Flash tool for nodemcu | 4 years ago |
+| [Dev-Cpp](https://github.com/Embarcadero/Dev-Cpp) | 1328 | A fast, portable, simple, and free C/C++ IDE | a month ago |
+| [soldat](https://github.com/Soldat/soldat) | 1285 | Soldat is a unique 2D (side-view) multiplayer action game | 8 days ago |
+| [VisualMASM](https://github.com/ThomasJaeger/VisualMASM) | 1198 | Visual MASM - Assembly IDE for Microsoft MASM | 4 years ago |
+| [PeaZip](https://github.com/peazip/PeaZip) | 1196 | Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, Brotli, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP, ZIPX, Zstandard. | 16 days ago |
## [Swift](#swift)
@@ -324,16 +324,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [awesome-ios](https://github.com/vsouza/awesome-ios) | 38425 | A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects | 5 days ago |
-| [Alamofire](https://github.com/Alamofire/Alamofire) | 36531 | Elegant HTTP Networking in Swift | 4 days ago |
-| [ShadowsocksX-NG](https://github.com/shadowsocks/ShadowsocksX-NG) | 29841 | Next Generation of ShadowsocksX | 2 months ago |
-| [open-source-mac-os-apps](https://github.com/serhii-londar/open-source-mac-os-apps) | 28387 | 🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps | 2 days ago |
-| [open-source-ios-apps](https://github.com/dkhamsing/open-source-ios-apps) | 28380 | :iphone: Collaborative List of Open-Source iOS Apps | a day ago |
-| [iina](https://github.com/iina/iina) | 28143 | The modern video player for macOS. | 8 hours ago |
-| [swift-algorithm-club](https://github.com/raywenderlich/swift-algorithm-club) | 25523 | Algorithms and data structures in Swift, with explanations! | 5 days ago |
-| [Charts](https://github.com/danielgindi/Charts) | 24656 | Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart. | 3 days ago |
-| [lottie-ios](https://github.com/airbnb/lottie-ios) | 22042 | An iOS library to natively render After Effects vector animations | 4 days ago |
-| [awesome-swift](https://github.com/matteocrippa/awesome-swift) | 21261 | A collaborative list of awesome Swift libraries and resources. Feel free to contribute! | 4 days ago |
+| [awesome-ios](https://github.com/vsouza/awesome-ios) | 38451 | A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects | a day ago |
+| [Alamofire](https://github.com/Alamofire/Alamofire) | 36559 | Elegant HTTP Networking in Swift | 5 days ago |
+| [ShadowsocksX-NG](https://github.com/shadowsocks/ShadowsocksX-NG) | 29848 | Next Generation of ShadowsocksX | 2 months ago |
+| [open-source-ios-apps](https://github.com/dkhamsing/open-source-ios-apps) | 28447 | :iphone: Collaborative List of Open-Source iOS Apps | 9 hours ago |
+| [open-source-mac-os-apps](https://github.com/serhii-londar/open-source-mac-os-apps) | 28434 | 🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps | 11 hours ago |
+| [iina](https://github.com/iina/iina) | 28177 | The modern video player for macOS. | 7 days ago |
+| [swift-algorithm-club](https://github.com/raywenderlich/swift-algorithm-club) | 25554 | Algorithms and data structures in Swift, with explanations! | 12 days ago |
+| [Charts](https://github.com/danielgindi/Charts) | 24680 | Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart. | 10 days ago |
+| [lottie-ios](https://github.com/airbnb/lottie-ios) | 22103 | An iOS library to natively render After Effects vector animations | 6 days ago |
+| [awesome-swift](https://github.com/matteocrippa/awesome-swift) | 21287 | A collaborative list of awesome Swift libraries and resources. Feel free to contribute! | 15 hours ago |
## [Perl](#perl)
@@ -341,16 +341,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) | 14667 | Good-lookin' diffs. Actually… nah… The best-lookin' diffs. :tada: | 3 months ago |
-| [cloc](https://github.com/AlDanial/cloc) | 12584 | cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. | 2 hours ago |
-| [FlameGraph](https://github.com/brendangregg/FlameGraph) | 11997 | Stack trace visualizer | 4 days ago |
-| [gitolite](https://github.com/sitaramc/gitolite) | 7995 | Hosting git repositories -- Gitolite allows you to setup git hosting on a central server, with very fine-grained access control and many (many!) more powerful features. | 24 days ago |
-| [MySQLTuner-perl](https://github.com/major/MySQLTuner-perl) | 7157 | MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. | a day ago |
-| [nikto](https://github.com/sullo/nikto) | 5187 | Nikto web server scanner | 20 days ago |
-| [Expose](https://github.com/Jack000/Expose) | 4220 | A simple static site generator for photoessays | 2 years ago |
-| [sicp-pdf](https://github.com/sarabander/sicp-pdf) | 3932 | SICP PDF with Texinfo and LaTeX source | 4 months ago |
-| [git-it-electron](https://github.com/jlord/git-it-electron) | 3894 | :computer: :mortar_board: Git-it is a (Mac, Win, Linux) Desktop App for Learning Git and GitHub | 5 days ago |
-| [EQGRP](https://github.com/x0rz/EQGRP) | 3729 | Decrypted content of eqgrp-auction-file.tar.xz | 4 years ago |
+| [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) | 14685 | Good-lookin' diffs. Actually… nah… The best-lookin' diffs. :tada: | 2 days ago |
+| [cloc](https://github.com/AlDanial/cloc) | 12631 | cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. | a day ago |
+| [FlameGraph](https://github.com/brendangregg/FlameGraph) | 12024 | Stack trace visualizer | 3 days ago |
+| [gitolite](https://github.com/sitaramc/gitolite) | 7999 | Hosting git repositories -- Gitolite allows you to setup git hosting on a central server, with very fine-grained access control and many (many!) more powerful features. | a month ago |
+| [MySQLTuner-perl](https://github.com/major/MySQLTuner-perl) | 7170 | MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. | 3 days ago |
+| [nikto](https://github.com/sullo/nikto) | 5207 | Nikto web server scanner | a month ago |
+| [Expose](https://github.com/Jack000/Expose) | 4219 | A simple static site generator for photoessays | 2 years ago |
+| [sicp-pdf](https://github.com/sarabander/sicp-pdf) | 3935 | SICP PDF with Texinfo and LaTeX source | 4 months ago |
+| [git-it-electron](https://github.com/jlord/git-it-electron) | 3897 | :computer: :mortar_board: Git-it is a (Mac, Win, Linux) Desktop App for Learning Git and GitHub | 12 days ago |
+| [EQGRP](https://github.com/x0rz/EQGRP) | 3731 | Decrypted content of eqgrp-auction-file.tar.xz | 4 years ago |
## [Objective-C](#objective-c)
@@ -358,15 +358,15 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [AFNetworking](https://github.com/AFNetworking/AFNetworking) | 33250 | A delightful networking framework for iOS, macOS, watchOS, and tvOS. | 2 months ago |
-| [SDWebImage](https://github.com/SDWebImage/SDWebImage) | 23805 | Asynchronous image downloader with cache support as a UIImageView category | 3 days ago |
-| [GPUImage](https://github.com/BradLarson/GPUImage) | 19845 | An open source iOS framework for GPU-based image and video processing | a year ago |
-| [WeChatExtension-ForMac](https://github.com/MustangYM/WeChatExtension-ForMac) | 18854 | Mac微信功能拓展/微信插件/微信小助手(A plugin for Mac WeChat) | 2 months ago |
-| [Masonry](https://github.com/SnapKit/Masonry) | 17994 | Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout | 3 months ago |
-| [MBProgressHUD](https://github.com/jdg/MBProgressHUD) | 15926 | MBProgressHUD + Customizations | 2 months ago |
-| [IQKeyboardManager](https://github.com/hackiftekhar/IQKeyboardManager) | 15318 | Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more. | 4 days ago |
-| [expo](https://github.com/expo/expo) | 15208 | An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web. | 15 hours ago |
-| [realm-cocoa](https://github.com/realm/realm-cocoa) | 14665 | Realm is a mobile database: a replacement for Core Data & SQLite | an hour ago |
+| [AFNetworking](https://github.com/AFNetworking/AFNetworking) | 33252 | A delightful networking framework for iOS, macOS, watchOS, and tvOS. | 2 months ago |
+| [SDWebImage](https://github.com/SDWebImage/SDWebImage) | 23817 | Asynchronous image downloader with cache support as a UIImageView category | 6 days ago |
+| [GPUImage](https://github.com/BradLarson/GPUImage) | 19848 | An open source iOS framework for GPU-based image and video processing | a year ago |
+| [WeChatExtension-ForMac](https://github.com/MustangYM/WeChatExtension-ForMac) | 18856 | Mac微信功能拓展/微信插件/微信小助手(A plugin for Mac WeChat) | 2 months ago |
+| [Masonry](https://github.com/SnapKit/Masonry) | 17997 | Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout | 3 months ago |
+| [MBProgressHUD](https://github.com/jdg/MBProgressHUD) | 15924 | MBProgressHUD + Customizations | 6 days ago |
+| [IQKeyboardManager](https://github.com/hackiftekhar/IQKeyboardManager) | 15335 | Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more. | 7 days ago |
+| [expo](https://github.com/expo/expo) | 15240 | An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web. | 2 hours ago |
+| [realm-cocoa](https://github.com/realm/realm-cocoa) | 14673 | Realm is a mobile database: a replacement for Core Data & SQLite | 2 days ago |
| [YYKit](https://github.com/ibireme/YYKit) | 13864 | A collection of iOS components. | a year ago |
@@ -375,15 +375,15 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [996.ICU](https://github.com/996icu/996.ICU) | 259366 | Repo for counting stars and contributing. Press F to pay respect to glorious developers. | 12 days ago |
-| [deno](https://github.com/denoland/deno) | 78313 | A secure JavaScript and TypeScript runtime | 42 minutes ago |
-| [rust](https://github.com/rust-lang/rust) | 59533 | Empowering everyone to build reliable and efficient software. | 4 minutes ago |
-| [alacritty](https://github.com/alacritty/alacritty) | 35140 | A cross-platform, OpenGL terminal emulator. | 18 hours ago |
-| [bat](https://github.com/sharkdp/bat) | 29842 | A cat(1) clone with wings. | 6 hours ago |
-| [ripgrep](https://github.com/BurntSushi/ripgrep) | 27538 | ripgrep recursively searches directories for a regex pattern while respecting your gitignore | 4 days ago |
-| [tauri](https://github.com/tauri-apps/tauri) | 23501 | Build smaller, faster, and more secure desktop applications with a web frontend. | 13 hours ago |
-| [awesome-rust](https://github.com/rust-unofficial/awesome-rust) | 22249 | A curated list of Rust code and resources. | 16 minutes ago |
-| [rustlings](https://github.com/rust-lang/rustlings) | 19461 | :crab: Small exercises to get you used to reading and writing Rust code! | 2 days ago |
-| [fd](https://github.com/sharkdp/fd) | 19202 | A simple, fast and user-friendly alternative to 'find' | 21 hours ago |
+| [996.ICU](https://github.com/996icu/996.ICU) | 259518 | Repo for counting stars and contributing. Press F to pay respect to glorious developers. | 4 days ago |
+| [deno](https://github.com/denoland/deno) | 78464 | A secure JavaScript and TypeScript runtime | 3 hours ago |
+| [rust](https://github.com/rust-lang/rust) | 59726 | Empowering everyone to build reliable and efficient software. | 7 minutes ago |
+| [alacritty](https://github.com/alacritty/alacritty) | 35243 | A cross-platform, OpenGL terminal emulator. | 2 days ago |
+| [bat](https://github.com/sharkdp/bat) | 29943 | A cat(1) clone with wings. | 15 hours ago |
+| [ripgrep](https://github.com/BurntSushi/ripgrep) | 27704 | ripgrep recursively searches directories for a regex pattern while respecting your gitignore | 8 hours ago |
+| [tauri](https://github.com/tauri-apps/tauri) | 23701 | Build smaller, faster, and more secure desktop applications with a web frontend. | 2 days ago |
+| [awesome-rust](https://github.com/rust-unofficial/awesome-rust) | 22338 | A curated list of Rust code and resources. | 12 hours ago |
+| [rustlings](https://github.com/rust-lang/rustlings) | 19562 | :crab: Small exercises to get you used to reading and writing Rust code! | 7 days ago |
+| [fd](https://github.com/sharkdp/fd) | 19251 | A simple, fast and user-friendly alternative to 'find' | a day ago |
diff --git a/docs/book/README.md b/docs/book/README.md
index 3aefe1a..b6b0fed 100644
--- a/docs/book/README.md
+++ b/docs/book/README.md
@@ -3,7 +3,7 @@
* A curated list of programming books.
* Inspired by Awesome.
* If you see a package or project here that is no longer maintained or is not a good fit, please submit a issue to improve this file. Thank you!
-* Last Sync Time: Mon Oct 18 2021 09:30:00 GMT+0800 (中国标准时间)
+* Last Sync Time: Mon Oct 25 2021 09:31:48 GMT+0800 (中国标准时间)
* Synchronize Every Week.
#### Order by alphabetical and star count.
@@ -28,14 +28,14 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | 208528 | :books: Freely available programming books | 2 hours ago |
-| [free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN) | 83433 | :books: 免费的计算机编程类中文书籍,欢迎投稿 | a month ago |
-| [the-book-of-secret-knowledge](https://github.com/trimstray/the-book-of-secret-knowledge) | 50545 | A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. | 6 days ago |
-| [frontend-dev-bookmarks](https://github.com/dypsilon/frontend-dev-bookmarks) | 32657 | Manually curated collection of resources for frontend web developers. | 2 months ago |
-| [awesome-programming-books](https://github.com/jobbole/awesome-programming-books) | 12491 | 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等 | 2 months ago |
-| [free-books](https://github.com/ruanyf/free-books) | 12104 | 互联网上的免费书籍 | 6 months ago |
-| [books](https://github.com/programthink/books) | 11925 | 【编程随想】收藏的电子书清单(多个学科,含下载链接) | 6 months ago |
-| [os01](https://github.com/tuhdo/os01) | 9560 | Bootstrap yourself to write an OS from scratch. A book for self-learner. | 6 days ago |
+| [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | 209069 | :books: Freely available programming books | 4 hours ago |
+| [free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN) | 83574 | :books: 免费的计算机编程类中文书籍,欢迎投稿 | 2 months ago |
+| [the-book-of-secret-knowledge](https://github.com/trimstray/the-book-of-secret-knowledge) | 50961 | A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. | 5 days ago |
+| [frontend-dev-bookmarks](https://github.com/dypsilon/frontend-dev-bookmarks) | 32705 | Manually curated collection of resources for frontend web developers. | 3 months ago |
+| [awesome-programming-books](https://github.com/jobbole/awesome-programming-books) | 12501 | 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等 | 2 months ago |
+| [free-books](https://github.com/ruanyf/free-books) | 12126 | 互联网上的免费书籍 | 6 months ago |
+| [books](https://github.com/programthink/books) | 11958 | 【编程随想】收藏的电子书清单(多个学科,含下载链接) | 6 months ago |
+| [os01](https://github.com/tuhdo/os01) | 9580 | Bootstrap yourself to write an OS from scratch. A book for self-learner. | 13 days ago |
### [Python](#python)
@@ -43,9 +43,9 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [python-guide](https://github.com/realpython/python-guide) | 23745 | Python best practices guidebook, written for humans. | 12 days ago |
-| [reinforcement-learning](https://github.com/dennybritz/reinforcement-learning) | 17195 | Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course. | 17 days ago |
-| [Kalman-and-Bayesian-Filters-in-Python](https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python) | 10887 | Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions. | a month ago |
+| [python-guide](https://github.com/realpython/python-guide) | 23773 | Python best practices guidebook, written for humans. | 13 hours ago |
+| [reinforcement-learning](https://github.com/dennybritz/reinforcement-learning) | 17232 | Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course. | 4 days ago |
+| [Kalman-and-Bayesian-Filters-in-Python](https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python) | 10925 | Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions. | a month ago |
### [JavaScript](#javascript)
@@ -53,14 +53,14 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) | 145631 | A book series on JavaScript. @YDKJS on twitter. | 12 days ago |
-| [sheetjs](https://github.com/SheetJS/sheetjs) | 27558 | :green_book: SheetJS Community Edition -- Spreadsheet Data Toolkit | 7 hours ago |
-| [wtfjs](https://github.com/denysdovhan/wtfjs) | 23909 | 🤪 A list of funny and tricky JavaScript examples | 19 days ago |
-| [node-lessons](https://github.com/alsotang/node-lessons) | 16310 | :closed_book:《Node.js 包教不包会》 by alsotang | a year ago |
-| [Functional-Light-JS](https://github.com/getify/Functional-Light-JS) | 14569 | Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter. | 9 months ago |
-| [react-in-patterns](https://github.com/krasimir/react-in-patterns) | 10924 | A free book that talks about design patterns/techniques used while developing with React. | a year ago |
-| [babel-handbook](https://github.com/jamiebuilds/babel-handbook) | 10409 | :blue_book: A guided handbook on how to use Babel and how to create plugins for Babel. | a month ago |
-| [backbone-fundamentals](https://github.com/addyosmani/backbone-fundamentals) | 9391 | :book: A creative-commons book on Backbone.js for beginners and advanced users alike | 2 years ago |
+| [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) | 145900 | A book series on JavaScript. @YDKJS on twitter. | 19 days ago |
+| [sheetjs](https://github.com/SheetJS/sheetjs) | 27835 | :green_book: SheetJS Community Edition -- Spreadsheet Data Toolkit | 3 days ago |
+| [wtfjs](https://github.com/denysdovhan/wtfjs) | 24101 | 🤪 A list of funny and tricky JavaScript examples | 6 days ago |
+| [node-lessons](https://github.com/alsotang/node-lessons) | 16318 | :closed_book:《Node.js 包教不包会》 by alsotang | a year ago |
+| [Functional-Light-JS](https://github.com/getify/Functional-Light-JS) | 14621 | Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter. | 21 hours ago |
+| [react-in-patterns](https://github.com/krasimir/react-in-patterns) | 10926 | A free book that talks about design patterns/techniques used while developing with React. | a year ago |
+| [babel-handbook](https://github.com/jamiebuilds/babel-handbook) | 10420 | :blue_book: A guided handbook on how to use Babel and how to create plugins for Babel. | a month ago |
+| [backbone-fundamentals](https://github.com/addyosmani/backbone-fundamentals) | 9390 | :book: A creative-commons book on Backbone.js for beginners and advanced users alike | 2 years ago |
### [Typescript](#typescript)
@@ -68,8 +68,8 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [typescript-book](https://github.com/basarat/typescript-book) | 15913 | :books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹 | 6 days ago |
-| [advanced-go-programming-book](https://github.com/chai2010/advanced-go-programming-book) | 15902 | :books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿) | 20 days ago |
+| [typescript-book](https://github.com/basarat/typescript-book) | 15954 | :books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹 | 13 days ago |
+| [advanced-go-programming-book](https://github.com/chai2010/advanced-go-programming-book) | 15947 | :books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿) | 3 days ago |
### [Go](#go)
@@ -77,10 +77,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN) | 27617 | 《The Way to Go》中文译本,中文正式名《Go 入门指南》 | 12 days ago |
-| [advanced-go-programming-book](https://github.com/chai2010/advanced-go-programming-book) | 15902 | :books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿) | 20 days ago |
-| [book](https://github.com/qyuhen/book) | 11822 | 学习笔记 | 6 months ago |
-| [GoBooks](https://github.com/dariubs/GoBooks) | 10210 | List of Golang books | 18 days ago |
+| [the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN) | 27739 | 《The Way to Go》中文译本,中文正式名《Go 入门指南》 | 20 hours ago |
+| [advanced-go-programming-book](https://github.com/chai2010/advanced-go-programming-book) | 15947 | :books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿) | 3 days ago |
+| [book](https://github.com/qyuhen/book) | 11826 | 学习笔记 | 7 months ago |
+| [GoBooks](https://github.com/dariubs/GoBooks) | 10256 | List of Golang books | 25 days ago |
### [Docker](#docker)
@@ -88,7 +88,7 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [docker_practice](https://github.com/yeasy/docker_practice) | 19406 | Learn and understand Docker technologies, with real DevOps practice! | a month ago |
+| [docker_practice](https://github.com/yeasy/docker_practice) | 19461 | Learn and understand Docker technologies, with real DevOps practice! | 2 days ago |
### [Bash](#bash)
@@ -96,7 +96,7 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible) | 27834 | 📖 A collection of pure bash alternatives to external processes. | 4 months ago |
+| [pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible) | 27866 | 📖 A collection of pure bash alternatives to external processes. | 4 months ago |
## [Deep Learning](#deep-learning)
@@ -107,18 +107,18 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [deeplearningbook-chinese](https://github.com/exacity/deeplearningbook-chinese) | 31763 | Deep Learning Book Chinese Translation | 2 years ago |
-| [d2l-zh](https://github.com/d2l-ai/d2l-zh) | 26124 | 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球200所大学采用教学。 | a day ago |
-| [pumpkin-book](https://github.com/datawhalechina/pumpkin-book) | 18426 | 《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book | 2 days ago |
-| [deep-learning-with-python-notebooks](https://github.com/fchollet/deep-learning-with-python-notebooks) | 13762 | Jupyter notebooks for the code samples of the book "Deep Learning with Python" | 14 days ago |
-| [deeplearning_ai_books](https://github.com/fengdu78/deeplearning_ai_books) | 13740 | deeplearning.ai(吴恩达老师的深度学习课程笔记及资源) | 2 months ago |
-| [fastbook](https://github.com/fastai/fastbook) | 13689 | The fastai book, published as Jupyter Notebooks | 10 days ago |
-| [neural-networks-and-deep-learning](https://github.com/mnielsen/neural-networks-and-deep-learning) | 12890 | Code samples for my book "Neural Networks and Deep Learning" | 8 months ago |
-| [awesome-nlp](https://github.com/keon/awesome-nlp) | 12445 | :book: A curated list of resources dedicated to Natural Language Processing (NLP) | a day ago |
-| [Deep-Learning-with-TensorFlow-book](https://github.com/dragen1860/Deep-Learning-with-TensorFlow-book) | 11997 | 深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework. | 2 months ago |
-| [python-machine-learning-book](https://github.com/rasbt/python-machine-learning-book) | 11368 | The "Python Machine Learning (1st edition)" book code repository and info resource | 3 months ago |
-| [d2l-en](https://github.com/d2l-ai/d2l-en) | 11214 | Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 200 universities. | 3 days ago |
-| [mit-deep-learning-book-pdf](https://github.com/janishar/mit-deep-learning-book-pdf) | 9674 | MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville | 9 months ago |
-| [pytorch-book](https://github.com/chenyuntc/pytorch-book) | 9331 | PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》) | 7 months ago |
+| [deeplearningbook-chinese](https://github.com/exacity/deeplearningbook-chinese) | 31797 | Deep Learning Book Chinese Translation | 2 years ago |
+| [d2l-zh](https://github.com/d2l-ai/d2l-zh) | 26257 | 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球200所大学采用教学。 | 5 hours ago |
+| [pumpkin-book](https://github.com/datawhalechina/pumpkin-book) | 18513 | 《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book | 9 days ago |
+| [deep-learning-with-python-notebooks](https://github.com/fchollet/deep-learning-with-python-notebooks) | 13792 | Jupyter notebooks for the code samples of the book "Deep Learning with Python" | 21 days ago |
+| [deeplearning_ai_books](https://github.com/fengdu78/deeplearning_ai_books) | 13766 | deeplearning.ai(吴恩达老师的深度学习课程笔记及资源) | 2 days ago |
+| [fastbook](https://github.com/fastai/fastbook) | 13726 | The fastai book, published as Jupyter Notebooks | 17 days ago |
+| [neural-networks-and-deep-learning](https://github.com/mnielsen/neural-networks-and-deep-learning) | 12915 | Code samples for my book "Neural Networks and Deep Learning" | 8 months ago |
+| [awesome-nlp](https://github.com/keon/awesome-nlp) | 12462 | :book: A curated list of resources dedicated to Natural Language Processing (NLP) | 8 days ago |
+| [Deep-Learning-with-TensorFlow-book](https://github.com/dragen1860/Deep-Learning-with-TensorFlow-book) | 12017 | 深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework. | 2 months ago |
+| [python-machine-learning-book](https://github.com/rasbt/python-machine-learning-book) | 11374 | The "Python Machine Learning (1st edition)" book code repository and info resource | 3 months ago |
+| [d2l-en](https://github.com/d2l-ai/d2l-en) | 11251 | Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 200 universities. | a day ago |
+| [mit-deep-learning-book-pdf](https://github.com/janishar/mit-deep-learning-book-pdf) | 9694 | MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville | 9 months ago |
+| [pytorch-book](https://github.com/chenyuntc/pytorch-book) | 9372 | PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》) | 7 months ago |
diff --git a/docs/c/README.md b/docs/c/README.md
index 9a31aea..eb50c25 100644
--- a/docs/c/README.md
+++ b/docs/c/README.md
@@ -3,7 +3,7 @@
* A curated list of awesome C, C++ frameworks, libraries, software and resources.
* Inspired by Awesome.
* If you see a package or project here that is no longer maintained or is not a good fit, please submit a issue to improve this file. Thank you!
-* Last Sync Time: Mon Oct 18 2021 09:30:25 GMT+0800 (中国标准时间)
+* Last Sync Time: Mon Oct 25 2021 09:32:02 GMT+0800 (中国标准时间)
* Synchronize Every Week.
#### Order by alphabetical and star count.
@@ -78,7 +78,7 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [draft](https://github.com/cplusplus/draft) | 4503 | C++ standards drafts | a day ago |
+| [draft](https://github.com/cplusplus/draft) | 4510 | C++ standards drafts | 5 hours ago |
### [Frameworks](#frameworks)
@@ -86,22 +86,22 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [folly](https://github.com/facebook/folly) | 20169 | An open-source C++ library developed and used at Facebook. | a day ago |
-| [dlib](https://github.com/davisking/dlib) | 10632 | A toolkit for making real world machine learning and data analysis applications in C++ | 5 days ago |
-| [abseil-cpp](https://github.com/abseil/abseil-cpp) | 9465 | Abseil Common Libraries (C++) | 2 days ago |
-| [openFrameworks](https://github.com/openframeworks/openFrameworks) | 8571 | openFrameworks is a community-developed cross platform toolkit for creative coding in C++. | 4 days ago |
-| [workflow](https://github.com/sogou/workflow) | 5997 | C++ Parallel Computing and Asynchronous Networking Engine. Simple C++ HTTP Library. | 11 hours ago |
-| [EASTL](https://github.com/electronicarts/EASTL) | 5976 | EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance. | 4 days ago |
-| [JUCE](https://github.com/juce-framework/JUCE) | 3683 | JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins. | 3 days ago |
+| [folly](https://github.com/facebook/folly) | 20202 | An open-source C++ library developed and used at Facebook. | 2 days ago |
+| [dlib](https://github.com/davisking/dlib) | 10651 | A toolkit for making real world machine learning and data analysis applications in C++ | 4 hours ago |
+| [abseil-cpp](https://github.com/abseil/abseil-cpp) | 9489 | Abseil Common Libraries (C++) | 3 days ago |
+| [openFrameworks](https://github.com/openframeworks/openFrameworks) | 8577 | openFrameworks is a community-developed cross platform toolkit for creative coding in C++. | 4 days ago |
+| [workflow](https://github.com/sogou/workflow) | 6062 | C++ Parallel Computing and Asynchronous Networking Engine | 11 hours ago |
+| [EASTL](https://github.com/electronicarts/EASTL) | 5987 | EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance. | 4 days ago |
+| [JUCE](https://github.com/juce-framework/JUCE) | 3696 | JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins. | 4 days ago |
| [libphenom](https://github.com/facebookarchive/libphenom) | 1661 | An eventing framework for building high performance and high scalability systems in C. | 3 years ago |
-| [FunctionalPlus](https://github.com/Dobiasd/FunctionalPlus) | 1472 | Functional Programming Library for C++. Write concise and readable C++ code. | 9 days ago |
-| [bde](https://github.com/bloomberg/bde) | 1281 | Basic Development Environment - a set of foundational C++ libraries used at Bloomberg. | 2 days ago |
-| [libsourcey](https://github.com/sourcey/libsourcey) | 1197 | C++14 evented IO libraries for high performance networking and media based applications | 5 months ago |
-| [etl](https://github.com/ETLCPP/etl) | 962 | Embedded Template Library | 7 hours ago |
+| [FunctionalPlus](https://github.com/Dobiasd/FunctionalPlus) | 1474 | Functional Programming Library for C++. Write concise and readable C++ code. | 16 days ago |
+| [bde](https://github.com/bloomberg/bde) | 1283 | Basic Development Environment - a set of foundational C++ libraries used at Bloomberg. | 3 days ago |
+| [libsourcey](https://github.com/sourcey/libsourcey) | 1198 | C++14 evented IO libraries for high performance networking and media based applications | 5 months ago |
+| [etl](https://github.com/ETLCPP/etl) | 968 | Embedded Template Library | 2 days ago |
| [ffead-cpp](https://github.com/sumeetchhetri/ffead-cpp) | 481 | Framework for Enterprise Application Development in c++, HTTP1/HTTP2/HTTP3 compliant, Supports multiple server backends | a month ago |
| [libu](https://github.com/koanlogic/libu) | 358 | LibU is a multiplatform utility library written in C, with APIs for handling memory allocation, networking and URI parsing, string manipulation, debugging, and logging in a very compact way, plus many other miscellaneous tasks | 10 months ago |
-| [yomm2](https://github.com/jll63/yomm2) | 184 | Fast, orthogonal, open multi-methods. Supersedes yomm11. | 21 days ago |
-| [kigs](https://github.com/Kigs-framework/kigs) | 57 | Kigs framework is a C++ modular multipurpose cross platform framework. | 5 days ago |
+| [yomm2](https://github.com/jll63/yomm2) | 185 | Fast, orthogonal, open multi-methods. Supersedes yomm11. | a month ago |
+| [kigs](https://github.com/Kigs-framework/kigs) | 57 | Kigs framework is a C++ modular multipurpose cross platform framework. | 12 days ago |
### [Artificial Intelligence](#artificial-intelligence)
@@ -109,20 +109,20 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [tensorflow](https://github.com/tensorflow/tensorflow) | 159922 | An Open Source Machine Learning Framework for Everyone | 3 hours ago |
-| [pytorch](https://github.com/pytorch/pytorch) | 51461 | Tensors and Dynamic neural networks in Python with strong GPU acceleration | 24 minutes ago |
-| [incubator-mxnet](https://github.com/apache/incubator-mxnet) | 19691 | Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more | 4 hours ago |
+| [tensorflow](https://github.com/tensorflow/tensorflow) | 160079 | An Open Source Machine Learning Framework for Everyone | 41 minutes ago |
+| [pytorch](https://github.com/pytorch/pytorch) | 51636 | Tensors and Dynamic neural networks in Python with strong GPU acceleration | 27 minutes ago |
+| [incubator-mxnet](https://github.com/apache/incubator-mxnet) | 19698 | Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more | 4 hours ago |
| [CNTK](https://github.com/microsoft/CNTK) | 17108 | Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit | 2 months ago |
-| [kaldi](https://github.com/kaldi-asr/kaldi) | 10950 | kaldi-asr/kaldi is the official location of the Kaldi project. | 3 hours ago |
-| [tiny-dnn](https://github.com/tiny-dnn/tiny-dnn) | 5434 | header only, dependency-free deep learning framework in C++14 | 8 months ago |
-| [recastnavigation](https://github.com/recastnavigation/recastnavigation) | 4367 | Navigation-mesh Toolset for Games | 6 months ago |
-| [flashlight](https://github.com/flashlight/flashlight) | 3961 | A C++ standalone library for machine learning | 2 days ago |
-| [oneDNN](https://github.com/oneapi-src/oneDNN) | 2544 | oneAPI Deep Neural Network Library (oneDNN) | 2 days ago |
-| [genann](https://github.com/codeplea/genann) | 1143 | simple neural network library in ANSI C | 2 months ago |
-| [veles](https://github.com/Samsung/veles) | 893 | Distributed machine learning platform | 5 years ago |
-| [frugally-deep](https://github.com/Dobiasd/frugally-deep) | 795 | Header-only library for using Keras models in C++. | 24 days ago |
+| [kaldi](https://github.com/kaldi-asr/kaldi) | 10984 | kaldi-asr/kaldi is the official location of the Kaldi project. | 2 days ago |
+| [tiny-dnn](https://github.com/tiny-dnn/tiny-dnn) | 5435 | header only, dependency-free deep learning framework in C++14 | 8 months ago |
+| [recastnavigation](https://github.com/recastnavigation/recastnavigation) | 4378 | Navigation-mesh Toolset for Games | 6 months ago |
+| [flashlight](https://github.com/flashlight/flashlight) | 3963 | A C++ standalone library for machine learning | 3 days ago |
+| [oneDNN](https://github.com/oneapi-src/oneDNN) | 2549 | oneAPI Deep Neural Network Library (oneDNN) | 3 days ago |
+| [genann](https://github.com/codeplea/genann) | 1144 | simple neural network library in ANSI C | 2 months ago |
+| [veles](https://github.com/Samsung/veles) | 894 | Distributed machine learning platform | 5 years ago |
+| [frugally-deep](https://github.com/Dobiasd/frugally-deep) | 794 | Header-only library for using Keras models in C++. | a month ago |
| [btsk](https://github.com/aigamedev/btsk) | 373 | Behavior Tree Starter Kit | 6 years ago |
-| [ANNetGPGPU](https://github.com/ANNetGPGPU/ANNetGPGPU) | 88 | A GPU (CUDA) based Artificial Neural Network library | 23 days ago |
+| [ANNetGPGPU](https://github.com/ANNetGPGPU/ANNetGPGPU) | 88 | A GPU (CUDA) based Artificial Neural Network library | a month ago |
### [Asynchronous Event Loop](#asynchronous-event-loop)
@@ -130,12 +130,12 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [libuv](https://github.com/libuv/libuv) | 18267 | Cross-platform asynchronous I/O | 2 days ago |
-| [libhv](https://github.com/ithewei/libhv) | 3061 | 🔥 比libevent、libuv更易用的国产网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket client/server. | a day ago |
-| [asio](https://github.com/chriskohlhoff/asio) | 3045 | Asio C++ Library | 15 hours ago |
-| [actor-framework](https://github.com/actor-framework/actor-framework) | 2606 | An Open Source Implementation of the Actor Model in C++ | 2 days ago |
-| [uvw](https://github.com/skypjack/uvw) | 1315 | Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library! | 2 months ago |
-| [promise-cpp](https://github.com/xhawk18/promise-cpp) | 348 | C++ promise/A+ library in Javascript style. | 9 days ago |
+| [libuv](https://github.com/libuv/libuv) | 18301 | Cross-platform asynchronous I/O | 2 days ago |
+| [libhv](https://github.com/ithewei/libhv) | 3089 | 🔥 比libevent、libuv更易用的国产网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket client/server. | 3 days ago |
+| [asio](https://github.com/chriskohlhoff/asio) | 3051 | Asio C++ Library | 10 minutes ago |
+| [actor-framework](https://github.com/actor-framework/actor-framework) | 2608 | An Open Source Implementation of the Actor Model in C++ | 7 hours ago |
+| [uvw](https://github.com/skypjack/uvw) | 1317 | Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library! | 5 days ago |
+| [promise-cpp](https://github.com/xhawk18/promise-cpp) | 349 | C++ promise/A+ library in Javascript style. | 16 days ago |
### [Audio](#audio)
@@ -143,18 +143,18 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [wav2letter](https://github.com/flashlight/wav2letter) | 5872 | Facebook AI Research's Automatic Speech Recognition Toolkit | a month ago |
-| [miniaudio](https://github.com/mackron/miniaudio) | 1781 | Single file audio playback and capture library written in C. | 5 days ago |
-| [libsoundio](https://github.com/andrewrk/libsoundio) | 1413 | C library for cross-platform real-time audio input and output | 25 days ago |
-| [Maximilian](https://github.com/micknoise/Maximilian) | 1205 | C++ Audio and Music DSP Library | 3 months ago |
-| [soloud](https://github.com/jarikomppa/soloud) | 1172 | Free, easy, portable audio engine for games | a month ago |
+| [wav2letter](https://github.com/flashlight/wav2letter) | 5876 | Facebook AI Research's Automatic Speech Recognition Toolkit | a month ago |
+| [miniaudio](https://github.com/mackron/miniaudio) | 1790 | Single file audio playback and capture library written in C. | 12 days ago |
+| [libsoundio](https://github.com/andrewrk/libsoundio) | 1416 | C library for cross-platform real-time audio input and output | a month ago |
+| [Maximilian](https://github.com/micknoise/Maximilian) | 1207 | C++ Audio and Music DSP Library | 3 months ago |
+| [soloud](https://github.com/jarikomppa/soloud) | 1176 | Free, easy, portable audio engine for games | 2 months ago |
| [minimp3](https://github.com/lieff/minimp3) | 996 | Minimalistic MP3 decoder single header library | 3 months ago |
-| [libsndfile](https://github.com/libsndfile/libsndfile) | 882 | A C library for reading and writing sound files containing sampled audio data. | a month ago |
-| [AudioFile](https://github.com/adamstark/AudioFile) | 502 | A simple C++ library for reading and writing audio files. | a month ago |
+| [libsndfile](https://github.com/libsndfile/libsndfile) | 885 | A C library for reading and writing sound files containing sampled audio data. | 13 hours ago |
+| [AudioFile](https://github.com/adamstark/AudioFile) | 504 | A simple C++ library for reading and writing audio files. | a month ago |
| [Tonic](https://github.com/TonicAudio/Tonic) | 436 | Easy and efficient audio synthesis in C++ | 2 years ago |
-| [verovio](https://github.com/rism-digital/verovio) | 426 | 🎵 Music notation engraving library for MEI with MusicXML and Humdrum support and various toolkits (JavaScript, Python) | 2 days ago |
+| [verovio](https://github.com/rism-digital/verovio) | 425 | 🎵 Music notation engraving library for MEI with MusicXML and Humdrum support and various toolkits (JavaScript, Python) | 2 days ago |
| [sela](https://github.com/sahaRatul/sela) | 206 | SimplE Lossless Audio | 2 years ago |
-| [ni-media](https://github.com/NativeInstruments/ni-media) | 170 | NI Media is a C++ library for reading and writing audio streams. | 7 months ago |
+| [ni-media](https://github.com/NativeInstruments/ni-media) | 171 | NI Media is a C++ library for reading and writing audio streams. | 7 months ago |
### [Biology](#biology)
@@ -162,7 +162,7 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [vcflib](https://github.com/vcflib/vcflib) | 447 | C++ library and cmdline tools for parsing and manipulating VCF files | 5 months ago |
+| [vcflib](https://github.com/vcflib/vcflib) | 448 | C++ library and cmdline tools for parsing and manipulating VCF files | 5 months ago |
| [wham](https://github.com/zeeev/wham) | 83 | Structural variant detection and association testing | 4 years ago |
@@ -171,9 +171,9 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [libtorrent](https://github.com/arvidn/libtorrent) | 3447 | an efficient feature complete C++ bittorrent implementation | an hour ago |
-| [libutp](https://github.com/bittorrent/libutp) | 956 | uTorrent Transport Protocol library | a year ago |
-| [libtorrent](https://github.com/rakshasa/libtorrent) | 819 | libTorrent BitTorrent library | a month ago |
+| [libtorrent](https://github.com/arvidn/libtorrent) | 3453 | an efficient feature complete C++ bittorrent implementation | an hour ago |
+| [libutp](https://github.com/bittorrent/libutp) | 959 | uTorrent Transport Protocol library | a year ago |
+| [libtorrent](https://github.com/rakshasa/libtorrent) | 820 | libTorrent BitTorrent library | 2 months ago |
| [dht](https://github.com/jech/dht) | 611 | BitTorrent DHT library | 10 months ago |
@@ -182,10 +182,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [lammps](https://github.com/lammps/lammps) | 1188 | Public development project of the LAMMPS MD software package | 3 hours ago |
-| [gromacs](https://github.com/gromacs/gromacs) | 371 | Public/backup repository of the GROMACS molecular simulation toolkit. Please do not mine the metadata blindly; we use https://gitlab.com/gromacs/gromacs for code review and issue tracking. | 2 days ago |
-| [reaktoro](https://github.com/reaktoro/reaktoro) | 78 | a unified framework for modeling chemically reactive systems | 4 days ago |
-| [seams-core](https://github.com/d-SEAMS/seams-core) | 19 | The d-SEAMS C++ core engine | 2 months ago |
+| [lammps](https://github.com/lammps/lammps) | 1195 | Public development project of the LAMMPS MD software package | 4 hours ago |
+| [gromacs](https://github.com/gromacs/gromacs) | 374 | Public/backup repository of the GROMACS molecular simulation toolkit. Please do not mine the metadata blindly; we use https://gitlab.com/gromacs/gromacs for code review and issue tracking. | 2 days ago |
+| [reaktoro](https://github.com/reaktoro/reaktoro) | 78 | a unified framework for modeling chemically reactive systems | 7 days ago |
+| [seams-core](https://github.com/d-SEAMS/seams-core) | 19 | The d-SEAMS C++ core engine | 3 months ago |
### [CLI](#cli)
@@ -193,23 +193,23 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [linenoise](https://github.com/antirez/linenoise) | 2840 | A small self-contained alternative to readline and libedit | 3 months ago |
-| [cxxopts](https://github.com/jarro2783/cxxopts) | 2780 | Lightweight C++ command line option parser | 8 days ago |
-| [termbox](https://github.com/nsf/termbox) | 1822 | Library for writing text-based user interfaces | a year ago |
-| [indicators](https://github.com/p-ranav/indicators) | 1735 | Activity Indicators for Modern C++ | 3 months ago |
-| [FTXUI](https://github.com/ArthurSonzogni/FTXUI) | 1713 | :computer: C++ Functional Terminal User Interface. :heart: | 7 hours ago |
-| [imtui](https://github.com/ggerganov/imtui) | 1445 | ImTui: Immediate Mode Text-based User Interface | 2 months ago |
-| [tabulate](https://github.com/p-ranav/tabulate) | 1047 | Table Maker for Modern C++ | 10 days ago |
-| [docopt.cpp](https://github.com/docopt/docopt.cpp) | 920 | C++11 port of docopt | 24 days ago |
-| [args](https://github.com/Taywee/args) | 910 | A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API). | 10 days ago |
+| [linenoise](https://github.com/antirez/linenoise) | 2846 | A small self-contained alternative to readline and libedit | 3 months ago |
+| [cxxopts](https://github.com/jarro2783/cxxopts) | 2791 | Lightweight C++ command line option parser | 4 days ago |
+| [termbox](https://github.com/nsf/termbox) | 1821 | Library for writing text-based user interfaces | a year ago |
+| [indicators](https://github.com/p-ranav/indicators) | 1742 | Activity Indicators for Modern C++ | 3 months ago |
+| [FTXUI](https://github.com/ArthurSonzogni/FTXUI) | 1721 | :computer: C++ Functional Terminal User Interface. :heart: | a day ago |
+| [imtui](https://github.com/ggerganov/imtui) | 1449 | ImTui: Immediate Mode Text-based User Interface | 2 months ago |
+| [tabulate](https://github.com/p-ranav/tabulate) | 1053 | Table Maker for Modern C++ | 17 days ago |
+| [docopt.cpp](https://github.com/docopt/docopt.cpp) | 922 | C++11 port of docopt | a month ago |
+| [args](https://github.com/Taywee/args) | 910 | A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API). | 17 days ago |
| [argh](https://github.com/adishavit/argh) | 887 | Argh! A minimalist argument handler. | 3 months ago |
-| [PDCurses](https://github.com/wmcbrine/PDCurses) | 699 | PDCurses - a curses library for environments that don't fit the termcap/terminfo model. | 2 hours ago |
-| [cli](https://github.com/daniele77/cli) | 684 | A library for interactive command line interfaces in modern C++ | 11 days ago |
-| [Clara](https://github.com/catchorg/Clara) | 646 | A simple to use, composable, command line parser for C++ 11 and beyond | 2 years ago |
-| [replxx](https://github.com/AmokHuginnsson/replxx) | 506 | A readline and libedit replacement that supports UTF-8, syntax highlighting, hints and Windows and is BSD licensed. | a day ago |
-| [linenoise-ng](https://github.com/arangodb/linenoise-ng) | 323 | A small self-contained alternative to readline and libedit that supports UTF-8 and Windows and is BSD licensed. | a year ago |
-| [Lyra](https://github.com/bfgroup/Lyra) | 289 | A simple to use, composable, command line parser for C++ 11 and beyond | 3 months ago |
-| [cpp-terminal](https://github.com/jupyter-xeus/cpp-terminal) | 100 | Small header only C++ library for writing multiplatform terminal applications | 12 days ago |
+| [PDCurses](https://github.com/wmcbrine/PDCurses) | 699 | PDCurses - a curses library for environments that don't fit the termcap/terminfo model. | 5 days ago |
+| [cli](https://github.com/daniele77/cli) | 690 | A library for interactive command line interfaces in modern C++ | 18 days ago |
+| [Clara](https://github.com/catchorg/Clara) | 647 | A simple to use, composable, command line parser for C++ 11 and beyond | 2 years ago |
+| [replxx](https://github.com/AmokHuginnsson/replxx) | 522 | A readline and libedit replacement that supports UTF-8, syntax highlighting, hints and Windows and is BSD licensed. | 4 days ago |
+| [linenoise-ng](https://github.com/arangodb/linenoise-ng) | 324 | A small self-contained alternative to readline and libedit that supports UTF-8 and Windows and is BSD licensed. | a year ago |
+| [Lyra](https://github.com/bfgroup/Lyra) | 290 | A simple to use, composable, command line parser for C++ 11 and beyond | 3 days ago |
+| [cpp-terminal](https://github.com/jupyter-xeus/cpp-terminal) | 103 | Small header only C++ library for writing multiplatform terminal applications | a day ago |
### [Compression](#compression)
@@ -217,17 +217,17 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [zstd](https://github.com/facebook/zstd) | 15620 | Zstandard - Fast real-time compression algorithm | 2 hours ago |
-| [brotli](https://github.com/google/brotli) | 10484 | Brotli compression format | 8 days ago |
-| [lz4](https://github.com/lz4/lz4) | 6403 | Extremely Fast Compression algorithm | 4 days ago |
-| [lzfse](https://github.com/lzfse/lzfse) | 1646 | LZFSE compression library and command line tool | 5 months ago |
-| [libarchive](https://github.com/libarchive/libarchive) | 1588 | Multi-format archive and compression library | 2 days ago |
-| [miniz](https://github.com/richgel999/miniz) | 1253 | miniz: Single C source file zlib-replacement library, originally from code.google.com/p/miniz | 15 days ago |
-| [FiniteStateEntropy](https://github.com/Cyan4973/FiniteStateEntropy) | 1020 | New generation entropy codecs : Finite State Entropy and Huff0 | 10 months ago |
-| [smaz](https://github.com/antirez/smaz) | 932 | Small strings compression library | 2 years ago |
-| [minizip-ng](https://github.com/zlib-ng/minizip-ng) | 832 | Fork of the popular zip manipulation library found in the zlib distribution. | a month ago |
-| [bit7z](https://github.com/rikyoz/bit7z) | 194 | A C++ static library offering a clean and simple interface to the 7-zip DLLs. | a month ago |
-| [zlib-ng](https://github.com/Dead2/zlib-ng) | 2 | zlib replacement with optimizations for "next generation" systems. | 5 months ago |
+| [zstd](https://github.com/facebook/zstd) | 15667 | Zstandard - Fast real-time compression algorithm | 2 days ago |
+| [brotli](https://github.com/google/brotli) | 10510 | Brotli compression format | 15 days ago |
+| [lz4](https://github.com/lz4/lz4) | 6414 | Extremely Fast Compression algorithm | 4 days ago |
+| [lzfse](https://github.com/lzfse/lzfse) | 1645 | LZFSE compression library and command line tool | 5 months ago |
+| [libarchive](https://github.com/libarchive/libarchive) | 1591 | Multi-format archive and compression library | a day ago |
+| [miniz](https://github.com/richgel999/miniz) | 1256 | miniz: Single C source file zlib-replacement library, originally from code.google.com/p/miniz | 22 days ago |
+| [FiniteStateEntropy](https://github.com/Cyan4973/FiniteStateEntropy) | 1019 | New generation entropy codecs : Finite State Entropy and Huff0 | 10 months ago |
+| [smaz](https://github.com/antirez/smaz) | 934 | Small strings compression library | 2 years ago |
+| [minizip-ng](https://github.com/zlib-ng/minizip-ng) | 834 | Fork of the popular zip manipulation library found in the zlib distribution. | 2 months ago |
+| [bit7z](https://github.com/rikyoz/bit7z) | 195 | A C++ static library offering a clean and simple interface to the 7-zip DLLs. | 14 hours ago |
+| [zlib-ng](https://github.com/Dead2/zlib-ng) | 2 | zlib replacement with optimizations for "next generation" systems. | 6 months ago |
### [Concurrency](#concurrency)
@@ -235,36 +235,36 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [concurrentqueue](https://github.com/cameron314/concurrentqueue) | 6081 | A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 | 2 months ago |
-| [taskflow](https://github.com/taskflow/taskflow) | 5919 | A General-purpose Parallel and Heterogeneous Task Programming System | 2 days ago |
-| [arrayfire](https://github.com/arrayfire/arrayfire) | 3638 | ArrayFire: a general purpose GPU library. | 2 days ago |
-| [libmill](https://github.com/sustrik/libmill) | 2492 | Go-style concurrency in C | 8 months ago |
-| [readerwriterqueue](https://github.com/cameron314/readerwriterqueue) | 2352 | A fast single-producer, single-consumer lock-free queue for C++ | 2 months ago |
-| [swift-corelibs-libdispatch](https://github.com/apple/swift-corelibs-libdispatch) | 2118 | The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware | 2 days ago |
-| [libcds](https://github.com/khizmax/libcds) | 1975 | A C++ library of Concurrent Data Structures | 2 months ago |
-| [ck](https://github.com/concurrencykit/ck) | 1967 | Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+. | a month ago |
-| [hpx](https://github.com/STEllAR-GROUP/hpx) | 1756 | The C++ Standard Library for Parallelism and Concurrency | 8 hours ago |
-| [nccl](https://github.com/NVIDIA/nccl) | 1604 | Optimized primitives for collective multi-GPU communication | 24 days ago |
+| [concurrentqueue](https://github.com/cameron314/concurrentqueue) | 6114 | A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 | 6 days ago |
+| [taskflow](https://github.com/taskflow/taskflow) | 5941 | A General-purpose Parallel and Heterogeneous Task Programming System | 5 days ago |
+| [arrayfire](https://github.com/arrayfire/arrayfire) | 3646 | ArrayFire: a general purpose GPU library. | 6 days ago |
+| [libmill](https://github.com/sustrik/libmill) | 2494 | Go-style concurrency in C | 9 months ago |
+| [readerwriterqueue](https://github.com/cameron314/readerwriterqueue) | 2354 | A fast single-producer, single-consumer lock-free queue for C++ | 2 months ago |
+| [swift-corelibs-libdispatch](https://github.com/apple/swift-corelibs-libdispatch) | 2121 | The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware | 5 hours ago |
+| [libcds](https://github.com/khizmax/libcds) | 1978 | A C++ library of Concurrent Data Structures | 3 months ago |
+| [ck](https://github.com/concurrencykit/ck) | 1967 | Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+. | 2 days ago |
+| [hpx](https://github.com/STEllAR-GROUP/hpx) | 1758 | The C++ Standard Library for Parallelism and Concurrency | 4 hours ago |
+| [nccl](https://github.com/NVIDIA/nccl) | 1606 | Optimized primitives for collective multi-GPU communication | a month ago |
| [libdill](https://github.com/sustrik/libdill) | 1465 | Structured concurrency in C | 4 months ago |
-| [moderngpu](https://github.com/moderngpu/moderngpu) | 1260 | Patterns and behaviors for GPU computing | 3 months ago |
-| [compute](https://github.com/boostorg/compute) | 1240 | A C++ GPU Computing Library for OpenCL | 12 days ago |
-| [marl](https://github.com/google/marl) | 1236 | A hybrid thread / fiber task scheduler written in C++ 11 | 2 months ago |
-| [asyncplusplus](https://github.com/Amanieu/asyncplusplus) | 948 | Async++ concurrency framework for C++11 | 6 days ago |
+| [moderngpu](https://github.com/moderngpu/moderngpu) | 1260 | Patterns and behaviors for GPU computing | 4 months ago |
+| [compute](https://github.com/boostorg/compute) | 1243 | A C++ GPU Computing Library for OpenCL | 19 days ago |
+| [marl](https://github.com/google/marl) | 1239 | A hybrid thread / fiber task scheduler written in C++ 11 | 2 months ago |
+| [asyncplusplus](https://github.com/Amanieu/asyncplusplus) | 954 | Async++ concurrency framework for C++11 | 13 days ago |
| [cpp.react](https://github.com/snakster/cpp.react) | 925 | C++React: A reactive programming library for C++11. | 5 months ago |
-| [kokkos](https://github.com/kokkos/kokkos) | 845 | Kokkos C++ Performance Portability Programming EcoSystem: The Programming Model - Parallel Execution and Memory Abstraction | a day ago |
-| [FiberTaskingLib](https://github.com/RichieSams/FiberTaskingLib) | 728 | A library for enabling task-based multi-threading. It allows execution of task graphs with arbitrary dependencies. | a month ago |
-| [concurrencpp](https://github.com/David-Haim/concurrencpp) | 656 | Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all | 2 days ago |
-| [vexcl](https://github.com/ddemidov/vexcl) | 642 | VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP | 14 days ago |
-| [stdgpu](https://github.com/stotko/stdgpu) | 620 | stdgpu: Efficient STL-like Data Structures on the GPU | 3 months ago |
-| [oneDPL](https://github.com/oneapi-src/oneDPL) | 595 | oneAPI DPC++ Library (oneDPL) https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/dpc-library.html | a day ago |
-| [transwarp](https://github.com/bloomen/transwarp) | 489 | A header-only C++ library for task concurrency | 6 months ago |
+| [kokkos](https://github.com/kokkos/kokkos) | 847 | Kokkos C++ Performance Portability Programming EcoSystem: The Programming Model - Parallel Execution and Memory Abstraction | a day ago |
+| [FiberTaskingLib](https://github.com/RichieSams/FiberTaskingLib) | 728 | A library for enabling task-based multi-threading. It allows execution of task graphs with arbitrary dependencies. | 2 months ago |
+| [concurrencpp](https://github.com/David-Haim/concurrencpp) | 662 | Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all | 9 days ago |
+| [vexcl](https://github.com/ddemidov/vexcl) | 642 | VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP | 21 days ago |
+| [stdgpu](https://github.com/stotko/stdgpu) | 619 | stdgpu: Efficient STL-like Data Structures on the GPU | 3 months ago |
+| [oneDPL](https://github.com/oneapi-src/oneDPL) | 596 | oneAPI DPC++ Library (oneDPL) https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/dpc-library.html | 2 days ago |
+| [transwarp](https://github.com/bloomen/transwarp) | 490 | A header-only C++ library for task concurrency | 6 months ago |
| [cuda-api-wrappers](https://github.com/eyalroz/cuda-api-wrappers) | 402 | Thin C++-flavored wrappers for the CUDA Runtime API | 2 months ago |
-| [GTS-GamesTaskScheduler](https://github.com/GameTechDev/GTS-GamesTaskScheduler) | 365 | A task scheduling framework designed for the needs of game developers. | 2 months ago |
-| [quantum](https://github.com/bloomberg/quantum) | 353 | Powerful multi-threaded coroutine dispatcher and parallel execution engine | 3 days ago |
+| [GTS-GamesTaskScheduler](https://github.com/GameTechDev/GTS-GamesTaskScheduler) | 365 | A task scheduling framework designed for the needs of game developers. | 3 months ago |
+| [quantum](https://github.com/bloomberg/quantum) | 354 | Powerful multi-threaded coroutine dispatcher and parallel execution engine | 10 days ago |
| [Bolt](https://github.com/HSA-Libraries/Bolt) | 349 | Bolt is a C++ template library optimized for GPUs. Bolt provides high-performance library implementations for common algorithms such as scan, reduce, transform, and sort. | 6 years ago |
-| [sobjectizer](https://github.com/Stiffstream/sobjectizer) | 217 | An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production. | a month ago |
+| [sobjectizer](https://github.com/Stiffstream/sobjectizer) | 221 | An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production. | a month ago |
| [libclsph](https://github.com/libclsph/libclsph) | 43 | OpenCL based GPU accelerated SPH fluid simulation library | 6 years ago |
-| [cub](https://github.com/NVlabs/cub) | 38 | THIS REPOSITORY HAS MOVED TO github.com/nvidia/cub, WHICH IS AUTOMATICALLY MIRRORED HERE. | 2 days ago |
+| [cub](https://github.com/NVlabs/cub) | 38 | THIS REPOSITORY HAS MOVED TO github.com/nvidia/cub, WHICH IS AUTOMATICALLY MIRRORED HERE. | 11 hours ago |
| [cupla](https://github.com/ComputationalRadiationPhysics/cupla) | 1 | The project alpaka has moved to https://github.com/alpaka-group/cupla | 2 years ago |
| [alpaka](https://github.com/ComputationalRadiationPhysics/alpaka) | 0 | The project alpaka has moved to https://github.com/alpaka-group/alpaka | 2 years ago |
@@ -274,12 +274,12 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [inih](https://github.com/benhoyt/inih) | 1559 | Simple .INI file parser in C, good for embedded systems | 6 months ago |
-| [libconfig](https://github.com/hyperrealm/libconfig) | 817 | C/C++ library for processing configuration files | 17 days ago |
-| [iniparser](https://github.com/ndevilla/iniparser) | 732 | ini file parser | a month ago |
-| [simpleini](https://github.com/brofield/simpleini) | 616 | Cross-platform C++ library providing a simple API to read and write INI-style configuration files | 2 months ago |
-| [tomlplusplus](https://github.com/marzer/tomlplusplus) | 570 | Header-only TOML config file parser and serializer for C++17 (and later!). | 25 days ago |
-| [libconfuse](https://github.com/libconfuse/libconfuse) | 379 | Small configuration file parser library for C. | 4 months ago |
+| [inih](https://github.com/benhoyt/inih) | 1562 | Simple .INI file parser in C, good for embedded systems | 6 months ago |
+| [libconfig](https://github.com/hyperrealm/libconfig) | 819 | C/C++ library for processing configuration files | 24 days ago |
+| [iniparser](https://github.com/ndevilla/iniparser) | 733 | ini file parser | a month ago |
+| [simpleini](https://github.com/brofield/simpleini) | 617 | Cross-platform C++ library providing a simple API to read and write INI-style configuration files | 2 months ago |
+| [tomlplusplus](https://github.com/marzer/tomlplusplus) | 572 | Header-only TOML config file parser and serializer for C++17 (and later!). | 3 hours ago |
+| [libconfuse](https://github.com/libconfuse/libconfuse) | 381 | Small configuration file parser library for C. | 7 days ago |
| [inih](https://github.com/jtilly/inih) | 323 | This is a header only C++ version of inih. | a year ago |
@@ -288,15 +288,15 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [sparsepp](https://github.com/greg7mdp/sparsepp) | 1079 | A fast, memory efficient hash map for C++ | 3 months ago |
-| [robin-hood-hashing](https://github.com/martinus/robin-hood-hashing) | 922 | Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20 | 3 months ago |
-| [robin-map](https://github.com/Tessil/robin-map) | 622 | C++ implementation of a fast hash map and hash set using robin hood hashing | 5 months ago |
+| [sparsepp](https://github.com/greg7mdp/sparsepp) | 1082 | A fast, memory efficient hash map for C++ | 3 months ago |
+| [robin-hood-hashing](https://github.com/martinus/robin-hood-hashing) | 928 | Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20 | 3 months ago |
+| [robin-map](https://github.com/Tessil/robin-map) | 625 | C++ implementation of a fast hash map and hash set using robin hood hashing | 5 months ago |
| [PGM-index](https://github.com/gvinciguerra/PGM-index) | 553 | 🏅State-of-the-art learned data structure that enables fast lookup, predecessor, range searches and updates in arrays of billions of items using orders of magnitude less space than traditional indexes | a month ago |
-| [hopscotch-map](https://github.com/Tessil/hopscotch-map) | 498 | C++ implementation of a fast hash map and hash set using hopscotch hashing | 3 months ago |
-| [plf_colony](https://github.com/mattreecebentley/plf_colony) | 300 | An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data. | a month ago |
+| [hopscotch-map](https://github.com/Tessil/hopscotch-map) | 500 | C++ implementation of a fast hash map and hash set using hopscotch hashing | 3 months ago |
+| [plf_colony](https://github.com/mattreecebentley/plf_colony) | 302 | An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data. | a month ago |
| [LSHBOX](https://github.com/RSIA-LIESMARS-WHU/LSHBOX) | 254 | A c++ toolbox of locality-sensitive hashing (LSH), provides several popular LSH algorithms, also support python and matlab. | 4 years ago |
| [hashmap](https://github.com/goossaert/hashmap) | 225 | Various open addressing hashmap algorithms in C++ | 6 years ago |
-| [ring-span-lite](https://github.com/martinmoene/ring-span-lite) | 110 | ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library | 8 days ago |
+| [ring-span-lite](https://github.com/martinmoene/ring-span-lite) | 110 | ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library | 15 days ago |
| [plf_list](https://github.com/mattreecebentley/plf_list) | 107 | A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on average. 20-24% speed increase in use-case testing. | a month ago |
| [dynamic_bitset](https://github.com/pinam45/dynamic_bitset) | 76 | Simple Useful Libraries: C++17/20 header-only dynamic bitset | 4 months ago |
| [cpp-btree](https://github.com/algorithm-ninja/cpp-btree) | 49 | Git mirror of the official (mercurial) repository of cpp-btree | 7 years ago |
@@ -308,17 +308,17 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [openssl](https://github.com/openssl/openssl) | 16700 | TLS/SSL and crypto library | 2 days ago |
-| [tink](https://github.com/google/tink) | 11673 | Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse. | 3 days ago |
-| [libsodium](https://github.com/jedisct1/libsodium) | 9609 | A modern, portable, easy to use crypto library. | 8 days ago |
-| [s2n-tls](https://github.com/aws/s2n-tls) | 4006 | s2n : an implementation of the TLS/SSL protocols | 2 days ago |
-| [mbedtls](https://github.com/ARMmbed/mbedtls) | 3193 | An open source, portable, easy to use, readable and flexible SSL library | 2 days ago |
-| [cryptopp](https://github.com/weidai11/cryptopp) | 3050 | free C++ class library of cryptographic schemes | 8 days ago |
-| [tiny-AES-c](https://github.com/kokke/tiny-AES-c) | 2759 | Small portable AES128/192/256 in C | a month ago |
-| [themis](https://github.com/cossacklabs/themis) | 1362 | Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms. | 12 days ago |
-| [libtomcrypt](https://github.com/libtom/libtomcrypt) | 1165 | LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines. | 2 months ago |
-| [sha1collisiondetection](https://github.com/cr-marcstevens/sha1collisiondetection) | 1158 | Library and command line tool to detect SHA-1 collision in a file | 6 months ago |
-| [libhydrogen](https://github.com/jedisct1/libhydrogen) | 316 | A lightweight, secure, easy-to-use crypto library suitable for constrained environments. | 4 days ago |
+| [openssl](https://github.com/openssl/openssl) | 16768 | TLS/SSL and crypto library | 14 minutes ago |
+| [tink](https://github.com/google/tink) | 11728 | Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse. | 2 days ago |
+| [libsodium](https://github.com/jedisct1/libsodium) | 9626 | A modern, portable, easy to use crypto library. | 15 days ago |
+| [s2n-tls](https://github.com/aws/s2n-tls) | 4010 | s2n : an implementation of the TLS/SSL protocols | 2 days ago |
+| [mbedtls](https://github.com/ARMmbed/mbedtls) | 3206 | An open source, portable, easy to use, readable and flexible SSL library | 20 hours ago |
+| [cryptopp](https://github.com/weidai11/cryptopp) | 3059 | free C++ class library of cryptographic schemes | 6 days ago |
+| [tiny-AES-c](https://github.com/kokke/tiny-AES-c) | 2765 | Small portable AES128/192/256 in C | a month ago |
+| [themis](https://github.com/cossacklabs/themis) | 1364 | Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms. | 19 days ago |
+| [libtomcrypt](https://github.com/libtom/libtomcrypt) | 1170 | LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines. | 2 months ago |
+| [sha1collisiondetection](https://github.com/cr-marcstevens/sha1collisiondetection) | 1161 | Library and command line tool to detect SHA-1 collision in a file | 6 months ago |
+| [libhydrogen](https://github.com/jedisct1/libhydrogen) | 316 | A lightweight, secure, easy-to-use crypto library suitable for constrained environments. | 11 days ago |
| [digestpp](https://github.com/kerukuro/digestpp) | 127 | C++11 header-only message digest library | a year ago |
| [retter](https://github.com/maciejczyzewski/retter) | 62 | A collection of hash functions, ciphers, tools, libraries, and materials related to cryptography & security. :closed_lock_with_key::closed_lock_with_key::closed_lock_with_key::closed_lock_with_key::closed_lock_with_key: (project was renamed, libchaos is main) | 5 years ago |
@@ -328,9 +328,9 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [fast-cpp-csv-parser](https://github.com/ben-strasser/fast-cpp-csv-parser) | 1411 | fast-cpp-csv-parser | 16 days ago |
-| [csv-parser](https://github.com/vincentlaucsb/csv-parser) | 484 | A modern C++ library for reading, writing, and analyzing CSV (and similar) files. | a month ago |
-| [csv2](https://github.com/p-ranav/csv2) | 215 | Fast CSV parser and writer for Modern C++ | a year ago |
+| [fast-cpp-csv-parser](https://github.com/ben-strasser/fast-cpp-csv-parser) | 1421 | fast-cpp-csv-parser | 23 days ago |
+| [csv-parser](https://github.com/vincentlaucsb/csv-parser) | 489 | A modern C++ library for reading, writing, and analyzing CSV (and similar) files. | 2 months ago |
+| [csv2](https://github.com/p-ranav/csv2) | 217 | Fast CSV parser and writer for Modern C++ | a year ago |
| [csv-parser](https://github.com/ashaduri/csv-parser) | 6 | Compile-time CSV parser in C++17 | 7 months ago |
@@ -339,24 +339,24 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [leveldb](https://github.com/google/leveldb) | 26698 | LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. | 2 days ago |
-| [rocksdb](https://github.com/facebook/rocksdb) | 20970 | A library that provides an embeddable, persistent key-value store for fast storage. | an hour ago |
-| [hiredis](https://github.com/redis/hiredis) | 5037 | Minimalistic C client for Redis >= 1.2 | 3 days ago |
-| [sqlpp11](https://github.com/rbock/sqlpp11) | 1830 | A type safe SQL template library for C++ | 7 days ago |
-| [unqlite](https://github.com/symisc/unqlite) | 1550 | An Embedded NoSQL, Transactional Database Engine | 3 months ago |
-| [sqlite_orm](https://github.com/fnc12/sqlite_orm) | 1325 | ❤️ SQLite ORM light header only library for modern C++ | 8 hours ago |
-| [SQLiteCpp](https://github.com/SRombauts/SQLiteCpp) | 1259 | SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. | 4 days ago |
-| [TileDB](https://github.com/TileDB-Inc/TileDB) | 1213 | The Universal Storage Engine | 7 hours ago |
-| [soci](https://github.com/SOCI/soci) | 1033 | Official repository of the SOCI - The C++ Database Access Library | 6 days ago |
-| [mongo-cxx-driver](https://github.com/mongodb/mongo-cxx-driver) | 845 | C++ Driver for MongoDB | 2 days ago |
-| [mongo-c-driver](https://github.com/mongodb/mongo-c-driver) | 685 | A high-performance MongoDB driver for C | 2 days ago |
-| [sqlite_modern_cpp](https://github.com/SqliteModernCpp/sqlite_modern_cpp) | 635 | The C++14 wrapper around sqlite library | a year ago |
-| [hiberlite](https://github.com/paulftw/hiberlite) | 597 | C++ ORM for SQLite | 3 years ago |
+| [leveldb](https://github.com/google/leveldb) | 26777 | LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. | 2 hours ago |
+| [rocksdb](https://github.com/facebook/rocksdb) | 21013 | A library that provides an embeddable, persistent key-value store for fast storage. | 20 hours ago |
+| [hiredis](https://github.com/redis/hiredis) | 5039 | Minimalistic C client for Redis >= 1.2 | 3 days ago |
+| [sqlpp11](https://github.com/rbock/sqlpp11) | 1834 | A type safe SQL template library for C++ | 2 days ago |
+| [unqlite](https://github.com/symisc/unqlite) | 1552 | An Embedded NoSQL, Transactional Database Engine | 3 months ago |
+| [sqlite_orm](https://github.com/fnc12/sqlite_orm) | 1331 | ❤️ SQLite ORM light header only library for modern C++ | 8 hours ago |
+| [SQLiteCpp](https://github.com/SRombauts/SQLiteCpp) | 1263 | SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. | 11 days ago |
+| [TileDB](https://github.com/TileDB-Inc/TileDB) | 1215 | The Universal Storage Engine | 7 hours ago |
+| [soci](https://github.com/SOCI/soci) | 1034 | Official repository of the SOCI - The C++ Database Access Library | 13 days ago |
+| [mongo-cxx-driver](https://github.com/mongodb/mongo-cxx-driver) | 845 | C++ Driver for MongoDB | 4 days ago |
+| [mongo-c-driver](https://github.com/mongodb/mongo-c-driver) | 685 | A high-performance MongoDB driver for C | 3 days ago |
+| [sqlite_modern_cpp](https://github.com/SqliteModernCpp/sqlite_modern_cpp) | 637 | The C++14 wrapper around sqlite library | a year ago |
+| [hiberlite](https://github.com/paulftw/hiberlite) | 596 | C++ ORM for SQLite | 3 years ago |
| [simdb](https://github.com/LiveAsynchronousVisualizedArchitecture/simdb) | 414 | A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store | 3 years ago |
-| [libbson](https://github.com/mongodb/libbson) | 332 | ARCHIVED - libbson has moved to https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson | a year ago |
-| [lmdbxx](https://github.com/drycpp/lmdbxx) | 236 | C++11 wrapper for the LMDB embedded B+ tree database library. | a year ago |
-| [nanodbc](https://github.com/nanodbc/nanodbc) | 206 | A small C++ wrapper for the native C ODBC API , Requires C++14 since v2.12 | 13 days ago |
-| [redis3m](https://github.com/luca3m/redis3m) | 175 | A C++ Redis client | 2 years ago |
+| [libbson](https://github.com/mongodb/libbson) | 333 | ARCHIVED - libbson has moved to https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson | a year ago |
+| [lmdbxx](https://github.com/drycpp/lmdbxx) | 237 | C++11 wrapper for the LMDB embedded B+ tree database library. | a year ago |
+| [nanodbc](https://github.com/nanodbc/nanodbc) | 207 | A small C++ wrapper for the native C ODBC API , Requires C++14 since v2.12 | 20 days ago |
+| [redis3m](https://github.com/luca3m/redis3m) | 177 | A C++ Redis client | 2 years ago |
### [Debug](#debug)
@@ -364,27 +364,27 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [googletest](https://github.com/google/googletest) | 23971 | GoogleTest - Google Testing and Mocking Framework | 9 hours ago |
-| [googletest](https://github.com/google/googletest) | 23971 | GoogleTest - Google Testing and Mocking Framework | 9 hours ago |
-| [Catch2](https://github.com/catchorg/Catch2) | 14112 | A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch) | 7 days ago |
-| [Catch2](https://github.com/catchorg/Catch2) | 14112 | A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch) | 7 days ago |
-| [benchmark](https://github.com/google/benchmark) | 5804 | A microbenchmark support library | 13 hours ago |
-| [doctest](https://github.com/onqtam/doctest) | 3479 | The fastest feature-rich C++11/14/17/20 single-header testing framework | 9 days ago |
-| [Unity](https://github.com/ThrowTheSwitch/Unity) | 2183 | Simple Unit Testing for C | 24 days ago |
-| [backward-cpp](https://github.com/bombela/backward-cpp) | 2151 | A beautiful stack trace pretty printer for C++ | a month ago |
-| [Remotery](https://github.com/Celtoys/Remotery) | 1883 | Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer | 3 months ago |
-| [dbg-macro](https://github.com/sharkdp/dbg-macro) | 1755 | A dbg(…) macro for C++ | 2 months ago |
-| [microprofile](https://github.com/jonasmr/microprofile) | 1070 | microprofile is an embeddable profiler | a month ago |
-| [cpputest](https://github.com/cpputest/cpputest) | 969 | CppUTest unit testing and mocking framework for C/C++ | 8 days ago |
-| [check](https://github.com/libcheck/check) | 779 | A unit testing framework for C | a month ago |
-| [ut](https://github.com/boost-ext/ut) | 672 | UT: C++20 μ(micro)/Unit Testing Framework | an hour ago |
-| [Celero](https://github.com/DigitalInBlue/Celero) | 659 | C++ Benchmark Authoring Library/Framework | 2 months ago |
-| [unittest-cpp](https://github.com/unittest-cpp/unittest-cpp) | 472 | A lightweight unit testing framework for C++ | 8 months ago |
-| [fff](https://github.com/meekrosoft/fff) | 445 | A testing micro framework for creating function test doubles | 20 days ago |
-| [minunit](https://github.com/siu/minunit) | 382 | Minimal unit testing framework for C | 9 months ago |
-| [utest.h](https://github.com/sheredom/utest.h) | 368 | 🧪 single header unit testing framework for C and C++ | 22 days ago |
+| [googletest](https://github.com/google/googletest) | 24028 | GoogleTest - Google Testing and Mocking Framework | 2 days ago |
+| [googletest](https://github.com/google/googletest) | 24028 | GoogleTest - Google Testing and Mocking Framework | 2 days ago |
+| [Catch2](https://github.com/catchorg/Catch2) | 14128 | A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch) | 3 days ago |
+| [Catch2](https://github.com/catchorg/Catch2) | 14128 | A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch) | 3 days ago |
+| [benchmark](https://github.com/google/benchmark) | 5828 | A microbenchmark support library | 2 days ago |
+| [doctest](https://github.com/onqtam/doctest) | 3491 | The fastest feature-rich C++11/14/17/20 single-header testing framework | 16 days ago |
+| [Unity](https://github.com/ThrowTheSwitch/Unity) | 2194 | Simple Unit Testing for C | a month ago |
+| [backward-cpp](https://github.com/bombela/backward-cpp) | 2154 | A beautiful stack trace pretty printer for C++ | a month ago |
+| [Remotery](https://github.com/Celtoys/Remotery) | 1885 | Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer | 3 months ago |
+| [dbg-macro](https://github.com/sharkdp/dbg-macro) | 1763 | A dbg(…) macro for C++ | 3 months ago |
+| [microprofile](https://github.com/jonasmr/microprofile) | 1072 | microprofile is an embeddable profiler | a month ago |
+| [cpputest](https://github.com/cpputest/cpputest) | 972 | CppUTest unit testing and mocking framework for C/C++ | 6 days ago |
+| [check](https://github.com/libcheck/check) | 782 | A unit testing framework for C | 3 days ago |
+| [ut](https://github.com/boost-ext/ut) | 684 | UT: C++20 μ(micro)/Unit Testing Framework | 6 days ago |
+| [Celero](https://github.com/DigitalInBlue/Celero) | 660 | C++ Benchmark Authoring Library/Framework | 2 months ago |
+| [unittest-cpp](https://github.com/unittest-cpp/unittest-cpp) | 473 | A lightweight unit testing framework for C++ | 9 months ago |
+| [fff](https://github.com/meekrosoft/fff) | 447 | A testing micro framework for creating function test doubles | a month ago |
+| [minunit](https://github.com/siu/minunit) | 384 | Minimal unit testing framework for C | 10 months ago |
+| [utest.h](https://github.com/sheredom/utest.h) | 371 | 🧪 single header unit testing framework for C and C++ | 4 hours ago |
| [nonius](https://github.com/libnonius/nonius) | 325 | A C++ micro-benchmarking framework | 2 years ago |
-| [libtap](https://github.com/zorgnax/libtap) | 211 | Write tests in C | 15 days ago |
+| [libtap](https://github.com/zorgnax/libtap) | 211 | Write tests in C | 22 days ago |
| [ig-debugheap](https://github.com/deplinenoise/ig-debugheap) | 151 | Debug heap useful for tracking down memory errors. | 6 years ago |
| [plf_nanotimer](https://github.com/mattreecebentley/plf_nanotimer) | 66 | A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple as possible to create the lowest amount of overhead. | 5 months ago |
@@ -402,24 +402,24 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [godot](https://github.com/godotengine/godot) | 43004 | Godot Engine – Multi-platform 2D and 3D game engine | 8 minutes ago |
-| [raylib](https://github.com/raysan5/raylib) | 7341 | A simple and easy-to-use library to enjoy videogames programming | 3 hours ago |
-| [entt](https://github.com/skypjack/entt) | 5809 | Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more | 5 days ago |
-| [gameplay](https://github.com/gameplay3d/gameplay) | 3348 | Open-source, cross-platform, C++ game engine for creating 2D/3D games. | 2 months ago |
-| [Torque3D](https://github.com/GarageGames/Torque3D) | 3316 | MIT Licensed Open Source version of Torque 3D from GarageGames | a year ago |
-| [panda3d](https://github.com/panda3d/panda3d) | 2953 | Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU | 2 days ago |
-| [halley](https://github.com/amzeratul/halley) | 2862 | A lightweight game engine written in modern C++ | 3 days ago |
-| [olcPixelGameEngine](https://github.com/OneLoneCoder/olcPixelGameEngine) | 2616 | The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects | 25 days ago |
+| [godot](https://github.com/godotengine/godot) | 43170 | Godot Engine – Multi-platform 2D and 3D game engine | 2 hours ago |
+| [raylib](https://github.com/raysan5/raylib) | 7375 | A simple and easy-to-use library to enjoy videogames programming | an hour ago |
+| [entt](https://github.com/skypjack/entt) | 5825 | Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more | 16 hours ago |
+| [gameplay](https://github.com/gameplay3d/gameplay) | 3358 | Open-source, cross-platform, C++ game engine for creating 2D/3D games. | 2 months ago |
+| [Torque3D](https://github.com/GarageGames/Torque3D) | 3317 | MIT Licensed Open Source version of Torque 3D from GarageGames | a year ago |
+| [panda3d](https://github.com/panda3d/panda3d) | 2963 | Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU | 2 days ago |
+| [halley](https://github.com/amzeratul/halley) | 2871 | A lightweight game engine written in modern C++ | 2 days ago |
+| [olcPixelGameEngine](https://github.com/OneLoneCoder/olcPixelGameEngine) | 2621 | The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects | a month ago |
| [Polycode](https://github.com/ivansafrin/Polycode) | 2355 | Polycode is a cross-platform framework for creative code. | 3 years ago |
-| [spring](https://github.com/spring/spring) | 2289 | A powerful free cross-platform RTS game engine. - Report issues at https://springrts.com/mantis/ | a day ago |
-| [xray-16](https://github.com/OpenXRay/xray-16) | 1730 | Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. | 3 hours ago |
+| [spring](https://github.com/spring/spring) | 2300 | A powerful free cross-platform RTS game engine. - Report issues at https://springrts.com/mantis/ | 8 days ago |
+| [xray-16](https://github.com/OpenXRay/xray-16) | 1740 | Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. | 5 days ago |
| [Torque2D](https://github.com/GarageGames/Torque2D) | 1672 | MIT Licensed Open Source version of Torque 2D game engine from GarageGames | a year ago |
-| [KlayGE](https://github.com/gongminmin/KlayGE) | 1620 | KlayGE is a cross-platform open source game engine with plugin-based architecture. | a month ago |
+| [KlayGE](https://github.com/gongminmin/KlayGE) | 1621 | KlayGE is a cross-platform open source game engine with plugin-based architecture. | a month ago |
| [crown](https://github.com/crownengine/crown) | 1442 | The flexible game engine. | a month ago |
| [toy](https://github.com/hugoam/toy) | 1422 | the thin c++ game engine | 6 months ago |
-| [Corange](https://github.com/orangeduck/Corange) | 1386 | Pure C Game Engine | a year ago |
-| [Acid](https://github.com/EQMG/Acid) | 1091 | A high speed C++17 Vulkan game engine | a month ago |
-| [nCine](https://github.com/nCine/nCine) | 534 | A cross-platform 2D game engine | 9 hours ago |
+| [Corange](https://github.com/orangeduck/Corange) | 1392 | Pure C Game Engine | 4 days ago |
+| [Acid](https://github.com/EQMG/Acid) | 1089 | A high speed C++17 Vulkan game engine | a month ago |
+| [nCine](https://github.com/nCine/nCine) | 550 | A cross-platform 2D game engine | an hour ago |
| [grit-engine](https://github.com/grit-engine/grit-engine) | 96 | Grit Game Engine | 3 years ago |
@@ -428,16 +428,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [imgui](https://github.com/ocornut/imgui) | 32394 | Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies | 10 hours ago |
-| [libui](https://github.com/andlabs/libui) | 10042 | Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports. | 8 days ago |
-| [Nuklear](https://github.com/Immediate-Mode-UI/Nuklear) | 4867 | A single-header ANSI C immediate mode cross-platform GUI library | 2 days ago |
-| [yue](https://github.com/yue/yue) | 2615 | A library for creating native cross-platform GUI apps | 2 months ago |
-| [GacUI](https://github.com/vczh-libraries/GacUI) | 1993 | GPU Accelerated C++ User Interface, with WYSIWYG developing tools, XML supports, built-in data binding and MVVM features. | a day ago |
-| [elements](https://github.com/cycfi/elements) | 1914 | Elements C++ GUI library | 15 days ago |
-| [implot](https://github.com/epezent/implot) | 1892 | Immediate Mode Plotting | 4 days ago |
+| [imgui](https://github.com/ocornut/imgui) | 32501 | Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies | a day ago |
+| [libui](https://github.com/andlabs/libui) | 10057 | Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports. | 15 days ago |
+| [Nuklear](https://github.com/Immediate-Mode-UI/Nuklear) | 4886 | A single-header ANSI C immediate mode cross-platform GUI library | 4 days ago |
+| [yue](https://github.com/yue/yue) | 2673 | A library for creating native cross-platform GUI apps | 2 months ago |
+| [GacUI](https://github.com/vczh-libraries/GacUI) | 1993 | GPU Accelerated C++ User Interface, with WYSIWYG developing tools, XML supports, built-in data binding and MVVM features. | 18 hours ago |
+| [elements](https://github.com/cycfi/elements) | 1918 | Elements C++ GUI library | 22 days ago |
+| [implot](https://github.com/epezent/implot) | 1908 | Immediate Mode Plotting | 2 days ago |
| [boden](https://github.com/AshampooSystems/boden) | 1462 | Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io | 2 years ago |
-| [RmlUi](https://github.com/mikke89/RmlUi) | 933 | RmlUi - The HTML/CSS User Interface library evolved | 13 hours ago |
-| [nanogui](https://github.com/mitsuba-renderer/nanogui) | 788 | Minimalistic C++/Python GUI library for OpenGL, GLES2/3, Metal, and WebAssembly/WebGL | 5 days ago |
+| [RmlUi](https://github.com/mikke89/RmlUi) | 943 | RmlUi - The HTML/CSS User Interface library evolved | 2 days ago |
+| [nanogui](https://github.com/mitsuba-renderer/nanogui) | 792 | Minimalistic C++/Python GUI library for OpenGL, GLES2/3, Metal, and WebAssembly/WebGL | 12 days ago |
### [Graphics](#graphics)
@@ -445,9 +445,9 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [libtorrent](https://github.com/arvidn/libtorrent) | 3447 | an efficient feature complete C++ bittorrent implementation | an hour ago |
-| [libutp](https://github.com/bittorrent/libutp) | 956 | uTorrent Transport Protocol library | a year ago |
-| [libtorrent](https://github.com/rakshasa/libtorrent) | 819 | libTorrent BitTorrent library | a month ago |
+| [libtorrent](https://github.com/arvidn/libtorrent) | 3453 | an efficient feature complete C++ bittorrent implementation | an hour ago |
+| [libutp](https://github.com/bittorrent/libutp) | 959 | uTorrent Transport Protocol library | a year ago |
+| [libtorrent](https://github.com/rakshasa/libtorrent) | 820 | libTorrent BitTorrent library | 2 months ago |
| [dht](https://github.com/jech/dht) | 611 | BitTorrent DHT library | 10 months ago |
@@ -456,17 +456,17 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [stb](https://github.com/nothings/stb) | 16879 | stb single-file public domain libraries for C/C++ | 2 days ago |
-| [libfacedetection](https://github.com/ShiqiYu/libfacedetection) | 10699 | An open source library for face detection in images. The face detection speed can reach 1000FPS. | 9 days ago |
-| [dlib](https://github.com/davisking/dlib) | 10632 | A toolkit for making real world machine learning and data analysis applications in C++ | 5 days ago |
-| [libjpeg-turbo](https://github.com/libjpeg-turbo/libjpeg-turbo) | 2622 | Main libjpeg-turbo repository | 14 days ago |
-| [Simd](https://github.com/ermig1979/Simd) | 1392 | C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512 for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM. | 5 days ago |
-| [oiio](https://github.com/OpenImageIO/oiio) | 1316 | Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications. | 20 hours ago |
-| [leptonica](https://github.com/DanBloomberg/leptonica) | 1086 | Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. The official github repository for Leptonica is: danbloomberg/leptonica. See leptonica.org for more documentation and recent releases. | 23 days ago |
-| [vpp](https://github.com/matt-42/vpp) | 671 | Video++, a C++14 high performance video and image processing library. | 3 years ago |
-| [libgd](https://github.com/libgd/libgd) | 666 | GD Graphics Library | 8 days ago |
-| [vigra](https://github.com/ukoethe/vigra) | 356 | a generic C++ library for image analysis | 2 days ago |
-| [sail](https://github.com/HappySeaFox/sail) | 87 | ⛵ The missing small and fast image decoding library for humans (not for machines). | 6 hours ago |
+| [stb](https://github.com/nothings/stb) | 16922 | stb single-file public domain libraries for C/C++ | 2 days ago |
+| [libfacedetection](https://github.com/ShiqiYu/libfacedetection) | 10708 | An open source library for face detection in images. The face detection speed can reach 1000FPS. | 16 days ago |
+| [dlib](https://github.com/davisking/dlib) | 10651 | A toolkit for making real world machine learning and data analysis applications in C++ | 4 hours ago |
+| [libjpeg-turbo](https://github.com/libjpeg-turbo/libjpeg-turbo) | 2628 | Main libjpeg-turbo repository | 21 days ago |
+| [Simd](https://github.com/ermig1979/Simd) | 1396 | C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512 for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM. | 2 days ago |
+| [oiio](https://github.com/OpenImageIO/oiio) | 1318 | Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications. | 6 hours ago |
+| [leptonica](https://github.com/DanBloomberg/leptonica) | 1090 | Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. The official github repository for Leptonica is: danbloomberg/leptonica. See leptonica.org for more documentation and recent releases. | 2 days ago |
+| [vpp](https://github.com/matt-42/vpp) | 672 | Video++, a C++14 high performance video and image processing library. | 3 years ago |
+| [libgd](https://github.com/libgd/libgd) | 668 | GD Graphics Library | 2 days ago |
+| [vigra](https://github.com/ukoethe/vigra) | 356 | a generic C++ library for image analysis | 9 days ago |
+| [sail](https://github.com/HappySeaFox/sail) | 88 | ⛵ The missing small and fast image decoding library for humans (not for machines). | 6 hours ago |
| [TinyEXIF](https://github.com/cdcseacave/TinyEXIF) | 61 | Tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG. | 6 months ago |
| [libvips](https://github.com/jcupitt/libvips) | 1 | A fast image processing library with low memory needs. | a month ago |
@@ -476,8 +476,8 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [utf8.h](https://github.com/sheredom/utf8.h) | 1020 | 📚 single header utf8 string functions for C and C++ | 2 months ago |
-| [utf8proc](https://github.com/JuliaStrings/utf8proc) | 709 | a clean C library for processing UTF-8 Unicode data | 7 days ago |
+| [utf8.h](https://github.com/sheredom/utf8.h) | 1024 | 📚 single header utf8 string functions for C and C++ | 2 months ago |
+| [utf8proc](https://github.com/JuliaStrings/utf8proc) | 710 | a clean C library for processing UTF-8 Unicode data | 14 days ago |
### [Inter-process communication](#inter-process-communication)
@@ -485,14 +485,14 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [grpc](https://github.com/grpc/grpc) | 32131 | The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) | 3 hours ago |
-| [capnproto](https://github.com/capnproto/capnproto) | 8539 | Cap'n Proto serialization/RPC system - core tools and C++ library | a day ago |
-| [nanomsg](https://github.com/nanomsg/nanomsg) | 5275 | nanomsg library | 20 days ago |
-| [nng](https://github.com/nanomsg/nng) | 2448 | nanomsg-next-generation -- light-weight brokerless messaging | 18 hours ago |
-| [ice](https://github.com/zeroc-ice/ice) | 1751 | Comprehensive RPC framework with support for C++, C#, Java, JavaScript, Python and more. | 13 days ago |
-| [rpclib](https://github.com/rpclib/rpclib) | 1167 | rpclib is a modern C++ msgpack-RPC server and client library | 3 days ago |
-| [libjson-rpc-cpp](https://github.com/cinemast/libjson-rpc-cpp) | 712 | C++ framework for json-rpc (json remote procedure call) | 22 days ago |
-| [ecal](https://github.com/continental/ecal) | 389 | eCAL - enhanced Communication Abstraction Layer | 9 days ago |
+| [grpc](https://github.com/grpc/grpc) | 32199 | The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) | an hour ago |
+| [capnproto](https://github.com/capnproto/capnproto) | 8559 | Cap'n Proto serialization/RPC system - core tools and C++ library | 4 hours ago |
+| [nanomsg](https://github.com/nanomsg/nanomsg) | 5280 | nanomsg library | a month ago |
+| [nng](https://github.com/nanomsg/nng) | 2454 | nanomsg-next-generation -- light-weight brokerless messaging | 8 days ago |
+| [ice](https://github.com/zeroc-ice/ice) | 1753 | Comprehensive RPC framework with support for C++, C#, Java, JavaScript, Python and more. | 20 days ago |
+| [rpclib](https://github.com/rpclib/rpclib) | 1177 | rpclib is a modern C++ msgpack-RPC server and client library | 10 days ago |
+| [libjson-rpc-cpp](https://github.com/cinemast/libjson-rpc-cpp) | 712 | C++ framework for json-rpc (json remote procedure call) | a day ago |
+| [ecal](https://github.com/continental/ecal) | 389 | eCAL - enhanced Communication Abstraction Layer | 16 days ago |
| [simple-rpc-cpp](https://github.com/pearu/simple-rpc-cpp) | 28 | a simple RPC wrapper generator to C/C++ functions | 6 years ago |
@@ -501,34 +501,34 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [json](https://github.com/nlohmann/json) | 27026 | JSON for Modern C++ | 5 hours ago |
-| [simdjson](https://github.com/simdjson/simdjson) | 14076 | Parsing gigabytes of JSON per second | 5 days ago |
-| [rapidjson](https://github.com/Tencent/rapidjson) | 11347 | A fast JSON parser/generator for C++ with both SAX/DOM style API | 7 hours ago |
-| [cJSON](https://github.com/DaveGamble/cJSON) | 6415 | Ultralightweight JSON parser in ANSI C | 12 days ago |
-| [jsoncpp](https://github.com/open-source-parsers/jsoncpp) | 5872 | A C++ library for interacting with JSON. | 13 days ago |
-| [jsmn](https://github.com/zserge/jsmn) | 2731 | Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket | 4 days ago |
-| [jansson](https://github.com/akheron/jansson) | 2471 | C library for encoding, decoding and manipulating JSON data | 5 days ago |
-| [json-c](https://github.com/json-c/json-c) | 2257 | https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/ | 7 hours ago |
-| [json11](https://github.com/dropbox/json11) | 2213 | A tiny JSON library for C++11. | 2 years ago |
-| [yajl](https://github.com/lloyd/yajl) | 2020 | A fast streaming JSON parsing library in C. | 6 months ago |
-| [yyjson](https://github.com/ibireme/yyjson) | 1759 | The fastest JSON library in C | 4 days ago |
+| [json](https://github.com/nlohmann/json) | 27126 | JSON for Modern C++ | 3 days ago |
+| [simdjson](https://github.com/simdjson/simdjson) | 14416 | Parsing gigabytes of JSON per second | 5 hours ago |
+| [rapidjson](https://github.com/Tencent/rapidjson) | 11374 | A fast JSON parser/generator for C++ with both SAX/DOM style API | 5 days ago |
+| [cJSON](https://github.com/DaveGamble/cJSON) | 6437 | Ultralightweight JSON parser in ANSI C | 3 days ago |
+| [jsoncpp](https://github.com/open-source-parsers/jsoncpp) | 5875 | A C++ library for interacting with JSON. | 3 days ago |
+| [jsmn](https://github.com/zserge/jsmn) | 2746 | Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket | 11 days ago |
+| [jansson](https://github.com/akheron/jansson) | 2476 | C library for encoding, decoding and manipulating JSON data | 12 days ago |
+| [json-c](https://github.com/json-c/json-c) | 2263 | https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/ | 2 days ago |
+| [json11](https://github.com/dropbox/json11) | 2214 | A tiny JSON library for C++11. | 2 years ago |
+| [yajl](https://github.com/lloyd/yajl) | 2021 | A fast streaming JSON parsing library in C. | 7 months ago |
+| [yyjson](https://github.com/ibireme/yyjson) | 1766 | The fastest JSON library in C | 11 days ago |
| [libucl](https://github.com/vstakhov/libucl) | 1386 | Universal configuration library parser | 2 months ago |
-| [json-parser](https://github.com/json-parser/json-parser) | 1103 | Very low footprint JSON parser written in portable ANSI C | 21 days ago |
-| [parson](https://github.com/kgabis/parson) | 1043 | Lightweight JSON library written in C. | 25 days ago |
-| [picojson](https://github.com/kazuho/picojson) | 949 | a header-file-only, JSON parser serializer in C++ | a month ago |
+| [json-parser](https://github.com/json-parser/json-parser) | 1105 | Very low footprint JSON parser written in portable ANSI C | a month ago |
+| [parson](https://github.com/kgabis/parson) | 1045 | Lightweight JSON library written in C. | a month ago |
+| [picojson](https://github.com/kazuho/picojson) | 949 | a header-file-only, JSON parser serializer in C++ | 2 months ago |
| [frozen](https://github.com/cesanta/frozen) | 559 | JSON parser and generator for C/C++ with scanf/printf like interface. Targeting embedded systems. | 8 months ago |
-| [sajson](https://github.com/chadaustin/sajson) | 514 | Lightweight, extremely high-performance JSON parser for C++11 | a month ago |
-| [jsonxx](https://github.com/hjiang/jsonxx) | 461 | A JSON parser in C++ | 8 months ago |
-| [jsoncons](https://github.com/danielaparker/jsoncons) | 441 | A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON | 3 days ago |
-| [json.h](https://github.com/sheredom/json.h) | 436 | 🗄️ single header json parser for C and C++ | 8 months ago |
-| [json](https://github.com/taocpp/json) | 411 | C++ header-only JSON library | 18 days ago |
+| [sajson](https://github.com/chadaustin/sajson) | 514 | Lightweight, extremely high-performance JSON parser for C++11 | 2 months ago |
+| [jsonxx](https://github.com/hjiang/jsonxx) | 463 | A JSON parser in C++ | 8 months ago |
+| [jsoncons](https://github.com/danielaparker/jsoncons) | 443 | A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON | 10 hours ago |
+| [json.h](https://github.com/sheredom/json.h) | 440 | 🗄️ single header json parser for C and C++ | 9 months ago |
+| [json](https://github.com/taocpp/json) | 413 | C++ header-only JSON library | 25 days ago |
| [qt-json](https://github.com/qt-json/qt-json) | 287 | A simple class for parsing JSON data into a QVariant hierarchy and vice versa. | 4 years ago |
| [qjson](https://github.com/flavio/qjson) | 253 | QJson is a qt-based library that maps JSON data to QVariant objects. | 3 years ago |
-| [libjson](https://github.com/vincenthz/libjson) | 240 | a JSON parser and printer library in C. easy to integrate with any model. | 3 years ago |
-| [json_struct](https://github.com/jorgen/json_struct) | 136 | json_struct is a single header only C++ library for parsing JSON directly to C++ structs and vice versa | 2 days ago |
-| [json-voorhees](https://github.com/tgockel/json-voorhees) | 123 | A killer modern C++ library for interacting with JSON. | 3 months ago |
+| [libjson](https://github.com/vincenthz/libjson) | 241 | a JSON parser and printer library in C. easy to integrate with any model. | 3 years ago |
+| [json_struct](https://github.com/jorgen/json_struct) | 139 | json_struct is a single header only C++ library for parsing JSON directly to C++ structs and vice versa | 9 days ago |
| [jeayeson](https://github.com/jeaye/jeayeson) | 122 | A very sane (header only) C++14 JSON library | 5 years ago |
-| [jute](https://github.com/amir-s/jute) | 53 | Very simple C++ JSON Parser | 4 months ago |
+| [json-voorhees](https://github.com/tgockel/json-voorhees) | 122 | A killer modern C++ library for interacting with JSON. | 3 months ago |
+| [jute](https://github.com/amir-s/jute) | 54 | Very simple C++ JSON Parser | 4 months ago |
| [jbson](https://github.com/chrismanning/jbson) | 35 | JSON & BSON parser/writer | 6 years ago |
@@ -537,16 +537,16 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [spdlog](https://github.com/gabime/spdlog) | 12822 | Fast C++ logging library. | a day ago |
-| [glog](https://github.com/google/glog) | 4843 | C++ implementation of the Google logging module | 4 days ago |
-| [easyloggingpp](https://github.com/amrayn/easyloggingpp) | 2978 | Single header C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc. | a month ago |
-| [loguru](https://github.com/emilk/loguru) | 1233 | A lightweight C++ logging library | 18 days ago |
-| [plog](https://github.com/SergiusTheBest/plog) | 1226 | Portable, simple and extensible C++ logging library | 4 months ago |
-| [log4cplus](https://github.com/log4cplus/log4cplus) | 1169 | log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API. | a month ago |
-| [g3log](https://github.com/KjellKod/g3log) | 723 | G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage. | 3 months ago |
-| [quill](https://github.com/odygrd/quill) | 516 | Asynchronous Low Latency C++ Logging Library | 12 days ago |
+| [spdlog](https://github.com/gabime/spdlog) | 12867 | Fast C++ logging library. | a day ago |
+| [glog](https://github.com/google/glog) | 4870 | C++ implementation of the Google logging module | 4 days ago |
+| [easyloggingpp](https://github.com/amrayn/easyloggingpp) | 2984 | Single header C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc. | 2 months ago |
+| [loguru](https://github.com/emilk/loguru) | 1234 | A lightweight C++ logging library | 3 days ago |
+| [plog](https://github.com/SergiusTheBest/plog) | 1230 | Portable, simple and extensible C++ logging library | 4 months ago |
+| [log4cplus](https://github.com/log4cplus/log4cplus) | 1172 | log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API. | a month ago |
+| [g3log](https://github.com/KjellKod/g3log) | 725 | G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage. | 4 months ago |
+| [quill](https://github.com/odygrd/quill) | 518 | Asynchronous Low Latency C++ Logging Library | 19 days ago |
| [reckless](https://github.com/mattiasflodin/reckless) | 400 | Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++. | 6 months ago |
-| [fmtlog](https://github.com/MengRao/fmtlog) | 203 | fmtlog is a performant fmtlib-style logging library with latency in nanoseconds. | 2 months ago |
+| [fmtlog](https://github.com/MengRao/fmtlog) | 207 | fmtlog is a performant fmtlib-style logging library with latency in nanoseconds. | 2 months ago |
| [blackhole](https://github.com/3Hren/blackhole) | 179 | Yet another logging library. | 3 years ago |
@@ -555,22 +555,22 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [opencv](https://github.com/opencv/opencv) | 57324 | Open Source Computer Vision Library | 5 hours ago |
-| [caffe](https://github.com/BVLC/caffe) | 31998 | Caffe: a fast open framework for deep learning. | 20 days ago |
-| [xgboost](https://github.com/dmlc/xgboost) | 21718 | Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow | 7 hours ago |
-| [darknet](https://github.com/pjreddie/darknet) | 21580 | Convolutional Neural Networks | 10 days ago |
-| [ncnn](https://github.com/Tencent/ncnn) | 12895 | ncnn is a high-performance neural network inference framework optimized for the mobile platform | 2 days ago |
-| [dlib](https://github.com/davisking/dlib) | 10632 | A toolkit for making real world machine learning and data analysis applications in C++ | 5 days ago |
-| [ccv](https://github.com/liuliu/ccv) | 6815 | C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library | 17 days ago |
-| [libsvm](https://github.com/cjlin1/libsvm) | 4021 | | 6 months ago |
-| [flashlight](https://github.com/flashlight/flashlight) | 3961 | A C++ standalone library for machine learning | 2 days ago |
-| [mlpack](https://github.com/mlpack/mlpack) | 3831 | mlpack: a scalable C++ machine learning library -- | an hour ago |
-| [shogun](https://github.com/shogun-toolbox/shogun) | 2853 | Shōgun | 3 months ago |
-| [vlfeat](https://github.com/vlfeat/vlfeat) | 1446 | An open library of computer vision algorithms | 7 months ago |
-| [rnnlib](https://github.com/szcom/rnnlib) | 860 | RNNLIB is a recurrent neural network library for sequence learning problems. Forked from Alex Graves work http://sourceforge.net/projects/rnnl/ | 2 years ago |
+| [opencv](https://github.com/opencv/opencv) | 57457 | Open Source Computer Vision Library | 7 hours ago |
+| [caffe](https://github.com/BVLC/caffe) | 32019 | Caffe: a fast open framework for deep learning. | a month ago |
+| [xgboost](https://github.com/dmlc/xgboost) | 21756 | Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow | 4 hours ago |
+| [darknet](https://github.com/pjreddie/darknet) | 21610 | Convolutional Neural Networks | 9 hours ago |
+| [ncnn](https://github.com/Tencent/ncnn) | 12950 | ncnn is a high-performance neural network inference framework optimized for the mobile platform | 2 days ago |
+| [dlib](https://github.com/davisking/dlib) | 10651 | A toolkit for making real world machine learning and data analysis applications in C++ | 4 hours ago |
+| [ccv](https://github.com/liuliu/ccv) | 6818 | C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library | 2 days ago |
+| [libsvm](https://github.com/cjlin1/libsvm) | 4030 | | 6 months ago |
+| [flashlight](https://github.com/flashlight/flashlight) | 3963 | A C++ standalone library for machine learning | 3 days ago |
+| [mlpack](https://github.com/mlpack/mlpack) | 3833 | mlpack: a scalable C++ machine learning library -- | an hour ago |
+| [shogun](https://github.com/shogun-toolbox/shogun) | 2851 | Shōgun | 3 months ago |
+| [vlfeat](https://github.com/vlfeat/vlfeat) | 1446 | An open library of computer vision algorithms | 8 months ago |
+| [rnnlib](https://github.com/szcom/rnnlib) | 861 | RNNLIB is a recurrent neural network library for sequence learning problems. Forked from Alex Graves work http://sourceforge.net/projects/rnnl/ | 2 years ago |
| [minerva](https://github.com/dmlc/minerva) | 677 | Minerva: a fast and flexible tool for deep learning on multi-GPU. It provides ndarray programming interface, just like Numpy. Python bindings and C++ bindings are both available. The resulting code can be run on CPU or GPU. Multi-GPU support is very easy. | 3 years ago |
-| [meta](https://github.com/meta-toolkit/meta) | 615 | A Modern C++ Data Sciences Toolkit | 10 months ago |
-| [oneDAL](https://github.com/oneapi-src/oneDAL) | 439 | oneAPI Data Analytics Library (oneDAL) | 3 hours ago |
+| [meta](https://github.com/meta-toolkit/meta) | 616 | A Modern C++ Data Sciences Toolkit | 10 months ago |
+| [oneDAL](https://github.com/oneapi-src/oneDAL) | 440 | oneAPI Data Analytics Library (oneDAL) | 2 hours ago |
| [Fido](https://github.com/FidoProject/Fido) | 409 | A lightweight C++ machine learning library for embedded electronics and robotics. | 2 years ago |
| [Recommender](https://github.com/GHamrouni/Recommender) | 242 | A C library for product recommendations/suggestions using collaborative filtering (CF) | 3 years ago |
@@ -580,24 +580,24 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [dlib](https://github.com/davisking/dlib) | 10632 | A toolkit for making real world machine learning and data analysis applications in C++ | 5 days ago |
-| [glm](https://github.com/g-truc/glm) | 5563 | OpenGL Mathematics (GLM) | 6 days ago |
-| [OpenBLAS](https://github.com/xianyi/OpenBLAS) | 4125 | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. | 3 hours ago |
-| [QuantLib](https://github.com/lballabio/QuantLib) | 2843 | The QuantLib C++ library | 2 days ago |
+| [dlib](https://github.com/davisking/dlib) | 10651 | A toolkit for making real world machine learning and data analysis applications in C++ | 4 hours ago |
+| [glm](https://github.com/g-truc/glm) | 5585 | OpenGL Mathematics (GLM) | 13 days ago |
+| [OpenBLAS](https://github.com/xianyi/OpenBLAS) | 4132 | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. | 4 hours ago |
+| [QuantLib](https://github.com/lballabio/QuantLib) | 2854 | The QuantLib C++ library | 6 days ago |
| [cgal](https://github.com/CGAL/cgal) | 2729 | The public CGAL repository, see the README below | 2 days ago |
-| [xtensor](https://github.com/xtensor-stack/xtensor) | 2400 | C++ tensors with broadcasting and lazy computing | 6 hours ago |
-| [Vc](https://github.com/VcDevel/Vc) | 1117 | SIMD Vector Classes for C++ | 14 days ago |
-| [tinyexpr](https://github.com/codeplea/tinyexpr) | 989 | tiny recursive descent expression parser, compiler, and evaluation engine for math expressions | 2 months ago |
-| [autodiff](https://github.com/autodiff/autodiff) | 825 | automatic differentiation made easier for C++ | 21 days ago |
-| [symengine](https://github.com/symengine/symengine) | 776 | SymEngine is a fast symbolic manipulation library, written in C++ | 7 days ago |
-| [linalg](https://github.com/sgorsten/linalg) | 678 | linalg.h is a single header, public domain, short vector math library for C++ | 16 days ago |
-| [linmath.h](https://github.com/datenwolf/linmath.h) | 635 | a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions | 6 months ago |
-| [klein](https://github.com/jeremyong/klein) | 538 | P(R*_{3, 0, 1}) specialized SIMD Geometric Algebra Library | 2 months ago |
-| [libtommath](https://github.com/libtom/libtommath) | 476 | LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C. | a month ago |
-| [MIRACL](https://github.com/miracl/MIRACL) | 431 | MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC). | 5 months ago |
-| [stats](https://github.com/kthohr/stats) | 330 | A C++ header-only library of statistical distribution functions. | a month ago |
-| [universal](https://github.com/stillwater-sc/universal) | 201 | Universal Number Arithmetic | 5 hours ago |
-| [apophenia](https://github.com/b-k/apophenia) | 178 | A C library for statistical and scientific computing | 2 years ago |
+| [xtensor](https://github.com/xtensor-stack/xtensor) | 2412 | C++ tensors with broadcasting and lazy computing | 6 days ago |
+| [Vc](https://github.com/VcDevel/Vc) | 1120 | SIMD Vector Classes for C++ | 21 days ago |
+| [tinyexpr](https://github.com/codeplea/tinyexpr) | 994 | tiny recursive descent expression parser, compiler, and evaluation engine for math expressions | 2 months ago |
+| [autodiff](https://github.com/autodiff/autodiff) | 835 | automatic differentiation made easier for C++ | a month ago |
+| [symengine](https://github.com/symengine/symengine) | 775 | SymEngine is a fast symbolic manipulation library, written in C++ | 6 days ago |
+| [linalg](https://github.com/sgorsten/linalg) | 678 | linalg.h is a single header, public domain, short vector math library for C++ | 23 days ago |
+| [linmath.h](https://github.com/datenwolf/linmath.h) | 636 | a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions | 6 months ago |
+| [klein](https://github.com/jeremyong/klein) | 539 | P(R*_{3, 0, 1}) specialized SIMD Geometric Algebra Library | 2 months ago |
+| [libtommath](https://github.com/libtom/libtommath) | 477 | LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C. | a month ago |
+| [MIRACL](https://github.com/miracl/MIRACL) | 436 | MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC). | 6 months ago |
+| [stats](https://github.com/kthohr/stats) | 331 | A C++ header-only library of statistical distribution functions. | a month ago |
+| [universal](https://github.com/stillwater-sc/universal) | 202 | Universal Number Arithmetic | 8 minutes ago |
+| [apophenia](https://github.com/b-k/apophenia) | 179 | A C library for statistical and scientific computing | 2 years ago |
### [Memory Allocation](#memory -Allocation)
@@ -605,14 +605,14 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [jemalloc](https://github.com/jemalloc/jemalloc) | 6414 | | 2 days ago |
-| [mimalloc](https://github.com/microsoft/mimalloc) | 5867 | mimalloc is a compact general purpose allocator with excellent performance. | 9 days ago |
-| [bdwgc](https://github.com/ivmai/bdwgc) | 1803 | The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (libgc, bdwgc, boehm-gc) | 3 days ago |
-| [libcsptr](https://github.com/Snaipe/libcsptr) | 1103 | Smart pointers for the (GNU) C programming language | 2 months ago |
-| [memory-allocators](https://github.com/mtrebi/memory-allocators) | 1103 | Custom memory allocators in C++ to improve the performance of dynamic memory allocation | 2 months ago |
-| [memory](https://github.com/foonathan/memory) | 982 | STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write. | a month ago |
-| [Hoard](https://github.com/emeryberger/Hoard) | 811 | The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac. | 3 months ago |
-| [tgc](https://github.com/orangeduck/tgc) | 612 | A Tiny Garbage Collector for C | 10 months ago |
+| [jemalloc](https://github.com/jemalloc/jemalloc) | 6438 | | 3 days ago |
+| [mimalloc](https://github.com/microsoft/mimalloc) | 5912 | mimalloc is a compact general purpose allocator with excellent performance. | 7 hours ago |
+| [bdwgc](https://github.com/ivmai/bdwgc) | 1807 | The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (libgc, bdwgc, boehm-gc) | a day ago |
+| [memory-allocators](https://github.com/mtrebi/memory-allocators) | 1110 | Custom memory allocators in C++ to improve the performance of dynamic memory allocation | 2 months ago |
+| [libcsptr](https://github.com/Snaipe/libcsptr) | 1105 | Smart pointers for the (GNU) C programming language | 2 months ago |
+| [memory](https://github.com/foonathan/memory) | 986 | STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write. | 2 months ago |
+| [Hoard](https://github.com/emeryberger/Hoard) | 814 | The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac. | 3 months ago |
+| [tgc](https://github.com/orangeduck/tgc) | 613 | A Tiny Garbage Collector for C | 10 months ago |
### [Multimedia](#multimedia)
@@ -620,12 +620,12 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [SFML](https://github.com/SFML/SFML) | 7169 | Simple and Fast Multimedia Library | 7 days ago |
-| [QtAV](https://github.com/wang-bin/QtAV) | 2958 | A cross-platform multimedia framework based on Qt and FFmpeg(https://github.com/wang-bin/avbuild). High performance. User & developer friendly. Supports Android, iOS, Windows store and desktops. 基于Qt和FFmpeg的跨平台高性能音视频播放框架 | 6 months ago |
-| [libav](https://github.com/libav/libav) | 874 | Libav github mirror, clone of git://git.libav.org/libav | 5 months ago |
-| [taglib](https://github.com/taglib/taglib) | 860 | TagLib Audio Meta-Data Library | 2 months ago |
-| [libass](https://github.com/libass/libass) | 567 | libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. | 2 hours ago |
-| [MediaInfoLib](https://github.com/MediaArea/MediaInfoLib) | 389 | Convenient unified display of the most relevant technical and tag data for video and audio files. | 14 hours ago |
+| [SFML](https://github.com/SFML/SFML) | 7181 | Simple and Fast Multimedia Library | 5 days ago |
+| [QtAV](https://github.com/wang-bin/QtAV) | 2961 | A cross-platform multimedia framework based on Qt and FFmpeg(https://github.com/wang-bin/avbuild). High performance. User & developer friendly. Supports Android, iOS, Windows store and desktops. 基于Qt和FFmpeg的跨平台高性能音视频播放框架 | 4 hours ago |
+| [libav](https://github.com/libav/libav) | 877 | Libav github mirror, clone of git://git.libav.org/libav | 5 months ago |
+| [taglib](https://github.com/taglib/taglib) | 859 | TagLib Audio Meta-Data Library | 3 months ago |
+| [libass](https://github.com/libass/libass) | 572 | libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. | 12 hours ago |
+| [MediaInfoLib](https://github.com/MediaArea/MediaInfoLib) | 389 | Convenient unified display of the most relevant technical and tag data for video and audio files. | 3 hours ago |
### [Multimedia](#multimedia)
@@ -633,9 +633,9 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [libtorrent](https://github.com/arvidn/libtorrent) | 3447 | an efficient feature complete C++ bittorrent implementation | an hour ago |
-| [libutp](https://github.com/bittorrent/libutp) | 956 | uTorrent Transport Protocol library | a year ago |
-| [libtorrent](https://github.com/rakshasa/libtorrent) | 819 | libTorrent BitTorrent library | a month ago |
+| [libtorrent](https://github.com/arvidn/libtorrent) | 3453 | an efficient feature complete C++ bittorrent implementation | an hour ago |
+| [libutp](https://github.com/bittorrent/libutp) | 959 | uTorrent Transport Protocol library | a year ago |
+| [libtorrent](https://github.com/rakshasa/libtorrent) | 820 | libTorrent BitTorrent library | 2 months ago |
| [dht](https://github.com/jech/dht) | 611 | BitTorrent DHT library | 10 months ago |
@@ -644,50 +644,50 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [uWebSockets](https://github.com/uNetworking/uWebSockets) | 13198 | Simple, secure & standards compliant web server for the most demanding of applications | an hour ago |
-| [muduo](https://github.com/chenshuo/muduo) | 10309 | Event-driven network library for multi-threaded Linux server in C++11 | 2 months ago |
-| [kcp](https://github.com/skywind3000/kcp) | 10205 | :zap: KCP - A Fast and Reliable ARQ Protocol | 4 months ago |
-| [h2o](https://github.com/h2o/h2o) | 9622 | H2O - the optimized HTTP/1, HTTP/2, HTTP/3 server | 4 days ago |
-| [mongoose](https://github.com/cesanta/mongoose) | 7563 | Embedded Web Server | 3 days ago |
-| [proxygen](https://github.com/facebook/proxygen) | 7286 | A collection of C++ HTTP libraries including an easy to use HTTP server. | a day ago |
-| [libzmq](https://github.com/zeromq/libzmq) | 7271 | ZeroMQ core engine in C++, implements ZMTP/3.1 | 2 days ago |
-| [cpprestsdk](https://github.com/microsoft/cpprestsdk) | 6549 | The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. | 2 months ago |
-| [http-parser](https://github.com/nodejs/http-parser) | 5859 | http request/response parser for c | 5 months ago |
-| [cpp-httplib](https://github.com/yhirose/cpp-httplib) | 5846 | A C++ header-only HTTP/HTTPS server and client library | a day ago |
-| [librdkafka](https://github.com/edenhill/librdkafka) | 5468 | The Apache Kafka C/C++ library | a day ago |
-| [websocketpp](https://github.com/zaphoyd/websocketpp) | 5062 | C++ websocket client/server library | 18 days ago |
-| [cpr](https://github.com/libcpr/cpr) | 4041 | C++ Requests: Curl for People, a spiritual port of Python Requests. | 13 hours ago |
-| [nghttp2](https://github.com/nghttp2/nghttp2) | 3825 | nghttp2 - HTTP/2 C Library and tools | 16 hours ago |
-| [libwebsockets](https://github.com/warmcat/libwebsockets) | 3213 | canonical libwebsockets.org networking library | 20 hours ago |
-| [beast](https://github.com/boostorg/beast) | 3173 | HTTP and WebSocket built on Boost.Asio in C++11 | 20 days ago |
-| [RakNet](https://github.com/facebookarchive/RakNet) | 3014 | RakNet is a cross platform, open source, C++ networking engine for game programmers. | 17 days ago |
-| [evpp](https://github.com/Qihoo360/evpp) | 2801 | A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols. | 4 months ago |
-| [wangle](https://github.com/facebook/wangle) | 2776 | Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way. | a day ago |
-| [wdt](https://github.com/facebookarchive/wdt) | 2642 | Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths. | 2 months ago |
-| [PF_RING](https://github.com/ntop/PF_RING) | 2068 | High-speed packet processing framework | 2 days ago |
-| [enet](https://github.com/lsalzman/enet) | 1955 | ENet reliable UDP networking library | 2 months ago |
-| [onion](https://github.com/davidmoreno/onion) | 1783 | C library to create simple HTTP servers and Web Applications. | 12 days ago |
-| [libpcap](https://github.com/the-tcpdump-group/libpcap) | 1743 | the LIBpcap interface to various kernel packet capture mechanism | 10 hours ago |
-| [mtcp](https://github.com/mtcp-stack/mtcp) | 1670 | mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems | 10 months ago |
-| [libquic](https://github.com/devsisters/libquic) | 1562 | QUIC, a multiplexed stream transport over UDP | 3 years ago |
-| [restbed](https://github.com/Corvusoft/restbed) | 1522 | Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications. | 7 days ago |
-| [dpdk](https://github.com/DPDK/dpdk) | 1518 | Data Plane Development Kit | 7 hours ago |
-| [PcapPlusPlus](https://github.com/seladb/PcapPlusPlus) | 1510 | PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets. It is designed to be efficient, powerful and easy to use. It provides C++ wrappers for the most popular packet processing engines such as libpcap, WinPcap, DPDK and PF_RING. | 4 days ago |
-| [picohttpparser](https://github.com/h2o/picohttpparser) | 1432 | tiny HTTP parser written in C (used in HTTP::Parser::XS et al.) | 8 months ago |
-| [c-ares](https://github.com/c-ares/c-ares) | 1311 | A C library for asynchronous DNS requests | a day ago |
-| [restclient-cpp](https://github.com/mrtazz/restclient-cpp) | 1309 | C++ client for making HTTP/REST requests | 2 months ago |
-| [dyad](https://github.com/rxi/dyad) | 1264 | Asynchronous networking for C | a year ago |
+| [uWebSockets](https://github.com/uNetworking/uWebSockets) | 13219 | Simple, secure & standards compliant web server for the most demanding of applications | 4 hours ago |
+| [muduo](https://github.com/chenshuo/muduo) | 10342 | Event-driven network library for multi-threaded Linux server in C++11 | 2 months ago |
+| [kcp](https://github.com/skywind3000/kcp) | 10221 | :zap: KCP - A Fast and Reliable ARQ Protocol | 4 months ago |
+| [h2o](https://github.com/h2o/h2o) | 9627 | H2O - the optimized HTTP/1, HTTP/2, HTTP/3 server | 14 hours ago |
+| [mongoose](https://github.com/cesanta/mongoose) | 7579 | Embedded Web Server | 2 days ago |
+| [proxygen](https://github.com/facebook/proxygen) | 7293 | A collection of C++ HTTP libraries including an easy to use HTTP server. | 2 days ago |
+| [libzmq](https://github.com/zeromq/libzmq) | 7289 | ZeroMQ core engine in C++, implements ZMTP/3.1 | 3 days ago |
+| [cpprestsdk](https://github.com/microsoft/cpprestsdk) | 6570 | The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. | 6 days ago |
+| [cpp-httplib](https://github.com/yhirose/cpp-httplib) | 5884 | A C++ header-only HTTP/HTTPS server and client library | 8 days ago |
+| [http-parser](https://github.com/nodejs/http-parser) | 5865 | http request/response parser for c | 5 months ago |
+| [librdkafka](https://github.com/edenhill/librdkafka) | 5485 | The Apache Kafka C/C++ library | a day ago |
+| [websocketpp](https://github.com/zaphoyd/websocketpp) | 5075 | C++ websocket client/server library | 25 days ago |
+| [cpr](https://github.com/libcpr/cpr) | 4067 | C++ Requests: Curl for People, a spiritual port of Python Requests. | 4 days ago |
+| [nghttp2](https://github.com/nghttp2/nghttp2) | 3829 | nghttp2 - HTTP/2 C Library and tools | 6 days ago |
+| [libwebsockets](https://github.com/warmcat/libwebsockets) | 3219 | canonical libwebsockets.org networking library | 7 hours ago |
+| [beast](https://github.com/boostorg/beast) | 3184 | HTTP and WebSocket built on Boost.Asio in C++11 | 3 days ago |
+| [RakNet](https://github.com/facebookarchive/RakNet) | 3015 | RakNet is a cross platform, open source, C++ networking engine for game programmers. | 24 days ago |
+| [evpp](https://github.com/Qihoo360/evpp) | 2804 | A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols. | 4 months ago |
+| [wangle](https://github.com/facebook/wangle) | 2779 | Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way. | 2 days ago |
+| [wdt](https://github.com/facebookarchive/wdt) | 2644 | Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths. | 2 months ago |
+| [PF_RING](https://github.com/ntop/PF_RING) | 2070 | High-speed packet processing framework | 2 days ago |
+| [enet](https://github.com/lsalzman/enet) | 1958 | ENet reliable UDP networking library | 2 months ago |
+| [onion](https://github.com/davidmoreno/onion) | 1785 | C library to create simple HTTP servers and Web Applications. | 19 days ago |
+| [libpcap](https://github.com/the-tcpdump-group/libpcap) | 1748 | the LIBpcap interface to various kernel packet capture mechanism | 5 days ago |
+| [mtcp](https://github.com/mtcp-stack/mtcp) | 1671 | mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems | 10 months ago |
+| [libquic](https://github.com/devsisters/libquic) | 1565 | QUIC, a multiplexed stream transport over UDP | 3 years ago |
+| [restbed](https://github.com/Corvusoft/restbed) | 1524 | Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications. | 14 days ago |
+| [dpdk](https://github.com/DPDK/dpdk) | 1523 | Data Plane Development Kit | 4 hours ago |
+| [PcapPlusPlus](https://github.com/seladb/PcapPlusPlus) | 1517 | PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets. It is designed to be efficient, powerful and easy to use. It provides C++ wrappers for the most popular packet processing engines such as libpcap, WinPcap, DPDK and PF_RING. | 4 days ago |
+| [picohttpparser](https://github.com/h2o/picohttpparser) | 1435 | tiny HTTP parser written in C (used in HTTP::Parser::XS et al.) | 8 months ago |
+| [c-ares](https://github.com/c-ares/c-ares) | 1315 | A C library for asynchronous DNS requests | 3 days ago |
+| [restclient-cpp](https://github.com/mrtazz/restclient-cpp) | 1311 | C++ client for making HTTP/REST requests | 2 months ago |
+| [dyad](https://github.com/rxi/dyad) | 1267 | Asynchronous networking for C | a year ago |
| [restinio](https://github.com/Stiffstream/restinio) | 775 | Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library with the right balance between performance and ease of use | 10 months ago |
| [WAFer](https://github.com/riolet/WAFer) | 690 | WAFer is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers. | 4 years ago |
-| [CppServer](https://github.com/chronoxor/CppServer) | 681 | Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution | 4 months ago |
-| [seasocks](https://github.com/mattgodbolt/seasocks) | 549 | Simple, small, C++ embeddable webserver with WebSockets support | 2 months ago |
-| [libhttpserver](https://github.com/etr/libhttpserver) | 545 | C++ library for creating an embedded Rest HTTP server (and more) | 4 months ago |
-| [tufao](https://github.com/vinipsmaker/tufao) | 526 | An asynchronous web framework for C++ built on top of Qt | 2 months ago |
+| [CppServer](https://github.com/chronoxor/CppServer) | 688 | Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution | 5 months ago |
+| [seasocks](https://github.com/mattgodbolt/seasocks) | 549 | Simple, small, C++ embeddable webserver with WebSockets support | 2 days ago |
+| [libhttpserver](https://github.com/etr/libhttpserver) | 546 | C++ library for creating an embedded Rest HTTP server (and more) | 4 months ago |
+| [tufao](https://github.com/vinipsmaker/tufao) | 526 | An asynchronous web framework for C++ built on top of Qt | 3 months ago |
| [curlcpp](https://github.com/JosephP91/curlcpp) | 501 | An object oriented C++ wrapper for CURL (libcurl) | a month ago |
| [tlse](https://github.com/eduardsui/tlse) | 399 | Single C file TLS 1.2/1.3 implementation, using tomcrypt as crypto library | a month ago |
-| [MQTT-C](https://github.com/LiamBindle/MQTT-C) | 396 | A portable MQTT C client for embedded systems and PCs alike. | a month ago |
-| [uriparser](https://github.com/uriparser/uriparser) | 194 | :hocho: Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub | an hour ago |
-| [uri](https://github.com/cpp-netlib/uri) | 117 | cpp-netlib URI | 2 years ago |
+| [MQTT-C](https://github.com/LiamBindle/MQTT-C) | 398 | A portable MQTT C client for embedded systems and PCs alike. | 2 months ago |
+| [uriparser](https://github.com/uriparser/uriparser) | 195 | :hocho: Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub | 4 days ago |
+| [uri](https://github.com/cpp-netlib/uri) | 118 | cpp-netlib URI | 2 years ago |
| [Breep](https://github.com/Organic-Code/Breep) | 103 | C++ peer to peer library, built on the top of boost | 3 years ago |
@@ -696,7 +696,7 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [libharu](https://github.com/libharu/libharu) | 1198 | libharu - free PDF library | 6 months ago |
+| [libharu](https://github.com/libharu/libharu) | 1204 | libharu - free PDF library | 6 months ago |
### [Physics](#physics)
@@ -704,17 +704,17 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [bullet3](https://github.com/bulletphysics/bullet3) | 8474 | Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. | a day ago |
-| [box2d](https://github.com/erincatto/box2d) | 5207 | Box2D is a 2D physics engine for games | 21 days ago |
-| [liquidfun](https://github.com/google/liquidfun) | 4286 | 2D physics engine for games | 2 months ago |
-| [PhysX-3.4](https://github.com/NVIDIAGameWorks/PhysX-3.4) | 2218 | NVIDIA PhysX SDK 3.4 | 3 years ago |
-| [simbody](https://github.com/simbody/simbody) | 1790 | High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton. | 3 days ago |
-| [Chipmunk2D](https://github.com/slembcke/Chipmunk2D) | 1714 | A fast and lightweight 2D game physics library. | 4 days ago |
-| [chrono](https://github.com/projectchrono/chrono) | 1192 | C++ library for multi-physics simulation | a day ago |
-| [newton-dynamics](https://github.com/MADEAPPS/newton-dynamics) | 724 | Newton Dynamics is an integrated solution for real time simulation of physics environments. | 3 hours ago |
-| [sofa](https://github.com/sofa-framework/sofa) | 512 | Real-time multi-physics simulation with an emphasis on medical simulation. | 2 days ago |
-| [qpp](https://github.com/softwareQinc/qpp) | 315 | A modern C++ quantum computing library | 11 days ago |
-| [ofxBox2d](https://github.com/vanderlin/ofxBox2d) | 304 | Openframework wrapper for box2d | 12 days ago |
+| [bullet3](https://github.com/bulletphysics/bullet3) | 8502 | Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. | 3 days ago |
+| [box2d](https://github.com/erincatto/box2d) | 5227 | Box2D is a 2D physics engine for games | a month ago |
+| [liquidfun](https://github.com/google/liquidfun) | 4289 | 2D physics engine for games | 2 months ago |
+| [PhysX-3.4](https://github.com/NVIDIAGameWorks/PhysX-3.4) | 2220 | NVIDIA PhysX SDK 3.4 | 3 years ago |
+| [simbody](https://github.com/simbody/simbody) | 1791 | High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton. | a day ago |
+| [Chipmunk2D](https://github.com/slembcke/Chipmunk2D) | 1720 | A fast and lightweight 2D game physics library. | 7 days ago |
+| [chrono](https://github.com/projectchrono/chrono) | 1199 | C++ library for multi-physics simulation | 42 minutes ago |
+| [newton-dynamics](https://github.com/MADEAPPS/newton-dynamics) | 725 | Newton Dynamics is an integrated solution for real time simulation of physics environments. | 14 minutes ago |
+| [sofa](https://github.com/sofa-framework/sofa) | 515 | Real-time multi-physics simulation with an emphasis on medical simulation. | a day ago |
+| [qpp](https://github.com/softwareQinc/qpp) | 315 | A modern C++ quantum computing library | 6 days ago |
+| [ofxBox2d](https://github.com/vanderlin/ofxBox2d) | 304 | Openframework wrapper for box2d | 19 days ago |
### [Reflection](#reflection)
@@ -722,17 +722,17 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [magic_enum](https://github.com/Neargye/magic_enum) | 2203 | Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code | 9 days ago |
-| [rttr](https://github.com/rttrorg/rttr) | 1961 | C++ Reflection Library | 2 months ago |
+| [magic_enum](https://github.com/Neargye/magic_enum) | 2217 | Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code | 16 days ago |
+| [rttr](https://github.com/rttrorg/rttr) | 1965 | C++ Reflection Library | 2 months ago |
| [nameof](https://github.com/Neargye/nameof) | 1181 | Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum | 4 months ago |
-| [better-enums](https://github.com/aantron/better-enums) | 1175 | C++ compile-time enum to string, iteration, in a single header file | a month ago |
-| [ponder](https://github.com/billyquith/ponder) | 456 | C++ reflection library with Lua binding, and JSON and XML serialisation. | 10 months ago |
-| [CPP-Reflection](https://github.com/AustinBrunkhorst/CPP-Reflection) | 455 | C++ Reflection Parser / Runtime Skeleton | 2 years ago |
+| [better-enums](https://github.com/aantron/better-enums) | 1179 | C++ compile-time enum to string, iteration, in a single header file | 2 months ago |
+| [ponder](https://github.com/billyquith/ponder) | 457 | C++ reflection library with Lua binding, and JSON and XML serialisation. | 10 months ago |
+| [CPP-Reflection](https://github.com/AustinBrunkhorst/CPP-Reflection) | 456 | C++ Reflection Parser / Runtime Skeleton | 2 years ago |
| [meta](https://github.com/skypjack/meta) | 377 | Header-only, non-intrusive and macro-free runtime reflection system in C++ | a year ago |
-| [visit_struct](https://github.com/garbageslam/visit_struct) | 298 | A miniature library for struct-field reflection in C++ | 3 years ago |
-| [cpgf](https://github.com/cpgf/cpgf) | 192 | cpgf library | 2 years ago |
-| [Refureku](https://github.com/jsoysouvanh/Refureku) | 76 | Customizable C++17 Runtime Reflection Library | 3 hours ago |
-| [magic_get](https://github.com/apolukhin/magic_get) | 74 | std::tuple like methods for user defined types without any macro or boilerplate code | 9 days ago |
+| [visit_struct](https://github.com/garbageslam/visit_struct) | 299 | A miniature library for struct-field reflection in C++ | 3 years ago |
+| [cpgf](https://github.com/cpgf/cpgf) | 193 | cpgf library | 2 years ago |
+| [Refureku](https://github.com/jsoysouvanh/Refureku) | 76 | Customizable C++17 Runtime Reflection Library | 4 hours ago |
+| [magic_get](https://github.com/apolukhin/magic_get) | 74 | std::tuple like methods for user defined types without any macro or boilerplate code | 16 days ago |
### [Regular Expression](#regular-expression)
@@ -740,10 +740,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [re2](https://github.com/google/re2) | 6151 | RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. | 2 days ago |
-| [hyperscan](https://github.com/intel/hyperscan) | 3330 | High-performance regular expression matching library | 2 days ago |
-| [compile-time-regular-expressions](https://github.com/hanickadot/compile-time-regular-expressions) | 2046 | A Compile time PCRE (almost) compatible regular expression matcher. | a month ago |
-| [oniguruma](https://github.com/kkos/oniguruma) | 1604 | regular expression library | a day ago |
+| [re2](https://github.com/google/re2) | 6163 | RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. | a day ago |
+| [hyperscan](https://github.com/intel/hyperscan) | 3343 | High-performance regular expression matching library | 9 days ago |
+| [compile-time-regular-expressions](https://github.com/hanickadot/compile-time-regular-expressions) | 2060 | A Compile time PCRE (almost) compatible regular expression matcher. | 2 days ago |
+| [oniguruma](https://github.com/kkos/oniguruma) | 1606 | regular expression library | 8 days ago |
| [sregex](https://github.com/openresty/sregex) | 571 | A non-backtracking NFA/DFA-based Perl-compatible regex engine matching on large data streams | a year ago |
| [slre](https://github.com/cesanta/slre) | 487 | Super Light Regexp engine for C/C++ | a year ago |
| [CppVerbalExpressions](https://github.com/VerbalExpressions/CppVerbalExpressions) | 348 | C++ regular expressions made easy | 2 years ago |
@@ -755,8 +755,8 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [pcl](https://github.com/PointCloudLibrary/pcl) | 6674 | Point Cloud Library (PCL) | 4 hours ago |
-| [yarp](https://github.com/robotology/yarp) | 392 | YARP - Yet Another Robot Platform | 4 hours ago |
+| [pcl](https://github.com/PointCloudLibrary/pcl) | 6701 | Point Cloud Library (PCL) | 2 minutes ago |
+| [yarp](https://github.com/robotology/yarp) | 391 | YARP - Yet Another Robot Platform | a day ago |
### [Scientific Computing](#scientific-computing)
@@ -764,10 +764,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [torch7](https://github.com/torch/torch7) | 8659 | http://torch.ch | 6 months ago |
-| [TileDB](https://github.com/TileDB-Inc/TileDB) | 1213 | The Universal Storage Engine | 7 hours ago |
-| [Trilinos](https://github.com/trilinos/Trilinos) | 687 | Primary repository for the Trilinos Project | a day ago |
-| [amgcl](https://github.com/ddemidov/amgcl) | 443 | C++ library for solving large sparse linear systems with algebraic multigrid method | 14 days ago |
+| [torch7](https://github.com/torch/torch7) | 8663 | http://torch.ch | 6 months ago |
+| [TileDB](https://github.com/TileDB-Inc/TileDB) | 1215 | The Universal Storage Engine | 7 hours ago |
+| [Trilinos](https://github.com/trilinos/Trilinos) | 689 | Primary repository for the Trilinos Project | a day ago |
+| [amgcl](https://github.com/ddemidov/amgcl) | 445 | C++ library for solving large sparse linear systems with algebraic multigrid method | 21 days ago |
### [Scripting](#scripting)
@@ -775,23 +775,23 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [pybind11](https://github.com/pybind/pybind11) | 9855 | Seamless operability between C++11 and Python | 4 hours ago |
-| [ChakraCore](https://github.com/chakra-core/ChakraCore) | 8563 | ChakraCore is an open source Javascript engine with a C API. | 8 days ago |
-| [cython](https://github.com/cython/cython) | 6455 | The most widely used Python to C compiler | 4 hours ago |
-| [duktape](https://github.com/svaarala/duktape) | 5001 | Duktape - embeddable Javascript engine with a focus on portability and compact footprint | 12 days ago |
-| [swig](https://github.com/swig/swig) | 4185 | SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. | 3 days ago |
-| [javacpp](https://github.com/bytedeco/javacpp) | 3634 | The missing bridge between Java and native C++ | 2 days ago |
+| [pybind11](https://github.com/pybind/pybind11) | 9894 | Seamless operability between C++11 and Python | 12 hours ago |
+| [ChakraCore](https://github.com/chakra-core/ChakraCore) | 8566 | ChakraCore is an open source Javascript engine with a C API. | 15 days ago |
+| [cython](https://github.com/cython/cython) | 6478 | The most widely used Python to C compiler | 3 hours ago |
+| [duktape](https://github.com/svaarala/duktape) | 5010 | Duktape - embeddable Javascript engine with a focus on portability and compact footprint | a day ago |
+| [swig](https://github.com/swig/swig) | 4193 | SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. | 2 days ago |
+| [javacpp](https://github.com/bytedeco/javacpp) | 3642 | The missing bridge between Java and native C++ | 4 days ago |
| [djinni](https://github.com/dropbox/djinni) | 2759 | A tool for generating cross-language type declarations and interface bindings. | 2 years ago |
-| [sol2](https://github.com/ThePhD/sol2) | 2715 | Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation: | a month ago |
-| [libffi](https://github.com/libffi/libffi) | 2264 | A portable foreign-function interface library. | 19 days ago |
-| [CppSharp](https://github.com/mono/CppSharp) | 2176 | Tools and libraries to glue C/C++ APIs to high-level languages | 15 hours ago |
-| [nbind](https://github.com/charto/nbind) | 1821 | :sparkles: Magical headers that make your C++ library accessible from JavaScript :rocket: | 2 years ago |
-| [ctypes.sh](https://github.com/taviso/ctypes.sh) | 1658 | A foreign function interface for bash. | a year ago |
-| [v7](https://github.com/cesanta/v7) | 1318 | Embedded JavaScript engine for C/C++ | a year ago |
-| [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) | 1283 | Library to build PHP extensions with C++ | 15 days ago |
-| [LuaBridge](https://github.com/vinniefalco/LuaBridge) | 1211 | A lightweight, dependency-free library for binding Lua to C++ | 21 days ago |
-| [cppimport](https://github.com/tbenthompson/cppimport) | 973 | Import C++ files directly from Python! | 2 months ago |
-| [v8.dev](https://github.com/v8/v8.dev) | 656 | The source code of v8.dev, the official website of the V8 project. | 5 days ago |
+| [sol2](https://github.com/ThePhD/sol2) | 2721 | Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation: | a day ago |
+| [libffi](https://github.com/libffi/libffi) | 2280 | A portable foreign-function interface library. | 2 days ago |
+| [CppSharp](https://github.com/mono/CppSharp) | 2176 | Tools and libraries to glue C/C++ APIs to high-level languages | 7 hours ago |
+| [nbind](https://github.com/charto/nbind) | 1824 | :sparkles: Magical headers that make your C++ library accessible from JavaScript :rocket: | 2 years ago |
+| [ctypes.sh](https://github.com/taviso/ctypes.sh) | 1659 | A foreign function interface for bash. | a year ago |
+| [v7](https://github.com/cesanta/v7) | 1317 | Embedded JavaScript engine for C/C++ | a year ago |
+| [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) | 1287 | Library to build PHP extensions with C++ | 6 days ago |
+| [LuaBridge](https://github.com/vinniefalco/LuaBridge) | 1217 | A lightweight, dependency-free library for binding Lua to C++ | a month ago |
+| [cppimport](https://github.com/tbenthompson/cppimport) | 975 | Import C++ files directly from Python! | 2 months ago |
+| [v8.dev](https://github.com/v8/v8.dev) | 658 | The source code of v8.dev, the official website of the V8 project. | 4 days ago |
| [luacxx](https://github.com/dafrito/luacxx) | 137 | C++11 API for creating Lua bindings | 4 years ago |
@@ -800,19 +800,19 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [protobuf](https://github.com/protocolbuffers/protobuf) | 51201 | Protocol Buffers - Google's data interchange format | 14 hours ago |
-| [flatbuffers](https://github.com/google/flatbuffers) | 16917 | FlatBuffers: Memory Efficient Serialization Library | 6 hours ago |
-| [capnproto](https://github.com/capnproto/capnproto) | 8539 | Cap'n Proto serialization/RPC system - core tools and C++ library | a day ago |
-| [cereal](https://github.com/USCiLab/cereal) | 2936 | A C++11 library for serialization | 2 days ago |
-| [nanopb](https://github.com/nanopb/nanopb) | 2576 | Protocol Buffers with small code size | 9 days ago |
-| [simple-binary-encoding](https://github.com/real-logic/simple-binary-encoding) | 2521 | Simple Binary Encoding (SBE) - High Performance Message Codec | 4 days ago |
-| [bond](https://github.com/microsoft/bond) | 2340 | Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services. | 2 days ago |
-| [msgpack-c](https://github.com/msgpack/msgpack-c) | 2309 | MessagePack implementation for C and C++ / msgpack.org[C/C++] | 25 days ago |
-| [protobuf-c](https://github.com/protobuf-c/protobuf-c) | 1917 | Protocol Buffers implementation in C | 2 months ago |
-| [upb](https://github.com/protocolbuffers/upb) | 1215 | a small protobuf implementation in C | 3 days ago |
-| [bitsery](https://github.com/fraillt/bitsery) | 602 | Your binary serialization library | 2 months ago |
-| [FastBinaryEncoding](https://github.com/chronoxor/FastBinaryEncoding) | 484 | Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift | 18 days ago |
-| [yas](https://github.com/niXman/yas) | 479 | Yet Another Serialization | 5 days ago |
+| [protobuf](https://github.com/protocolbuffers/protobuf) | 51333 | Protocol Buffers - Google's data interchange format | 7 hours ago |
+| [flatbuffers](https://github.com/google/flatbuffers) | 16950 | FlatBuffers: Memory Efficient Serialization Library | 6 days ago |
+| [capnproto](https://github.com/capnproto/capnproto) | 8559 | Cap'n Proto serialization/RPC system - core tools and C++ library | 4 hours ago |
+| [cereal](https://github.com/USCiLab/cereal) | 2945 | A C++11 library for serialization | 9 days ago |
+| [nanopb](https://github.com/nanopb/nanopb) | 2580 | Protocol Buffers with small code size | 16 days ago |
+| [simple-binary-encoding](https://github.com/real-logic/simple-binary-encoding) | 2523 | Simple Binary Encoding (SBE) - High Performance Message Codec | 4 days ago |
+| [bond](https://github.com/microsoft/bond) | 2342 | Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services. | 6 days ago |
+| [msgpack-c](https://github.com/msgpack/msgpack-c) | 2313 | MessagePack implementation for C and C++ / msgpack.org[C/C++] | 2 days ago |
+| [protobuf-c](https://github.com/protobuf-c/protobuf-c) | 1919 | Protocol Buffers implementation in C | 2 months ago |
+| [upb](https://github.com/protocolbuffers/upb) | 1215 | a small protobuf implementation in C | 4 days ago |
+| [bitsery](https://github.com/fraillt/bitsery) | 602 | Your binary serialization library | 3 days ago |
+| [FastBinaryEncoding](https://github.com/chronoxor/FastBinaryEncoding) | 485 | Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift | 25 days ago |
+| [yas](https://github.com/niXman/yas) | 481 | Yet Another Serialization | 12 days ago |
| [cppcodec](https://github.com/tplgy/cppcodec) | 411 | Header-only C++11 library to encode/decode base64, base64url, base32, base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus Crockford's base32. MIT licensed with consistent, flexible API. | 2 months ago |
@@ -821,8 +821,8 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [bitsery](https://github.com/fraillt/bitsery) | 602 | Your binary serialization library | 2 months ago |
-| [yas](https://github.com/niXman/yas) | 479 | Yet Another Serialization | 5 days ago |
+| [bitsery](https://github.com/fraillt/bitsery) | 602 | Your binary serialization library | 3 days ago |
+| [yas](https://github.com/niXman/yas) | 481 | Yet Another Serialization | 12 days ago |
### [Sorting](#sorting)
@@ -830,8 +830,8 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [pdqsort](https://github.com/orlp/pdqsort) | 1360 | Pattern-defeating quicksort. | 6 months ago |
-| [cpp-TimSort](https://github.com/timsort/cpp-TimSort) | 231 | A C++ implementation of timsort | 16 days ago |
+| [pdqsort](https://github.com/orlp/pdqsort) | 1362 | Pattern-defeating quicksort. | 7 months ago |
+| [cpp-TimSort](https://github.com/timsort/cpp-TimSort) | 231 | A C++ implementation of timsort | 23 days ago |
| [plf_indiesort](https://github.com/mattreecebentley/plf_indiesort) | 8 | A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of large types. | 5 months ago |
@@ -840,8 +840,8 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [openh264](https://github.com/cisco/openh264) | 4337 | Open Source H.264 Codec | 2 days ago |
-| [libde265](https://github.com/strukturag/libde265) | 1221 | Open h.265 video codec implementation. | 4 months ago |
+| [openh264](https://github.com/cisco/openh264) | 4341 | Open Source H.264 Codec | 2 days ago |
+| [libde265](https://github.com/strukturag/libde265) | 1225 | Open h.265 video codec implementation. | 4 months ago |
### [Virtual Machines](#virtual-machines)
@@ -849,8 +849,8 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [micropython](https://github.com/micropython/micropython) | 13131 | MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems | 9 hours ago |
-| [tinyvm](https://github.com/jakogut/tinyvm) | 2851 | TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C. | 3 years ago |
+| [micropython](https://github.com/micropython/micropython) | 13156 | MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems | 33 minutes ago |
+| [tinyvm](https://github.com/jakogut/tinyvm) | 2853 | TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C. | 3 years ago |
| [carp](https://github.com/tekknolagi/carp) | 973 | "interesting" VM in C. Let's see how this goes. | 9 months ago |
@@ -859,15 +859,15 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [cpprestsdk](https://github.com/microsoft/cpprestsdk) | 6549 | The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. | 2 months ago |
-| [crow](https://github.com/ipkn/crow) | 6536 | Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask) | 3 months ago |
-| [drogon](https://github.com/drogonframework/drogon) | 6251 | Drogon: A C++14/17 based HTTP web application framework running on Linux/macOS/Unix/Windows | a day ago |
-| [lwan](https://github.com/lpereira/lwan) | 5480 | Experimental, scalable, high performance HTTP server | 6 days ago |
-| [oatpp](https://github.com/oatpp/oatpp) | 4457 | 🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable. | 2 days ago |
-| [civetweb](https://github.com/civetweb/civetweb) | 1892 | Embedded C/C++ web server | 16 days ago |
-| [facil.io](https://github.com/boazsegev/facil.io) | 1463 | Your high performance web application C framework | 3 hours ago |
-| [treefrog-framework](https://github.com/treefrogframework/treefrog-framework) | 964 | TreeFrog Framework : High-speed C++ MVC Framework for Web Application | 16 hours ago |
-| [cutelyst](https://github.com/cutelyst/cutelyst) | 714 | A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework. | 2 months ago |
+| [cpprestsdk](https://github.com/microsoft/cpprestsdk) | 6570 | The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. | 6 days ago |
+| [crow](https://github.com/ipkn/crow) | 6550 | Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask) | 4 months ago |
+| [drogon](https://github.com/drogonframework/drogon) | 6277 | Drogon: A C++14/17 based HTTP web application framework running on Linux/macOS/Unix/Windows | 4 days ago |
+| [lwan](https://github.com/lpereira/lwan) | 5489 | Experimental, scalable, high performance HTTP server | a day ago |
+| [oatpp](https://github.com/oatpp/oatpp) | 4480 | 🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable. | 2 hours ago |
+| [civetweb](https://github.com/civetweb/civetweb) | 1898 | Embedded C/C++ web server | a day ago |
+| [facil.io](https://github.com/boazsegev/facil.io) | 1464 | Your high performance web application C framework | 4 days ago |
+| [treefrog-framework](https://github.com/treefrogframework/treefrog-framework) | 968 | TreeFrog Framework : High-speed C++ MVC Framework for Web Application | 2 days ago |
+| [cutelyst](https://github.com/cutelyst/cutelyst) | 715 | A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework. | 2 months ago |
### [XML](#xml)
@@ -875,9 +875,9 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [tinyxml2](https://github.com/leethomason/tinyxml2) | 3794 | TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs. | 21 days ago |
-| [mxml](https://github.com/michaelrsweet/mxml) | 297 | Tiny XML library. | 4 months ago |
-| [ticpp](https://github.com/wxFormBuilder/ticpp) | 80 | Completely new interface to TinyXML | 2 days ago |
+| [tinyxml2](https://github.com/leethomason/tinyxml2) | 3806 | TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs. | a month ago |
+| [mxml](https://github.com/michaelrsweet/mxml) | 296 | Tiny XML library. | 4 months ago |
+| [ticpp](https://github.com/wxFormBuilder/ticpp) | 80 | Completely new interface to TinyXML | 4 days ago |
### [Yaml](#yaml)
@@ -885,8 +885,8 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [yaml-cpp](https://github.com/jbeder/yaml-cpp) | 2878 | A YAML parser and emitter in C++ | 7 hours ago |
-| [mini-yaml](https://github.com/jimmiebergmann/mini-yaml) | 108 | Single header YAML 1.0 C++11 serializer/deserializer. | 7 days ago |
+| [yaml-cpp](https://github.com/jbeder/yaml-cpp) | 2891 | A YAML parser and emitter in C++ | 4 days ago |
+| [mini-yaml](https://github.com/jimmiebergmann/mini-yaml) | 110 | Single header YAML 1.0 C++11 serializer/deserializer. | 14 days ago |
### [Miscellaneous](#miscellaneous)
@@ -894,30 +894,30 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [stb](https://github.com/nothings/stb) | 16879 | stb single-file public domain libraries for C/C++ | 2 days ago |
-| [fmt](https://github.com/fmtlib/fmt) | 12228 | A modern formatting library | 9 hours ago |
-| [sds](https://github.com/antirez/sds) | 3674 | Simple Dynamic Strings library for C | 12 days ago |
-| [klib](https://github.com/attractivechaos/klib) | 3393 | A standalone and lightweight C library | 2 months ago |
-| [PEGTL](https://github.com/taocpp/PEGTL) | 1420 | Parsing Expression Grammar Template Library | 16 hours ago |
-| [serial](https://github.com/wjwwood/serial) | 1345 | Cross-platform, Serial Port library written in C++ | 15 days ago |
-| [mio](https://github.com/mandreyel/mio) | 1184 | Cross-platform C++11 header-only library for memory mapped file IO | 7 months ago |
-| [Mach7](https://github.com/solodon4/Mach7) | 1179 | Functional programming style pattern-matching library for C++ | 2 years ago |
-| [cppitertools](https://github.com/ryanhaining/cppitertools) | 1016 | Implementation of python itertools and builtin iteration functions for C++17 | a month ago |
-| [pprint](https://github.com/p-ranav/pprint) | 823 | Pretty Printer for Modern C++ | 2 years ago |
+| [stb](https://github.com/nothings/stb) | 16922 | stb single-file public domain libraries for C/C++ | 2 days ago |
+| [fmt](https://github.com/fmtlib/fmt) | 12256 | A modern formatting library | 8 hours ago |
+| [sds](https://github.com/antirez/sds) | 3683 | Simple Dynamic Strings library for C | 19 days ago |
+| [klib](https://github.com/attractivechaos/klib) | 3397 | A standalone and lightweight C library | 2 months ago |
+| [PEGTL](https://github.com/taocpp/PEGTL) | 1418 | Parsing Expression Grammar Template Library | 2 days ago |
+| [serial](https://github.com/wjwwood/serial) | 1347 | Cross-platform, Serial Port library written in C++ | 22 days ago |
+| [mio](https://github.com/mandreyel/mio) | 1190 | Cross-platform C++11 header-only library for memory mapped file IO | 7 months ago |
+| [Mach7](https://github.com/solodon4/Mach7) | 1179 | Functional programming style pattern-matching library for C++ | 2 days ago |
+| [cppitertools](https://github.com/ryanhaining/cppitertools) | 1018 | Implementation of python itertools and builtin iteration functions for C++17 | a month ago |
+| [pprint](https://github.com/p-ranav/pprint) | 825 | Pretty Printer for Modern C++ | 2 years ago |
| [stdman](https://github.com/jeaye/stdman) | 760 | Formatted C++20 stdlib man pages (cppreference) | a year ago |
-| [dynamix](https://github.com/iboB/dynamix) | 522 | :fish_cake: A new take on polymorphism in C++ | 7 months ago |
+| [dynamix](https://github.com/iboB/dynamix) | 522 | :fish_cake: A new take on polymorphism in C++ | 8 months ago |
| [cxx-prettyprint](https://github.com/louisdx/cxx-prettyprint) | 509 | A header-only library for C++(0x) that allows automagic pretty-printing of any container. | 2 years ago |
| [value-category-cheatsheet](https://github.com/jeaye/value-category-cheatsheet) | 391 | A C++14 cheat-sheet on lvalues, rvalues, xvalues, and more | 3 years ago |
-| [Stage](https://github.com/rtv/Stage) | 324 | Mobile robot simulator | 7 months ago |
-| [kangaru](https://github.com/gracicot/kangaru) | 320 | 🦘 A dependency injection container for C++11, C++14 and later | 12 days ago |
-| [icecream-cpp](https://github.com/renatoGarcia/icecream-cpp) | 315 | 🍦 Never use cout/printf to debug again | a year ago |
+| [Stage](https://github.com/rtv/Stage) | 326 | Mobile robot simulator | 7 months ago |
+| [kangaru](https://github.com/gracicot/kangaru) | 320 | 🦘 A dependency injection container for C++11, C++14 and later | 19 days ago |
+| [icecream-cpp](https://github.com/renatoGarcia/icecream-cpp) | 318 | 🍦 Never use cout/printf to debug again | a year ago |
| [libcpuid](https://github.com/anrieff/libcpuid) | 300 | a small C library for x86 CPU detection and feature extraction | 3 months ago |
-| [gcc-poison](https://github.com/leafsr/gcc-poison) | 176 | gcc-poison | 8 years ago |
+| [gcc-poison](https://github.com/leafsr/gcc-poison) | 177 | gcc-poison | 8 years ago |
| [semver.c](https://github.com/h2non/semver.c) | 157 | Semantic version library written in ANSI C | 2 years ago |
| [ub-canaries](https://github.com/regehr/ub-canaries) | 147 | collection of C/C++ programs that try to get compilers to exploit undefined behavior | 3 years ago |
| [SimpleSignal](https://github.com/larspensjo/SimpleSignal) | 132 | High performance C++11 signals | 2 years ago |
| [libnih](https://github.com/keybuk/libnih) | 73 | NIH Utility Library | 8 years ago |
-| [access_profiler](https://github.com/arvidn/access_profiler) | 64 | a tool to count accesses to member variables in c++ programs | 8 years ago |
+| [access_profiler](https://github.com/arvidn/access_profiler) | 65 | a tool to count accesses to member variables in c++ programs | 8 years ago |
| [QtVerbalExpressions](https://github.com/VerbalExpressions/QtVerbalExpressions) | 48 | | 7 years ago |
| [libevil](https://github.com/avati/libevil) | 21 | The Evil License Manager | 10 years ago |
| [vartypes](https://github.com/szi/vartypes) | 13 | Automatically exported from code.google.com/p/vartypes | 4 years ago |
@@ -931,7 +931,7 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [8cc](https://github.com/rui314/8cc) | 5287 | A Small C Compiler | a year ago |
+| [8cc](https://github.com/rui314/8cc) | 5295 | A Small C Compiler | a year ago |
| [c](https://github.com/ryanmjacobs/c) | 1911 | Compile and execute C "scripts" in one go! | a year ago |
@@ -940,8 +940,8 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [YouCompleteMe](https://github.com/ycm-core/YouCompleteMe) | 23332 | A code-completion engine for Vim | 2 days ago |
-| [rtags](https://github.com/Andersbakken/rtags) | 1724 | A client/server indexer for c/c++/objc[++] with integration for Emacs based on clang. | 15 days ago |
+| [YouCompleteMe](https://github.com/ycm-core/YouCompleteMe) | 23357 | A code-completion engine for Vim | a day ago |
+| [rtags](https://github.com/Andersbakken/rtags) | 1725 | A client/server indexer for c/c++/objc[++] with integration for Emacs based on clang. | 22 days ago |
| [irony-mode](https://github.com/Sarcasm/irony-mode) | 875 | A C/C++ minor mode for Emacs powered by libclang | a month ago |
| [color_coded](https://github.com/jeaye/color_coded) | 856 | A vim plugin for libclang-based highlighting of C, C++, ObjC | 5 months ago |
@@ -951,15 +951,15 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [vcpkg](https://github.com/microsoft/vcpkg) | 13912 | C++ Library Manager for Windows, Linux, and MacOS | 3 hours ago |
-| [buck](https://github.com/facebook/buck) | 8102 | A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages. | 5 hours ago |
-| [clib](https://github.com/clibs/clib) | 3873 | C package manager-ish | 2 months ago |
-| [Bear](https://github.com/rizsotto/Bear) | 2232 | Bear is a tool that generates a compilation database for clang tooling. | 2 days ago |
-| [hunter](https://github.com/ruslo/hunter) | 1879 | | 2 years ago |
+| [vcpkg](https://github.com/microsoft/vcpkg) | 13964 | C++ Library Manager for Windows, Linux, and MacOS | 3 hours ago |
+| [buck](https://github.com/facebook/buck) | 8110 | A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages. | 2 days ago |
+| [clib](https://github.com/clibs/clib) | 3876 | C package manager-ish | 2 months ago |
+| [Bear](https://github.com/rizsotto/Bear) | 2246 | Bear is a tool that generates a compilation database for clang tooling. | 6 days ago |
+| [hunter](https://github.com/ruslo/hunter) | 1880 | | 2 years ago |
| [waf](https://github.com/waf-project/waf) | 717 | Moved to https://gitlab.com/ita1024/waf/ | 3 years ago |
| [cpm](https://github.com/iauns/cpm) | 704 | C++ Package Manager | 2 months ago |
-| [cget](https://github.com/pfultz2/cget) | 386 | C++ package retrieval | 2 months ago |
-| [tundra](https://github.com/deplinenoise/tundra) | 359 | Tundra is a code build system that tries to be accurate and fast for incremental builds | a month ago |
+| [cget](https://github.com/pfultz2/cget) | 388 | C++ package retrieval | 3 days ago |
+| [tundra](https://github.com/deplinenoise/tundra) | 360 | Tundra is a code build system that tries to be accurate and fast for incremental builds | a month ago |
### [Static Code Analysis](#static-code-analysis)
@@ -967,12 +967,12 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [infer](https://github.com/facebook/infer) | 12657 | A static analyzer for Java, C, C++, and Objective-C | 2 days ago |
-| [cppcheck](https://github.com/danmar/cppcheck) | 3734 | static analysis of C/C++ code | 12 hours ago |
-| [oclint](https://github.com/oclint/oclint) | 3372 | A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C | 6 days ago |
-| [include-what-you-use](https://github.com/include-what-you-use/include-what-you-use) | 2521 | A tool for use with clang to analyze #includes in C and C++ source files | 14 days ago |
-| [ikos](https://github.com/NASA-SW-VnV/ikos) | 1402 | Static analyzer for C/C++ based on the theory of Abstract Interpretation. | a day ago |
-| [cpplint](https://github.com/cpplint/cpplint) | 890 | Static code checker for C++ | 20 hours ago |
+| [infer](https://github.com/facebook/infer) | 12677 | A static analyzer for Java, C, C++, and Objective-C | a day ago |
+| [cppcheck](https://github.com/danmar/cppcheck) | 3740 | static analysis of C/C++ code | 6 hours ago |
+| [oclint](https://github.com/oclint/oclint) | 3375 | A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C | 2 days ago |
+| [include-what-you-use](https://github.com/include-what-you-use/include-what-you-use) | 2531 | A tool for use with clang to analyze #includes in C and C++ source files | 3 days ago |
+| [ikos](https://github.com/NASA-SW-VnV/ikos) | 1403 | Static analyzer for C/C++ based on the theory of Abstract Interpretation. | 2 days ago |
+| [cpplint](https://github.com/cpplint/cpplint) | 894 | Static code checker for C++ | 8 days ago |
| [cpp-dependencies](https://github.com/tomtom-international/cpp-dependencies) | 638 | Tool to check C++ #include dependencies (dependency graphs created in .dot format) | 3 months ago |
@@ -981,7 +981,7 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [uncrustify](https://github.com/uncrustify/uncrustify) | 2406 | Code beautifier | 4 days ago |
+| [uncrustify](https://github.com/uncrustify/uncrustify) | 2412 | Code beautifier | 2 days ago |
## [Resources](#resources)
@@ -994,18 +994,18 @@
| :---- | ----: | :---- | :---- |
| [CppCon2014](https://github.com/CppCon/CppCon2014) | 2163 | Speaker materials from CppCon 2014 | 6 years ago |
| [CppCon2016](https://github.com/CppCon/CppCon2016) | 1724 | Slides and other materials from CppCon 2016 | 4 years ago |
-| [CppCon2015](https://github.com/CppCon/CppCon2015) | 1705 | Presentation Materials from CppCon 2015 | 4 years ago |
-| [CppCon2017](https://github.com/CppCon/CppCon2017) | 1580 | Slides and other materials from CppCon 2017 | a year ago |
+| [CppCon2015](https://github.com/CppCon/CppCon2015) | 1706 | Presentation Materials from CppCon 2015 | 4 years ago |
+| [CppCon2017](https://github.com/CppCon/CppCon2017) | 1582 | Slides and other materials from CppCon 2017 | a year ago |
| [CppCon2018](https://github.com/CppCon/CppCon2018) | 1292 | Slides and other materials from CppCon 2018 | 3 years ago |
-| [CppCon2020](https://github.com/CppCon/CppCon2020) | 1135 | Slides and other materials from CppCon 2020 | a year ago |
-| [CppCon2019](https://github.com/CppCon/CppCon2019) | 1027 | Slides and other materials from CppCon 2019 | 2 months ago |
-| [cppnow_presentations_2017](https://github.com/boostcon/cppnow_presentations_2017) | 431 | Presentation Material for C++Now 2017 | 3 years ago |
+| [CppCon2020](https://github.com/CppCon/CppCon2020) | 1143 | Slides and other materials from CppCon 2020 | a year ago |
+| [CppCon2019](https://github.com/CppCon/CppCon2019) | 1029 | Slides and other materials from CppCon 2019 | 3 months ago |
+| [cppnow_presentations_2017](https://github.com/boostcon/cppnow_presentations_2017) | 432 | Presentation Material for C++Now 2017 | 3 years ago |
| [cppnow_presentations_2014](https://github.com/boostcon/cppnow_presentations_2014) | 420 | Presentation materials presented at C++Now 2014 | 7 years ago |
| [cppnow_presentations_2015](https://github.com/boostcon/cppnow_presentations_2015) | 203 | Presentation materials for C++Now 2015 | 6 years ago |
| [cppnow_presentations_2013](https://github.com/boostcon/cppnow_presentations_2013) | 191 | | 3 years ago |
| [cppnow_presentations_2012](https://github.com/boostcon/cppnow_presentations_2012) | 170 | | 3 years ago |
| [cppnow_presentations_2018](https://github.com/boostcon/cppnow_presentations_2018) | 118 | Presentation Material for C++Now 2018 | 3 years ago |
-| [cppnow_presentations_2019](https://github.com/boostcon/cppnow_presentations_2019) | 82 | The presentations of C++Now 2019. | 2 years ago |
+| [cppnow_presentations_2019](https://github.com/boostcon/cppnow_presentations_2019) | 83 | The presentations of C++Now 2019. | 2 years ago |
| [cppnow_presentations_2016](https://github.com/boostcon/cppnow_presentations_2016) | 77 | Presentation materials for C++Now 2016 | 4 years ago |
@@ -1014,9 +1014,9 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | 208528 | :books: Freely available programming books | 2 hours ago |
-| [awesome-cpp](https://github.com/fffaraz/awesome-cpp) | 34038 | A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. | 2 days ago |
-| [cppbestpractices](https://github.com/cpp-best-practices/cppbestpractices) | 4993 | Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information. | 2 months ago |
+| [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | 209069 | :books: Freely available programming books | 4 hours ago |
+| [awesome-cpp](https://github.com/fffaraz/awesome-cpp) | 34158 | A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. | a day ago |
+| [cppbestpractices](https://github.com/cpp-best-practices/cppbestpractices) | 5004 | Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information. | 2 months ago |
### [Coding Style](#coding-style)
@@ -1024,8 +1024,8 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [CppCoreGuidelines](https://github.com/isocpp/CppCoreGuidelines) | 32065 | The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++ | 2 days ago |
-| [styleguide](https://github.com/google/styleguide) | 28929 | Style guides for Google-originated open-source projects | 5 days ago |
+| [CppCoreGuidelines](https://github.com/isocpp/CppCoreGuidelines) | 32133 | The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++ | 6 days ago |
+| [styleguide](https://github.com/google/styleguide) | 28985 | Style guides for Google-originated open-source projects | 4 days ago |
### [Other Awesome Lists](#other-awesome-lists)
@@ -1033,19 +1033,19 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | 208528 | :books: Freely available programming books | 2 hours ago |
-| [awesome](https://github.com/sindresorhus/awesome) | 172491 | 😎 Awesome lists about all kinds of interesting topics | 2 days ago |
-| [papers-we-love](https://github.com/papers-we-love/papers-we-love) | 49751 | Papers from the computer science community to read and discuss. | 16 hours ago |
-| [awesome-interview-questions](https://github.com/DopplerHQ/awesome-interview-questions) | 43820 | :octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board: | 8 days ago |
-| [Projects](https://github.com/karan/Projects) | 36783 | :page_with_curl: A list of practical projects that anyone can solve in any programming language. | a month ago |
-| [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) | 28131 | A curated list of awesome awesomeness | 3 days ago |
-| [awesome-algorithms](https://github.com/tayllan/awesome-algorithms) | 10255 | A curated list of awesome places to learn and/or practice algorithms. | 2 months ago |
-| [awesome-modern-cpp](https://github.com/rigtorp/awesome-modern-cpp) | 8457 | A collection of resources on modern C++ | 3 days ago |
-| [lists](https://github.com/jnv/lists) | 7558 | The definitive list of lists (of lists) curated on GitHub and elsewhere | an hour ago |
-| [single_file_libs](https://github.com/nothings/single_file_libs) | 6801 | List of single-file C/C++ libraries. | 2 days ago |
-| [awesome-talks](https://github.com/JanVanRyswyck/awesome-talks) | 5315 | Awesome online talks and screencasts | a month ago |
-| [cpplinks](https://github.com/MattPD/cpplinks) | 2874 | A categorized list of C++ resources. | 4 hours ago |
-| [awesome-c](https://github.com/inputsh/awesome-c) | 2554 | Continuing the development of awesome-c list on GitHub | 13 days ago |
-| [AwesomePerfCpp](https://github.com/fenbf/AwesomePerfCpp) | 1958 | A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by awesome. | 3 months ago |
+| [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | 209069 | :books: Freely available programming books | 4 hours ago |
+| [awesome](https://github.com/sindresorhus/awesome) | 173197 | 😎 Awesome lists about all kinds of interesting topics | 4 days ago |
+| [papers-we-love](https://github.com/papers-we-love/papers-we-love) | 49808 | Papers from the computer science community to read and discuss. | 8 days ago |
+| [awesome-interview-questions](https://github.com/DopplerHQ/awesome-interview-questions) | 43887 | :octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board: | 2 days ago |
+| [Projects](https://github.com/karan/Projects) | 36853 | :page_with_curl: A list of practical projects that anyone can solve in any programming language. | 2 months ago |
+| [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) | 28152 | A curated list of awesome awesomeness | 10 days ago |
+| [awesome-algorithms](https://github.com/tayllan/awesome-algorithms) | 10309 | A curated list of awesome places to learn and/or practice algorithms. | 2 months ago |
+| [awesome-modern-cpp](https://github.com/rigtorp/awesome-modern-cpp) | 8492 | A collection of resources on modern C++ | 6 hours ago |
+| [lists](https://github.com/jnv/lists) | 7581 | The definitive list of lists (of lists) curated on GitHub and elsewhere | 2 hours ago |
+| [single_file_libs](https://github.com/nothings/single_file_libs) | 6814 | List of single-file C/C++ libraries. | 9 days ago |
+| [awesome-talks](https://github.com/JanVanRyswyck/awesome-talks) | 5329 | Awesome online talks and screencasts | 5 days ago |
+| [cpplinks](https://github.com/MattPD/cpplinks) | 2877 | A categorized list of C++ resources. | 5 hours ago |
+| [awesome-c](https://github.com/inputsh/awesome-c) | 2563 | Continuing the development of awesome-c list on GitHub | 20 days ago |
+| [AwesomePerfCpp](https://github.com/fenbf/AwesomePerfCpp) | 1959 | A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by awesome. | 4 months ago |
diff --git a/docs/go/README.md b/docs/go/README.md
index 37ef4db..c7db5cc 100644
--- a/docs/go/README.md
+++ b/docs/go/README.md
@@ -3,7 +3,7 @@
* A curated list of awesome Go frameworks, libraries, software and resources.
* Inspired by Awesome.
* If you see a package or project here that is no longer maintained or is not a good fit, please submit a issue to improve this file. Thank you!
-* Last Sync Time: Mon Oct 18 2021 09:47:47 GMT+0800 (中国标准时间)
+* Last Sync Time: Mon Oct 25 2021 09:48:47 GMT+0800 (中国标准时间)
* Synchronize Every Week.
#### Order by alphabetical and star count.
@@ -21,17 +21,17 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [oto](https://github.com/hajimehoshi/oto) | 870 | ♪ A low-level library to play sound on multiple platforms ♪ | 9 days ago |
-| [portaudio](https://github.com/gordonklaus/portaudio) | 468 | Go bindings for the PortAudio audio I/O library | a year ago |
-| [music-theory](https://github.com/go-music-theory/music-theory) | 361 | Go models of Note, Scale, Chord and Key | a year ago |
+| [oto](https://github.com/hajimehoshi/oto) | 871 | ♪ A low-level library to play sound on multiple platforms ♪ | 3 days ago |
+| [portaudio](https://github.com/gordonklaus/portaudio) | 470 | Go bindings for the PortAudio audio I/O library | a year ago |
+| [music-theory](https://github.com/go-music-theory/music-theory) | 363 | Go models of Note, Scale, Chord and Key | a year ago |
| [waveform](https://github.com/mdlayher/waveform) | 342 | Go package capable of generating waveform images from audio streams. MIT Licensed. | 2 years ago |
| [portmidi](https://github.com/rakyll/portmidi) | 263 | Go bindings for libportmidi | a year ago |
-| [id3v2](https://github.com/bogem/id3v2) | 194 | 🎵 ID3 decoding and encoding library for Go | 4 days ago |
+| [id3v2](https://github.com/bogem/id3v2) | 194 | 🎵 ID3 decoding and encoding library for Go | 11 days ago |
| [flac](https://github.com/mewkiz/flac) | 164 | Package flac provides access to FLAC (Free Lossless Audio Codec) streams. | 9 months ago |
-| [malgo](https://github.com/gen2brain/malgo) | 154 | Mini audio library | 22 days ago |
-| [GoAudio](https://github.com/DylanMeeus/GoAudio) | 149 | Go tools for audio processing & creation 🎶 | 7 months ago |
+| [malgo](https://github.com/gen2brain/malgo) | 155 | Mini audio library | a month ago |
+| [GoAudio](https://github.com/DylanMeeus/GoAudio) | 150 | Go tools for audio processing & creation 🎶 | 7 months ago |
| [mix](https://github.com/go-mix/mix) | 144 | Sequence-based Go-native audio mixer for music apps | a year ago |
-| [gaad](https://github.com/Comcast/gaad) | 87 | GAAD (Go Advanced Audio Decoder) | 16 days ago |
+| [gaad](https://github.com/Comcast/gaad) | 87 | GAAD (Go Advanced Audio Decoder) | 23 days ago |
| [minimp3](https://github.com/tosone/minimp3) | 63 | Decode mp3 base on https://github.com/lieff/minimp3 | 7 months ago |
| [vorbis](https://github.com/mccoyst/vorbis) | 28 | A "native" ogg vorbis decoder for Go (uses inline stb_vorbis) | 3 years ago |
| [gosamplerate](https://github.com/dh1tw/gosamplerate) | 13 | Go Bindings for libsamplerate | a year ago |
@@ -42,37 +42,37 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [casbin](https://github.com/casbin/casbin) | 10461 | An authorization library that supports access control models like ACL, RBAC, ABAC in Golang | 4 days ago |
-| [oauth2](https://github.com/golang/oauth2) | 3870 | Go OAuth2 | 8 days ago |
-| [goth](https://github.com/markbates/goth) | 3372 | Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications. | 11 days ago |
-| [authboss](https://github.com/volatiletech/authboss) | 2861 | The boss of http auth. | 2 months ago |
-| [go-jose](https://github.com/square/go-jose) | 1828 | An implementation of JOSE standards (JWE, JWS, JWT) in Go | 10 days ago |
-| [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) | 1821 | A standalone, specification-compliant, OAuth2 server written in Golang. | 9 months ago |
-| [loginsrv](https://github.com/tarent/loginsrv) | 1821 | JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, .. | 8 months ago |
-| [osin](https://github.com/openshift/osin) | 1695 | Golang OAuth2 server library | a month ago |
-| [gologin](https://github.com/dghubble/gologin) | 1446 | Go login handlers for authentication providers (OAuth1, OAuth2) | 15 days ago |
-| [gorbac](https://github.com/mikespook/gorbac) | 1218 | goRBAC provides a lightweight role-based access control (RBAC) implementation in Golang. | 5 months ago |
-| [scs](https://github.com/alexedwards/scs) | 949 | HTTP Session Management for Go | 8 days ago |
-| [paseto](https://github.com/o1egl/paseto) | 546 | Platform-Agnostic Security Tokens implementation in GO (Golang) | 13 days ago |
-| [permissions2](https://github.com/xyproto/permissions2) | 437 | :closed_lock_with_key: Middleware for keeping track of users, login states and permissions | 3 months ago |
-| [go-guardian](https://github.com/shaj13/go-guardian) | 309 | Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication. | 19 days ago |
-| [jwt](https://github.com/cristalhq/jwt) | 297 | Safe, simple and fast JSON Web Tokens for Go | 7 days ago |
-| [jwt](https://github.com/pascaldekloe/jwt) | 270 | JSON Web Token library | 7 months ago |
+| [casbin](https://github.com/casbin/casbin) | 10500 | An authorization library that supports access control models like ACL, RBAC, ABAC in Golang | 5 days ago |
+| [oauth2](https://github.com/golang/oauth2) | 3878 | Go OAuth2 | 3 days ago |
+| [goth](https://github.com/markbates/goth) | 3376 | Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications. | 18 days ago |
+| [authboss](https://github.com/volatiletech/authboss) | 2864 | The boss of http auth. | 2 months ago |
+| [go-jose](https://github.com/square/go-jose) | 1831 | An implementation of JOSE standards (JWE, JWS, JWT) in Go | 4 days ago |
+| [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) | 1824 | A standalone, specification-compliant, OAuth2 server written in Golang. | 10 months ago |
+| [loginsrv](https://github.com/tarent/loginsrv) | 1824 | JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, .. | 8 months ago |
+| [osin](https://github.com/openshift/osin) | 1694 | Golang OAuth2 server library | a month ago |
+| [gologin](https://github.com/dghubble/gologin) | 1446 | Go login handlers for authentication providers (OAuth1, OAuth2) | 3 days ago |
+| [gorbac](https://github.com/mikespook/gorbac) | 1220 | goRBAC provides a lightweight role-based access control (RBAC) implementation in Golang. | 6 months ago |
+| [scs](https://github.com/alexedwards/scs) | 949 | HTTP Session Management for Go | 2 days ago |
+| [paseto](https://github.com/o1egl/paseto) | 547 | Platform-Agnostic Security Tokens implementation in GO (Golang) | 20 days ago |
+| [permissions2](https://github.com/xyproto/permissions2) | 438 | :closed_lock_with_key: Middleware for keeping track of users, login states and permissions | 3 months ago |
+| [go-guardian](https://github.com/shaj13/go-guardian) | 312 | Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication. | a month ago |
+| [jwt](https://github.com/cristalhq/jwt) | 296 | Safe, simple and fast JSON Web Tokens for Go | 7 days ago |
+| [jwt](https://github.com/pascaldekloe/jwt) | 269 | JSON Web Token library | 8 months ago |
| [jeff](https://github.com/abraithwaite/jeff) | 232 | 🍍Jeff provides the simplest way to manage web sessions in Go. | 4 months ago |
-| [httpauth](https://github.com/goji/httpauth) | 210 | HTTP Authentication middlewares | 20 days ago |
+| [httpauth](https://github.com/goji/httpauth) | 210 | HTTP Authentication middlewares | a month ago |
| [jwt-auth](https://github.com/adam-hanna/jwt-auth) | 207 | This package provides json web token (jwt) middleware for goLang http servers | 3 months ago |
| [branca](https://github.com/hako/branca) | 159 | :key: Secure alternative to JWT. Authenticated Encrypted API Tokens for Go. | a year ago |
| [sessionup](https://github.com/swithek/sessionup) | 112 | Straightforward HTTP session management | 2 months ago |
| [session](https://github.com/icza/session) | 105 | Go session management for web servers (including support for Google App Engine - GAE). | 3 months ago |
+| [jwt](https://github.com/robbert229/jwt) | 94 | This is an implementation of JWT in golang! | a year ago |
| [sjwt](https://github.com/brianvoe/sjwt) | 94 | Simple JWT Golang | 2 years ago |
-| [jwt](https://github.com/robbert229/jwt) | 93 | This is an implementation of JWT in golang! | a year ago |
| [rbac](https://github.com/zpatrick/rbac) | 85 | Minimalistic RBAC package for Go applications | 3 years ago |
| [sessions](https://github.com/adam-hanna/sessions) | 60 | A dead simple, highly performant, highly customizable sessions middleware for go http servers. | 2 years ago |
-| [securecookie](https://github.com/chmike/securecookie) | 54 | Fast, secure and efficient secure cookie encoder/decoder | 23 days ago |
-| [go-email-normalizer](https://github.com/dimuska139/go-email-normalizer) | 31 | Golang library for providing a canonical representation of email address. | a month ago |
+| [securecookie](https://github.com/chmike/securecookie) | 54 | Fast, secure and efficient secure cookie encoder/decoder | a month ago |
+| [go-email-normalizer](https://github.com/dimuska139/go-email-normalizer) | 32 | Golang library for providing a canonical representation of email address. | a month ago |
| [otpgo](https://github.com/jltorresm/otpgo) | 24 | Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go. | 8 months ago |
| [scope](https://github.com/SonicRoshan/scope) | 16 | Easily Manage OAuth2 Scopes In Go | 5 months ago |
| [sessiongate-go](https://github.com/f0rmiga/sessiongate-go) | 9 | A driver for the SessionGate Redis module - easy session management using the Go language. | 3 years ago |
-| [cookiestxt](https://github.com/mengzhuo/cookiestxt) | 8 | cookiestxt implement parser of cookies txt format | 7 months ago |
+| [cookiestxt](https://github.com/mengzhuo/cookiestxt) | 8 | cookiestxt implement parser of cookies txt format | 8 months ago |
diff --git a/docs/java/README.md b/docs/java/README.md
index ecd42a8..9b590b6 100644
--- a/docs/java/README.md
+++ b/docs/java/README.md
@@ -3,7 +3,7 @@
* A curated list of Java frameworks, libraries, software and resources.
* Inspired by Awesome.
* If you see a package or project here that is no longer maintained or is not a good fit, please submit a issue to improve this file. Thank you!
-* Last Sync Time: Mon Oct 18 2021 09:37:21 GMT+0800 (中国标准时间)
+* Last Sync Time: Mon Oct 25 2021 09:38:48 GMT+0800 (中国标准时间)
* Synchronize Every Week.
#### Order by alphabetical and star count.
@@ -86,10 +86,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [mapstruct](https://github.com/mapstruct/mapstruct) | 4435 | An annotation processor for generating type-safe bean mappers | a day ago |
-| [modelmapper](https://github.com/modelmapper/modelmapper) | 1856 | Intelligent object mapping | 2 months ago |
-| [orika](https://github.com/orika-mapper/orika) | 1096 | Simpler, better and faster Java bean mapping framework | 4 days ago |
-| [selma](https://github.com/xebia-france/selma) | 203 | Selma Java bean mapping that compiles | 2 years ago |
+| [mapstruct](https://github.com/mapstruct/mapstruct) | 4471 | An annotation processor for generating type-safe bean mappers | 8 hours ago |
+| [modelmapper](https://github.com/modelmapper/modelmapper) | 1860 | Intelligent object mapping | 4 days ago |
+| [orika](https://github.com/orika-mapper/orika) | 1100 | Simpler, better and faster Java bean mapping framework | 5 days ago |
+| [selma](https://github.com/xebia-france/selma) | 204 | Selma Java bean mapping that compiles | 2 years ago |
| [jmapper-core](https://github.com/jmapper-framework/jmapper-core) | 171 | Elegance, high performance and robustness all in one java bean mapper | 2 months ago |
| [remap](https://github.com/remondis-it/remap) | 86 | A declarative mapping library to simplify testable object mappings. | 3 months ago |
| [doov](https://github.com/doov-org/doov) | 63 | dOOv (Domain Object Oriented Validation) a fluent API for type-safe bean validation and mapping | a month ago |
@@ -100,11 +100,11 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [bytecode-viewer](https://github.com/Konloch/bytecode-viewer) | 12490 | A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More) | 6 days ago |
-| [cglib](https://github.com/cglib/cglib) | 4185 | cglib - Byte Code Generation Library is high level API to generate and transform Java byte code. It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access. | 2 months ago |
-| [javassist](https://github.com/jboss-javassist/javassist) | 3314 | Java bytecode engineering toolkit | 13 days ago |
-| [Mixin](https://github.com/SpongePowered/Mixin) | 727 | Mixin is a trait/mixin and bytecode weaving framework for Java using ASM | 9 days ago |
-| [perses](https://github.com/nicolasmanic/perses) | 53 | A project to cause (controlled) destruction on your jvm application | 3 months ago |
+| [bytecode-viewer](https://github.com/Konloch/bytecode-viewer) | 12507 | A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More) | 13 days ago |
+| [cglib](https://github.com/cglib/cglib) | 4188 | cglib - Byte Code Generation Library is high level API to generate and transform Java byte code. It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access. | 2 months ago |
+| [javassist](https://github.com/jboss-javassist/javassist) | 3322 | Java bytecode engineering toolkit | 20 days ago |
+| [Mixin](https://github.com/SpongePowered/Mixin) | 731 | Mixin is a trait/mixin and bytecode weaving framework for Java using ASM | 16 days ago |
+| [perses](https://github.com/nicolasmanic/perses) | 54 | A project to cause (controlled) destruction on your jvm application | 3 months ago |
### [CLI](#cli)
@@ -112,14 +112,14 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [lanterna](https://github.com/mabe02/lanterna) | 1725 | Java library for creating text-based GUIs | a day ago |
-| [jline3](https://github.com/jline/jline3) | 949 | JLine is a Java library for handling console input. | 8 hours ago |
-| [jansi](https://github.com/fusesource/jansi) | 849 | Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows. | 2 days ago |
-| [airline](https://github.com/airlift/airline) | 848 | Java annotation-based framework for parsing Git like command line structures | 4 months ago |
-| [asciitable](https://github.com/vdmeer/asciitable) | 339 | Several implementations of a text table, originally using ASCII and UTF-8 characters for borders. | 3 years ago |
-| [text-io](https://github.com/beryx/text-io) | 243 | A library for creating interactive console applications in Java | a year ago |
+| [lanterna](https://github.com/mabe02/lanterna) | 1728 | Java library for creating text-based GUIs | 8 days ago |
+| [jline3](https://github.com/jline/jline3) | 953 | JLine is a Java library for handling console input. | a day ago |
+| [jansi](https://github.com/fusesource/jansi) | 851 | Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows. | 9 days ago |
+| [airline](https://github.com/airlift/airline) | 848 | Java annotation-based framework for parsing Git like command line structures | 5 months ago |
+| [asciitable](https://github.com/vdmeer/asciitable) | 341 | Several implementations of a text table, originally using ASCII and UTF-8 characters for borders. | 3 years ago |
+| [text-io](https://github.com/beryx/text-io) | 245 | A library for creating interactive console applications in Java | a year ago |
| [java-ascii-render](https://github.com/indvd00m/java-ascii-render) | 121 | ASCII renderer in pure java with no external dependencies | a year ago |
-| [jbock](https://github.com/jbock-java/jbock) | 55 | Reflectionless command line parser | 9 days ago |
+| [jbock](https://github.com/jbock-java/jbock) | 56 | Reflectionless command line parser | 16 days ago |
### [Code Analysis](#code-analysis)
@@ -127,14 +127,14 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [infer](https://github.com/facebook/infer) | 12657 | A static analyzer for Java, C, C++, and Objective-C | 2 days ago |
-| [checkstyle](https://github.com/checkstyle/checkstyle) | 6284 | Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program. | 6 hours ago |
-| [error-prone](https://github.com/google/error-prone) | 5726 | Catch common Java mistakes as compile-time errors | 2 days ago |
-| [pmd](https://github.com/pmd/pmd) | 3576 | An extensible multilanguage static code analyzer. | 2 days ago |
-| [NullAway](https://github.com/uber/NullAway) | 3013 | A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead | 2 days ago |
-| [spotbugs](https://github.com/spotbugs/spotbugs) | 2491 | SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code. | 15 hours ago |
-| [spoon](https://github.com/INRIA/spoon) | 1212 | Spoon is a metaprogramming library to analyze and transform Java source code (up to Java 15). :spoon: is made with :heart:, :beers: and :sparkles:. It parses source files to build a well-designed AST with powerful analysis and transformation API. | 17 hours ago |
-| [sonar-java](https://github.com/SonarSource/sonar-java) | 827 | :coffee: SonarSource Static Analyzer for Java Code Quality and Security | 2 days ago |
+| [infer](https://github.com/facebook/infer) | 12677 | A static analyzer for Java, C, C++, and Objective-C | a day ago |
+| [checkstyle](https://github.com/checkstyle/checkstyle) | 6296 | Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program. | 5 hours ago |
+| [error-prone](https://github.com/google/error-prone) | 5730 | Catch common Java mistakes as compile-time errors | 2 days ago |
+| [pmd](https://github.com/pmd/pmd) | 3592 | An extensible multilanguage static code analyzer. | 7 hours ago |
+| [NullAway](https://github.com/uber/NullAway) | 3017 | A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead | 5 days ago |
+| [spotbugs](https://github.com/spotbugs/spotbugs) | 2506 | SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code. | 2 days ago |
+| [spoon](https://github.com/INRIA/spoon) | 1217 | Spoon is a metaprogramming library to analyze and transform Java source code (up to Java 15). :spoon: is made with :heart:, :beers: and :sparkles:. It parses source files to build a well-designed AST with powerful analysis and transformation API. | 2 days ago |
+| [sonar-java](https://github.com/SonarSource/sonar-java) | 828 | :coffee: SonarSource Static Analyzer for Java Code Quality and Security | 2 days ago |
### [Code Generators](#code-generators)
@@ -142,10 +142,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [generator-jhipster](https://github.com/jhipster/generator-jhipster) | 18944 | JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures. | 3 hours ago |
-| [auto](https://github.com/google/auto) | 9443 | A collection of source code generators for Java. | 2 days ago |
-| [javapoet](https://github.com/square/javapoet) | 9195 | A Java API for generating .java source files. | 18 days ago |
-| [FreeBuilder](https://github.com/inferred/FreeBuilder) | 787 | Automatic generation of the Builder pattern for Java | 6 months ago |
+| [generator-jhipster](https://github.com/jhipster/generator-jhipster) | 18975 | JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures. | 7 hours ago |
+| [auto](https://github.com/google/auto) | 9455 | A collection of source code generators for Java. | 5 days ago |
+| [javapoet](https://github.com/square/javapoet) | 9209 | A Java API for generating .java source files. | 25 days ago |
+| [FreeBuilder](https://github.com/inferred/FreeBuilder) | 788 | Automatic generation of the Builder pattern for Java | 6 months ago |
| [adt4j](https://github.com/sviperll/adt4j) | 131 | adt4j - Algebraic Data Types for Java | 4 years ago |
@@ -154,7 +154,7 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [javacv](https://github.com/bytedeco/javacv) | 5410 | Java interface to OpenCV, FFmpeg, and more | a month ago |
+| [javacv](https://github.com/bytedeco/javacv) | 5423 | Java interface to OpenCV, FFmpeg, and more | a month ago |
### [Configuration](#configuration)
@@ -162,11 +162,11 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [config](https://github.com/lightbend/config) | 5406 | configuration library for JVM languages using HOCON files | a month ago |
-| [owner](https://github.com/matteobaccan/owner) | 828 | Get rid of the boilerplate code in properties based configuration. | 2 months ago |
+| [config](https://github.com/lightbend/config) | 5416 | configuration library for JVM languages using HOCON files | a month ago |
+| [owner](https://github.com/matteobaccan/owner) | 829 | Get rid of the boilerplate code in properties based configuration. | 2 months ago |
| [cfg4j](https://github.com/cfg4j/cfg4j) | 534 | Modern configuration library for distributed apps written in Java. | a year ago |
-| [centraldogma](https://github.com/line/centraldogma) | 418 | Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2 | 3 days ago |
-| [Configurate](https://github.com/SpongePowered/Configurate) | 189 | A simple configuration library for Java applications providing a node structure, a variety of formats, and tools for transformation | a month ago |
+| [centraldogma](https://github.com/line/centraldogma) | 419 | Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2 | 11 hours ago |
+| [Configurate](https://github.com/SpongePowered/Configurate) | 190 | A simple configuration library for Java applications providing a node structure, a variety of formats, and tools for transformation | 2 months ago |
| [kaconf](https://github.com/mariomac/kaconf) | 50 | KickAss Configuration. An annotation-based configuration system for Java and Kotlin | 2 years ago |
| [dotenv](https://github.com/shyiko/dotenv) | 38 | A twelve-factor configuration (12factor.net/config) library for Java 8+ | 4 years ago |
@@ -184,8 +184,8 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [univocity-parsers](https://github.com/uniVocity/univocity-parsers) | 810 | uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers. | 4 months ago |
-| [FastCSV](https://github.com/osiegmar/FastCSV) | 335 | High performance CSV reader and writer for Java. | 11 hours ago |
+| [univocity-parsers](https://github.com/uniVocity/univocity-parsers) | 810 | uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers. | 6 days ago |
+| [FastCSV](https://github.com/osiegmar/FastCSV) | 336 | High performance CSV reader and writer for Java. | 7 days ago |
### [Data Structures](#data-structures)
@@ -193,13 +193,13 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [protobuf](https://github.com/protocolbuffers/protobuf) | 51201 | Protocol Buffers - Google's data interchange format | 14 hours ago |
-| [wire](https://github.com/square/wire) | 3615 | gRPC and protocol buffers for Android, Kotlin, and Java. | a day ago |
-| [simple-binary-encoding](https://github.com/real-logic/simple-binary-encoding) | 2521 | Simple Binary Encoding (SBE) - High Performance Message Codec | 4 days ago |
+| [protobuf](https://github.com/protocolbuffers/protobuf) | 51333 | Protocol Buffers - Google's data interchange format | 8 hours ago |
+| [wire](https://github.com/square/wire) | 3623 | gRPC and protocol buffers for Android, Kotlin, and Java. | 3 days ago |
+| [simple-binary-encoding](https://github.com/real-logic/simple-binary-encoding) | 2523 | Simple Binary Encoding (SBE) - High Performance Message Codec | 4 days ago |
| [tape](https://github.com/square/tape) | 2403 | A lightning fast, transactional, file-based FIFO for Android and Java. | a year ago |
-| [RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) | 2392 | A better compressed bitset in Java | a day ago |
+| [RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) | 2399 | A better compressed bitset in Java | 4 days ago |
| [pcollections](https://github.com/hrldcpr/pcollections) | 680 | A Persistent Java Collections Library | 10 months ago |
-| [bigqueue](https://github.com/bulldog2011/bigqueue) | 479 | A big, fast and persistent queue based on memory mapped file. | 6 days ago |
+| [bigqueue](https://github.com/bulldog2011/bigqueue) | 479 | A big, fast and persistent queue based on memory mapped file. | 13 days ago |
| [HyperMinHash-java](https://github.com/LiveRamp/HyperMinHash-java) | 44 | Union, intersection, and set cardinality in loglog space | 9 months ago |
@@ -208,24 +208,24 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [redisson](https://github.com/redisson/redisson) | 17552 | Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ... | 19 hours ago |
-| [HikariCP](https://github.com/brettwooldridge/HikariCP) | 15867 | 光 HikariCP・A solid, high-performance, JDBC connection pool at last. | a month ago |
-| [realm-java](https://github.com/realm/realm-java) | 11217 | Realm is a mobile database: a replacement for SQLite & ORMs | 3 days ago |
-| [jedis](https://github.com/redis/jedis) | 10084 | A blazingly small and sane redis java client | 10 hours ago |
-| [Leaf](https://github.com/Meituan-Dianping/Leaf) | 4952 | Distributed ID Generate Service | 3 months ago |
-| [requery](https://github.com/requery/requery) | 3056 | requery - modern SQL based query & persistence for Java / Kotlin / Android | 2 years ago |
-| [Chronicle-Map](https://github.com/OpenHFT/Chronicle-Map) | 2261 | Replicate your Key Value Store across your network, with consistency, persistance and performance. | 2 days ago |
+| [redisson](https://github.com/redisson/redisson) | 17643 | Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ... | 2 days ago |
+| [HikariCP](https://github.com/brettwooldridge/HikariCP) | 15899 | 光 HikariCP・A solid, high-performance, JDBC connection pool at last. | a month ago |
+| [realm-java](https://github.com/realm/realm-java) | 11220 | Realm is a mobile database: a replacement for SQLite & ORMs | 10 days ago |
+| [jedis](https://github.com/redis/jedis) | 10100 | A blazingly small and sane redis java client | 12 hours ago |
+| [Leaf](https://github.com/Meituan-Dianping/Leaf) | 4965 | Distributed ID Generate Service | 3 months ago |
+| [requery](https://github.com/requery/requery) | 3058 | requery - modern SQL based query & persistence for Java / Kotlin / Android | 2 years ago |
+| [Chronicle-Map](https://github.com/OpenHFT/Chronicle-Map) | 2265 | Replicate your Key Value Store across your network, with consistency, persistance and performance. | 9 days ago |
| [Jest](https://github.com/searchbox-io/Jest) | 2079 | Elasticsearch Java Rest Client. | 4 months ago |
-| [speedment](https://github.com/speedment/speedment) | 1959 | Speedment is a Stream ORM Java Toolkit and Runtime | 16 hours ago |
-| [xodus](https://github.com/JetBrains/xodus) | 929 | Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub. | 5 days ago |
-| [flexy-pool](https://github.com/vladmihalcea/flexy-pool) | 896 | FlexyPool adds metrics and failover strategies to a given Connection Pool, allowing it to resize on demand. | 2 months ago |
-| [MariaDB4j](https://github.com/vorburger/MariaDB4j) | 635 | MariaDB Embedded in Java JAR | 21 hours ago |
-| [Jinq](https://github.com/my2iu/Jinq) | 623 | LINQ-style queries for Java 8 | 7 months ago |
-| [exist](https://github.com/eXist-db/exist) | 318 | eXist Native XML Database and Application Platform | 15 hours ago |
-| [arangodb-java-driver](https://github.com/arangodb/arangodb-java-driver) | 182 | The official ArangoDB Java driver. | 5 days ago |
+| [speedment](https://github.com/speedment/speedment) | 1963 | Speedment is a Stream ORM Java Toolkit and Runtime | 8 days ago |
+| [xodus](https://github.com/JetBrains/xodus) | 931 | Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub. | 3 days ago |
+| [flexy-pool](https://github.com/vladmihalcea/flexy-pool) | 896 | FlexyPool adds metrics and failover strategies to a given Connection Pool, allowing it to resize on demand. | 2 days ago |
+| [MariaDB4j](https://github.com/vorburger/MariaDB4j) | 635 | MariaDB Embedded in Java JAR | a day ago |
+| [Jinq](https://github.com/my2iu/Jinq) | 625 | LINQ-style queries for Java 8 | 4 days ago |
+| [exist](https://github.com/eXist-db/exist) | 317 | eXist Native XML Database and Application Platform | 2 days ago |
+| [arangodb-java-driver](https://github.com/arangodb/arangodb-java-driver) | 182 | The official ArangoDB Java driver. | 2 days ago |
| [jetcd](https://github.com/justinsb/jetcd) | 133 | Java binding for etcd | 7 months ago |
-| [modality](https://github.com/arkanovicz/modality) | 10 | Model Layer Implementation for a J2EE Pull MVC WebApp | 5 days ago |
-| [querystream](https://github.com/querystream/querystream) | 2 | Build JPA Criteria queries using a Stream-like API | 4 months ago |
+| [modality](https://github.com/arkanovicz/modality) | 10 | Model Layer Implementation for a J2EE Pull MVC WebApp | 12 days ago |
+| [querystream](https://github.com/querystream/querystream) | 2 | Build JPA Criteria queries using a Stream-like API | 5 months ago |
### [Date and Time](#date-and-time)
@@ -233,8 +233,8 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [ical4j](https://github.com/ical4j/ical4j) | 536 | A Java library for parsing and building iCalendar data models | 2 days ago |
-| [Time4J](https://github.com/MenoData/Time4J) | 346 | Advanced date, time and interval library for Java with sun/moon-astronomy and calendars like Chinese, Coptic, Ethiopian, French Republican, Hebrew, Hijri, Historic Christian, Indian National, Japanese, Julian, Korean, Minguo, Persian, Thai, Vietnamese | a day ago |
+| [ical4j](https://github.com/ical4j/ical4j) | 538 | A Java library for parsing and building iCalendar data models | 2 days ago |
+| [Time4J](https://github.com/MenoData/Time4J) | 347 | Advanced date, time and interval library for Java with sun/moon-astronomy and calendars like Chinese, Coptic, Ethiopian, French Republican, Hebrew, Hijri, Historic Christian, Indian National, Japanese, Julian, Korean, Minguo, Persian, Thai, Vietnamese | 3 days ago |
| [threeten-extra](https://github.com/ThreeTen/threeten-extra) | 317 | Provides additional date-time classes that complement those in JDK 8 | 3 months ago |
@@ -243,10 +243,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [guice](https://github.com/google/guice) | 10482 | Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 6 and above, brought to you by Google. | 18 hours ago |
-| [governator](https://github.com/Netflix/governator) | 797 | Governator is a library of extensions and utilities that enhance Google Guice to provide: classpath scanning and automatic binding, lifecycle management, configuration to field mapping, field validation and parallelized object warmup. | 25 days ago |
-| [feather](https://github.com/zsoltherpai/feather) | 321 | Lightweight dependency injection for Java and Android (JSR-330) | 3 years ago |
-| [jaywire](https://github.com/vanillasource/jaywire) | 49 | JayWire Dependency Injection | 5 months ago |
+| [guice](https://github.com/google/guice) | 10494 | Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 6 and above, brought to you by Google. | 8 days ago |
+| [governator](https://github.com/Netflix/governator) | 798 | Governator is a library of extensions and utilities that enhance Google Guice to provide: classpath scanning and automatic binding, lifecycle management, configuration to field mapping, field validation and parallelized object warmup. | a month ago |
+| [feather](https://github.com/zsoltherpai/feather) | 321 | Lightweight dependency injection for Java and Android (JSR-330) | 4 years ago |
+| [jaywire](https://github.com/vanillasource/jaywire) | 49 | JayWire Dependency Injection | 6 months ago |
### [Development](#development)
@@ -254,11 +254,11 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [javaparser](https://github.com/javaparser/javaparser) | 3868 | Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13 | 2 days ago |
-| [HotswapAgent](https://github.com/HotswapProjects/HotswapAgent) | 1696 | Java unlimited redefinition of classes at runtime. | 3 months ago |
-| [manifold](https://github.com/manifold-systems/manifold) | 1116 | Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more. | 5 days ago |
+| [javaparser](https://github.com/javaparser/javaparser) | 3875 | Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13 | 9 days ago |
+| [HotswapAgent](https://github.com/HotswapProjects/HotswapAgent) | 1699 | Java unlimited redefinition of classes at runtime. | 3 months ago |
+| [manifold](https://github.com/manifold-systems/manifold) | 1145 | Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more. | 10 hours ago |
| [javasymbolsolver](https://github.com/javaparser/javasymbolsolver) | 281 | *old repository* --> this is now integrated in https://github.com/javaparser/javaparser | 4 years ago |
-| [faux-pas](https://github.com/zalando/faux-pas) | 110 | A library that simplifies error handling for Functional Programming in Java | 6 days ago |
+| [faux-pas](https://github.com/zalando/faux-pas) | 110 | A library that simplifies error handling for Functional Programming in Java | 13 days ago |
| [sneakythrow](https://github.com/rainerhahnekamp/sneakythrow) | 67 | SneakyThrow is a Java library to ignore checked exceptions | 2 years ago |
@@ -267,11 +267,11 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [zuul](https://github.com/Netflix/zuul) | 11405 | Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more. | 6 days ago |
-| [resilience4j](https://github.com/resilience4j/resilience4j) | 7362 | Resilience4j is a fault tolerance library designed for Java8 and functional programming | 5 hours ago |
-| [hazelcast](https://github.com/hazelcast/hazelcast) | 4577 | Open-source distributed computation and storage platform | 33 minutes ago |
-| [failsafe](https://github.com/failsafe-lib/failsafe) | 3467 | Fault tolerance and resilience patterns for the JVM | 5 days ago |
-| [scalecube-services](https://github.com/scalecube/scalecube-services) | 516 | a microservices library - scalecube-services is a high throughput, low latency reactive microservices library built to scale. it features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features. built to provide performance and low-latency real-time stream-processing. its open and designed to accommodate changes. (no sidecar in a form of broker or any kind) | a month ago |
+| [zuul](https://github.com/Netflix/zuul) | 11427 | Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more. | 4 days ago |
+| [resilience4j](https://github.com/resilience4j/resilience4j) | 7385 | Resilience4j is a fault tolerance library designed for Java8 and functional programming | 7 days ago |
+| [hazelcast](https://github.com/hazelcast/hazelcast) | 4584 | Open-source distributed computation and storage platform | 2 days ago |
+| [failsafe](https://github.com/failsafe-lib/failsafe) | 3478 | Fault tolerance and resilience patterns for the JVM | 12 days ago |
+| [scalecube-services](https://github.com/scalecube/scalecube-services) | 520 | a microservices library - scalecube-services is a high throughput, low latency reactive microservices library built to scale. it features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features. built to provide performance and low-latency real-time stream-processing. its open and designed to accommodate changes. (no sidecar in a form of broker or any kind) | a month ago |
| [dropwizard-circuitbreaker](https://github.com/mtakaki/dropwizard-circuitbreaker) | 40 | A circuit breaker design pattern for dropwizard | 2 years ago |
@@ -280,7 +280,7 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [seata](https://github.com/seata/seata) | 20949 | :fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution. | 16 hours ago |
+| [seata](https://github.com/seata/seata) | 21003 | :fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution. | 2 days ago |
| [btm](https://github.com/bitronix/btm) | 396 | JTA Transaction Manager | a year ago |
@@ -289,11 +289,11 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [packr](https://github.com/libgdx/packr) | 2256 | Packages your JAR, assets and a JVM for distribution on Windows, Linux and Mac OS X | a month ago |
-| [capsule](https://github.com/puniverse/capsule) | 1144 | Dead-Simple Packaging and Deployment for JVM Apps | 3 months ago |
-| [getdown](https://github.com/threerings/getdown) | 436 | Download, Install, Update | a day ago |
-| [JavaPackager](https://github.com/fvarrui/JavaPackager) | 400 | :package: Gradle/Maven plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them. | 7 days ago |
-| [artipie](https://github.com/artipie/artipie) | 243 | Binary Artifact Management Tool | 10 days ago |
+| [packr](https://github.com/libgdx/packr) | 2260 | Packages your JAR, assets and a JVM for distribution on Windows, Linux and Mac OS X | 3 days ago |
+| [capsule](https://github.com/puniverse/capsule) | 1145 | Dead-Simple Packaging and Deployment for JVM Apps | 3 months ago |
+| [getdown](https://github.com/threerings/getdown) | 435 | Download, Install, Update | 5 days ago |
+| [JavaPackager](https://github.com/fvarrui/JavaPackager) | 402 | :package: Gradle/Maven plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them. | 14 days ago |
+| [artipie](https://github.com/artipie/artipie) | 247 | Binary Artifact Management Tool | 4 days ago |
| [really-executable-jars-maven-plugin](https://github.com/brianm/really-executable-jars-maven-plugin) | 100 | maven plugin for making chmod +x jar files | 5 years ago |
| [jlink.online](https://github.com/cilki/jlink.online) | 1 | Build optimized Java runtimes in your browser! | a year ago |
@@ -303,7 +303,7 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [fastexcel](https://github.com/dhatim/fastexcel) | 333 | Generate and read big Excel files quickly | a month ago |
+| [fastexcel](https://github.com/dhatim/fastexcel) | 334 | Generate and read big Excel files quickly | 2 months ago |
| [zerocell](https://github.com/creditdatamw/zerocell) | 59 | Simple, efficient Excel to POJO library for Java | 4 months ago |
@@ -312,10 +312,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [ta4j](https://github.com/ta4j/ta4j) | 1204 | A Java library for technical analysis. | 3 days ago |
-| [stripe-java](https://github.com/stripe/stripe-java) | 564 | Java library for the Stripe API. | 2 days ago |
-| [parity](https://github.com/paritytrading/parity) | 489 | Open source software platform for trading venues | 7 months ago |
-| [philadelphia](https://github.com/paritytrading/philadelphia) | 245 | Fast FIX protocol library for the JVM | 12 days ago |
+| [ta4j](https://github.com/ta4j/ta4j) | 1212 | A Java library for technical analysis. | a day ago |
+| [stripe-java](https://github.com/stripe/stripe-java) | 566 | Java library for the Stripe API. | 4 days ago |
+| [parity](https://github.com/paritytrading/parity) | 490 | Open source software platform for trading venues | 7 months ago |
+| [philadelphia](https://github.com/paritytrading/philadelphia) | 244 | Fast FIX protocol library for the JVM | 2 days ago |
| [connect-java-sdk](https://github.com/square/connect-java-sdk) | 37 | Java client library for the Square Connect v2 API | 9 months ago |
@@ -324,7 +324,7 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [jpf-core](https://github.com/javapathfinder/jpf-core) | 323 | JPF is an extensible software analysis framework for Java bytecode. jpf-core is the basis for all JPF projects; you always need to install it. It contains the basic VM and model checking infrastructure, and can be used to check for concurrency defects like deadlocks, and unhandled exceptions like NullPointerExceptions and AssertionErrors. | a month ago |
+| [jpf-core](https://github.com/javapathfinder/jpf-core) | 325 | JPF is an extensible software analysis framework for Java bytecode. jpf-core is the basis for all JPF projects; you always need to install it. It contains the basic VM and model checking infrastructure, and can be used to check for concurrency defects like deadlocks, and unhandled exceptions like NullPointerExceptions and AssertionErrors. | a month ago |
| [janala2](https://github.com/ksen007/janala2) | 81 | a concolic testing engine for Java | 4 years ago |
@@ -334,10 +334,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
| [jOOL](https://github.com/jOOQ/jOOL) | 1864 | jOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple support, function support, and a lot of additional functionality around sequential Streams. The JDK 8's main efforts (default methods, lambdas, and the Stream API) were focused around maintaining backwards compatibility and implementing a functional API for parallelism. | 5 months ago |
-| [streamex](https://github.com/amaembo/streamex) | 1737 | Enhancing Java Stream API | 2 months ago |
-| [cyclops](https://github.com/aol/cyclops) | 1198 | An advanced, but easy to use, platform for writing functional applications in Java 8. | 2 months ago |
-| [derive4j](https://github.com/derive4j/derive4j) | 521 | Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, folds, optics and typeclasses. | 2 months ago |
-| [protonpack](https://github.com/poetix/protonpack) | 446 | Stream utilities for Java 8 | 9 days ago |
+| [streamex](https://github.com/amaembo/streamex) | 1738 | Enhancing Java Stream API | 2 months ago |
+| [cyclops](https://github.com/aol/cyclops) | 1200 | An advanced, but easy to use, platform for writing functional applications in Java 8. | 2 months ago |
+| [derive4j](https://github.com/derive4j/derive4j) | 522 | Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, folds, optics and typeclasses. | 2 months ago |
+| [protonpack](https://github.com/poetix/protonpack) | 446 | Stream utilities for Java 8 | 16 days ago |
### [Geospatial](#geospatial)
@@ -345,10 +345,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [graphhopper](https://github.com/graphhopper/graphhopper) | 3393 | Open source routing engine for OpenStreetMap. Use it as Java library or server. | 6 hours ago |
-| [mapsforge](https://github.com/mapsforge/mapsforge) | 926 | Vector map library and writer - running on Android and Desktop. | 2 days ago |
-| [spatial4j](https://github.com/locationtech/spatial4j) | 798 | LocationTech Spatial4j: A Geospatial Library for Java | 10 days ago |
-| [geo](https://github.com/davidmoten/geo) | 352 | Geohash utitlies in java | 3 days ago |
+| [graphhopper](https://github.com/graphhopper/graphhopper) | 3401 | Open source routing engine for OpenStreetMap. Use it as Java library or server. | 19 hours ago |
+| [mapsforge](https://github.com/mapsforge/mapsforge) | 927 | Vector map library and writer - running on Android and Desktop. | 2 days ago |
+| [spatial4j](https://github.com/locationtech/spatial4j) | 800 | LocationTech Spatial4j: A Geospatial Library for Java | 17 days ago |
+| [geo](https://github.com/davidmoten/geo) | 353 | Geohash utitlies in java | 3 days ago |
### [High Performance](#high-performance)
@@ -356,9 +356,9 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [JCTools](https://github.com/JCTools/JCTools) | 2792 | | 3 months ago |
-| [agrona](https://github.com/real-logic/agrona) | 2052 | High Performance data structures and utility methods for Java | 4 days ago |
-| [eclipse-collections](https://github.com/eclipse/eclipse-collections) | 1809 | Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API. | 3 days ago |
+| [JCTools](https://github.com/JCTools/JCTools) | 2795 | | 3 months ago |
+| [agrona](https://github.com/real-logic/agrona) | 2055 | High Performance data structures and utility methods for Java | 4 days ago |
+| [eclipse-collections](https://github.com/eclipse/eclipse-collections) | 1811 | Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API. | 5 days ago |
| [Koloboke](https://github.com/leventov/Koloboke) | 934 | Java Collections till the last breadcrumb of memory and performance | 5 years ago |
@@ -367,14 +367,14 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [feign](https://github.com/OpenFeign/feign) | 7521 | Feign makes writing java http clients easier | 4 hours ago |
-| [async-http-client](https://github.com/AsyncHttpClient/async-http-client) | 5837 | Asynchronous Http and WebSocket Client library for Java | 3 days ago |
-| [ribbon](https://github.com/Netflix/ribbon) | 4081 | Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support. | 18 days ago |
-| [unirest-java](https://github.com/Kong/unirest-java) | 2187 | Unirest in Java: Simplified, lightweight HTTP client library. | 12 hours ago |
-| [google-http-java-client](https://github.com/googleapis/google-http-java-client) | 1196 | Google HTTP Client Library for Java | 3 days ago |
-| [riptide](https://github.com/zalando/riptide) | 207 | Client-side response routing for Spring | 3 days ago |
-| [methanol](https://github.com/mizosoft/methanol) | 114 | ⚗️ Lightweight HTTP extensions for Java | 9 days ago |
-| [restQL-java](https://github.com/b2wdigital/restQL-java) | 41 | Microservice query language | 9 months ago |
+| [feign](https://github.com/OpenFeign/feign) | 7566 | Feign makes writing java http clients easier | 21 hours ago |
+| [async-http-client](https://github.com/AsyncHttpClient/async-http-client) | 5842 | Asynchronous Http and WebSocket Client library for Java | 5 days ago |
+| [ribbon](https://github.com/Netflix/ribbon) | 4088 | Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support. | 25 days ago |
+| [unirest-java](https://github.com/Kong/unirest-java) | 2191 | Unirest in Java: Simplified, lightweight HTTP client library. | 2 days ago |
+| [google-http-java-client](https://github.com/googleapis/google-http-java-client) | 1197 | Google HTTP Client Library for Java | 4 days ago |
+| [riptide](https://github.com/zalando/riptide) | 208 | Client-side response routing for Spring | 3 days ago |
+| [methanol](https://github.com/mizosoft/methanol) | 113 | ⚗️ Lightweight HTTP extensions for Java | 16 days ago |
+| [restQL-java](https://github.com/b2wdigital/restQL-java) | 42 | Microservice query language | 9 months ago |
### [Hypermedia Types](#hypermedia-types)
@@ -382,7 +382,7 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [jsonld-java](https://github.com/jsonld-java/jsonld-java) | 346 | JSON-LD implementation for Java | 2 months ago |
+| [jsonld-java](https://github.com/jsonld-java/jsonld-java) | 345 | JSON-LD implementation for Java | 2 months ago |
| [siren4j](https://github.com/eserating-chwy/siren4j) | 21 | Java library for the Siren Hypermedia Type Specification | 4 years ago |
| [hate](https://github.com/blackdoor/hate) | 17 | HATEOAS with HAL for Java | a year ago |
@@ -392,12 +392,12 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [zxing](https://github.com/zxing/zxing) | 28504 | ZXing ("Zebra Crossing") barcode scanning library for Java, Android | 12 hours ago |
-| [thumbnailator](https://github.com/coobird/thumbnailator) | 3780 | Thumbnailator - a thumbnail generation library for Java | a month ago |
-| [TwelveMonkeys](https://github.com/haraldk/TwelveMonkeys) | 1334 | TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO | 2 days ago |
-| [imgscalr](https://github.com/rkalla/imgscalr) | 1087 | Simple Java image-scaling library implementing Chris Campbell's incremental scaling algorithm as well as Java2D's "best-practices" image-scaling techniques. | a month ago |
-| [tess4j](https://github.com/nguyenq/tess4j) | 1053 | Java JNA wrapper for Tesseract OCR API | 23 days ago |
-| [image-comparison](https://github.com/romankh3/image-comparison) | 170 | Published on Maven Central Java Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. Some parts of the image can be excluded from the comparison. Can be used for automation QA tests. | 6 months ago |
+| [zxing](https://github.com/zxing/zxing) | 28540 | ZXing ("Zebra Crossing") barcode scanning library for Java, Android | 3 days ago |
+| [thumbnailator](https://github.com/coobird/thumbnailator) | 3789 | Thumbnailator - a thumbnail generation library for Java | 2 days ago |
+| [TwelveMonkeys](https://github.com/haraldk/TwelveMonkeys) | 1336 | TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO | 5 days ago |
+| [imgscalr](https://github.com/rkalla/imgscalr) | 1089 | Simple Java image-scaling library implementing Chris Campbell's incremental scaling algorithm as well as Java2D's "best-practices" image-scaling techniques. | 2 months ago |
+| [tess4j](https://github.com/nguyenq/tess4j) | 1059 | Java JNA wrapper for Tesseract OCR API | 5 days ago |
+| [image-comparison](https://github.com/romankh3/image-comparison) | 172 | Published on Maven Central Java Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. Some parts of the image can be excluded from the comparison. Can be used for automation QA tests. | 6 months ago |
### [Introspection](#introspection)
@@ -405,9 +405,9 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [reflections](https://github.com/ronmamo/reflections) | 3862 | Java runtime metadata analysis | 27 minutes ago |
-| [jOOR](https://github.com/jOOQ/jOOR) | 2503 | jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better. | 2 months ago |
-| [classgraph](https://github.com/classgraph/classgraph) | 2100 | An uber-fast parallelized Java classpath scanner and module scanner. | 3 days ago |
+| [reflections](https://github.com/ronmamo/reflections) | 3871 | Java runtime metadata analysis | 4 days ago |
+| [jOOR](https://github.com/jOOQ/jOOR) | 2502 | jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better. | 2 months ago |
+| [classgraph](https://github.com/classgraph/classgraph) | 2100 | An uber-fast parallelized Java classpath scanner and module scanner. | 7 days ago |
| [reflectasm](https://github.com/EsotericSoftware/reflectasm) | 1263 | High performance Java reflection | a year ago |
@@ -416,11 +416,11 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [quartz](https://github.com/quartz-scheduler/quartz) | 4663 | Code for Quartz Scheduler | 5 days ago |
-| [ShedLock](https://github.com/lukas-krecan/ShedLock) | 2052 | Distributed lock for your scheduled tasks | 12 hours ago |
-| [jobrunr](https://github.com/jobrunr/jobrunr) | 590 | An extremely easy way to perform background processing in Java. Backed by persistent storage. Open and free for commercial use. | 16 hours ago |
+| [quartz](https://github.com/quartz-scheduler/quartz) | 4675 | Code for Quartz Scheduler | 5 days ago |
+| [ShedLock](https://github.com/lukas-krecan/ShedLock) | 2062 | Distributed lock for your scheduled tasks | an hour ago |
+| [jobrunr](https://github.com/jobrunr/jobrunr) | 598 | An extremely easy way to perform background processing in Java. Backed by persistent storage. Open and free for commercial use. | 2 days ago |
| [easy-batch](https://github.com/j-easy/easy-batch) | 526 | The simple, stupid batch framework for Java | 5 months ago |
-| [db-scheduler](https://github.com/kagkarlsson/db-scheduler) | 451 | Persistent cluster-friendly scheduler for Java | 3 days ago |
+| [db-scheduler](https://github.com/kagkarlsson/db-scheduler) | 456 | Persistent cluster-friendly scheduler for Java | 10 days ago |
| [Sundial](https://github.com/knowm/Sundial) | 237 | A Light-weight Job Scheduling Framework | a month ago |
| [Wisp](https://github.com/Coreoz/Wisp) | 75 | A simple Java Scheduler library with a minimal footprint and a straightforward API | 4 months ago |
@@ -430,20 +430,20 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [fastjson](https://github.com/alibaba/fastjson) | 23834 | A fast JSON parser/generator for Java. | 6 days ago |
-| [gson](https://github.com/google/gson) | 20142 | A Java serialization/deserialization library to convert Java Objects into JSON and back | 4 days ago |
-| [moshi](https://github.com/square/moshi) | 7680 | A modern JSON library for Kotlin and Java. | a day ago |
-| [jackson](https://github.com/FasterXML/jackson) | 6929 | Main Portal page for the Jackson project | 24 days ago |
-| [JsonPath](https://github.com/json-path/JsonPath) | 6342 | Java JsonPath implementation | 5 days ago |
+| [fastjson](https://github.com/alibaba/fastjson) | 23860 | A fast JSON parser/generator for Java. | 2 days ago |
+| [gson](https://github.com/google/gson) | 20179 | A Java serialization/deserialization library to convert Java Objects into JSON and back | a minute ago |
+| [moshi](https://github.com/square/moshi) | 7697 | A modern JSON library for Kotlin and Java. | a day ago |
+| [jackson](https://github.com/FasterXML/jackson) | 6941 | Main Portal page for the Jackson project | a month ago |
+| [JsonPath](https://github.com/json-path/JsonPath) | 6365 | Java JsonPath implementation | 12 days ago |
| [LoganSquare](https://github.com/bluelinelabs/LoganSquare) | 3240 | Screaming fast JSON parsing and serialization library for Android. | a year ago |
-| [jolt](https://github.com/bazaarvoice/jolt) | 1120 | JSON to JSON transformation library written in Java. | a month ago |
-| [dsl-json](https://github.com/ngs-doo/dsl-json) | 754 | High performance JVM JSON library | a month ago |
+| [jolt](https://github.com/bazaarvoice/jolt) | 1122 | JSON to JSON transformation library written in Java. | 2 months ago |
+| [dsl-json](https://github.com/ngs-doo/dsl-json) | 754 | High performance JVM JSON library | a day ago |
| [HikariJSON](https://github.com/brettwooldridge/HikariJSON) | 441 | High-performance JSON parser | 5 years ago |
-| [jackson-modules-java8](https://github.com/FasterXML/jackson-modules-java8) | 337 | Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names) | 17 days ago |
+| [jackson-modules-java8](https://github.com/FasterXML/jackson-modules-java8) | 337 | Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names) | 3 days ago |
| [json-io](https://github.com/jdereg/json-io) | 281 | Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer. | a month ago |
-| [JsonSurfer](https://github.com/jsurfer/JsonSurfer) | 227 | A streaming JsonPath processor in Java | a month ago |
-| [jackson-datatype-money](https://github.com/zalando/jackson-datatype-money) | 183 | Extension module to properly support datatypes of javax.money | 6 days ago |
-| [yasson](https://github.com/eclipse-ee4j/yasson) | 168 | Eclipse Yasson project | a month ago |
+| [JsonSurfer](https://github.com/jsurfer/JsonSurfer) | 228 | A streaming JsonPath processor in Java | 2 months ago |
+| [jackson-datatype-money](https://github.com/zalando/jackson-datatype-money) | 183 | Extension module to properly support datatypes of javax.money | 13 days ago |
+| [yasson](https://github.com/eclipse-ee4j/yasson) | 169 | Eclipse Yasson project | 5 days ago |
### [JVM and JDK](#jvm-and-jdk)
@@ -451,11 +451,11 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [graal](https://github.com/oracle/graal) | 16051 | GraalVM: Run Programs Faster Anywhere :rocket: | 3 hours ago |
-| [dragonwell8](https://github.com/alibaba/dragonwell8) | 3355 | Alibaba Dragonwell8 JDK | 18 days ago |
-| [openj9](https://github.com/eclipse-openj9/openj9) | 2762 | Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo. | 2 hours ago |
+| [graal](https://github.com/oracle/graal) | 16078 | GraalVM: Run Programs Faster Anywhere :rocket: | 10 hours ago |
+| [dragonwell8](https://github.com/alibaba/dragonwell8) | 3363 | Alibaba Dragonwell8 JDK | 25 days ago |
+| [openj9](https://github.com/eclipse-openj9/openj9) | 2770 | Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo. | 2 days ago |
| [avian](https://github.com/ReadyTalk/avian) | 1199 | [INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications. | 8 months ago |
-| [CodenameOne](https://github.com/codenameone/CodenameOne) | 1104 | Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web. | 3 days ago |
+| [CodenameOne](https://github.com/codenameone/CodenameOne) | 1107 | Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web. | 10 days ago |
### [Logging](#logging)
@@ -463,9 +463,9 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [p6spy](https://github.com/p6spy/p6spy) | 1522 | P6Spy is a framework that enables database data to be seamlessly intercepted and logged with no code changes to the application. | 5 days ago |
-| [logbook](https://github.com/zalando/logbook) | 994 | An extensible Java library for HTTP request and response logging | 3 days ago |
-| [opentracing-toolbox](https://github.com/zalando/opentracing-toolbox) | 174 | Best-of-breed OpenTracing utilities, instrumentations and extensions | 3 days ago |
+| [p6spy](https://github.com/p6spy/p6spy) | 1524 | P6Spy is a framework that enables database data to be seamlessly intercepted and logged with no code changes to the application. | 12 days ago |
+| [logbook](https://github.com/zalando/logbook) | 995 | An extensible Java library for HTTP request and response logging | 3 days ago |
+| [opentracing-toolbox](https://github.com/zalando/opentracing-toolbox) | 175 | Best-of-breed OpenTracing utilities, instrumentations and extensions | 3 days ago |
### [Machine Learning](#machine-learning)
@@ -473,10 +473,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [smile](https://github.com/haifengl/smile) | 5364 | Statistical Machine Intelligence & Learning Engine | a month ago |
-| [oryx](https://github.com/OryxProject/oryx) | 1776 | Oryx 2: Lambda architecture on Apache Spark, Apache Kafka for real-time large scale machine learning | 2 months ago |
-| [siddhi](https://github.com/siddhi-io/siddhi) | 1250 | Stream Processing and Complex Event Processing Engine | 14 days ago |
-| [JSAT](https://github.com/EdwardRaff/JSAT) | 710 | Java Statistical Analysis Tool, a Java library for Machine Learning | 5 months ago |
+| [smile](https://github.com/haifengl/smile) | 5366 | Statistical Machine Intelligence & Learning Engine | 4 days ago |
+| [oryx](https://github.com/OryxProject/oryx) | 1778 | Oryx 2: Lambda architecture on Apache Spark, Apache Kafka for real-time large scale machine learning | 2 months ago |
+| [siddhi](https://github.com/siddhi-io/siddhi) | 1253 | Stream Processing and Complex Event Processing Engine | 21 days ago |
+| [JSAT](https://github.com/EdwardRaff/JSAT) | 712 | Java Statistical Analysis Tool, a Java library for Machine Learning | 6 months ago |
### [Messaging](#messaging)
@@ -484,13 +484,13 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [EventBus](https://github.com/greenrobot/EventBus) | 23650 | Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality. | 17 days ago |
-| [aeron](https://github.com/real-logic/aeron) | 5702 | Efficient reliable UDP unicast, UDP multicast, and IPC message transport | 3 hours ago |
-| [Smack](https://github.com/igniterealtime/Smack) | 2255 | A modular and portable open source XMPP client library written in Java for Android and Java (SE) VMs | 12 hours ago |
-| [jeromq](https://github.com/zeromq/jeromq) | 2071 | Pure Java ZeroMQ | 18 days ago |
-| [rabbitmq-java-client](https://github.com/rabbitmq/rabbitmq-java-client) | 1020 | RabbitMQ Java client | 13 days ago |
-| [nakadi](https://github.com/zalando/nakadi) | 784 | A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues | 3 days ago |
-| [nats.java](https://github.com/nats-io/nats.java) | 364 | Java client for NATS | 4 hours ago |
+| [EventBus](https://github.com/greenrobot/EventBus) | 23666 | Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality. | 3 days ago |
+| [aeron](https://github.com/real-logic/aeron) | 5720 | Efficient reliable UDP unicast, UDP multicast, and IPC message transport | 2 days ago |
+| [Smack](https://github.com/igniterealtime/Smack) | 2256 | A modular and portable open source XMPP client library written in Java for Android and Java (SE) VMs | 2 days ago |
+| [jeromq](https://github.com/zeromq/jeromq) | 2071 | Pure Java ZeroMQ | 25 days ago |
+| [rabbitmq-java-client](https://github.com/rabbitmq/rabbitmq-java-client) | 1023 | RabbitMQ Java client | 4 days ago |
+| [nakadi](https://github.com/zalando/nakadi) | 785 | A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues | 10 days ago |
+| [nats.java](https://github.com/nats-io/nats.java) | 365 | Java client for NATS | an hour ago |
### [Microservice](#microservice)
@@ -498,10 +498,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [Sentinel](https://github.com/alibaba/Sentinel) | 17625 | A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件) | 4 days ago |
-| [eureka](https://github.com/Netflix/eureka) | 10803 | AWS Service registry for resilient mid-tier load balancing and failover. | 18 days ago |
-| [armeria](https://github.com/line/armeria) | 3317 | Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard. | 16 hours ago |
-| [consul-api](https://github.com/Ecwid/consul-api) | 384 | Java client for Consul HTTP API | 4 days ago |
+| [Sentinel](https://github.com/alibaba/Sentinel) | 17673 | A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件) | 4 days ago |
+| [eureka](https://github.com/Netflix/eureka) | 10812 | AWS Service registry for resilient mid-tier load balancing and failover. | 4 days ago |
+| [armeria](https://github.com/line/armeria) | 3319 | Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard. | 11 hours ago |
+| [consul-api](https://github.com/Ecwid/consul-api) | 386 | Java client for Consul HTTP API | 3 days ago |
### [Miscellaneous](#miscellaneous)
@@ -509,25 +509,25 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [java-design-patterns](https://github.com/iluwatar/java-design-patterns) | 70592 | Design patterns implemented in Java | 10 hours ago |
-| [FizzBuzzEnterpriseEdition](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition) | 15610 | FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes. | 2 days ago |
-| [java8-tutorial](https://github.com/winterbe/java8-tutorial) | 15101 | Modern Java - A Guide to Java 8 | a month ago |
-| [j2objc](https://github.com/google/j2objc) | 5836 | A Java to iOS Objective-C translation tool and runtime. | 3 days ago |
-| [OctoLinker](https://github.com/OctoLinker/OctoLinker) | 4821 | OctoLinker — Links together, what belongs together | 3 hours ago |
-| [jimfs](https://github.com/google/jimfs) | 2053 | An in-memory file system for Java 7+ | 19 days ago |
-| [maven-wrapper](https://github.com/takari/maven-wrapper) | 1550 | The easiest way to integrate Maven into your project! | 16 days ago |
-| [cqengine](https://github.com/npgall/cqengine) | 1420 | Ultra-fast SQL-like queries on Java collections | 24 days ago |
-| [jsweet](https://github.com/cincheo/jsweet) | 1228 | A Java to JavaScript transpiler. | a month ago |
+| [java-design-patterns](https://github.com/iluwatar/java-design-patterns) | 70725 | Design patterns implemented in Java | a few seconds ago |
+| [FizzBuzzEnterpriseEdition](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition) | 15641 | FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes. | 9 days ago |
+| [java8-tutorial](https://github.com/winterbe/java8-tutorial) | 15116 | Modern Java - A Guide to Java 8 | 2 months ago |
+| [j2objc](https://github.com/google/j2objc) | 5838 | A Java to iOS Objective-C translation tool and runtime. | 10 days ago |
+| [OctoLinker](https://github.com/OctoLinker/OctoLinker) | 4820 | OctoLinker — Links together, what belongs together | 14 hours ago |
+| [jimfs](https://github.com/google/jimfs) | 2058 | An in-memory file system for Java 7+ | 6 days ago |
+| [maven-wrapper](https://github.com/takari/maven-wrapper) | 1552 | The easiest way to integrate Maven into your project! | 23 days ago |
+| [cqengine](https://github.com/npgall/cqengine) | 1420 | Ultra-fast SQL-like queries on Java collections | a month ago |
+| [jsweet](https://github.com/cincheo/jsweet) | 1231 | A Java to JavaScript transpiler. | a month ago |
| [jbot](https://github.com/rampatra/jbot) | 1165 | Make Slack and Facebook Bots in Java. | 9 months ago |
-| [ff4j](https://github.com/ff4j/ff4j) | 986 | Feature Flags for Java made easy | 6 days ago |
-| [simple-java-mail](https://github.com/bbottema/simple-java-mail) | 900 | Simple API, Complex Emails (JavaMail smtp wrapper) | 3 months ago |
-| [polyglot-maven](https://github.com/takari/polyglot-maven) | 779 | Support alternative markup for Apache Maven POM files | 4 days ago |
-| [typetools](https://github.com/jhalterman/typetools) | 533 | Tools for working with generic types | a month ago |
-| [service-proxy](https://github.com/membrane/service-proxy) | 362 | API gateway for REST and SOAP written in Java. | 2 months ago |
-| [smooks](https://github.com/smooks/smooks) | 318 | Extensible data integration Java framework for building XML and non-XML fragment-based applications | 4 days ago |
-| [modernizer-maven-plugin](https://github.com/gaul/modernizer-maven-plugin) | 287 | Detect uses of legacy Java APIs | 2 months ago |
-| [PipelinR](https://github.com/sizovs/PipelinR) | 182 | PipelinR is a lightweight command processing pipeline ❍ ⇢ ❍ ⇢ ❍ for your Java awesome app. | 7 months ago |
-| [yGuard](https://github.com/yWorks/yGuard) | 161 | The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts | 12 days ago |
+| [ff4j](https://github.com/ff4j/ff4j) | 993 | Feature Flags for Java made easy | 13 days ago |
+| [simple-java-mail](https://github.com/bbottema/simple-java-mail) | 905 | Simple API, Complex Emails (JavaMail smtp wrapper) | 2 days ago |
+| [polyglot-maven](https://github.com/takari/polyglot-maven) | 784 | Support alternative markup for Apache Maven POM files | 5 days ago |
+| [typetools](https://github.com/jhalterman/typetools) | 535 | Tools for working with generic types | a month ago |
+| [service-proxy](https://github.com/membrane/service-proxy) | 362 | API gateway for REST and SOAP written in Java. | 3 days ago |
+| [smooks](https://github.com/smooks/smooks) | 318 | Extensible data integration Java framework for building XML and non-XML fragment-based applications | 11 days ago |
+| [modernizer-maven-plugin](https://github.com/gaul/modernizer-maven-plugin) | 289 | Detect uses of legacy Java APIs | 2 months ago |
+| [PipelinR](https://github.com/sizovs/PipelinR) | 185 | PipelinR is a lightweight command processing pipeline ❍ ⇢ ❍ ⇢ ❍ for your Java awesome app. | 7 months ago |
+| [yGuard](https://github.com/yWorks/yGuard) | 162 | The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts | 19 days ago |
| [MinimalFTP](https://github.com/Guichaguri/MinimalFTP) | 106 | A lightweight, simple FTP server. Pure Java, no dependencies. | a year ago |
| [xmlbeam](https://github.com/SvenEwald/xmlbeam) | 67 | Java XML library. A really cool one. Obviously. | 2 months ago |
@@ -537,19 +537,19 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [pinpoint](https://github.com/pinpoint-apm/pinpoint) | 11749 | APM, (Application Performance Management) tool for large-scale distributed systems. | 3 days ago |
-| [metrics](https://github.com/dropwizard/metrics) | 7439 | :chart_with_upwards_trend: Capturing JVM- and application-level metrics. So you know what's going on. | 2 days ago |
+| [pinpoint](https://github.com/pinpoint-apm/pinpoint) | 11765 | APM, (Application Performance Management) tool for large-scale distributed systems. | 3 days ago |
+| [metrics](https://github.com/dropwizard/metrics) | 7440 | :chart_with_upwards_trend: Capturing JVM- and application-level metrics. So you know what's going on. | 5 days ago |
| [javamelody](https://github.com/javamelody/javamelody) | 2459 | JavaMelody : monitoring of JavaEE applications | 2 months ago |
-| [stagemonitor](https://github.com/stagemonitor/stagemonitor) | 1660 | an open source solution to application performance monitoring for java server applications | 2 months ago |
-| [jmxtrans](https://github.com/jmxtrans/jmxtrans) | 1657 | jmxtrans | a month ago |
-| [client_java](https://github.com/prometheus/client_java) | 1610 | Prometheus instrumentation library for JVM applications | 7 days ago |
+| [stagemonitor](https://github.com/stagemonitor/stagemonitor) | 1661 | an open source solution to application performance monitoring for java server applications | 2 months ago |
+| [jmxtrans](https://github.com/jmxtrans/jmxtrans) | 1657 | jmxtrans | 2 months ago |
+| [client_java](https://github.com/prometheus/client_java) | 1616 | Prometheus instrumentation library for JVM applications | 15 hours ago |
| [automon](https://github.com/stevensouza/automon) | 547 | Automon combines the power of AOP (AspectJ) with monitoring or logging tools you already use to declaratively monitor your Java code, the JDK, and 3rd party libraries. | 9 months ago |
-| [jaeger-client-java](https://github.com/jaegertracing/jaeger-client-java) | 472 | Jaeger Bindings for Java OpenTracing API | 3 days ago |
+| [jaeger-client-java](https://github.com/jaegertracing/jaeger-client-java) | 474 | Jaeger Bindings for Java OpenTracing API | 10 days ago |
| [dd-trace-java](https://github.com/DataDog/dd-trace-java) | 271 | Datadog APM client for Java | 2 days ago |
| [Sysmon](https://github.com/palantir/Sysmon) | 151 | A lightweight platform monitoring tool for Java VMs | 5 years ago |
| [nudge4j](https://github.com/lorenzoongithub/nudge4j) | 146 | Get inside your JVM | 2 years ago |
| [failsafe-actuator](https://github.com/zalando/failsafe-actuator) | 49 | Endpoint library for the failsafe framework | a month ago |
-| [sematext-agent-java](https://github.com/sematext/sematext-agent-java) | 16 | Sematext Monitoring Agent | 17 days ago |
+| [sematext-agent-java](https://github.com/sematext/sematext-agent-java) | 16 | Sematext Monitoring Agent | 24 days ago |
### [Native](#native)
@@ -557,10 +557,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [jna](https://github.com/java-native-access/jna) | 6797 | Java Native Access | 2 days ago |
-| [javacpp](https://github.com/bytedeco/javacpp) | 3634 | The missing bridge between Java and native C++ | 2 days ago |
-| [jnr-ffi](https://github.com/jnr/jnr-ffi) | 926 | Java Abstracted Foreign Function Layer | a month ago |
-| [aparapi](https://github.com/Syncleus/aparapi) | 379 | The New Official Aparapi: a framework for executing native Java and Scala code on the GPU. | 2 months ago |
+| [jna](https://github.com/java-native-access/jna) | 6803 | Java Native Access | 12 hours ago |
+| [javacpp](https://github.com/bytedeco/javacpp) | 3642 | The missing bridge between Java and native C++ | 4 days ago |
+| [jnr-ffi](https://github.com/jnr/jnr-ffi) | 926 | Java Abstracted Foreign Function Layer | 2 days ago |
+| [aparapi](https://github.com/Syncleus/aparapi) | 380 | The New Official Aparapi: a framework for executing native Java and Scala code on the GPU. | 2 months ago |
### [Natural Language Processing](#natural-language-processing)
@@ -576,15 +576,15 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [dubbo](https://github.com/apache/dubbo) | 36289 | Apache Dubbo is a high-performance, java based, open source RPC framework. | 9 hours ago |
-| [grpc-java](https://github.com/grpc/grpc-java) | 9142 | The Java gRPC implementation. HTTP/2 based RPC | 2 days ago |
-| [sshj](https://github.com/hierynomus/sshj) | 1983 | ssh, scp and sftp for java | 5 days ago |
+| [dubbo](https://github.com/apache/dubbo) | 36320 | Apache Dubbo is a high-performance, java based, open source RPC framework. | 6 minutes ago |
+| [grpc-java](https://github.com/grpc/grpc-java) | 9161 | The Java gRPC implementation. HTTP/2 based RPC | 3 days ago |
+| [sshj](https://github.com/hierynomus/sshj) | 1989 | ssh, scp and sftp for java | 5 days ago |
| [kryonet](https://github.com/EsotericSoftware/kryonet) | 1660 | TCP/UDP client/server library for Java, based on Kryo | 8 months ago |
-| [servicetalk](https://github.com/apple/servicetalk) | 703 | A networking framework that evolves with your application | 2 days ago |
+| [servicetalk](https://github.com/apple/servicetalk) | 705 | A networking framework that evolves with your application | 2 days ago |
| [comsat](https://github.com/puniverse/comsat) | 598 | Fibers and actors for web development | 4 years ago |
| [drift](https://github.com/airlift/drift) | 197 | An annotation-based Java library for creating Thrift serializable types and services. | a year ago |
-| [tls-channel](https://github.com/marianobarrios/tls-channel) | 119 | A Java library that implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS for Java applications. | 20 days ago |
-| [urnlib](https://github.com/slub/urnlib) | 21 | Java library for representing, parsing and encoding URNs as in RFC2141 and RFC8141 | 4 months ago |
+| [tls-channel](https://github.com/marianobarrios/tls-channel) | 119 | A Java library that implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS for Java applications. | 11 hours ago |
+| [urnlib](https://github.com/slub/urnlib) | 21 | Java library for representing, parsing and encoding URNs as in RFC2141 and RFC8141 | 5 months ago |
### [ORM](#orm)
@@ -592,10 +592,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [mybatis-3](https://github.com/mybatis/mybatis-3) | 16328 | MyBatis SQL mapper framework for Java | 5 days ago |
-| [ObjectiveSql](https://github.com/braisdom/ObjectiveSql) | 1140 | ObjectiveSQL is an ORM framework in Java based on ActiveRecord pattern, which encourages rapid development and clean, codes with the least and convention over configuration. | 10 days ago |
-| [SimpleFlatMapper](https://github.com/arnaudroger/SimpleFlatMapper) | 391 | Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper | 6 months ago |
-| [doma](https://github.com/domaframework/doma) | 294 | DAO oriented database mapping framework for Java 8+ | 21 hours ago |
+| [mybatis-3](https://github.com/mybatis/mybatis-3) | 16361 | MyBatis SQL mapper framework for Java | 4 days ago |
+| [ObjectiveSql](https://github.com/braisdom/ObjectiveSql) | 1140 | ObjectiveSQL is an ORM framework in Java based on ActiveRecord pattern, which encourages rapid development and clean, codes with the least and convention over configuration. | 17 days ago |
+| [SimpleFlatMapper](https://github.com/arnaudroger/SimpleFlatMapper) | 392 | Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper | 6 months ago |
+| [doma](https://github.com/domaframework/doma) | 294 | DAO oriented database mapping framework for Java 8+ | 20 hours ago |
| [permazen](https://github.com/permazen/permazen) | 268 | Language-Natural Persistence Layer for Java | 2 months ago |
@@ -604,11 +604,11 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [OpenPDF](https://github.com/LibrePDF/OpenPDF) | 2118 | OpenPDF is a free Java library for creating and editing PDF files with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository. ⛺ | 3 days ago |
-| [flyingsaucer](https://github.com/flyingsaucerproject/flyingsaucer) | 1641 | XML/XHTML and CSS 2.1 renderer in pure Java | 13 days ago |
-| [tabula-java](https://github.com/tabulapdf/tabula-java) | 1282 | Extract tables from PDF files | 9 days ago |
-| [openhtmltopdf](https://github.com/danfickle/openhtmltopdf) | 1265 | An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)! | 11 days ago |
-| [dynamicreports](https://github.com/dynamicreports/dynamicreports) | 144 | Java reporting library for creating dynamic report designs at runtime | 3 months ago |
+| [OpenPDF](https://github.com/LibrePDF/OpenPDF) | 2126 | OpenPDF is a free Java library for creating and editing PDF files with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository. ⛺ | 5 days ago |
+| [flyingsaucer](https://github.com/flyingsaucerproject/flyingsaucer) | 1642 | XML/XHTML and CSS 2.1 renderer in pure Java | 20 days ago |
+| [tabula-java](https://github.com/tabulapdf/tabula-java) | 1286 | Extract tables from PDF files | 16 days ago |
+| [openhtmltopdf](https://github.com/danfickle/openhtmltopdf) | 1270 | An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)! | 18 days ago |
+| [dynamicreports](https://github.com/dynamicreports/dynamicreports) | 144 | Java reporting library for creating dynamic report designs at runtime | 4 months ago |
### [Performance analysis](#performance-analysis)
@@ -616,8 +616,8 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [jitwatch](https://github.com/AdoptOpenJDK/jitwatch) | 2496 | Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface. | 11 days ago |
-| [honest-profiler](https://github.com/jvm-profiling-tools/honest-profiler) | 1169 | A sampling JVM profiler without the safepoint sample bias | 4 months ago |
+| [jitwatch](https://github.com/AdoptOpenJDK/jitwatch) | 2503 | Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface. | 18 days ago |
+| [honest-profiler](https://github.com/jvm-profiling-tools/honest-profiler) | 1170 | A sampling JVM profiler without the safepoint sample bias | 5 months ago |
| [jHiccup](https://github.com/giltene/jHiccup) | 597 | jHiccup is a non-intrusive instrumentation tool that logs and records
platform "hiccups" - including the JVM stalls that often happen when
Java applications are executed and/or any OS or hardware platform noise
@@ -636,8 +636,8 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [light-4j](https://github.com/networknt/light-4j) | 3287 | A fast, lightweight and more productive microservices framework | 8 days ago |
-| [light-oauth2](https://github.com/networknt/light-oauth2) | 268 | A fast, light and cloud native OAuth 2.0 authorization microservices based on light-4j | 19 days ago |
+| [light-4j](https://github.com/networknt/light-4j) | 3292 | A fast, lightweight and more productive microservices framework | 3 days ago |
+| [light-oauth2](https://github.com/networknt/light-oauth2) | 270 | A fast, light and cloud native OAuth 2.0 authorization microservices based on light-4j | 3 days ago |
| [Orienteer](https://github.com/OrienteerBAP/Orienteer) | 152 | Business Application Platform - no-code/low-code platform to build business applications | a month ago |
@@ -646,9 +646,9 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [zt-exec](https://github.com/zeroturnaround/zt-exec) | 746 | ZeroTurnaround Process Executor | 2 months ago |
-| [zt-process-killer](https://github.com/zeroturnaround/zt-process-killer) | 102 | ZeroTurnaround Process Killer | 4 months ago |
-| [ch.vorburger.exec](https://github.com/vorburger/ch.vorburger.exec) | 18 | Java library to launch external processes | a day ago |
+| [zt-exec](https://github.com/zeroturnaround/zt-exec) | 747 | ZeroTurnaround Process Executor | 2 months ago |
+| [zt-process-killer](https://github.com/zeroturnaround/zt-process-killer) | 102 | ZeroTurnaround Process Killer | 5 months ago |
+| [ch.vorburger.exec](https://github.com/vorburger/ch.vorburger.exec) | 18 | Java library to launch external processes | 8 days ago |
### [Reactive libraries](#reactive-libraries)
@@ -656,9 +656,9 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [RxJava](https://github.com/ReactiveX/RxJava) | 45386 | RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. | 3 days ago |
-| [reactive-streams-jvm](https://github.com/reactive-streams/reactive-streams-jvm) | 4203 | Reactive Streams Specification for the JVM | 4 months ago |
-| [reactor-core](https://github.com/reactor/reactor-core) | 3804 | Non-Blocking Reactive Foundation for the JVM | 3 days ago |
+| [RxJava](https://github.com/ReactiveX/RxJava) | 45417 | RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. | 5 days ago |
+| [reactive-streams-jvm](https://github.com/reactive-streams/reactive-streams-jvm) | 4208 | Reactive Streams Specification for the JVM | 4 months ago |
+| [reactor-core](https://github.com/reactor/reactor-core) | 3814 | Non-Blocking Reactive Foundation for the JVM | 3 days ago |
### [REST Frameworks](#rest-frameworks)
@@ -666,12 +666,12 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [dropwizard](https://github.com/dropwizard/dropwizard) | 8044 | A damn simple library for building production-ready RESTful web services. | 3 hours ago |
-| [rest.li](https://github.com/linkedin/rest.li) | 2152 | Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs. | 2 days ago |
-| [springdoc-openapi](https://github.com/springdoc/springdoc-openapi) | 1410 | Library for OpenAPI 3 with spring-boot | a day ago |
+| [dropwizard](https://github.com/dropwizard/dropwizard) | 8050 | A damn simple library for building production-ready RESTful web services. | 10 hours ago |
+| [rest.li](https://github.com/linkedin/rest.li) | 2154 | Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs. | 2 days ago |
+| [springdoc-openapi](https://github.com/springdoc/springdoc-openapi) | 1424 | Library for OpenAPI 3 with spring-boot | 2 days ago |
| [micro-server](https://github.com/aol/micro-server) | 931 | Microserver is a Java 8 native, zero configuration, standards based, battle hardened library to run Java Rest Microservices via a standard Java main class. Supporting pure Microservice or Micro-monolith styles. | a year ago |
-| [RestExpress](https://github.com/RestExpress/RestExpress) | 925 | Minimalist Java framework for rapidly creating scalable, containerless, RESTful microservices. Ship a production-quality, headless, RESTful API in the shortest time possible. Uses Netty for HTTP, Jackson for JSON, Metrics for metrics, properties files for configuration. Sub-projects and plugins enable, NoSQL, Swagger, Auth0, HAL integration, etc. | 2 days ago |
-| [restlet-framework-java](https://github.com/restlet/restlet-framework-java) | 619 | Leading REST API framework for Java | 2 months ago |
+| [RestExpress](https://github.com/RestExpress/RestExpress) | 925 | Minimalist Java framework for rapidly creating scalable, containerless, RESTful microservices. Ship a production-quality, headless, RESTful API in the shortest time possible. Uses Netty for HTTP, Jackson for JSON, Metrics for metrics, properties files for configuration. Sub-projects and plugins enable, NoSQL, Swagger, Auth0, HAL integration, etc. | 9 days ago |
+| [restlet-framework-java](https://github.com/restlet/restlet-framework-java) | 620 | Leading REST API framework for Java | 2 months ago |
### [Science](#science)
@@ -679,15 +679,15 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [tablesaw](https://github.com/jtablesaw/tablesaw) | 2716 | Java dataframe and visualization library | 13 hours ago |
-| [jgrapht](https://github.com/jgrapht/jgrapht) | 1986 | Master repository for the JGraphT project | 13 days ago |
-| [XChart](https://github.com/knowm/XChart) | 1186 | XChart is a light-weight Java library for plotting data. | 13 days ago |
+| [tablesaw](https://github.com/jtablesaw/tablesaw) | 2719 | Java dataframe and visualization library | 5 hours ago |
+| [jgrapht](https://github.com/jgrapht/jgrapht) | 1991 | Master repository for the JGraphT project | 20 days ago |
+| [XChart](https://github.com/knowm/XChart) | 1189 | XChart is a light-weight Java library for plotting data. | 5 days ago |
| [jgraphx](https://github.com/jgraph/jgraphx) | 627 | | a year ago |
-| [chart-fx](https://github.com/GSI-CS-CO/chart-fx) | 301 | A scientific charting library focused on performance optimised real-time data visualisation at 25 Hz update rates for data sets with a few 10 thousand up to 5 million data points. | 24 days ago |
+| [chart-fx](https://github.com/GSI-CS-CO/chart-fx) | 306 | A scientific charting library focused on performance optimised real-time data visualisation at 25 Hz update rates for data sets with a few 10 thousand up to 5 million data points. | a month ago |
| [morpheus-core](https://github.com/zavtech/morpheus-core) | 212 | The foundational library of the Morpheus data science framework | 3 years ago |
| [Erdos](https://github.com/Erdos-Graph-Framework/Erdos) | 105 | modular and modern graph-theory algorithms framework in Java | 8 months ago |
| [orson-charts](https://github.com/jfree/orson-charts) | 82 | A 3D chart library for Java applications (JavaFX, Swing or server-side). | a year ago |
-| [LogicNG](https://github.com/logic-ng/LogicNG) | 73 | The Next Generation Logic Library | 4 days ago |
+| [LogicNG](https://github.com/logic-ng/LogicNG) | 73 | The Next Generation Logic Library | 5 days ago |
| [jtk](https://github.com/MinesJTK/jtk) | 48 | The Mines Java Toolkit | 7 months ago |
@@ -704,17 +704,17 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [tink](https://github.com/google/tink) | 11673 | Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse. | 3 days ago |
-| [jjwt](https://github.com/jwtk/jjwt) | 7841 | Java JWT: JSON Web Token for Java and Android | 3 days ago |
-| [keywhiz](https://github.com/square/keywhiz) | 2437 | A system for distributing and managing secrets | 6 days ago |
-| [pac4j](https://github.com/pac4j/pac4j) | 2066 | Security engine for Java (authentication, authorization, multi frameworks): OAuth, CAS, SAML, OpenID Connect, LDAP, JWT... | 4 days ago |
-| [themis](https://github.com/cossacklabs/themis) | 1362 | Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms. | 12 days ago |
+| [tink](https://github.com/google/tink) | 11728 | Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse. | 2 days ago |
+| [jjwt](https://github.com/jwtk/jjwt) | 7846 | Java JWT: JSON Web Token for Java and Android | 8 hours ago |
+| [keywhiz](https://github.com/square/keywhiz) | 2439 | A system for distributing and managing secrets | 7 days ago |
+| [pac4j](https://github.com/pac4j/pac4j) | 2068 | Security engine for Java (authentication, authorization, multi frameworks): OAuth, CAS, SAML, OpenID Connect, LDAP, JWT... | 3 days ago |
+| [themis](https://github.com/cossacklabs/themis) | 1364 | Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms. | 19 days ago |
| [nbvcxz](https://github.com/GoSimpleLLC/nbvcxz) | 218 | Password strength estimator | a month ago |
| [hdiv](https://github.com/hdiv/hdiv) | 203 | Hdiv CE , Application Self-Protection | 2 months ago |
| [kalium](https://github.com/abstractj/kalium) | 203 | Java binding to the Networking and Cryptography (NaCl) library with the awesomeness of libsodium | 3 years ago |
-| [password4j](https://github.com/Password4j/password4j) | 157 | Password4j is a user-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various cryptographic hash functions. | a month ago |
-| [sslcontext-kickstart](https://github.com/Hakky54/sslcontext-kickstart) | 156 | 🔐 A lightweight high level library for configuring a http client or server based on SSLContext or other properties such as TrustManager, KeyManager or Trusted Certificates to communicate over SSL TLS for one way authentication or two way authentication provided by the SSLFactory. Support for Java, Scala and Kotlin based clients with examples. Available client examples are: Apache HttpClient, OkHttp, Spring RestTemplate, Spring WebFlux WebClient Jetty and Netty, the old and the new JDK HttpClient, the old and the new Jersey Client, Google HttpClient, Unirest, Retrofit, Feign, Methanol, Vertx, Scala client Finagle, Featherbed, Dispatch Reboot, AsyncHttpClient, Sttp, Akka, Requests Scala, Http4s Blaze, Kotlin client Fuel, http4k Kohttp and Ktor. Also gRPC, WebSocket and ElasticSearch examples are included | 5 hours ago |
-| [jwks-rsa-java](https://github.com/auth0/jwks-rsa-java) | 126 | | 6 days ago |
+| [password4j](https://github.com/Password4j/password4j) | 158 | Password4j is a user-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various cryptographic hash functions. | 2 months ago |
+| [sslcontext-kickstart](https://github.com/Hakky54/sslcontext-kickstart) | 157 | 🔐 A lightweight high level library for configuring a http client or server based on SSLContext or other properties such as TrustManager, KeyManager or Trusted Certificates to communicate over SSL TLS for one way authentication or two way authentication provided by the SSLFactory. Support for Java, Scala and Kotlin based clients with examples. Available client examples are: Apache HttpClient, OkHttp, Spring RestTemplate, Spring WebFlux WebClient Jetty and Netty, the old and the new JDK HttpClient, the old and the new Jersey Client, Google HttpClient, Unirest, Retrofit, Feign, Methanol, Vertx, Scala client Finagle, Featherbed, Dispatch Reboot, AsyncHttpClient, Sttp, Akka, Requests Scala, Http4s Blaze, Kotlin client Fuel, http4k Kohttp and Ktor. Also gRPC, WebSocket and ElasticSearch examples are included | 2 days ago |
+| [jwks-rsa-java](https://github.com/auth0/jwks-rsa-java) | 127 | | 13 days ago |
| [OTP-Java](https://github.com/BastiaanJansen/OTP-Java) | 41 | A small and easy-to-use one-time password generator library for Java according to RFC 4226 (HOTP) and RFC 6238 (TOTP). | 2 months ago |
| [securitybuilder](https://github.com/tersesystems/securitybuilder) | 40 | Fluent builders with typesafe API for the JCA | 4 months ago |
@@ -724,10 +724,10 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [flatbuffers](https://github.com/google/flatbuffers) | 16917 | FlatBuffers: Memory Efficient Serialization Library | 6 hours ago |
-| [kryo](https://github.com/EsotericSoftware/kryo) | 5189 | Java binary serialization and cloning: fast, efficient, automatic | a month ago |
+| [flatbuffers](https://github.com/google/flatbuffers) | 16950 | FlatBuffers: Memory Efficient Serialization Library | 6 days ago |
+| [kryo](https://github.com/EsotericSoftware/kryo) | 5193 | Java binary serialization and cloning: fast, efficient, automatic | a day ago |
| [fast-serialization](https://github.com/RuedigerMoeller/fast-serialization) | 1407 | FST: fast java serialization drop in-replacement | a month ago |
-| [msgpack-java](https://github.com/msgpack/msgpack-java) | 1228 | MessagePack serializer implementation for Java / msgpack.org[Java] | 3 days ago |
+| [msgpack-java](https://github.com/msgpack/msgpack-java) | 1229 | MessagePack serializer implementation for Java / msgpack.org[Java] | 4 days ago |
| [java-php-serializer](https://github.com/marcospassos/java-php-serializer) | 12 | A Java library for serializing objects as PHP serialization format. | 4 years ago |
@@ -736,7 +736,7 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [nanohttpd](https://github.com/NanoHttpd/nanohttpd) | 6090 | Tiny, easily embeddable HTTP server in Java. | 2 months ago |
+| [nanohttpd](https://github.com/NanoHttpd/nanohttpd) | 6098 | Tiny, easily embeddable HTTP server in Java. | 2 months ago |
### [Template Engine](#template-engine)
@@ -744,9 +744,9 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [jade4j](https://github.com/neuland/jade4j) | 696 | a pug implementation written in Java (formerly known as jade) | 2 months ago |
-| [rocker](https://github.com/fizzed/rocker) | 634 | Java 8 optimized, memory efficient, speedy template engine producing statically typed, plain java objects | a month ago |
-| [jte](https://github.com/casid/jte) | 306 | Secure and speedy templates for Java and Kotlin. | 23 days ago |
+| [jade4j](https://github.com/neuland/jade4j) | 697 | a pug implementation written in Java (formerly known as jade) | 2 months ago |
+| [rocker](https://github.com/fizzed/rocker) | 635 | Java 8 optimized, memory efficient, speedy template engine producing statically typed, plain java objects | a month ago |
+| [jte](https://github.com/casid/jte) | 306 | Secure and speedy templates for Java and Kotlin. | a month ago |
| [jtwig](https://github.com/jtwig/jtwig) | 296 | Java modern template engine | 4 years ago |
@@ -758,11 +758,11 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [rest-assured](https://github.com/rest-assured/rest-assured) | 5543 | Java DSL for easy testing of REST services | 18 days ago |
-| [karate](https://github.com/karatelabs/karate) | 5289 | Test Automation Made Simple | 8 hours ago |
-| [awaitility](https://github.com/awaitility/awaitility) | 2744 | Awaitility is a small Java DSL for synchronizing asynchronous operations | 10 days ago |
-| [concurrentunit](https://github.com/jhalterman/concurrentunit) | 390 | Toolkit for testing multi-threaded and asynchronous applications | 3 months ago |
-| [hoverfly-java](https://github.com/SpectoLabs/hoverfly-java) | 136 | Java binding for Hoverfly | 2 months ago |
+| [rest-assured](https://github.com/rest-assured/rest-assured) | 5554 | Java DSL for easy testing of REST services | 25 days ago |
+| [karate](https://github.com/karatelabs/karate) | 5314 | Test Automation Made Simple | 3 days ago |
+| [awaitility](https://github.com/awaitility/awaitility) | 2752 | Awaitility is a small Java DSL for synchronizing asynchronous operations | 17 days ago |
+| [concurrentunit](https://github.com/jhalterman/concurrentunit) | 391 | Toolkit for testing multi-threaded and asynchronous applications | 3 months ago |
+| [hoverfly-java](https://github.com/SpectoLabs/hoverfly-java) | 136 | Java binding for Hoverfly | 3 days ago |
#### BDD(#bdd)
@@ -770,9 +770,9 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [cucumber-jvm](https://github.com/cucumber/cucumber-jvm) | 2331 | Cucumber for the JVM | 5 hours ago |
-| [serenity-core](https://github.com/serenity-bdd/serenity-core) | 580 | Serenity BDD is a test automation library designed to make writing automated acceptance tests easier, and more fun. | 5 hours ago |
-| [lambda-behave](https://github.com/RichardWarburton/lambda-behave) | 242 | A modern testing and behavioural specification framework for Java 8 | 4 months ago |
+| [cucumber-jvm](https://github.com/cucumber/cucumber-jvm) | 2334 | Cucumber for the JVM | 4 days ago |
+| [serenity-core](https://github.com/serenity-bdd/serenity-core) | 585 | Serenity BDD is a test automation library designed to make writing automated acceptance tests easier, and more fun. | 4 hours ago |
+| [lambda-behave](https://github.com/RichardWarburton/lambda-behave) | 242 | A modern testing and behavioural specification framework for Java 8 | 5 months ago |
| [cukes](https://github.com/ctco/cukes) | 96 | Cucumber DSL for testing RESTful Web Services | 4 months ago |
| [j8spec](https://github.com/j8spec/j8spec) | 45 | Library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine. | 4 years ago |
@@ -782,11 +782,11 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [java-faker](https://github.com/DiUS/java-faker) | 2908 | Brings the popular ruby faker gem to Java | 12 days ago |
+| [java-faker](https://github.com/DiUS/java-faker) | 2939 | Brings the popular ruby faker gem to Java | 19 days ago |
| [jfairy](https://github.com/Devskiller/jfairy) | 681 | Java fake data generator | 7 months ago |
| [fixture-factory](https://github.com/six2six/fixture-factory) | 400 | Generator fake objects from a template | 2 months ago |
-| [randomizedtesting](https://github.com/randomizedtesting/randomizedtesting) | 159 | Randomized Testing (Core JUnit Runner, ANT, Maven) | 16 days ago |
-| [beanmother](https://github.com/keepcosmos/beanmother) | 107 | A library for setting up Java objects as test data. | 4 months ago |
+| [randomizedtesting](https://github.com/randomizedtesting/randomizedtesting) | 159 | Randomized Testing (Core JUnit Runner, ANT, Maven) | 3 days ago |
+| [beanmother](https://github.com/keepcosmos/beanmother) | 107 | A library for setting up Java objects as test data. | 5 months ago |
### [Frameworks](#frameworks)
@@ -794,8 +794,8 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [ArchUnit](https://github.com/TNG/ArchUnit) | 1933 | A Java architecture test library, to specify and assert architecture rules in plain Java | 5 days ago |
-| [pact-jvm](https://github.com/pact-foundation/pact-jvm) | 878 | JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project. | 7 minutes ago |
+| [ArchUnit](https://github.com/TNG/ArchUnit) | 1942 | A Java architecture test library, to specify and assert architecture rules in plain Java | 8 hours ago |
+| [pact-jvm](https://github.com/pact-foundation/pact-jvm) | 879 | JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project. | 4 days ago |
### [Matchers](#matchers)
@@ -803,7 +803,7 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [xmlunit](https://github.com/xmlunit/xmlunit) | 244 | XMLUnit for Java 2.x | 6 hours ago |
+| [xmlunit](https://github.com/xmlunit/xmlunit) | 245 | XMLUnit for Java 2.x | 7 days ago |
### [Miscellaneous](#miscellaneous)
@@ -811,9 +811,9 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [testcontainers-java](https://github.com/testcontainers/testcontainers-java) | 5326 | Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. | 2 days ago |
+| [testcontainers-java](https://github.com/testcontainers/testcontainers-java) | 5349 | Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. | 2 days ago |
| [junit-dataprovider](https://github.com/TNG/junit-dataprovider) | 231 | A TestNG like dataprovider runner for JUnit with many additional features | 7 months ago |
-| [MutabilityDetector](https://github.com/MutabilityDetector/MutabilityDetector) | 222 | Lightweight analysis tool for detecting mutability in Java classes | 15 days ago |
+| [MutabilityDetector](https://github.com/MutabilityDetector/MutabilityDetector) | 222 | Lightweight analysis tool for detecting mutability in Java classes | 22 days ago |
| [log-captor](https://github.com/Hakky54/log-captor) | 132 | 🎯 LogCaptor captures log entries for unit testing purposes | 2 months ago |
| [raml-tester](https://github.com/nidi3/raml-tester) | 70 | Test if a request/response matches a given raml definition | 3 years ago |
@@ -823,9 +823,9 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [mockito](https://github.com/mockito/mockito) | 12292 | Most popular Mocking framework for unit tests written in Java | 8 hours ago |
-| [moco](https://github.com/dreamhead/moco) | 3800 | Easy Setup Stub Server | 6 days ago |
-| [powermock](https://github.com/powermock/powermock) | 3647 | PowerMock is a Java framework that allows you to unit test code normally regarded as untestable. | 3 months ago |
+| [mockito](https://github.com/mockito/mockito) | 12309 | Most popular Mocking framework for unit tests written in Java | 3 days ago |
+| [moco](https://github.com/dreamhead/moco) | 3803 | Easy Setup Stub Server | 13 days ago |
+| [powermock](https://github.com/powermock/powermock) | 3653 | PowerMock is a Java framework that allows you to unit test code normally regarded as untestable. | 3 months ago |
### [Utility](#utility)
@@ -833,17 +833,17 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [guava](https://github.com/google/guava) | 42633 | Google core libraries for Java | 3 days ago |
-| [arthas](https://github.com/alibaba/arthas) | 27376 | Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas | 3 days ago |
-| [gephi](https://github.com/gephi/gephi) | 4474 | Gephi - The Open Graph Viz Platform | 7 hours ago |
-| [JavaVerbalExpressions](https://github.com/VerbalExpressions/JavaVerbalExpressions) | 2529 | Java regular expressions made easy. | 7 months ago |
-| [embulk](https://github.com/embulk/embulk) | 1593 | Embulk: Pluggable Bulk Data Loader. | 2 days ago |
-| [Dex](https://github.com/PatMartin/Dex) | 1258 | Dex : The Data Explorer -- A data visualization tool written in Java/Groovy/JavaFX capable of powerful ETL and publishing web visualizations. | 3 years ago |
-| [bucket4j](https://github.com/vladimir-bukhtoyarov/bucket4j) | 1218 | Java rate limiting library based on token/leaky-bucket algorithm. | 13 days ago |
-| [cactoos](https://github.com/yegor256/cactoos) | 648 | Object-Oriented Java primitives, as an alternative to Google Guava and Apache Commons | 2 days ago |
-| [minio-java](https://github.com/minio/minio-java) | 555 | MinIO Client SDK for Java | 8 days ago |
-| [underscore-java](https://github.com/javadev/underscore-java) | 351 | java port of Underscore.js | 11 days ago |
-| [ch.vorburger.fswatch](https://github.com/vorburger/ch.vorburger.fswatch) | 19 | Java lib for monitoring directories or individual files via java.nio.file.WatchService | 16 days ago |
+| [guava](https://github.com/google/guava) | 42680 | Google core libraries for Java | 5 hours ago |
+| [arthas](https://github.com/alibaba/arthas) | 27443 | Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas | 2 days ago |
+| [gephi](https://github.com/gephi/gephi) | 4483 | Gephi - The Open Graph Viz Platform | 2 days ago |
+| [JavaVerbalExpressions](https://github.com/VerbalExpressions/JavaVerbalExpressions) | 2530 | Java regular expressions made easy. | 7 months ago |
+| [embulk](https://github.com/embulk/embulk) | 1593 | Embulk: Pluggable Bulk Data Loader. | 5 days ago |
+| [Dex](https://github.com/PatMartin/Dex) | 1260 | Dex : The Data Explorer -- A data visualization tool written in Java/Groovy/JavaFX capable of powerful ETL and publishing web visualizations. | 3 years ago |
+| [bucket4j](https://github.com/vladimir-bukhtoyarov/bucket4j) | 1224 | Java rate limiting library based on token/leaky-bucket algorithm. | 20 days ago |
+| [cactoos](https://github.com/yegor256/cactoos) | 650 | Object-Oriented Java primitives, as an alternative to Google Guava and Apache Commons | a day ago |
+| [minio-java](https://github.com/minio/minio-java) | 559 | MinIO Client SDK for Java | 3 days ago |
+| [underscore-java](https://github.com/javadev/underscore-java) | 352 | java port of Underscore.js | a day ago |
+| [ch.vorburger.fswatch](https://github.com/vorburger/ch.vorburger.fswatch) | 19 | Java lib for monitoring directories or individual files via java.nio.file.WatchService | 23 days ago |
### [Version Managers](#version-managers)
@@ -851,9 +851,9 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [sdkman-cli](https://github.com/sdkman/sdkman-cli) | 4258 | The SDKMAN! Command Line Interface | 16 hours ago |
-| [jenv](https://github.com/jenv/jenv) | 3927 | Manage your Java environment | 12 days ago |
-| [jabba](https://github.com/shyiko/jabba) | 2016 | (cross-platform) Java Version Manager | 13 days ago |
+| [sdkman-cli](https://github.com/sdkman/sdkman-cli) | 4267 | The SDKMAN! Command Line Interface | 17 hours ago |
+| [jenv](https://github.com/jenv/jenv) | 3941 | Manage your Java environment | 19 days ago |
+| [jabba](https://github.com/shyiko/jabba) | 2027 | (cross-platform) Java Version Manager | 2 days ago |
### [Web Crawling](#web-crawling)
@@ -861,8 +861,8 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [webmagic](https://github.com/code4craft/webmagic) | 10075 | A scalable web crawler framework for Java. | 21 days ago |
-| [crawler4j](https://github.com/yasserg/crawler4j) | 4182 | Open Source Web Crawler for Java | a month ago |
+| [webmagic](https://github.com/code4craft/webmagic) | 10093 | A scalable web crawler framework for Java. | 10 hours ago |
+| [crawler4j](https://github.com/yasserg/crawler4j) | 4184 | Open Source Web Crawler for Java | a month ago |
### [Web Frameworks](#web-frameworks)
@@ -870,8 +870,8 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [blade](https://github.com/lets-blade/blade) | 5558 | :rocket: Lightning fast and elegant mvc framework for Java8 | a month ago |
-| [takes](https://github.com/yegor256/takes) | 700 | True Object-Oriented Java Web Framework | a month ago |
+| [blade](https://github.com/lets-blade/blade) | 5559 | :rocket: Lightning fast and elegant mvc framework for Java8 | 2 months ago |
+| [takes](https://github.com/yegor256/takes) | 701 | True Object-Oriented Java Web Framework | a month ago |
### [Resources](#resources)
@@ -879,17 +879,17 @@ that may cause the running application to not be continuously runnable. | a mont
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [awesome-microservices](https://github.com/mfornos/awesome-microservices) | 10475 | A curated list of Microservice Architecture related principles and technologies. | a month ago |
-| [useful-java-links](https://github.com/Vedenin/useful-java-links) | 5082 | A list of useful Java frameworks, libraries, software and hello worlds examples | a month ago |
-| [awesome-rest](https://github.com/marmelab/awesome-rest) | 2875 | A collaborative list of great resources about RESTful API architecture, development, test, and performance | 4 months ago |
-| [AwesomeJavaFX](https://github.com/mhrimaz/AwesomeJavaFX) | 2435 | A curated list of awesome JavaFX libraries, books, frameworks, etc... | 25 days ago |
-| [java-developer-roadmap](https://github.com/s4kibs4mi/java-developer-roadmap) | 2168 | Roadmap to becoming a Java developer in 2021 | 6 months ago |
-| [awesome-jvm](https://github.com/deephacks/awesome-jvm) | 1693 | A curated list of awesome loosely performance related JVM stuff. Inspired by awesome-python. | a year ago |
-| [awesome-ciandcd](https://github.com/cicdops/awesome-ciandcd) | 1339 | continuous integration and continuous delivery | 2 months ago |
-| [java-concurrency](https://github.com/code-review-checklists/java-concurrency) | 959 | Checklist for code reviews | a year ago |
-| [awesome-selenium](https://github.com/christian-bromann/awesome-selenium) | 735 | A curated list of delightful Selenium resources. | a month ago |
+| [awesome-microservices](https://github.com/mfornos/awesome-microservices) | 10493 | A curated list of Microservice Architecture related principles and technologies. | a month ago |
+| [useful-java-links](https://github.com/Vedenin/useful-java-links) | 5086 | A list of useful Java frameworks, libraries, software and hello worlds examples | 2 months ago |
+| [awesome-rest](https://github.com/marmelab/awesome-rest) | 2881 | A collaborative list of great resources about RESTful API architecture, development, test, and performance | 4 months ago |
+| [AwesomeJavaFX](https://github.com/mhrimaz/AwesomeJavaFX) | 2440 | A curated list of awesome JavaFX libraries, books, frameworks, etc... | a month ago |
+| [java-developer-roadmap](https://github.com/s4kibs4mi/java-developer-roadmap) | 2186 | Roadmap to becoming a Java developer in 2021 | 6 months ago |
+| [awesome-jvm](https://github.com/deephacks/awesome-jvm) | 1696 | A curated list of awesome loosely performance related JVM stuff. Inspired by awesome-python. | a year ago |
+| [awesome-ciandcd](https://github.com/cicdops/awesome-ciandcd) | 1347 | continuous integration and continuous delivery | 3 days ago |
+| [java-concurrency](https://github.com/code-review-checklists/java-concurrency) | 963 | Checklist for code reviews | a year ago |
+| [awesome-selenium](https://github.com/christian-bromann/awesome-selenium) | 737 | A curated list of delightful Selenium resources. | a month ago |
| [awesome-gradle](https://github.com/ksoichiro/awesome-gradle) | 362 | A curated list of awesome Gradle plugins and resources for a better development workflow automation. | 2 years ago |
| [awesome-graal](https://github.com/neomatrix369/awesome-graal) | 317 | A curated list of awesome resources for Graal, GraalVM, Truffle and related topics | 5 months ago |
-| [awesome-annotation-processing](https://github.com/gunnarmorling/awesome-annotation-processing) | 258 | A curated list of resources related to the Java annotation processing API (JSR 269) | 2 months ago |
+| [awesome-annotation-processing](https://github.com/gunnarmorling/awesome-annotation-processing) | 259 | A curated list of resources related to the Java annotation processing API (JSR 269) | 2 months ago |
diff --git a/docs/javascript/README.md b/docs/javascript/README.md
index 993607e..ca878c6 100644
--- a/docs/javascript/README.md
+++ b/docs/javascript/README.md
@@ -3,7 +3,7 @@
* A curated list of JavaScript frameworks, libraries, software and resources.
* Inspired by Awesome.
* If you see a package or project here that is no longer maintained or is not a good fit, please submit a issue to improve this file. Thank you!
-* Last Sync Time: Mon Oct 18 2021 09:39:37 GMT+0800 (中国标准时间)
+* Last Sync Time: Mon Oct 25 2021 09:41:03 GMT+0800 (中国标准时间)
* Synchronize Every Week.
#### Order by alphabetical and star count.
@@ -68,7 +68,7 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [react](https://github.com/facebook/react) | 176266 | A declarative, efficient, and flexible JavaScript library for building user interfaces. | 16 hours ago |
+| [react](https://github.com/facebook/react) | 176587 | A declarative, efficient, and flexible JavaScript library for building user interfaces. | a day ago |
### [React Tools](#react-tools)
@@ -76,20 +76,20 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [storybook](https://github.com/storybookjs/storybook) | 65342 | 📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more! | a day ago |
-| [docz](https://github.com/doczjs/docz) | 21817 | ✍ It has never been so easy to document your things! | 11 days ago |
-| [react-loadable](https://github.com/jamiebuilds/react-loadable) | 16171 | :hourglass_flowing_sand: A higher order component for loading components with promises. | 10 days ago |
-| [reactotron](https://github.com/infinitered/reactotron) | 13213 | A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows. | 13 days ago |
-| [react-hot-loader](https://github.com/gaearon/react-hot-loader) | 12112 | Tweak React components in real time. (Deprecated: use Fast Refresh instead.) | 5 days ago |
-| [react-devtools](https://github.com/facebook/react-devtools) | 10982 | An extension that allows inspection of React component hierarchy in the Chrome and Firefox Developer Tools. | 2 years ago |
-| [react-styleguidist](https://github.com/styleguidist/react-styleguidist) | 10086 | Isolated React component development environment with a living style guide | 5 days ago |
-| [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) | 7367 | React specific linting rules for ESLint | a day ago |
-| [why-did-you-render](https://github.com/welldone-software/why-did-you-render) | 7335 | why-did-you-render by Welldone Software monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.) | 5 days ago |
-| [react-cosmos](https://github.com/react-cosmos/react-cosmos) | 7256 | Sandbox for developing and testing UI components in isolation | 6 days ago |
-| [loadable-components](https://github.com/gregberge/loadable-components) | 6029 | The recommended Code Splitting library for React ✂️✨ | 22 days ago |
-| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | 2538 | Static AST checker for a11y rules on JSX elements. | 4 days ago |
-| [axe-core-npm](https://github.com/dequelabs/axe-core-npm) | 224 | | 4 days ago |
-| [dataformsjs](https://github.com/dataformsjs/dataformsjs) | 112 | 🌟 DataFormsJS 🌟 A minimal JavaScript Framework, standalone React and Web Components, and JSX Compiler for rapid development of high quality websites and single page applications. | 18 days ago |
+| [storybook](https://github.com/storybookjs/storybook) | 65469 | 📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more! | 5 hours ago |
+| [docz](https://github.com/doczjs/docz) | 21856 | ✍ It has never been so easy to document your things! | 6 days ago |
+| [react-loadable](https://github.com/jamiebuilds/react-loadable) | 16186 | :hourglass_flowing_sand: A higher order component for loading components with promises. | 17 days ago |
+| [reactotron](https://github.com/infinitered/reactotron) | 13224 | A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows. | 5 days ago |
+| [react-hot-loader](https://github.com/gaearon/react-hot-loader) | 12113 | Tweak React components in real time. (Deprecated: use Fast Refresh instead.) | 12 days ago |
+| [react-devtools](https://github.com/facebook/react-devtools) | 10983 | An extension that allows inspection of React component hierarchy in the Chrome and Firefox Developer Tools. | 2 years ago |
+| [react-styleguidist](https://github.com/styleguidist/react-styleguidist) | 10098 | Isolated React component development environment with a living style guide | 2 days ago |
+| [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) | 7378 | React specific linting rules for ESLint | 9 hours ago |
+| [why-did-you-render](https://github.com/welldone-software/why-did-you-render) | 7376 | why-did-you-render by Welldone Software monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.) | 12 days ago |
+| [react-cosmos](https://github.com/react-cosmos/react-cosmos) | 7263 | Sandbox for developing and testing UI components in isolation | 13 days ago |
+| [loadable-components](https://github.com/gregberge/loadable-components) | 6056 | The recommended Code Splitting library for React ✂️✨ | 3 days ago |
+| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | 2550 | Static AST checker for a11y rules on JSX elements. | 5 hours ago |
+| [axe-core-npm](https://github.com/dequelabs/axe-core-npm) | 231 | | 11 days ago |
+| [dataformsjs](https://github.com/dataformsjs/dataformsjs) | 113 | 🌟 DataFormsJS 🌟 A minimal JavaScript Framework, standalone React and Web Components, and JSX Compiler for rapid development of high quality websites and single page applications. | 25 days ago |
### [React Starter Kits and Toolchains](#react-starter-kits-and-toolchains)
@@ -97,9 +97,9 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [create-react-app](https://github.com/facebook/create-react-app) | 90892 | Set up a modern web app by running one command. | 7 hours ago |
-| [react-starter-kit](https://github.com/kriasoft/react-starter-kit) | 20995 | React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture | 2 months ago |
-| [create-react-library](https://github.com/transitive-bullshit/create-react-library) | 4491 | ⚡CLI for creating reusable react libraries. | 2 months ago |
+| [create-react-app](https://github.com/facebook/create-react-app) | 91001 | Set up a modern web app by running one command. | 3 hours ago |
+| [react-starter-kit](https://github.com/kriasoft/react-starter-kit) | 20997 | React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture | 3 months ago |
+| [create-react-library](https://github.com/transitive-bullshit/create-react-library) | 4506 | ⚡CLI for creating reusable react libraries. | 2 months ago |
### [React Frameworks](#react-frameworks)
@@ -107,10 +107,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [next.js](https://github.com/vercel/next.js) | 74617 | The React Framework | 6 minutes ago |
-| [gatsby](https://github.com/gatsbyjs/gatsby) | 51541 | Build blazing fast, modern apps and websites with React | 9 hours ago |
-| [react-admin](https://github.com/marmelab/react-admin) | 18049 | A frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design | 7 hours ago |
-| [aleph.js](https://github.com/alephjs/aleph.js) | 3276 | The Full-stack Framework in Deno. | 21 hours ago |
+| [next.js](https://github.com/vercel/next.js) | 74859 | The React Framework | 34 minutes ago |
+| [gatsby](https://github.com/gatsbyjs/gatsby) | 51583 | Build blazing fast, modern apps and websites with React | an hour ago |
+| [react-admin](https://github.com/marmelab/react-admin) | 18105 | A frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design | a day ago |
+| [aleph.js](https://github.com/alephjs/aleph.js) | 3304 | The Full-stack Framework in Deno. | 8 days ago |
### [React Styling](#react-styling)
@@ -118,11 +118,11 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [styled-components](https://github.com/styled-components/styled-components) | 35003 | Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅 | 3 days ago |
-| [emotion](https://github.com/emotion-js/emotion) | 13797 | 👩🎤 CSS-in-JS library designed for high performance style composition | 17 hours ago |
-| [radium](https://github.com/FormidableLabs/radium) | 7432 | A toolchain for React component styling. | 12 days ago |
-| [jss](https://github.com/cssinjs/jss) | 6526 | JSS is an authoring tool for CSS which uses JavaScript as a host language. | a day ago |
-| [aphrodite](https://github.com/Khan/aphrodite) | 5240 | Framework-agnostic CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generation | 2 months ago |
+| [styled-components](https://github.com/styled-components/styled-components) | 35054 | Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅 | 6 days ago |
+| [emotion](https://github.com/emotion-js/emotion) | 13853 | 👩🎤 CSS-in-JS library designed for high performance style composition | 2 days ago |
+| [radium](https://github.com/FormidableLabs/radium) | 7433 | A toolchain for React component styling. | 19 days ago |
+| [jss](https://github.com/cssinjs/jss) | 6533 | JSS is an authoring tool for CSS which uses JavaScript as a host language. | 2 days ago |
+| [aphrodite](https://github.com/Khan/aphrodite) | 5243 | Framework-agnostic CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generation | 3 months ago |
### [React Routing](#react-routing)
@@ -130,11 +130,11 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [react-router](https://github.com/remix-run/react-router) | 44242 | Declarative routing for React | 12 hours ago |
-| [router](https://github.com/reach/router) | 6887 | | a month ago |
-| [wouter](https://github.com/molefrog/wouter) | 3511 | 🥢 A minimalist-friendly ~1.5KB routing for React and Preact. Nothing else but HOOKS. | 5 days ago |
-| [navi](https://github.com/frontarm/navi) | 2062 | 🧭 Declarative, asynchronous routing for React. | a year ago |
-| [universal-router](https://github.com/kriasoft/universal-router) | 1586 | A simple middleware-style router for isomorphic JavaScript web apps | 17 days ago |
+| [react-router](https://github.com/remix-run/react-router) | 44303 | Declarative routing for React | 2 days ago |
+| [router](https://github.com/reach/router) | 6890 | | a month ago |
+| [wouter](https://github.com/molefrog/wouter) | 3520 | 🥢 A minimalist-friendly ~1.5KB routing for React and Preact. Nothing else but HOOKS. | 12 days ago |
+| [navi](https://github.com/frontarm/navi) | 2064 | 🧭 Declarative, asynchronous routing for React. | a year ago |
+| [universal-router](https://github.com/kriasoft/universal-router) | 1588 | A simple middleware-style router for isomorphic JavaScript web apps | 24 days ago |
| [curi](https://github.com/pshrmn/curi) | 270 | A JavaScript router for single-page applications | 2 months ago |
@@ -143,26 +143,26 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [ant-design](https://github.com/ant-design/ant-design) | 74983 | An enterprise-class UI design language and React UI library | 3 days ago |
-| [material-ui](https://github.com/mui-org/material-ui) | 72282 | MUI (formerly Material-UI) is the React UI library you always wanted. Follow your own design system, or start with Material Design. | 7 hours ago |
-| [chakra-ui](https://github.com/chakra-ui/chakra-ui) | 21191 | ⚡️ Simple, Modular & Accessible UI Components for your React Applications | 2 hours ago |
-| [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) | 20051 | Bootstrap components built with React | 20 hours ago |
-| [blueprint](https://github.com/palantir/blueprint) | 18227 | A React-based UI toolkit for the web | 2 days ago |
-| [Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React) | 12483 | The official Semantic-UI-React integration | 3 days ago |
-| [fluentui](https://github.com/microsoft/fluentui) | 12305 | Fluent UI web represents a collection of utilities, React components, and web components for building web applications. | 2 hours ago |
-| [evergreen](https://github.com/segmentio/evergreen) | 11191 | 🌲 Evergreen React UI Framework by Segment | 2 days ago |
-| [reactstrap](https://github.com/reactstrap/reactstrap) | 10130 | Simple React Bootstrap 4 components | 2 days ago |
-| [grommet](https://github.com/grommet/grommet) | 7594 | a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package | 24 minutes ago |
-| [rebass](https://github.com/rebassjs/rebass) | 7511 | :atom_symbol: React primitive UI components built with styled-system. | 12 days ago |
-| [baseweb](https://github.com/uber/baseweb) | 6992 | A React Component library implementing the Base design language | 2 days ago |
-| [rsuite](https://github.com/rsuite/rsuite) | 6168 | 🧱 A suite of React components . | 8 hours ago |
-| [react-spectrum](https://github.com/adobe/react-spectrum) | 5260 | A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences. | 21 hours ago |
-| [reakit](https://github.com/reakit/reakit) | 5065 | Toolkit for building accessible rich web apps with React | 4 days ago |
-| [eui](https://github.com/elastic/eui) | 3145 | Elastic UI Framework 🙌 | 2 days ago |
-| [ring-ui](https://github.com/JetBrains/ring-ui) | 2810 | A collection of JetBrains Web UI components | 3 days ago |
-| [primereact](https://github.com/primefaces/primereact) | 2279 | The Most Complete React UI Component Library | a day ago |
-| [react-bulma-components](https://github.com/couds/react-bulma-components) | 1101 | React components for Bulma framework | 2 months ago |
-| [bumbag-ui](https://github.com/jxom/bumbag-ui) | 944 | Build themeable React & React Native applications with your Bumbag 👝 | 12 days ago |
+| [ant-design](https://github.com/ant-design/ant-design) | 75098 | An enterprise-class UI design language and React UI library | 2 days ago |
+| [material-ui](https://github.com/mui-org/material-ui) | 72439 | MUI (formerly Material-UI) is the React UI library you always wanted. Follow your own design system, or start with Material Design. | 26 minutes ago |
+| [chakra-ui](https://github.com/chakra-ui/chakra-ui) | 21393 | ⚡️ Simple, Modular & Accessible UI Components for your React Applications | 2 hours ago |
+| [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) | 20090 | Bootstrap components built with React | 12 hours ago |
+| [blueprint](https://github.com/palantir/blueprint) | 18247 | A React-based UI toolkit for the web | 2 days ago |
+| [Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React) | 12499 | The official Semantic-UI-React integration | 10 days ago |
+| [fluentui](https://github.com/microsoft/fluentui) | 12323 | Fluent UI web represents a collection of utilities, React components, and web components for building web applications. | 3 hours ago |
+| [evergreen](https://github.com/segmentio/evergreen) | 11210 | 🌲 Evergreen React UI Framework by Segment | 3 days ago |
+| [reactstrap](https://github.com/reactstrap/reactstrap) | 10139 | Simple React Bootstrap 4 components | 4 days ago |
+| [grommet](https://github.com/grommet/grommet) | 7603 | a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package | 6 hours ago |
+| [rebass](https://github.com/rebassjs/rebass) | 7518 | :atom_symbol: React primitive UI components built with styled-system. | 19 days ago |
+| [baseweb](https://github.com/uber/baseweb) | 7012 | A React Component library implementing the Base design language | a day ago |
+| [rsuite](https://github.com/rsuite/rsuite) | 6198 | 🧱 A suite of React components . | 16 hours ago |
+| [react-spectrum](https://github.com/adobe/react-spectrum) | 5290 | A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences. | 3 hours ago |
+| [reakit](https://github.com/reakit/reakit) | 5074 | Toolkit for building accessible rich web apps with React | 11 days ago |
+| [eui](https://github.com/elastic/eui) | 3168 | Elastic UI Framework 🙌 | 3 days ago |
+| [ring-ui](https://github.com/JetBrains/ring-ui) | 2815 | A collection of JetBrains Web UI components | 2 days ago |
+| [primereact](https://github.com/primefaces/primereact) | 2290 | The Most Complete React UI Component Library | 5 days ago |
+| [react-bulma-components](https://github.com/couds/react-bulma-components) | 1103 | React components for Bulma framework | 2 months ago |
+| [bumbag-ui](https://github.com/jxom/bumbag-ui) | 945 | Build themeable React & React Native applications with your Bumbag 👝 | 19 days ago |
| [react-bulma](https://github.com/kulakowka/react-bulma) | 459 | React.js components for Modern CSS framework based on Flexbox | 2 years ago |
| [trunx](https://github.com/fibo/trunx) | 58 | Super Saiyan React components, son of awesome Bulma, implemented in TypeScript | 4 months ago |
@@ -172,52 +172,52 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [awesome-react-components](https://github.com/brillout/awesome-react-components) | 28234 | Curated List of React Components & Libraries. | 4 days ago |
-| [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) | 25229 | Beautiful and accessible drag and drop for lists with React | 3 days ago |
-| [react-select](https://github.com/JedWatson/react-select) | 23525 | The Select Component for React.js | 3 hours ago |
-| [react-virtualized](https://github.com/bvaughn/react-virtualized) | 22624 | React components for efficiently rendering large lists and tabular data | 5 days ago |
-| [react-spring](https://github.com/pmndrs/react-spring) | 21491 | ✌️ A spring physics based React animation library | 3 days ago |
-| [cleave.js](https://github.com/nosir/cleave.js) | 16988 | Format input text content when you are typing... | 2 months ago |
-| [react-dnd](https://github.com/react-dnd/react-dnd) | 16544 | Drag and Drop for React | 2 days ago |
-| [react-table](https://github.com/tannerlinsley/react-table) | 15293 | ⚛️ Hooks for building fast and extendable tables and datagrids for React | 19 days ago |
-| [react-grid-layout](https://github.com/react-grid-layout/react-grid-layout) | 14344 | A draggable and resizable grid layout with responsive breakpoints, for React. | a month ago |
-| [formatjs](https://github.com/formatjs/formatjs) | 12771 | The monorepo home to all of the FormatJS related libraries, most notably react-intl. | a day ago |
-| [motion](https://github.com/framer/motion) | 12557 | Open source, production-ready animation and gesture library for React | 3 days ago |
-| [react-dates](https://github.com/airbnb/react-dates) | 11628 | An easily internationalizable, mobile-friendly datepicker library for the web | a month ago |
-| [react-window](https://github.com/bvaughn/react-window) | 11399 | React components for efficiently rendering large lists and tabular data | 3 months ago |
-| [react-slick](https://github.com/akiran/react-slick) | 9920 | React carousel component | 4 days ago |
+| [awesome-react-components](https://github.com/brillout/awesome-react-components) | 28279 | Curated List of React Components & Libraries. | 11 days ago |
+| [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) | 25315 | Beautiful and accessible drag and drop for lists with React | 4 days ago |
+| [react-select](https://github.com/JedWatson/react-select) | 23553 | The Select Component for React.js | 2 days ago |
+| [react-virtualized](https://github.com/bvaughn/react-virtualized) | 22661 | React components for efficiently rendering large lists and tabular data | 5 days ago |
+| [react-spring](https://github.com/pmndrs/react-spring) | 21551 | ✌️ A spring physics based React animation library | 3 days ago |
+| [cleave.js](https://github.com/nosir/cleave.js) | 16995 | Format input text content when you are typing... | 2 months ago |
+| [react-dnd](https://github.com/react-dnd/react-dnd) | 16606 | Drag and Drop for React | 5 days ago |
+| [react-table](https://github.com/tannerlinsley/react-table) | 15346 | ⚛️ Hooks for building fast and extendable tables and datagrids for React | a month ago |
+| [react-grid-layout](https://github.com/react-grid-layout/react-grid-layout) | 14375 | A draggable and resizable grid layout with responsive breakpoints, for React. | a month ago |
+| [formatjs](https://github.com/formatjs/formatjs) | 12779 | The monorepo home to all of the FormatJS related libraries, most notably react-intl. | 2 days ago |
+| [motion](https://github.com/framer/motion) | 12628 | Open source, production-ready animation and gesture library for React | 3 days ago |
+| [react-dates](https://github.com/airbnb/react-dates) | 11630 | An easily internationalizable, mobile-friendly datepicker library for the web | a month ago |
+| [react-window](https://github.com/bvaughn/react-window) | 11452 | React components for efficiently rendering large lists and tabular data | 4 days ago |
+| [react-slick](https://github.com/akiran/react-slick) | 9942 | React carousel component | 11 days ago |
| [text-mask](https://github.com/text-mask/text-mask) | 8073 | Input mask for React, Angular, Ember, Vue, & plain JavaScript | 4 months ago |
-| [react-draggable](https://github.com/react-grid-layout/react-draggable) | 7057 | React draggable component | 2 months ago |
-| [react-i18next](https://github.com/i18next/react-i18next) | 6809 | Internationalization for react done right. Using the i18next i18n ecosystem. | a month ago |
-| [react-modal](https://github.com/reactjs/react-modal) | 6619 | Accessible modal dialog component for React | 6 days ago |
-| [react-datepicker](https://github.com/Hacker0x01/react-datepicker) | 6065 | A simple and reusable datepicker component for React | 2 days ago |
-| [react-big-calendar](https://github.com/jquense/react-big-calendar) | 5233 | gcal/outlook like calendar component | a day ago |
-| [react-data-grid](https://github.com/adazzle/react-data-grid) | 4852 | Feature-rich and customizable data grid React component | 7 days ago |
-| [react-joyride](https://github.com/gilbarbara/react-joyride) | 4128 | Create guided tours in your apps | 5 days ago |
-| [react-fontawesome](https://github.com/FortAwesome/react-fontawesome) | 3447 | Font Awesome React component | 12 days ago |
-| [qrcode.react](https://github.com/zpao/qrcode.react) | 2602 | A component for use with React. | a month ago |
-| [react-rnd](https://github.com/bokuweb/react-rnd) | 2462 | 🖱 A resizable and draggable component for React. | 3 days ago |
-| [tsparticles](https://github.com/matteobruni/tsparticles) | 2442 | tsParticles - Easily create highly customizable particles animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components. | 3 hours ago |
-| [react-loading-skeleton](https://github.com/dvtng/react-loading-skeleton) | 2417 | Create skeleton screens that automatically adapt to your app! | a day ago |
+| [react-draggable](https://github.com/react-grid-layout/react-draggable) | 7073 | React draggable component | 2 months ago |
+| [react-i18next](https://github.com/i18next/react-i18next) | 6819 | Internationalization for react done right. Using the i18next i18n ecosystem. | a month ago |
+| [react-modal](https://github.com/reactjs/react-modal) | 6630 | Accessible modal dialog component for React | 2 days ago |
+| [react-datepicker](https://github.com/Hacker0x01/react-datepicker) | 6086 | A simple and reusable datepicker component for React | a day ago |
+| [react-big-calendar](https://github.com/jquense/react-big-calendar) | 5249 | gcal/outlook like calendar component | 5 days ago |
+| [react-data-grid](https://github.com/adazzle/react-data-grid) | 4870 | Feature-rich and customizable data grid React component | 7 days ago |
+| [react-joyride](https://github.com/gilbarbara/react-joyride) | 4137 | Create guided tours in your apps | 12 days ago |
+| [react-fontawesome](https://github.com/FortAwesome/react-fontawesome) | 3446 | Font Awesome React component | 6 days ago |
+| [qrcode.react](https://github.com/zpao/qrcode.react) | 2614 | A component for use with React. | a month ago |
+| [react-rnd](https://github.com/bokuweb/react-rnd) | 2476 | 🖱 A resizable and draggable component for React. | 14 hours ago |
+| [tsparticles](https://github.com/matteobruni/tsparticles) | 2471 | tsParticles - Easily create highly customizable particles animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components. | 9 hours ago |
+| [react-loading-skeleton](https://github.com/dvtng/react-loading-skeleton) | 2435 | Create skeleton screens that automatically adapt to your app! | 11 hours ago |
| [react-popper](https://github.com/popperjs/react-popper) | 2137 | 🍿⚛Official React library to use Popper, the positioning library | a month ago |
-| [cookies](https://github.com/reactivestack/cookies) | 2124 | Load and save cookies within your React application | 2 months ago |
-| [react-hotkeys](https://github.com/greena13/react-hotkeys) | 1903 | Declarative hotkey and focus area management for React | 12 days ago |
-| [react-list](https://github.com/caseywebdev/react-list) | 1882 | :scroll: A versatile infinite scroll React component. | 10 months ago |
-| [rheostat](https://github.com/airbnb/rheostat) | 1643 | Rheostat is a www, mobile, and accessible slider component built with React | 8 months ago |
-| [react-resizable](https://github.com/react-grid-layout/react-resizable) | 1618 | A simple React component that is resizable with a handle. | 12 days ago |
-| [react-device-detect](https://github.com/duskload/react-device-detect) | 1570 | Detect device, and render view according to detected device type. | 11 days ago |
-| [react-colorful](https://github.com/omgovich/react-colorful) | 1545 | 🎨 A tiny (2,5 KB) color picker component for React and Preact apps | 19 days ago |
-| [re-resizable](https://github.com/bokuweb/re-resizable) | 1521 | 📏 A resizable component for React. | 3 days ago |
-| [react-spinkit](https://github.com/KyleAMathews/react-spinkit) | 1449 | A collection of loading indicators animated with CSS for React | a month ago |
+| [cookies](https://github.com/reactivestack/cookies) | 2128 | Load and save cookies within your React application | 2 months ago |
+| [react-hotkeys](https://github.com/greena13/react-hotkeys) | 1904 | Declarative hotkey and focus area management for React | 19 days ago |
+| [react-list](https://github.com/caseywebdev/react-list) | 1882 | :scroll: A versatile infinite scroll React component. | a year ago |
+| [rheostat](https://github.com/airbnb/rheostat) | 1643 | Rheostat is a www, mobile, and accessible slider component built with React | 4 days ago |
+| [react-resizable](https://github.com/react-grid-layout/react-resizable) | 1624 | A simple React component that is resizable with a handle. | 19 days ago |
+| [react-device-detect](https://github.com/duskload/react-device-detect) | 1590 | Detect device, and render view according to detected device type. | 2 days ago |
+| [react-colorful](https://github.com/omgovich/react-colorful) | 1555 | 🎨 A tiny (2,5 KB) color picker component for React and Preact apps | a month ago |
+| [re-resizable](https://github.com/bokuweb/re-resizable) | 1526 | 📏 A resizable component for React. | 14 hours ago |
+| [react-spinkit](https://github.com/KyleAMathews/react-spinkit) | 1450 | A collection of loading indicators animated with CSS for React | a month ago |
| [react-spaces](https://github.com/aeagle/react-spaces) | 994 | React components that allow you to divide a page or container into nestable anchored, scrollable and resizable spaces. | 2 months ago |
-| [react-aria-modal](https://github.com/davidtheclark/react-aria-modal) | 898 | A fully accessible React modal built according WAI-ARIA Authoring Practices | 2 months ago |
-| [react-archer](https://github.com/pierpo/react-archer) | 710 | 🏹 Draw arrows between React elements 🖋 | 12 days ago |
-| [react-pdf-viewer](https://github.com/react-pdf-viewer/react-pdf-viewer) | 664 | A React component to view a PDF document | 10 hours ago |
-| [react-accessible-accordion](https://github.com/springload/react-accessible-accordion) | 663 | Accessible Accordion component for React | 12 days ago |
-| [react-sortable-pane](https://github.com/bokuweb/react-sortable-pane) | 573 | :sparkles: A sortable and resizable pane component for React. | 4 months ago |
+| [react-aria-modal](https://github.com/davidtheclark/react-aria-modal) | 901 | A fully accessible React modal built according WAI-ARIA Authoring Practices | 2 months ago |
+| [react-archer](https://github.com/pierpo/react-archer) | 712 | 🏹 Draw arrows between React elements 🖋 | 9 hours ago |
+| [react-pdf-viewer](https://github.com/react-pdf-viewer/react-pdf-viewer) | 665 | A React component to view a PDF document | 4 days ago |
+| [react-accessible-accordion](https://github.com/springload/react-accessible-accordion) | 664 | Accessible Accordion component for React | 19 days ago |
+| [react-sortable-pane](https://github.com/bokuweb/react-sortable-pane) | 573 | :sparkles: A sortable and resizable pane component for React. | 6 days ago |
| [react-keydown](https://github.com/glortho/react-keydown) | 498 | Lightweight keydown wrapper for React components | 5 months ago |
-| [react-gtm](https://github.com/alinemorelli/react-gtm) | 442 | React Google Tag Manager | a month ago |
-| [react-parallax-tilt](https://github.com/mkosir/react-parallax-tilt) | 375 | 👀 Easily apply tilt hover effect on React components - lightweight/zero dependencies | 17 hours ago |
+| [react-gtm](https://github.com/alinemorelli/react-gtm) | 444 | React Google Tag Manager | a month ago |
+| [react-parallax-tilt](https://github.com/mkosir/react-parallax-tilt) | 380 | 👀 Easily apply tilt hover effect on React components - lightweight/zero dependencies | 17 hours ago |
| [react-truncate-markup](https://github.com/parsable/react-truncate-markup) | 123 | ✂️ React component for truncating JSX markup | 5 months ago |
| [react-searchbox-awesome](https://github.com/axmz/react-searchbox-awesome) | 19 | The coolest searchbox for React.js! | 2 months ago |
@@ -227,11 +227,11 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [jest](https://github.com/facebook/jest) | 36808 | Delightful JavaScript Testing. | 10 minutes ago |
-| [enzyme](https://github.com/enzymejs/enzyme) | 19740 | JavaScript Testing utilities for React | 4 days ago |
-| [react-testing-library](https://github.com/testing-library/react-testing-library) | 15322 | 🐐 Simple and complete React DOM testing utilities that encourage good testing practices. | 7 days ago |
-| [majestic](https://github.com/Raathigesh/majestic) | 7220 | ⚡ Zero config GUI for Jest | 3 months ago |
-| [react-hooks-testing-library](https://github.com/testing-library/react-hooks-testing-library) | 3993 | 🐏 Simple and complete React hooks testing utilities that encourage good testing practices. | 3 days ago |
+| [jest](https://github.com/facebook/jest) | 36878 | Delightful JavaScript Testing. | 14 hours ago |
+| [enzyme](https://github.com/enzymejs/enzyme) | 19742 | JavaScript Testing utilities for React | 11 days ago |
+| [react-testing-library](https://github.com/testing-library/react-testing-library) | 15364 | 🐐 Simple and complete React DOM testing utilities that encourage good testing practices. | 5 days ago |
+| [majestic](https://github.com/Raathigesh/majestic) | 7225 | ⚡ Zero config GUI for Jest | 3 months ago |
+| [react-hooks-testing-library](https://github.com/testing-library/react-hooks-testing-library) | 4010 | 🐏 Simple and complete React hooks testing utilities that encourage good testing practices. | 3 hours ago |
### [React Libraries](#react-libraries)
@@ -239,34 +239,34 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [uppy](https://github.com/transloadit/uppy) | 24695 | The next open source file uploader for web browsers :dog: | 5 hours ago |
-| [slate](https://github.com/ianstormtaylor/slate) | 22433 | A completely customizable framework for building rich text editors. (Currently in beta.) | 4 hours ago |
-| [draft-js](https://github.com/facebook/draft-js) | 20924 | A React framework for building text editors. | 3 days ago |
-| [react-motion](https://github.com/chenglou/react-motion) | 20264 | A spring that solves your animation problems. | 12 days ago |
-| [react-helmet](https://github.com/nfl/react-helmet) | 15652 | A document head manager for React | 12 days ago |
-| [riot](https://github.com/riot/riot) | 14555 | Simple and elegant component-based UI library | a month ago |
-| [bit](https://github.com/teambit/bit) | 14152 | A tool for component-driven application development. | 7 hours ago |
-| [react-desktop](https://github.com/gabrielbull/react-desktop) | 9255 | React UI Components for macOS High Sierra and Windows 10 | 5 months ago |
-| [react-toolbox](https://github.com/react-toolbox/react-toolbox) | 8706 | A set of React components implementing Google's Material Design specification with the power of CSS Modules | 11 days ago |
-| [react-icons](https://github.com/react-icons/react-icons) | 6970 | svg react icons of popular icon packs | 2 days ago |
-| [react-responsive](https://github.com/contra/react-responsive) | 5794 | CSS media queries in react - for responsive design, and more. | a month ago |
-| [reactivesearch](https://github.com/appbaseio/reactivesearch) | 4497 | Search UI components for React and Vue: powered by appbase.io / Elasticsearch | 7 days ago |
-| [react-snap](https://github.com/stereobooster/react-snap) | 4482 | 👻 Zero-configuration framework-agnostic static prerendering for SPAs | 10 days ago |
-| [react-instantsearch](https://github.com/algolia/react-instantsearch) | 1594 | ⚡️ Lightning-fast search for React and React Native applications, by Algolia. | 2 days ago |
-| [reapop](https://github.com/LouisBarranqueiro/reapop) | 1228 | :postbox: A simple and customizable React notifications system | 2 days ago |
+| [uppy](https://github.com/transloadit/uppy) | 24704 | The next open source file uploader for web browsers :dog: | 12 hours ago |
+| [slate](https://github.com/ianstormtaylor/slate) | 22610 | A completely customizable framework for building rich text editors. (Currently in beta.) | 10 hours ago |
+| [draft-js](https://github.com/facebook/draft-js) | 20949 | A React framework for building text editors. | 4 days ago |
+| [react-motion](https://github.com/chenglou/react-motion) | 20289 | A spring that solves your animation problems. | 19 days ago |
+| [react-helmet](https://github.com/nfl/react-helmet) | 15677 | A document head manager for React | 19 days ago |
+| [riot](https://github.com/riot/riot) | 14557 | Simple and elegant component-based UI library | a month ago |
+| [bit](https://github.com/teambit/bit) | 14200 | A tool for component-driven application development. | 8 hours ago |
+| [react-desktop](https://github.com/gabrielbull/react-desktop) | 9259 | React UI Components for macOS High Sierra and Windows 10 | 6 months ago |
+| [react-toolbox](https://github.com/react-toolbox/react-toolbox) | 8707 | A set of React components implementing Google's Material Design specification with the power of CSS Modules | 18 days ago |
+| [react-icons](https://github.com/react-icons/react-icons) | 6999 | svg react icons of popular icon packs | 2 hours ago |
+| [react-responsive](https://github.com/contra/react-responsive) | 5808 | CSS media queries in react - for responsive design, and more. | 2 months ago |
+| [reactivesearch](https://github.com/appbaseio/reactivesearch) | 4498 | Search UI components for React and Vue: powered by appbase.io / Elasticsearch | 14 days ago |
+| [react-snap](https://github.com/stereobooster/react-snap) | 4497 | 👻 Zero-configuration framework-agnostic static prerendering for SPAs | 17 days ago |
+| [react-instantsearch](https://github.com/algolia/react-instantsearch) | 1603 | ⚡️ Lightning-fast search for React and React Native applications, by Algolia. | 2 days ago |
+| [reapop](https://github.com/LouisBarranqueiro/reapop) | 1228 | :postbox: A simple and customizable React notifications system | 3 hours ago |
| [react-magic](https://github.com/reactjs/react-magic) | 871 | Automatically AJAXify plain HTML with the power of React. It's magic! | 2 years ago |
| [refract](https://github.com/fanduel-oss/refract) | 803 | Harness the power of reactive programming to supercharge your components | a month ago |
| [react-extras](https://github.com/sindresorhus/react-extras) | 660 | Useful components and utilities for working with React | 9 months ago |
-| [react-esi](https://github.com/dunglas/react-esi) | 580 | React ESI: Blazing-fast Server-Side Rendering for React and Next.js | 10 days ago |
-| [react-uploady](https://github.com/rpldy/react-uploady) | 451 | Modern file uploading - components & hooks for React | 5 hours ago |
+| [react-esi](https://github.com/dunglas/react-esi) | 584 | React ESI: Blazing-fast Server-Side Rendering for React and Next.js | 17 days ago |
+| [react-uploady](https://github.com/rpldy/react-uploady) | 453 | Modern file uploading - components & hooks for React | 7 days ago |
| [Maple.js](https://github.com/Wildhoney/Maple.js) | 426 | Maple.js is a React webcomponents based framework mixing ES6 with Custom Elements, HTML Imports and Shadow DOM. It has in-built support for SASS and JSX, including a Gulp task for vulcanizing your project. | 6 years ago |
| [react-i13n](https://github.com/yahoo/react-i13n) | 333 | A performant, scalable and pluggable approach to instrumenting your React application. | 2 days ago |
-| [react-lodash](https://github.com/typicode/react-lodash) | 324 | ⚛️ 🔧 Lodash as React components | 3 years ago |
+| [react-lodash](https://github.com/typicode/react-lodash) | 325 | ⚛️ 🔧 Lodash as React components | 3 years ago |
| [Keo](https://github.com/Wildhoney/Keo) | 223 | Plain functions for a more functional Deku approach to creating stateless React components, with functional goodies such as compose, memoize, etc... for free. | 2 months ago |
| [tcomb-react](https://github.com/gcanti/tcomb-react) | 202 | Alternative syntax for PropTypes | 3 years ago |
-| [react-border-wrapper](https://github.com/Metroxe/react-border-wrapper) | 147 | A wrapper for placing elements along div borders. | 12 days ago |
+| [react-border-wrapper](https://github.com/Metroxe/react-border-wrapper) | 147 | A wrapper for placing elements along div borders. | 19 days ago |
| [react-json-schema](https://github.com/TechniqueSoftware/react-json-schema) | 138 | Configure and build views using JSON schemas mapped to React components | 2 months ago |
-| [react-open-doodles](https://github.com/lunahq/react-open-doodles) | 38 | A Free Set of Sketchy Illustrations provided by opendoodles | 12 days ago |
+| [react-open-doodles](https://github.com/lunahq/react-open-doodles) | 39 | A Free Set of Sketchy Illustrations provided by opendoodles | 19 days ago |
### [React Integration](#react-integration)
@@ -274,22 +274,22 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [react-three-fiber](https://github.com/pmndrs/react-three-fiber) | 15318 | 🇨🇭 A React renderer for Three.js | a day ago |
-| [react-dropzone](https://github.com/react-dropzone/react-dropzone) | 8520 | Simple HTML5 drag-drop zone with React.js. | 15 days ago |
-| [om](https://github.com/omcljs/om) | 6682 | ClojureScript interface to Facebook's React | a year ago |
-| [react-rails](https://github.com/reactjs/react-rails) | 6384 | Integrate React.js with Rails views and controllers, the asset pipeline, or webpacker. | 20 days ago |
-| [reagent](https://github.com/reagent-project/reagent) | 4314 | A minimalistic ClojureScript interface to React.js | a month ago |
-| [reactfire](https://github.com/FirebaseExtended/reactfire) | 2836 | Hooks, Context Providers, and Components that make it easy to interact with Firebase. | 5 days ago |
-| [express-react-views](https://github.com/reactjs/express-react-views) | 2707 | This is an Express view engine which renders React components on server. It renders static markup and *does not* support mounting those views on the client. | 2 months ago |
+| [react-three-fiber](https://github.com/pmndrs/react-three-fiber) | 15386 | 🇨🇭 A React renderer for Three.js | a day ago |
+| [react-dropzone](https://github.com/react-dropzone/react-dropzone) | 8532 | Simple HTML5 drag-drop zone with React.js. | a day ago |
+| [om](https://github.com/omcljs/om) | 6684 | ClojureScript interface to Facebook's React | a year ago |
+| [react-rails](https://github.com/reactjs/react-rails) | 6388 | Integrate React.js with Rails views and controllers, the asset pipeline, or webpacker. | a month ago |
+| [reagent](https://github.com/reagent-project/reagent) | 4320 | A minimalistic ClojureScript interface to React.js | 2 months ago |
+| [reactfire](https://github.com/FirebaseExtended/reactfire) | 2847 | Hooks, Context Providers, and Components that make it easy to interact with Firebase. | a day ago |
+| [express-react-views](https://github.com/reactjs/express-react-views) | 2713 | This is an Express view engine which renders React components on server. It renders static markup and *does not* support mounting those views on the client. | 2 months ago |
| [ngReact](https://github.com/ngReact/ngReact) | 2639 | Use React Components in Angular | 3 years ago |
-| [React.NET](https://github.com/reactjs/React.NET) | 2136 | .NET library for JSX compilation and server-side rendering of React components | 20 days ago |
+| [React.NET](https://github.com/reactjs/React.NET) | 2142 | .NET library for JSX compilation and server-side rendering of React components | 10 hours ago |
| [react-three-legacy](https://github.com/Izzimach/react-three-legacy) | 1525 | React bindings to create and control a 3D scene using three.js | a year ago |
-| [scalajs-react](https://github.com/japgolly/scalajs-react) | 1500 | Facebook's React on Scala.JS | 18 minutes ago |
+| [scalajs-react](https://github.com/japgolly/scalajs-react) | 1504 | Facebook's React on Scala.JS | 3 days ago |
| [react-three-renderer](https://github.com/toxicFork/react-three-renderer) | 1498 | Render into a three.js canvas using React. | 2 years ago |
-| [react.backbone](https://github.com/clayallsopp/react.backbone) | 846 | Plugin for React to make Backbone migration easier | 4 years ago |
+| [react.backbone](https://github.com/clayallsopp/react.backbone) | 845 | Plugin for React to make Backbone migration easier | 4 years ago |
| [rx-react](https://github.com/fdecampredon/rx-react) | 622 | ReactJS bindings for RxJS | 5 years ago |
| [react-recaptcha](https://github.com/appleboy/react-recaptcha) | 601 | A react.js reCAPTCHA for Google | a month ago |
-| [react-masonry-css](https://github.com/paulcollett/react-masonry-css) | 577 | React Masonry layout component powered by CSS, dependancy free | a month ago |
+| [react-masonry-css](https://github.com/paulcollett/react-masonry-css) | 580 | React Masonry layout component powered by CSS, dependancy free | a month ago |
| [react-jade](https://github.com/pugjs/react-jade) | 555 | DEPRECATED, see | 4 years ago |
| [coffee-react-transform](https://github.com/jsdf/coffee-react-transform) | 435 | DEPRECATED – Provides React JSX support for Coffeescript | 2 years ago |
| [msx](https://github.com/insin/msx) | 369 | JSX for Mithril.js 0.x | 5 years ago |
@@ -307,7 +307,7 @@
| [react-events](https://github.com/jhudson8/react-events) | 82 | Declarative managed event bindings for react components | 6 years ago |
| [NestedReact](https://github.com/VoliJS/NestedReact) | 79 | BackboneJS compatibility layer for React-MVx MVVM framework. | 4 years ago |
| [sbt-reactjs](https://github.com/dispalt/sbt-reactjs) | 78 | React SBT Plugin using npm | a year ago |
-| [react.hiccup](https://github.com/lantiga/react.hiccup) | 75 | React 0% JSX, 100% hiccup | 8 years ago |
+| [react.hiccup](https://github.com/lantiga/react.hiccup) | 76 | React 0% JSX, 100% hiccup | 8 years ago |
| [react-threejs](https://github.com/fritx/react-threejs) | 70 | WIP: Simplest bindings between React & Three.js | 2 years ago |
| [react-clickdrag](https://github.com/tleunen/react-clickdrag) | 54 | Easily click and drag a react component | a year ago |
| [react-xtags](https://github.com/vjeux/react-xtags) | 48 | Using React to implement xtags | 8 years ago |
@@ -316,7 +316,7 @@
| [react-mixin-manager](https://github.com/jhudson8/react-mixin-manager) | 33 | React mixin registration manager which allows mixins to have dependencies | 6 years ago |
| [react-with-di](https://github.com/vojtajina/react-with-di) | 30 | A hacked prototype of React.js with DI ;-) | 8 years ago |
| [gulp-jade-react](https://github.com/duncanbeevers/gulp-jade-react) | 23 | Compile Jade templates into React de-sugared JSX with Gulp | 8 years ago |
-| [react-kup](https://github.com/snd/react-kup) | 21 | react-kup is a simple, nonintrusive alternative to JSX for coffeescript | 5 years ago |
+| [react-kup](https://github.com/snd/react-kup) | 21 | react-kup is a simple, nonintrusive alternative to JSX for coffeescript | 6 years ago |
| [backbone-reaction](https://github.com/jhudson8/backbone-reaction) | 20 | react-backbone + more beefy react and backbone enhancements | 7 years ago |
| [react-packery-mixin](https://github.com/eiriklv/react-packery-mixin) | 20 | A React mixin for using Metafizzy Packery | 6 years ago |
| [backbone-react-ui](https://github.com/securingsincity/backbone-react-ui) | 18 | React components for use with backbone and backbone paginator | 7 years ago |
@@ -330,15 +330,15 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [mobx](https://github.com/mobxjs/mobx) | 24348 | Simple, scalable state management. | 3 days ago |
-| [react-query](https://github.com/tannerlinsley/react-query) | 23198 | ⚛️ Hooks for fetching, caching and updating asynchronous data in React | 34 minutes ago |
-| [xstate](https://github.com/statelyai/xstate) | 17603 | State machines and statecharts for the modern web. | 3 hours ago |
-| [Recoil](https://github.com/facebookexperimental/Recoil) | 14530 | Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React. | 18 hours ago |
-| [zustand](https://github.com/pmndrs/zustand) | 11241 | 🐻 Bear necessities for state management in React | 20 hours ago |
-| [easy-peasy](https://github.com/ctrlplusb/easy-peasy) | 4459 | Vegetarian friendly state for React | 4 days ago |
-| [effector](https://github.com/effector/effector) | 3470 | The state manager ☄️ | a day ago |
-| [reactn](https://github.com/CharlesStover/reactn) | 1898 | React, but with built-in global state management. | a month ago |
-| [hookstate](https://github.com/avkonst/hookstate) | 1106 | The simple but very powerful and incredibly fast state management for React that is based on hooks | a day ago |
+| [mobx](https://github.com/mobxjs/mobx) | 24381 | Simple, scalable state management. | 2 hours ago |
+| [react-query](https://github.com/tannerlinsley/react-query) | 23312 | ⚛️ Hooks for fetching, caching and updating asynchronous data in React | 2 hours ago |
+| [xstate](https://github.com/statelyai/xstate) | 17683 | State machines and statecharts for the modern web. | 8 hours ago |
+| [Recoil](https://github.com/facebookexperimental/Recoil) | 14599 | Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React. | 18 hours ago |
+| [zustand](https://github.com/pmndrs/zustand) | 11340 | 🐻 Bear necessities for state management in React | 13 hours ago |
+| [easy-peasy](https://github.com/ctrlplusb/easy-peasy) | 4467 | Vegetarian friendly state for React | 11 days ago |
+| [effector](https://github.com/effector/effector) | 3488 | The state manager ☄️ | a day ago |
+| [reactn](https://github.com/CharlesStover/reactn) | 1900 | React, but with built-in global state management. | a month ago |
+| [hookstate](https://github.com/avkonst/hookstate) | 1115 | The simple but very powerful and incredibly fast state management for React that is based on hooks | 8 days ago |
### [React Renderers](#react-renderers)
@@ -346,13 +346,13 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [ink](https://github.com/vadimdemedes/ink) | 16951 | 🌈 React for interactive command-line apps | 14 hours ago |
-| [react-three-fiber](https://github.com/pmndrs/react-three-fiber) | 15318 | 🇨🇭 A React renderer for Three.js | a day ago |
-| [react-sketchapp](https://github.com/airbnb/react-sketchapp) | 14841 | render React components to Sketch ⚛️💎 | a month ago |
-| [react-pdf](https://github.com/diegomura/react-pdf) | 9929 | 📄 Create PDF files using React | 5 days ago |
-| [remotion](https://github.com/remotion-dev/remotion) | 8457 | 🎥 Create videos programmatically in React | 13 hours ago |
-| [react-blessed](https://github.com/Yomguithereal/react-blessed) | 4167 | A react renderer for blessed. | 5 months ago |
-| [react-figma](https://github.com/react-figma/react-figma) | 1741 | ⚛️ A React renderer for Figma | 12 days ago |
+| [ink](https://github.com/vadimdemedes/ink) | 16976 | 🌈 React for interactive command-line apps | 3 days ago |
+| [react-three-fiber](https://github.com/pmndrs/react-three-fiber) | 15386 | 🇨🇭 A React renderer for Three.js | a day ago |
+| [react-sketchapp](https://github.com/airbnb/react-sketchapp) | 14846 | render React components to Sketch ⚛️💎 | a month ago |
+| [react-pdf](https://github.com/diegomura/react-pdf) | 9954 | 📄 Create PDF files using React | 4 days ago |
+| [remotion](https://github.com/remotion-dev/remotion) | 8485 | 🎥 Create videos programmatically in React | 11 hours ago |
+| [react-blessed](https://github.com/Yomguithereal/react-blessed) | 4170 | A react renderer for blessed. | 6 months ago |
+| [react-figma](https://github.com/react-figma/react-figma) | 1748 | ⚛️ A React renderer for Figma | 19 days ago |
| [react-nil](https://github.com/pmndrs/react-nil) | 597 | ⃝ A react null renderer | 4 months ago |
@@ -361,14 +361,14 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [formik](https://github.com/formium/formik) | 28534 | Build forms in React, without the tears 😭 | 2 hours ago |
-| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | 23617 | 📋 React Hooks for forms validation (Web + React Native) | a day ago |
-| [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form) | 10660 | A React component for building Web forms from JSON Schema. | 9 hours ago |
-| [react-final-form](https://github.com/final-form/react-final-form) | 6713 | 🏁 High performance subscription-based form state management for React | 11 hours ago |
-| [formily](https://github.com/alibaba/formily) | 6021 | Alibaba Group Unified Form Solution -- Support React/ReactNative/Vue2/Vue3 | 2 days ago |
-| [unform](https://github.com/unform/unform) | 4310 | Performance-focused API for React forms 🚀 | a month ago |
-| [uniforms](https://github.com/vazco/uniforms) | 1483 | A React library for building forms from any schema. | 14 hours ago |
-| [formsy-react](https://github.com/formsy/formsy-react) | 727 | A form input builder and validator for React JS | a month ago |
+| [formik](https://github.com/formium/formik) | 28587 | Build forms in React, without the tears 😭 | 2 hours ago |
+| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | 23715 | 📋 React Hooks for forms validation (Web + React Native) | 4 hours ago |
+| [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form) | 10680 | A React component for building Web forms from JSON Schema. | 5 hours ago |
+| [react-final-form](https://github.com/final-form/react-final-form) | 6714 | 🏁 High performance subscription-based form state management for React | 4 days ago |
+| [formily](https://github.com/alibaba/formily) | 6062 | Alibaba Group Unified Form Solution -- Support React/ReactNative/Vue2/Vue3 | 2 days ago |
+| [unform](https://github.com/unform/unform) | 4312 | Performance-focused API for React forms 🚀 | 6 days ago |
+| [uniforms](https://github.com/vazco/uniforms) | 1488 | A React library for building forms from any schema. | 2 days ago |
+| [formsy-react](https://github.com/formsy/formsy-react) | 728 | A form input builder and validator for React JS | a month ago |
| [react-formal](https://github.com/jquense/react-formal) | 507 | Sophisticated HTML form management for React | 3 months ago |
@@ -377,10 +377,10 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [downshift](https://github.com/downshift-js/downshift) | 9996 | 🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components. | 7 days ago |
-| [react-autosuggest](https://github.com/moroshko/react-autosuggest) | 5723 | WAI-ARIA compliant React autosuggest component | 5 days ago |
-| [react-autocomplete](https://github.com/reactjs/react-autocomplete) | 2150 | WAI-ARIA compliant React autocomplete (combobox) component | 2 years ago |
-| [react-bootstrap-typeahead](https://github.com/ericgio/react-bootstrap-typeahead) | 838 | React typeahead with Bootstrap styling | 2 hours ago |
+| [downshift](https://github.com/downshift-js/downshift) | 10019 | 🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components. | 14 days ago |
+| [react-autosuggest](https://github.com/moroshko/react-autosuggest) | 5728 | WAI-ARIA compliant React autosuggest component | 12 days ago |
+| [react-autocomplete](https://github.com/reactjs/react-autocomplete) | 2151 | WAI-ARIA compliant React autocomplete (combobox) component | 2 years ago |
+| [react-bootstrap-typeahead](https://github.com/ericgio/react-bootstrap-typeahead) | 839 | React typeahead with Bootstrap styling | 5 days ago |
| [react-autocomplete](https://github.com/eliseumds/react-autocomplete) | 101 | Just tasting some ReactJS + RxJS | 7 years ago |
| [instatype](https://github.com/gragland/instatype) | 45 | ⚡️ Mobile-friendly React autocomplete component | a year ago |
| [react-autocomplete](https://github.com/prometheusresearch-archive/react-autocomplete) | 38 | Autocomplete widget based on Facebook React | 4 years ago |
@@ -391,11 +391,11 @@
| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
-| [react-canvas](https://github.com/Flipboard/react-canvas) | 12740 | High performance