mirror of
https://github.com/sindresorhus/awesome.git
synced 2026-01-24 03:38:01 -08:00
Compare commits
16 Commits
80bca60411
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51e985fca1 | ||
|
|
c4919d3509 | ||
|
|
1345b0a348 | ||
|
|
fa5128c430 | ||
|
|
ff697278bf | ||
|
|
a52fe1ca90 | ||
|
|
6095f21673 | ||
|
|
6dc057680e | ||
|
|
75f98d45c7 | ||
|
|
64fefe7e2a | ||
|
|
777c2159bb | ||
|
|
f961036359 | ||
|
|
b8d1877e25 | ||
|
|
e659e600b2 | ||
|
|
6f6545cad2 | ||
|
|
beb085f9fd |
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: awesome-lint
|
||||
|
||||
@@ -14,7 +14,7 @@ To create your own list, check out the [instructions](create-list.md).
|
||||
|
||||
If you have something awesome to contribute to an awesome list, this is how you do it.
|
||||
|
||||
You'll need a [GitHub account](https://github.com/join)!
|
||||
You will need a [GitHub account](https://github.com/join)! If you are new to GitHub, [get started here](https://github.com/firstcontributions/first-contributions).
|
||||
|
||||
1. Access the awesome list's GitHub page. For example: https://github.com/sindresorhus/awesome
|
||||
2. Click on the `readme.md` file: 
|
||||
|
||||
29
readme.md
29
readme.md
@@ -54,6 +54,20 @@
|
||||
</a>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<a href="https://depot.dev?utm_source=github&utm_medium=sindresorhus">
|
||||
<div>
|
||||
<picture>
|
||||
<source width="180" media="(prefers-color-scheme: dark)" srcset="https://sindresorhus.com/assets/thanks/depot-logo-dark.svg">
|
||||
<source width="180" media="(prefers-color-scheme: light)" srcset="https://sindresorhus.com/assets/thanks/depot-logo-light.svg">
|
||||
<img width="180" src="https://sindresorhus.com/assets/thanks/depot-logo-light.svg" alt="Depot logo">
|
||||
</picture>
|
||||
</div>
|
||||
<b>Fast remote container builds and GitHub Actions runners.</b>
|
||||
</a>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</p>
|
||||
<hr>
|
||||
<br>
|
||||
@@ -123,6 +137,7 @@
|
||||
- [eBPF](https://github.com/zoidbergwill/awesome-ebpf#readme) - Virtual machine that allows you to write more efficient and powerful tracing and monitoring for Linux systems.
|
||||
- [Arch-based Projects](https://github.com/PandaFoss/Awesome-Arch#readme) - Linux distributions and projects based on Arch Linux.
|
||||
- [AppImage](https://github.com/AppImage/awesome-appimage#readme) - Package apps in a single file that works on various mainstream Linux distributions.
|
||||
- [Omarchy](https://github.com/aorumbayev/awesome-omarchy#readme) - Opinionated Arch Linux and Hyprland desktop environment from the creator of Ruby on Rails.
|
||||
- macOS - Operating system for Apple's Mac computers.
|
||||
- [Screensavers](https://github.com/agarrharr/awesome-macos-screensavers#readme)
|
||||
- [Apps](https://github.com/jaywcjlove/awesome-mac#readme)
|
||||
@@ -168,6 +183,7 @@
|
||||
- [Uno Platform](https://github.com/MartinZikmund/awesome-uno-platform#readme) - Open-source .NET UI platform for building cross-platform apps.
|
||||
- [Google Cloud](https://github.com/GoogleCloudPlatform/awesome-google-cloud#readme) - Cloud computing services by Google.
|
||||
- [Firebase Genkit](https://github.com/xavidop/awesome-firebase-genkit#readme) - An open-source framework for building AI-powered apps and features.
|
||||
- [Backstage](https://github.com/shano/awesome-backstage#readme) - Open-source platform for building Internal Developer Portals that unify tools and workflows.
|
||||
|
||||
## Programming Languages
|
||||
|
||||
@@ -199,7 +215,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.
|
||||
- [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)
|
||||
@@ -247,10 +263,10 @@
|
||||
- [Vala](https://github.com/desiderantes/awesome-vala#readme) - Programming language designed to take full advantage of the GLib and GNOME ecosystems, while preserving the speed of C code.
|
||||
- [Coq](https://github.com/coq-community/awesome-coq#readme) - Formal language and environment for programming and specification which facilitates interactive development of machine-checked proofs.
|
||||
- [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.
|
||||
- [VBA](https://github.com/sancarn/awesome-vba#readme) - An event-driven version of Visual Basic 6.0 built into most Microsoft Office apps for automation and scripting.
|
||||
- [F#](https://github.com/fsprojects/awesome-fsharp#readme) - A .NET-based language with focus on functional programming.
|
||||
|
||||
<br>
|
||||
<hr>
|
||||
@@ -427,6 +443,7 @@
|
||||
- [Theoretical Computer Science](https://github.com/mostafatouny/awesome-theoretical-computer-science#readme) - The interplay of computer science and pure mathematics, distinguished by its emphasis on mathematical rigour and technique.
|
||||
- [Conversational AI](https://github.com/jyguyomarch/awesome-conversational-ai#readme) - Build awesome chatbots and digital assistants.
|
||||
- [Generative AI](https://github.com/steven2358/awesome-generative-ai#readme) - Automatically generates a wide range of unique content in text, image, and audio format.
|
||||
- [Position-Based Quantum Cryptography](https://github.com/Renaller/awesome-position-based-quantum-cryptography#readme) - Theory on quantum cryptography that utilizes special relativistic constraints to achieve quantum-security under certain conditions.
|
||||
|
||||
## Big Data
|
||||
|
||||
@@ -505,6 +522,7 @@
|
||||
- [GameMaker](https://github.com/bytecauldron/awesome-gamemaker#readme) - Game engine.
|
||||
- [Game Production](https://github.com/vhladiienko/awesome-game-production#readme) - Leading the process of designing, developing, testing and distributing a video game from concept to release.
|
||||
- [Babylon.js](https://github.com/Symbitic/awesome-babylonjs#readme) - Game engine for cross-platform web and native game development.
|
||||
- [Roblox](https://github.com/awesome-roblox/awesome-roblox#readme) - Immersive platform for hosting millions of diverse experiences.
|
||||
|
||||
## Development Environment
|
||||
|
||||
@@ -577,6 +595,7 @@
|
||||
- [Icons](https://github.com/notlmn/awesome-icons#readme) - Downloadable SVG/PNG/font icon projects.
|
||||
- [Audiovisual](https://github.com/stingalleman/awesome-audiovisual#readme) - Lighting, audio and video in professional environments.
|
||||
- [VLC](https://github.com/mfkl/awesome-vlc#readme) - Cross-platform media player software and streaming server.
|
||||
- [Audio Over IP](https://github.com/Mo-way/awesome-aoip#readme) - Reliably transmit uncompressed, low-latency audio over an IP (layer 3) network.
|
||||
|
||||
## Learn
|
||||
|
||||
@@ -627,6 +646,7 @@
|
||||
- [Detection Engineering](https://github.com/infosecB/awesome-detection-engineering#readme) - Design, build, and operate detective cybersecurity controls.
|
||||
- [Annual Security Reports](https://github.com/jacobdjwilson/awesome-annual-security-reports#readme) - Exploring cybersecurity trends, insights, and challenges.
|
||||
- [CI/CD Attacks](https://github.com/TupleType/awesome-cicd-attacks#readme) - Offensive research of systems and processes related to developing and deploying code.
|
||||
- [OpenID Connect](https://github.com/cerberauth/awesome-openid-connect#readme) - Identity standard and authentication protocol built on OAuth 2.0 for user identity assertion.
|
||||
|
||||
## Content Management Systems
|
||||
|
||||
@@ -882,6 +902,10 @@
|
||||
- [Permacomputing](https://github.com/idematos/awesome-permacomputing#readme) - Resilient and regenerative computing practices inspired by permaculture.
|
||||
- [Standards](https://github.com/donBarbos/awesome-standards#readme) - Standards and proposals that define and enhance software, languages, and related technologies.
|
||||
- [Claude Code](https://github.com/hesreallyhim/awesome-claude-code#readme) - Terminal-based AI coding assistant by Anthropic.
|
||||
- [Gemini CLI](https://github.com/Piebald-AI/awesome-gemini-cli#readme) - Terminal-based AI coding assistant by Google.
|
||||
- [SAP Commerce](https://github.com/eminyagiz42/awesome-sap-commerce#readme) - An e-commerce platform built with Java, Spring MVC, and Angular.
|
||||
- [Tech Ethics](https://github.com/sampart/awesome-tech-ethics#readme) - Mitigating and avoiding the potential negative effects of technology on society.
|
||||
- [Copilot Agents](https://github.com/Code-and-Sorts/awesome-copilot-agents#readme) - AI pair programming assistant by GitHub that provides code suggestions and completions.
|
||||
|
||||
## Related
|
||||
|
||||
@@ -889,5 +913,4 @@
|
||||
- [Awesome Search](https://awesomelists.top) - Quick search for Awesome lists.
|
||||
- [StumbleUponAwesome](https://github.com/basharovV/StumbleUponAwesome) - Discover random pages from the Awesome dataset using a browser extension.
|
||||
- [Awesome CLI](https://github.com/umutphp/awesome-cli) - A simple command-line tool to dive into Awesome lists.
|
||||
- [Awesome Viewer](https://awesome.digitalbunker.dev) - A visualizer for all of the above Awesome lists.
|
||||
- [Track Awesome List](https://www.trackawesomelist.com) - View the latest updates of Awesome lists.
|
||||
|
||||
Reference in New Issue
Block a user