From b26d26bd1ad3e80f971edd78640d5a98b2c8e875 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micka=C3=ABl=20Canouil?=
<8896044+mcanouil@users.noreply.github.com>
Date: Mon, 13 Mar 2023 08:17:37 +0100
Subject: [PATCH 03/62] Use checkbox list for pull request template (#2551)
---
pull_request_template.md | 64 ++++++++++++++++++++--------------------
1 file changed, 32 insertions(+), 32 deletions(-)
diff --git a/pull_request_template.md b/pull_request_template.md
index 5cd28abd..f0d1188c 100644
--- a/pull_request_template.md
+++ b/pull_request_template.md
@@ -12,12 +12,12 @@
## Requirements for your pull request
-- Don't open a Draft / WIP pull request while you work on the guidelines. A pull request should be 100% ready and should adhere to all the guidelines when you open it. **Instead use [#2242](https://github.com/sindresorhus/awesome/issues/2242) for incubation visibility**.
-- **Don't waste my time.** Do a good job, adhere to all the guidelines, and be responsive.
-- **You have to review at least 2 other [open pull requests](https://github.com/sindresorhus/awesome/pulls?q=is%3Apr+is%3Aopen).**
+- [ ] Don't open a Draft / WIP pull request while you work on the guidelines. A pull request should be 100% ready and should adhere to all the guidelines when you open it. **Instead use [#2242](https://github.com/sindresorhus/awesome/issues/2242) for incubation visibility**.
+- [ ] **Don't waste my time.** Do a good job, adhere to all the guidelines, and be responsive.
+- [ ] **You have to review at least 2 other [open pull requests](https://github.com/sindresorhus/awesome/pulls?q=is%3Apr+is%3Aopen).**
Try to prioritize unreviewed PRs, but you can also add more comments to reviewed PRs. Go through the below list when reviewing. This requirement is meant to help make the Awesome project self-sustaining. Comment here which PRs you reviewed. You're expected to put a good effort into this and to be thorough. Look at previous PR reviews for inspiration. **Just commenting “looks good” or simply marking the pull request as approved does not count!** You have to actually point out mistakes or improvement suggestions. Comments pointing out lint violation are allowed, but does **not** count as a review.
-- You have read and understood the [instructions for creating a list](https://github.com/sindresorhus/awesome/blob/main/create-list.md).
-- This pull request has a title in the format `Add Name of List`. It should not contain the word `Awesome`.
+- [ ] You have read and understood the [instructions for creating a list](https://github.com/sindresorhus/awesome/blob/main/create-list.md).
+- [ ] This pull request has a title in the format `Add Name of List`. It should not contain the word `Awesome`.
- ✅ `Add Swift`
- ✅ `Add Software Architecture`
- ❌ `Update readme.md`
@@ -26,76 +26,76 @@
- ❌ `add Swift`
- ❌ `Adding Swift`
- ❌ `Added Swift`
-- Your entry here should include a short description about the project/theme of the list. **It should not describe the list itself.** The first character should be uppercase and the description should end in a dot. It should be an objective description and not a tagline or marketing blurb.
+- [ ] Your entry here should include a short description about the project/theme of the list. **It should not describe the list itself.** The first character should be uppercase and the description should end in a dot. It should be an objective description and not a tagline or marketing blurb.
- ✅ `- [iOS](…) - Mobile operating system for Apple phones and tablets.`
- ✅ `- [Framer](…) - Prototyping interactive UI designs.`
- ❌ `- [iOS](…) - Resources and tools for iOS development.`
- ❌ `- [Framer](…)`
- ❌ `- [Framer](…) - prototyping interactive UI designs`
-- Your entry should be added at the bottom of the appropriate category.
-- The title of your entry should be title-cased and the URL to your list should end in `#readme`.
+- [ ] Your entry should be added at the bottom of the appropriate category.
+- [ ] The title of your entry should be title-cased and the URL to your list should end in `#readme`.
- Example: `- [Software Architecture](https://github.com/simskij/awesome-software-architecture#readme) - The discipline of designing and building software.`
-- The suggested Awesome list complies with the below requirements.
+- [ ] The suggested Awesome list complies with the below requirements.
## Requirements for your Awesome list
-- **Has been around for at least 30 days.** That means 30 days from either the first real commit or when it was open-sourced. Whatever is most recent.
-- Run [`awesome-lint`](https://github.com/sindresorhus/awesome-lint) on your list and fix the reported issues. If there are false-positives or things that cannot/shouldn't be fixed, please [report it](https://github.com/sindresorhus/awesome-lint/issues/new).
-- The default branch should be named [`main`, not `master`](https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/).
-- **Includes a succinct description of the project/theme at the top of the readme.** [(Example)](https://github.com/willempienaar/awesome-quantified-self)
+- [ ] **Has been around for at least 30 days.** That means 30 days from either the first real commit or when it was open-sourced. Whatever is most recent.
+- [ ] Run [`awesome-lint`](https://github.com/sindresorhus/awesome-lint) on your list and fix the reported issues. If there are false-positives or things that cannot/shouldn't be fixed, please [report it](https://github.com/sindresorhus/awesome-lint/issues/new).
+- [ ] The default branch should be named [`main`, not `master`](https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/).
+- [ ] **Includes a succinct description of the project/theme at the top of the readme.** [(Example)](https://github.com/willempienaar/awesome-quantified-self)
- ✅ `Mobile operating system for Apple phones and tablets.`
- ✅ `Prototyping interactive UI designs.`
- ❌ `Resources and tools for iOS development.`
- ❌ `Awesome Framer packages and tools.`
-- It's the result of hard work and the best I could possibly produce.
+- [ ] It's the result of hard work and the best I could possibly produce.
**If you have not put in considerable effort into your list, your pull request will be immediately closed.**
-- The repo name of your list should be in lowercase slug format: `awesome-name-of-list`.
+- [ ] The repo name of your list should be in lowercase slug format: `awesome-name-of-list`.
- ✅ `awesome-swift`
- ✅ `awesome-web-typography`
- ❌ `awesome-Swift`
- ❌ `AwesomeWebTypography`
-- The heading title of your list should be in [title case](https://capitalizemytitle.com/) format: `# Awesome Name of List`.
+- [ ] The heading title of your list should be in [title case](https://capitalizemytitle.com/) format: `# Awesome Name of List`.
- ✅ `# Awesome Swift`
- ✅ `# Awesome Web Typography`
- ❌ `# awesome-swift`
- ❌ `# AwesomeSwift`
-- Non-generated Markdown file in a GitHub repo.
-- The repo should have `awesome-list` & `awesome` as [GitHub topics](https://help.github.com/articles/about-topics). I encourage you to add more relevant topics.
-- Not a duplicate. Please search for existing submissions.
-- Only has awesome items. Awesome lists are curations of the best, not everything.
-- Does not contain items that are unmaintained, has archived repo, deprecated, or missing docs. If you really need to include such items, they should be in a separate Markdown file.
-- Includes a project logo/illustration whenever possible.
+- [ ] Non-generated Markdown file in a GitHub repo.
+- [ ] The repo should have `awesome-list` & `awesome` as [GitHub topics](https://help.github.com/articles/about-topics). I encourage you to add more relevant topics.
+- [ ] Not a duplicate. Please search for existing submissions.
+- [ ] Only has awesome items. Awesome lists are curations of the best, not everything.
+- [ ] Does not contain items that are unmaintained, has archived repo, deprecated, or missing docs. If you really need to include such items, they should be in a separate Markdown file.
+- [ ] Includes a project logo/illustration whenever possible.
- Either centered, fullwidth, or placed at the top-right of the readme. [(Example)](https://github.com/sindresorhus/awesome-electron)
- The image should link to the project website or any relevant website.
- **The image should be high-DPI.** Set it to maximum half the width of the original image.
-- Entries have a description, unless the title is descriptive enough by itself. It rarely is though.
-- Includes the [Awesome badge](https://github.com/sindresorhus/awesome/blob/main/awesome.md#awesome-badge).
+- [ ] Entries have a description, unless the title is descriptive enough by itself. It rarely is though.
+- [ ] Includes the [Awesome badge](https://github.com/sindresorhus/awesome/blob/main/awesome.md#awesome-badge).
- Should be placed on the right side of the readme heading.
- Can be placed centered if the list has a centered graphics header.
- Should link back to this list.
-- Has a Table of Contents section.
+- [ ] Has a Table of Contents section.
- Should be named `Contents`, not `Table of Contents`.
- Should be the first section in the list.
- Should only have one level of [nested lists](https://commonmark.org/help/tutorial/10-nestedLists.html), preferably none.
- Must not feature `Contributing` or `Footnotes` sections.
-- Has an appropriate license.
+- [ ] Has an appropriate license.
- **We strongly recommend the [CC0 license](https://creativecommons.org/publicdomain/zero/1.0/), but any [Creative Commons license](https://creativecommons.org/choose/) will work.**
- Tip: You can quickly add it to your repo by going to this URL: `https://github.com///community/license/new?branch=main&template=cc0-1.0` (replace `` and `` accordingly).
- A code license like MIT, BSD, Apache, GPL, etc, is not acceptable. Neither are WTFPL and [Unlicense](https://unlicense.org).
- Place a file named `license` or `LICENSE` in the repo root with the license text.
- **Do not** add the license name, text, or a `Licence` section to the readme. GitHub already shows the license name and link to the full text at the top of the repo.
- To verify that you've read all the guidelines, please comment on your pull request with just the word `unicorn`.
-- Has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/main/awesome.md#include-contribution-guidelines).
+- [ ] Has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/main/awesome.md#include-contribution-guidelines).
- The file should be named `contributing.md`. Casing is up to you.
- It can optionally be linked from the readme in a dedicated section titled `Contributing`, positioned at the top or bottom of the main content.
- The section should not appear in the Table of Contents.
-- All non-important but necessary content (like extra copyright notices, hyperlinks to sources, pointers to expansive content, etc) should be grouped in a `Footnotes` section at the bottom of the readme. The section should not be present in the Table of Contents.
-- Has consistent formatting and proper spelling/grammar.
+- [ ] All non-important but necessary content (like extra copyright notices, hyperlinks to sources, pointers to expansive content, etc) should be grouped in a `Footnotes` section at the bottom of the readme. The section should not be present in the Table of Contents.
+- [ ] Has consistent formatting and proper spelling/grammar.
- The link and description are separated by a dash. Example: `- [AVA](…) - JavaScript test runner.`
- The description starts with an uppercase character and ends with a period.
- Consistent and correct naming. For example, `Node.js`, not `NodeJS` or `node.js`.
-- Does not use [hard-wrapping](https://stackoverflow.com/questions/319925/difference-between-hard-wrap-and-soft-wrap).
-- Does not include a CI (e.g. GitHub Actions) badge. You can still use a CI for linting, but the badge has no value in the readme.
-- Does not include an `Inspired by awesome-foo` or `Inspired by the Awesome project` kinda link at the top of the readme. The Awesome badge is enough.
+- [ ] Does not use [hard-wrapping](https://stackoverflow.com/questions/319925/difference-between-hard-wrap-and-soft-wrap).
+- [ ] Does not include a CI (e.g. GitHub Actions) badge. You can still use a CI for linting, but the badge has no value in the readme.
+- [ ] Does not include an `Inspired by awesome-foo` or `Inspired by the Awesome project` kinda link at the top of the readme. The Awesome badge is enough.
**Go to the top and read it again.**
From 94d1068e6d6447c8988022fd72168c7e4255b367 Mon Sep 17 00:00:00 2001
From: Oleg Lavrovsky <31819+loleg@users.noreply.github.com>
Date: Sun, 23 Apr 2023 10:31:52 +0200
Subject: [PATCH 04/62] Add Hackathon (#2433)
Co-authored-by: Sindre Sorhus
---
readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/readme.md b/readme.md
index 52ed2fb6..f2e512af 100644
--- a/readme.md
+++ b/readme.md
@@ -660,6 +660,7 @@
- [Product Management](https://github.com/dend/awesome-product-management#readme) - Learn how to be a better product manager.
- [Roadmaps](https://github.com/liuchong/awesome-roadmaps#readme) - Gives you a clear route to improve your knowledge and skills.
- [YouTubers](https://github.com/JoseDeFreitas/awesome-youtubers#readme) - Watch video tutorials from YouTubers that teach you about technology.
+- [Hackathon](https://github.com/dribdat/awesome-hackathon#readme) - Running fun and productive hackathons.
## Security
From 572026c53f6f420982cf43ae4f4d365a8067fc6b Mon Sep 17 00:00:00 2001
From: bytecauldron
Date: Sun, 23 Apr 2023 12:55:21 -0500
Subject: [PATCH 05/62] Add GameMaker (#2448)
---
readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/readme.md b/readme.md
index f2e512af..bd87f1f1 100644
--- a/readme.md
+++ b/readme.md
@@ -574,6 +574,7 @@
- [Games of Coding](https://github.com/michelpereira/awesome-games-of-coding#readme) - Learn a programming language by making games.
- [Esports](https://github.com/strift/awesome-esports#readme) - Video games played as a sport.
- [Learn Gamedev](https://github.com/notpresident35/awesome-learn-gamedev#readme) - The craft of video game creation.
+- [GameMaker](https://github.com/bytecauldron/awesome-gamemaker#readme) - Game engine.
## Development Environment
From 8eba3f354b2d90ae22cf44428fd927de006a3f2b Mon Sep 17 00:00:00 2001
From: Waleed Sadek <62147992+waleedsadek-panx@users.noreply.github.com>
Date: Sun, 23 Apr 2023 20:36:05 +0200
Subject: [PATCH 06/62] Add Certificates (#2463)
---
readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/readme.md b/readme.md
index bd87f1f1..a2e8f67b 100644
--- a/readme.md
+++ b/readme.md
@@ -662,6 +662,7 @@
- [Roadmaps](https://github.com/liuchong/awesome-roadmaps#readme) - Gives you a clear route to improve your knowledge and skills.
- [YouTubers](https://github.com/JoseDeFreitas/awesome-youtubers#readme) - Watch video tutorials from YouTubers that teach you about technology.
- [Hackathon](https://github.com/dribdat/awesome-hackathon#readme) - Running fun and productive hackathons.
+- [Certificates](https://github.com/PanXProject/awesome-certificates#readme) - Free computer science certifications to showcase your knowledge.
## Security
From 4c6bfd9c17dc3ae6cecfcddb71a7fd6d0ab5ec2d Mon Sep 17 00:00:00 2001
From: alexey semenyuk
Date: Sun, 23 Apr 2023 22:46:20 +0300
Subject: [PATCH 07/62] Add GitHub Wiki (#2383)
---
readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/readme.md b/readme.md
index a2e8f67b..6d1c5f68 100644
--- a/readme.md
+++ b/readme.md
@@ -819,6 +819,7 @@
- [Sketch](https://github.com/diessica/awesome-sketch#readme) - Design app for macOS.
- [Boilerplate Projects](https://github.com/melvin0008/awesome-projects-boilerplates#readme)
- [Readme](https://github.com/matiassingers/awesome-readme#readme)
+- [GitHub Wiki](https://github.com/MyHoneyBadger/awesome-github-wiki#readme) - Comprehensive documentation on GitHub beyond README.
- [Design and Development Guides](https://github.com/NARKOZ/guides#readme)
- [Software Engineering Blogs](https://github.com/kilimchoi/engineering-blogs#readme)
- [Self Hosted](https://github.com/awesome-selfhosted/awesome-selfhosted#readme)
From fe3210d42188e1f20cd8184f738957beb127291b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micka=C3=ABl=20Canouil?=
<8896044+mcanouil@users.noreply.github.com>
Date: Mon, 24 Apr 2023 21:43:58 +0200
Subject: [PATCH 08/62] Add Quarto (#2550)
Co-authored-by: Sindre Sorhus
---
readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/readme.md b/readme.md
index 6d1c5f68..7d503685 100644
--- a/readme.md
+++ b/readme.md
@@ -920,6 +920,7 @@
- [Computational Geometry](https://github.com/atkirtland/awesome-computational-geometry#readme) - Computational approaches for problems in geometry.
- [OpenStreetMap](https://github.com/osmlab/awesome-openstreetmap#readme) - An open data mapping project utilized by many apps and devices.
- [Computational Biology](https://github.com/inoue0426/awesome-computational-biology#readme) - Computational approaches applied to problems in biology.
+- [Quarto](https://github.com/mcanouil/awesome-quarto#readme) - Scientific and technical open-source publishing system built on Pandoc.
## Related
From 78bde71c34e21954ae2a526fb5e9d3f9be2c0eec Mon Sep 17 00:00:00 2001
From: Benjamin Balder Bach
Date: Mon, 8 May 2023 21:31:52 +0200
Subject: [PATCH 09/62] Add Read the Docs (#2424)
---
readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/readme.md b/readme.md
index 7d503685..c6e71e27 100644
--- a/readme.md
+++ b/readme.md
@@ -920,6 +920,7 @@
- [Computational Geometry](https://github.com/atkirtland/awesome-computational-geometry#readme) - Computational approaches for problems in geometry.
- [OpenStreetMap](https://github.com/osmlab/awesome-openstreetmap#readme) - An open data mapping project utilized by many apps and devices.
- [Computational Biology](https://github.com/inoue0426/awesome-computational-biology#readme) - Computational approaches applied to problems in biology.
+- [Read the Docs](https://github.com/readthedocs-examples/awesome-read-the-docs#readme) - Example documentation projects to inspire and help bootstrap new documentation projects.
- [Quarto](https://github.com/mcanouil/awesome-quarto#readme) - Scientific and technical open-source publishing system built on Pandoc.
## Related
From 6fec0ad89bc2e26922d47cb9a5bba54bcc7fae26 Mon Sep 17 00:00:00 2001
From: Vladimir Klepov
Date: Fri, 19 May 2023 13:35:17 +0300
Subject: [PATCH 10/62] Add Tiny JS (#2571)
---
readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/readme.md b/readme.md
index c6e71e27..e1a1fcaf 100644
--- a/readme.md
+++ b/readme.md
@@ -430,6 +430,7 @@
- [MDBootstrap](https://github.com/mdbootstrap/awesome-mdbootstrap#readme) - Templates, layouts, components, and widgets to rapidly build websites.
- [Master CSS](https://github.com/master-co/awesome-master-css#readme) - A virtual CSS language with enhanced syntax.
- [Hydrogen](https://github.com/shopify/awesome-hydrogen#readme) - Edge-first framework for building Shopify storefronts with React.
+- [Tiny JS](https://github.com/thoughtspile/awesome-tiny-js#readme) - Frontend libraries that fit into 2 kB with dependencies.
## Back-End Development
From 14874c92be830d4b0fe81290f6f1789157318adb Mon Sep 17 00:00:00 2001
From: Sindre Sorhus
Date: Fri, 5 May 2023 01:48:57 +0700
Subject: [PATCH 11/62] Meta tweaks
---
readme.md | 68 ++-----------------------------------------------------
1 file changed, 2 insertions(+), 66 deletions(-)
diff --git a/readme.md b/readme.md
index e1a1fcaf..d222b170 100644
--- a/readme.md
+++ b/readme.md
@@ -17,9 +17,9 @@
Check out my latest app
- Today
+ Hyperduck
- Quickly view your schedule in the macOS menu bar
+ Send links from your iOS devices to your Mac (better than AirDrop)
- Hyperduck
+ Camera Preview
- Send links from your iOS devices to your Mac (better than AirDrop)
+ Preview your Mac's webcam and take photos
@@ -87,6 +87,16 @@
+
+
+
+
+
+
+
+
+
+
From efc8cefb820d47fa818d192c42ebd98c1bbdc407 Mon Sep 17 00:00:00 2001
From: Francesco Sardone
Date: Sun, 24 Sep 2023 19:54:28 +0200
Subject: [PATCH 24/62] Add Steam Deck (#2743)
---
readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/readme.md b/readme.md
index 2767b00f..6324b90c 100644
--- a/readme.md
+++ b/readme.md
@@ -879,6 +879,7 @@
- [Quarto](https://github.com/mcanouil/awesome-quarto#readme) - Scientific and technical open-source publishing system built on Pandoc.
- [ChatGPT](https://github.com/sindresorhus/awesome-chatgpt#readme) - Artificial intelligence chatbot developed by OpenAI.
- [Whisper](https://github.com/sindresorhus/awesome-whisper#readme) - Open-source AI-powered speech recognition system developed by OpenAI.
+- [Steam Deck](https://github.com/airscripts/awesome-steam-deck#readme) - A handheld gaming computer developed by Valve.
## Related
From 4e1a1fcc75ac3756b0eb68b61bca97dfe7e32641 Mon Sep 17 00:00:00 2001
From: Edwin Kofler
Date: Fri, 6 Oct 2023 21:11:37 -0700
Subject: [PATCH 25/62] Update link to Awesome Mastodon (#2739)
---
readme.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/readme.md b/readme.md
index 6324b90c..d6cd16a4 100644
--- a/readme.md
+++ b/readme.md
@@ -710,7 +710,7 @@
- [Bitcoin](https://github.com/igorbarinov/awesome-bitcoin#readme) - Bitcoin services and tools for software developers.
- [Ripple](https://github.com/vhpoet/awesome-ripple#readme) - Open source distributed settlement network.
- [Non-Financial Blockchain](https://github.com/machinomy/awesome-non-financial-blockchain#readme) - Non-financial blockchain applications.
-- [Mastodon](https://github.com/tleb/awesome-mastodon#readme) - Open source decentralized microblogging network.
+- [Mastodon](https://github.com/hyperupcall/awesome-mastodon#readme) - Open source decentralized microblogging network.
- [Ethereum](https://github.com/ttumiel/Awesome-Ethereum#readme) - Distributed computing platform for smart contract development.
- [Blockchain AI](https://github.com/steven2358/awesome-blockchain-ai#readme) - Blockchain projects for artificial intelligence and machine learning.
- [EOSIO](https://github.com/DanailMinchev/awesome-eosio#readme) - A decentralized operating system supporting industrial-scale apps.
From ee60acf76eca5a22bfe41d26f2dca09a750a085a Mon Sep 17 00:00:00 2001
From: Tomas Tauber <2410580+tomtau@users.noreply.github.com>
Date: Sat, 14 Oct 2023 23:35:28 +0800
Subject: [PATCH 26/62] Add Pest (#2601)
---
readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/readme.md b/readme.md
index d6cd16a4..cb06e2b3 100644
--- a/readme.md
+++ b/readme.md
@@ -244,6 +244,7 @@
- [Typing](https://github.com/typeddjango/awesome-python-typing#readme) - Optional static typing for Python.
- [MicroPython](https://github.com/mcauser/awesome-micropython#readme) - A lean and efficient implementation of Python 3 for microcontrollers.
- [Rust](https://github.com/rust-unofficial/awesome-rust#readme)
+ - [Pest](https://github.com/pest-parser/awesome-pest#readme) - Parser generator.
- [Haskell](https://github.com/krispo/awesome-haskell#readme)
- [PureScript](https://github.com/passy/awesome-purescript#readme)
- [Go](https://github.com/avelino/awesome-go#readme)
From 07510cb399a179d05069feef89bb40d7944c8dcf Mon Sep 17 00:00:00 2001
From: akail
Date: Sat, 14 Oct 2023 11:58:54 -0400
Subject: [PATCH 27/62] Add HPC (#2640)
---
readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/readme.md b/readme.md
index cb06e2b3..a93c0d27 100644
--- a/readme.md
+++ b/readme.md
@@ -881,6 +881,7 @@
- [ChatGPT](https://github.com/sindresorhus/awesome-chatgpt#readme) - Artificial intelligence chatbot developed by OpenAI.
- [Whisper](https://github.com/sindresorhus/awesome-whisper#readme) - Open-source AI-powered speech recognition system developed by OpenAI.
- [Steam Deck](https://github.com/airscripts/awesome-steam-deck#readme) - A handheld gaming computer developed by Valve.
+- [HPC](https://github.com/dstdev/awesome-hpc#readme) - High Performance Computing.
## Related
From 2f7d2c71e6d7e0db8b99288779f78945d8b6c2b4 Mon Sep 17 00:00:00 2001
From: Sindre Sorhus
Date: Sat, 14 Oct 2023 23:00:09 +0700
Subject: [PATCH 28/62] Update guidelines
---
awesome.md | 2 ++
pull_request_template.md | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/awesome.md b/awesome.md
index c683a8e4..1bae22f9 100644
--- a/awesome.md
+++ b/awesome.md
@@ -24,6 +24,8 @@ Add an awesome badge to the top of your list, right next to the title. [Example]
[](https://awesome.re)
```
+You are allowed to use the badge on lists not included here and also private lists.
+
*The badges should not be modified in any way.*
## Awesome mentioned badge
diff --git a/pull_request_template.md b/pull_request_template.md
index 6c2508fc..72dd17db 100644
--- a/pull_request_template.md
+++ b/pull_request_template.md
@@ -26,7 +26,7 @@
- ❌ `add Swift`
- ❌ `Adding Swift`
- ❌ `Added Swift`
-- [ ] Your entry here should include a short description about the project/theme of the list. **It should not describe the list itself.** The first character should be uppercase and the description should end in a dot. It should be an objective description and not a tagline or marketing blurb.
+- [ ] Your entry here should include a short description about the project/theme of the list. **It should not describe the list itself.** The first character should be uppercase and the description should end in a dot. It should be an objective description and not a tagline or marketing blurb. It should not contain the name of the list.
- ✅ `- [iOS](…) - Mobile operating system for Apple phones and tablets.`
- ✅ `- [Framer](…) - Prototyping interactive UI designs.`
- ❌ `- [iOS](…) - Resources and tools for iOS development.`
@@ -69,6 +69,7 @@
- Either centered, fullwidth, or placed at the top-right of the readme. [(Example)](https://github.com/sindresorhus/awesome-electron)
- The image should link to the project website or any relevant website.
- **The image should be high-DPI.** Set it to maximum half the width of the original image.
+ - Don't include both a title saying `Awesome X` and a logo with `Awesome X`. You can put the header image in a `#` (Markdown header) or `
`.
- [ ] Entries have a description, unless the title is descriptive enough by itself. It rarely is though.
- [ ] Includes the [Awesome badge](https://github.com/sindresorhus/awesome/blob/main/awesome.md#awesome-badge).
- Should be placed on the right side of the readme heading.
From 66605ca54d380cd21faaa71cfc08e9d413f0ee62 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hallvard=20A=2E=20W=C3=A6hler?=
<60000604+hallvaaw@users.noreply.github.com>
Date: Sat, 14 Oct 2023 18:20:57 +0200
Subject: [PATCH 29/62] Add Biological Image Analysis (#2620)
Co-authored-by: Sindre Sorhus
---
readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/readme.md b/readme.md
index a93c0d27..bfade508 100644
--- a/readme.md
+++ b/readme.md
@@ -878,6 +878,7 @@
- [Computational Biology](https://github.com/inoue0426/awesome-computational-biology#readme) - Computational approaches applied to problems in biology.
- [Read the Docs](https://github.com/readthedocs-examples/awesome-read-the-docs#readme) - Example documentation projects to inspire and help bootstrap new documentation projects.
- [Quarto](https://github.com/mcanouil/awesome-quarto#readme) - Scientific and technical open-source publishing system built on Pandoc.
+- [Biological Image Analysis](https://github.com/hallvaaw/awesome-biological-image-analysis#readme) - Interpreting biological phenomena using images.
- [ChatGPT](https://github.com/sindresorhus/awesome-chatgpt#readme) - Artificial intelligence chatbot developed by OpenAI.
- [Whisper](https://github.com/sindresorhus/awesome-whisper#readme) - Open-source AI-powered speech recognition system developed by OpenAI.
- [Steam Deck](https://github.com/airscripts/awesome-steam-deck#readme) - A handheld gaming computer developed by Valve.
From 957bcf8950210d00b034227a25ca3fe31ea50efa Mon Sep 17 00:00:00 2001
From: Sam Partington
Date: Sat, 14 Oct 2023 19:48:27 +0100
Subject: [PATCH 30/62] Move Esolangs into "Programming Languages" section
(#2799)
---
readme.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/readme.md b/readme.md
index bfade508..0c0c70f5 100644
--- a/readme.md
+++ b/readme.md
@@ -293,6 +293,7 @@
- [V](https://github.com/vlang/awesome-v#readme) - Simple, fast, safe, compiled language for developing maintainable software.
- [Zig](https://github.com/catdevnull/awesome-zig#readme) - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
- [Move](https://github.com/MystenLabs/awesome-move#readme) - Domain-specific programming language for writing safe smart contracts.
+- [Esolangs](https://github.com/angrykoala/awesome-esolangs#readme) - Programming languages designed for experimentation or as jokes rather than actual use.
## Front-End Development
@@ -828,7 +829,6 @@
- [Magento 2](https://github.com/DavidLambauer/awesome-magento2#readme) - Open Source eCommerce built with PHP.
- [TikZ](https://github.com/xiaohanyu/awesome-tikz#readme) - Graph drawing packages for TeX/LaTeX/ConTeXt.
- [Ad-Free](https://github.com/johnjago/awesome-ad-free#readme) - Ad-free alternatives.
-- [Esolangs](https://github.com/angrykoala/awesome-esolangs#readme) - Programming languages designed for experimentation or as jokes rather than actual use.
- [Prometheus](https://github.com/roaldnefs/awesome-prometheus#readme) - Open-source monitoring system.
- [Homematic](https://github.com/homematic-community/awesome-homematic#readme) - Smart home devices.
- [Ledger](https://github.com/sfischer13/awesome-ledger#readme) - Double-entry accounting on the command-line.
From e443b28a228c113b1e136b71cb61632642b590f6 Mon Sep 17 00:00:00 2001
From: Hazana
Date: Sat, 14 Oct 2023 19:57:02 +0100
Subject: [PATCH 31/62] Add Prompt Injection (#2734)
---
readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/readme.md b/readme.md
index 0c0c70f5..3a88795d 100644
--- a/readme.md
+++ b/readme.md
@@ -642,6 +642,7 @@
- [Password Cracking](https://github.com/n0kovo/awesome-password-cracking#readme) - The process of recovering passwords from data that has been stored in or transmitted by a system in scrambled form.
- [Security Card Games](https://github.com/Karneades/awesome-security-card-games#readme) - Train your skills and discuss various security topics.
- [Suricata](https://github.com/satta/awesome-suricata#readme) - Intrusion detection/prevention system and network security monitoring engine.
+- [Prompt Injection](https://github.com/FonduAI/awesome-prompt-injection#readme) - A type of vulnerability that specifically targets machine learning models.
## Content Management Systems
From 86a0adeea2d01a15bf83768e04133951aced762b Mon Sep 17 00:00:00 2001
From: Sindre Sorhus
Date: Tue, 17 Oct 2023 02:45:31 +0700
Subject: [PATCH 32/62] Meta tweaks
---
readme.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/readme.md b/readme.md
index 3a88795d..c40fa1a4 100644
--- a/readme.md
+++ b/readme.md
@@ -17,9 +17,9 @@
Check out my latest app
- Camera Preview
+ One Task
- Preview your Mac's webcam and take photos
+ Stop procrastination and get stuff done by focusing on one task at a time
From 5201a4acd085ba21df2629fa01ea8188c0890b61 Mon Sep 17 00:00:00 2001
From: Diamantis Sellis
Date: Tue, 17 Oct 2023 10:34:03 +0200
Subject: [PATCH 33/62] Add Complexity (#2389)
---
readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/readme.md b/readme.md
index c40fa1a4..ccc97323 100644
--- a/readme.md
+++ b/readme.md
@@ -478,6 +478,7 @@
- [Recursion Schemes](https://github.com/passy/awesome-recursion-schemes#readme) - Traversing nested data structures.
- [Audit Algorithms](https://github.com/erwanlemerrer/awesome-audit-algorithms#readme) - Algorithmic audits of algorithms.
- [AGI & CoCoSci](https://github.com/YuzheSHI/awesome-agi-cocosci#readme) - The reciprocation of Artificial General Intelligence (AGI) and Computational Cognitive Sciences (CoCoSci).
+- [Complex Systems](https://github.com/sellisd/awesome-complexity#readme) - The scientific field studying systems with multiple interacting parts and emergent properties.
## Books
From 4abe2c023a7e818376cb9289d983b241ffea274f Mon Sep 17 00:00:00 2001
From: Vivek Gurudutt K <127002789+VivekGuruduttK28@users.noreply.github.com>
Date: Thu, 26 Oct 2023 17:12:32 +0530
Subject: [PATCH 34/62] Fix typo (#2834)
---
contributing.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contributing.md b/contributing.md
index 1809ee42..c6935db5 100644
--- a/contributing.md
+++ b/contributing.md
@@ -4,7 +4,7 @@ Please note that this project is released with a [Contributor Code of Conduct](c
## Adding an awesome list
-Please ensure your pull request adheres to the [list guidelines](pull_request_template.md).
+Please ensure your pull request adheres to the [list of guidelines](pull_request_template.md).
## Creating your own awesome list
From 8e71414aea13959f183b193f0bb62b1034c44fb4 Mon Sep 17 00:00:00 2001
From: S A G A R <110724849+tmsagarofficial@users.noreply.github.com>
Date: Thu, 26 Oct 2023 20:29:56 +0530
Subject: [PATCH 35/62] Fix typos (#2835)
---
awesome.md | 4 ++--
code-of-conduct.md | 4 ++--
contributing.md | 4 ++--
pull_request_template.md | 6 +++---
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/awesome.md b/awesome.md
index 1bae22f9..4c92438d 100644
--- a/awesome.md
+++ b/awesome.md
@@ -24,7 +24,7 @@ Add an awesome badge to the top of your list, right next to the title. [Example]
[](https://awesome.re)
```
-You are allowed to use the badge on lists not included here and also private lists.
+You are allowed to use the badge on lists not included here and also on private lists.
*The badges should not be modified in any way.*
@@ -82,4 +82,4 @@ Create a [table of contents](https://github.com/sindresorhus/stuff/blob/main/toc
## Accept other people's opinion
-If you're an owner of the list, respect other people's opinion. If there are plenty of users not agreeing to your decision, give it a second thought.
+If you're an owner of the list, respect other people's opinions. If there are plenty of users not agreeing with your decision, give it a second thought.
diff --git a/code-of-conduct.md b/code-of-conduct.md
index 942d516b..506ad0c9 100644
--- a/code-of-conduct.md
+++ b/code-of-conduct.md
@@ -26,9 +26,9 @@ Examples of unacceptable behavior by participants include:
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
-* Publishing others' private information, such as a physical or electronic
+* Publishing others' private information, such as physical or electronic
address, without explicit permission
-* Other conduct which could reasonably be considered inappropriate in a
+* Other conduct that could reasonably be considered inappropriate in a
professional setting
## Our Responsibilities
diff --git a/contributing.md b/contributing.md
index c6935db5..a40af0e7 100644
--- a/contributing.md
+++ b/contributing.md
@@ -19,7 +19,7 @@ You'll need a [GitHub account](https://github.com/join)!
1. Access the awesome list's GitHub page. For example: https://github.com/sindresorhus/awesome
2. Click on the `readme.md` file: 
3. Now click on the edit icon. 
-4. You can start editing the text of the file in the in-browser editor. Make sure you follow guidelines above. You can use [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/). 
+4. You can start editing the text of the file in the in-browser editor. Make sure you follow the guidelines above. You can use [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/). 
5. Say why you're proposing the changes, and then click on "Propose file change". 
6. Submit the [pull request](https://help.github.com/articles/using-pull-requests/)!
@@ -27,4 +27,4 @@ You'll need a [GitHub account](https://github.com/join)!
Sometimes, a maintainer of an awesome list will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the awesome-* list guidelines.
-[Here](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) is a write up on how to change a Pull Request, and the different ways you can do that.
+[Here](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) is a write up on how to change a Pull Request and the different ways you can do that.
diff --git a/pull_request_template.md b/pull_request_template.md
index 72dd17db..88c8b043 100644
--- a/pull_request_template.md
+++ b/pull_request_template.md
@@ -26,7 +26,7 @@
- ❌ `add Swift`
- ❌ `Adding Swift`
- ❌ `Added Swift`
-- [ ] Your entry here should include a short description about the project/theme of the list. **It should not describe the list itself.** The first character should be uppercase and the description should end in a dot. It should be an objective description and not a tagline or marketing blurb. It should not contain the name of the list.
+- [ ] Your entry here should include a short description of the project/theme of the list. **It should not describe the list itself.** The first character should be uppercase and the description should end in a dot. It should be an objective description and not a tagline or marketing blurb. It should not contain the name of the list.
- ✅ `- [iOS](…) - Mobile operating system for Apple phones and tablets.`
- ✅ `- [Framer](…) - Prototyping interactive UI designs.`
- ❌ `- [iOS](…) - Resources and tools for iOS development.`
@@ -68,7 +68,7 @@
- [ ] Includes a project logo/illustration whenever possible.
- Either centered, fullwidth, or placed at the top-right of the readme. [(Example)](https://github.com/sindresorhus/awesome-electron)
- The image should link to the project website or any relevant website.
- - **The image should be high-DPI.** Set it to maximum half the width of the original image.
+ - **The image should be high-DPI.** Set it to a maximum of half the width of the original image.
- Don't include both a title saying `Awesome X` and a logo with `Awesome X`. You can put the header image in a `#` (Markdown header) or `
`.
- [ ] Entries have a description, unless the title is descriptive enough by itself. It rarely is though.
- [ ] Includes the [Awesome badge](https://github.com/sindresorhus/awesome/blob/main/awesome.md#awesome-badge).
@@ -88,7 +88,7 @@
- **Do not** add the license name, text, or a `Licence` section to the readme. GitHub already shows the license name and link to the full text at the top of the repo.
- To verify that you've read all the guidelines, please comment on your pull request with just the word `unicorn`.
- [ ] Has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/main/awesome.md#include-contribution-guidelines).
- - The file should be named `contributing.md`. Casing is up to you.
+ - The file should be named `contributing.md`. The casing is up to you.
- It can optionally be linked from the readme in a dedicated section titled `Contributing`, positioned at the top or bottom of the main content.
- The section should not appear in the Table of Contents.
- [ ] All non-important but necessary content (like extra copyright notices, hyperlinks to sources, pointers to expansive content, etc) should be grouped in a `Footnotes` section at the bottom of the readme. The section should not be present in the Table of Contents.
From 124c51bb98cde1a4a54159d1faa64ea0cdc5b597 Mon Sep 17 00:00:00 2001
From: Sindre Sorhus
Date: Sat, 11 Nov 2023 05:07:23 +0700
Subject: [PATCH 36/62] Meta tweaks
---
.github/funding.yml | 4 ----
.github/workflows/main.yml | 2 +-
readme.md | 6 ++++++
3 files changed, 7 insertions(+), 5 deletions(-)
delete mode 100644 .github/funding.yml
diff --git a/.github/funding.yml b/.github/funding.yml
deleted file mode 100644
index 15edf6e2..00000000
--- a/.github/funding.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-github: sindresorhus
-open_collective: sindresorhus
-patreon: sindresorhus
-custom: https://sindresorhus.com/donate
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index db9455f3..bc8499ad 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
with:
fetch-depth: 0
- name: awesome-lint
diff --git a/readme.md b/readme.md
index ccc97323..c11fa322 100644
--- a/readme.md
+++ b/readme.md
@@ -121,6 +121,12 @@
+