mirror of
https://github.com/sindresorhus/awesome.git
synced 2024-12-22 00:46:09 +00:00
commit
4a65446278
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
- Read the [awesome manifesto](https://github.com/sindresorhus/awesome/blob/master/awesome.md) and ensure your list complies.
|
- Read the [awesome manifesto](https://github.com/sindresorhus/awesome/blob/master/awesome.md) and ensure your list complies.
|
||||||
- Search this list before making a new one, as yours may be a duplicate. If it is, try and contribute to the best one instead of making your own.
|
- Search this list before making a new one, as yours may be a duplicate. If it is, try and contribute to the best one instead of making your own.
|
||||||
- Your awesome list should have the [awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge), a [license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license), and [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines). Adding a [code of conduct](http://contributor-covenant.org/) is also strongly recommended.
|
- Your awesome list should be named `awesome-list-name` and have the [awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge), a [license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license), and [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines). Adding a [code of conduct](http://contributor-covenant.org/) is also strongly recommended.
|
||||||
- **Wait at least 20 days after creating a list before submitting it, to give it a chance to mature.**
|
- **Wait at least 20 days after creating a list before submitting it, to give it a chance to mature.**
|
||||||
- Make sure you read the [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md) before submitting a request for your list to be added here.
|
- Make sure you read the [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md) before submitting a request for your list to be added here.
|
||||||
|
|
||||||
|
@ -17,5 +17,5 @@
|
|||||||
- [ ] has a Table of Contents section named `Contents` as the first section,
|
- [ ] has a Table of Contents section named `Contents` as the first section,
|
||||||
- [ ] has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license) *(Meaning something like CC0, NOT a code licence like MIT, BSD, Apache, etc)*,
|
- [ ] has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license) *(Meaning something like CC0, NOT a code licence like MIT, BSD, Apache, etc)*,
|
||||||
- [ ] has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines),
|
- [ ] has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines),
|
||||||
- [ ] has been checked for inconsistent formatting, spelling, and grammar *(This includes starting each link description with an uppercase character and ending it with a dot, and consistent naming)*,
|
- [ ] has been checked for inconsistent formatting, spelling, and grammar *(This includes starting each link description with an uppercase character and ending it with a period `.`, and consistent naming)*,
|
||||||
- [ ] has been added at the bottom of the appropriate category.
|
- [ ] has been added at the bottom of the appropriate category.
|
||||||
|
37
readme.md
37
readme.md
@ -39,7 +39,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [Media](#media)
|
- [Media](#media)
|
||||||
- [Learn](#learn)
|
- [Learn](#learn)
|
||||||
- [Security](#security)
|
- [Security](#security)
|
||||||
- [Content Management System](#content-management-system)
|
- [Content Management Systems](#content-management-systems)
|
||||||
- [Miscellaneous](#miscellaneous)
|
- [Miscellaneous](#miscellaneous)
|
||||||
|
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [Containers](https://github.com/Friz-zy/awesome-linux-containers)
|
- [Containers](https://github.com/Friz-zy/awesome-linux-containers)
|
||||||
- [macOS](https://github.com/iCHAIT/awesome-macOS)
|
- [macOS](https://github.com/iCHAIT/awesome-macOS)
|
||||||
- [Command-Line](https://github.com/herrbischoff/awesome-osx-command-line)
|
- [Command-Line](https://github.com/herrbischoff/awesome-osx-command-line)
|
||||||
- [Screensavers](https://github.com/aharris88/awesome-osx-screensavers)
|
- [Screensavers](https://github.com/aharris88/awesome-macos-screensavers)
|
||||||
- [watchOS](https://github.com/yenchenlin/awesome-watchos)
|
- [watchOS](https://github.com/yenchenlin/awesome-watchos)
|
||||||
- [JVM](https://github.com/deephacks/awesome-jvm)
|
- [JVM](https://github.com/deephacks/awesome-jvm)
|
||||||
- [Salesforce](https://github.com/mailtoharshit/awesome-salesforce)
|
- [Salesforce](https://github.com/mailtoharshit/awesome-salesforce)
|
||||||
@ -67,6 +67,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [IPFS](https://github.com/ipfs/awesome-ipfs)
|
- [IPFS](https://github.com/ipfs/awesome-ipfs)
|
||||||
- [Fuse](https://github.com/vinkla/awesome-fuse)
|
- [Fuse](https://github.com/vinkla/awesome-fuse)
|
||||||
- [Heroku](https://github.com/ianstormtaylor/awesome-heroku)
|
- [Heroku](https://github.com/ianstormtaylor/awesome-heroku)
|
||||||
|
- [Raspberry Pi](https://github.com/thibmaek/awesome-raspberry-pi) - Credit card-sized computer aimed at teaching kids programming, but capable of a lot more.
|
||||||
|
|
||||||
|
|
||||||
## Programming Languages
|
## Programming Languages
|
||||||
@ -118,6 +119,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [ColdFusion](https://github.com/seancoyne/awesome-coldfusion)
|
- [ColdFusion](https://github.com/seancoyne/awesome-coldfusion)
|
||||||
- [Fortran](https://github.com/rabbiabram/awesome-fortran)
|
- [Fortran](https://github.com/rabbiabram/awesome-fortran)
|
||||||
- [.NET](https://github.com/quozd/awesome-dotnet)
|
- [.NET](https://github.com/quozd/awesome-dotnet)
|
||||||
|
- [Core](https://github.com/thangchung/awesome-dotnet-core)
|
||||||
- [PHP](https://github.com/ziadoz/awesome-php)
|
- [PHP](https://github.com/ziadoz/awesome-php)
|
||||||
- [Composer](https://github.com/jakoch/awesome-composer)
|
- [Composer](https://github.com/jakoch/awesome-composer)
|
||||||
- [Delphi](https://github.com/Fr0sT-Brutal/awesome-delphi)
|
- [Delphi](https://github.com/Fr0sT-Brutal/awesome-delphi)
|
||||||
@ -126,6 +128,8 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [AutoIt](https://github.com/J2TeaM/awesome-AutoIt)
|
- [AutoIt](https://github.com/J2TeaM/awesome-AutoIt)
|
||||||
- [Crystal](https://github.com/veelenga/awesome-crystal)
|
- [Crystal](https://github.com/veelenga/awesome-crystal)
|
||||||
- [TypeScript](https://github.com/dzharii/awesome-typescript)
|
- [TypeScript](https://github.com/dzharii/awesome-typescript)
|
||||||
|
- [Frege](https://github.com/sfischer13/awesome-frege) - Haskell for the JVM.
|
||||||
|
- [CMake](https://github.com/onqtam/awesome-cmake) - Build, test, and package software.
|
||||||
|
|
||||||
|
|
||||||
## Front-End Development
|
## Front-End Development
|
||||||
@ -181,6 +185,10 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [Draft.js](https://github.com/nikgraf/awesome-draft-js) - Rich text editor framework for React.
|
- [Draft.js](https://github.com/nikgraf/awesome-draft-js) - Rich text editor framework for React.
|
||||||
- [Service Workers](https://github.com/TalAter/awesome-service-workers)
|
- [Service Workers](https://github.com/TalAter/awesome-service-workers)
|
||||||
- [Progressive Web Apps](https://github.com/TalAter/awesome-progressive-web-apps)
|
- [Progressive Web Apps](https://github.com/TalAter/awesome-progressive-web-apps)
|
||||||
|
- [choo](https://github.com/YerkoPalma/awesome-choo) - App framework.
|
||||||
|
- [Redux](https://github.com/brillout/awesome-redux) - State container for JavaScript apps.
|
||||||
|
- [webpack](https://github.com/d3viant0ne/awesome-webpack) - Module bundler.
|
||||||
|
- [Browserify](https://github.com/ungoldman/awesome-browserify) - Module bundler.
|
||||||
|
|
||||||
|
|
||||||
## Back-End Development
|
## Back-End Development
|
||||||
@ -218,7 +226,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [Speech and Natural Language Processing](https://github.com/edobashira/speech-language-processing)
|
- [Speech and Natural Language Processing](https://github.com/edobashira/speech-language-processing)
|
||||||
- [Spanish](https://github.com/dav009/awesome-spanish-nlp)
|
- [Spanish](https://github.com/dav009/awesome-spanish-nlp)
|
||||||
- [Linguistics](https://github.com/theimpossibleastronaut/awesome-linguistics)
|
- [Linguistics](https://github.com/theimpossibleastronaut/awesome-linguistics)
|
||||||
- [Cryptography](https://github.com/MaciejCzyzewski/retter)
|
- [Cryptography](https://github.com/sobolevn/awesome-cryptography)
|
||||||
- [Computer Vision](https://github.com/jbhuang0604/awesome-computer-vision)
|
- [Computer Vision](https://github.com/jbhuang0604/awesome-computer-vision)
|
||||||
- [Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning) - Neural networks.
|
- [Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning) - Neural networks.
|
||||||
- [TensorFlow](https://github.com/jtoy/awesome-tensorflow)
|
- [TensorFlow](https://github.com/jtoy/awesome-tensorflow)
|
||||||
@ -279,6 +287,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [Chess](https://github.com/hkirat/awesome-chess)
|
- [Chess](https://github.com/hkirat/awesome-chess)
|
||||||
- [LÖVE](https://github.com/love2d-community/awesome-love2d) - Game engine.
|
- [LÖVE](https://github.com/love2d-community/awesome-love2d) - Game engine.
|
||||||
- [PICO-8](https://github.com/felipebueno/awesome-PICO-8) - Fantasy console.
|
- [PICO-8](https://github.com/felipebueno/awesome-PICO-8) - Fantasy console.
|
||||||
|
- [Game Boy Development](https://github.com/avivace/awesome-gbdev)
|
||||||
|
|
||||||
|
|
||||||
## Development Environment
|
## Development Environment
|
||||||
@ -295,9 +304,10 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet)
|
- [Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet)
|
||||||
- [Git Cheat Sheet & Git Flow](https://github.com/arslanbilal/git-cheat-sheet)
|
- [Git Cheat Sheet & Git Flow](https://github.com/arslanbilal/git-cheat-sheet)
|
||||||
- [Git Tips](https://github.com/git-tips/tips)
|
- [Git Tips](https://github.com/git-tips/tips)
|
||||||
- [Git Add-ons](https://github.com/stevemao/awesome-git-addons)
|
- [Git Add-ons](https://github.com/stevemao/awesome-git-addons) - Enhance the `git` CLI.
|
||||||
- [SSH](https://github.com/moul/awesome-ssh)
|
- [SSH](https://github.com/moul/awesome-ssh)
|
||||||
- [FOSS for Developers](https://github.com/httpsGithubParty/FOSS-for-Dev)
|
- [FOSS for Developers](https://github.com/httpsGithubParty/FOSS-for-Dev)
|
||||||
|
- [Hyper](https://github.com/bnb/awesome-hyper)
|
||||||
|
|
||||||
|
|
||||||
## Entertainment
|
## Entertainment
|
||||||
@ -342,6 +352,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [Tech Videos](https://github.com/lucasviola/awesome-tech-videos)
|
- [Tech Videos](https://github.com/lucasviola/awesome-tech-videos)
|
||||||
- [Dive into Machine Learning](https://github.com/hangtwenty/dive-into-machine-learning)
|
- [Dive into Machine Learning](https://github.com/hangtwenty/dive-into-machine-learning)
|
||||||
- [Computer History](https://github.com/watson/awesome-computer-history)
|
- [Computer History](https://github.com/watson/awesome-computer-history)
|
||||||
|
- [Programming for Kids](https://github.com/HollyAdele/awesome-programming-for-kids)
|
||||||
|
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
@ -354,12 +365,15 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [Hacking](https://github.com/carpedm20/awesome-hacking)
|
- [Hacking](https://github.com/carpedm20/awesome-hacking)
|
||||||
- [Honeypots](https://github.com/paralax/awesome-honeypots)
|
- [Honeypots](https://github.com/paralax/awesome-honeypots)
|
||||||
- [Incident Response](https://github.com/meirwah/awesome-incident-response)
|
- [Incident Response](https://github.com/meirwah/awesome-incident-response)
|
||||||
|
- [Vehicle Security and Car Hacking](https://github.com/jaredmichaelsmith/awesome-vehicle-security)
|
||||||
|
|
||||||
|
|
||||||
## Content Management System
|
## Content Management Systems
|
||||||
|
|
||||||
- [Umbraco](https://github.com/leekelleher/awesome-umbraco)
|
- [Umbraco](https://github.com/leekelleher/awesome-umbraco)
|
||||||
- [Refinery CMS](https://github.com/refinerycms-contrib/awesome-refinerycms)
|
- [Refinery CMS](https://github.com/refinerycms-contrib/awesome-refinerycms)
|
||||||
|
- [Wagtail](https://github.com/springload/awesome-wagtail) – Django CMS focused on flexibility and user experience.
|
||||||
|
- [Textpattern](https://github.com/drmonkeyninja/awesome-textpattern) - Lightweight PHP-based CMS.
|
||||||
|
|
||||||
|
|
||||||
## Miscellaneous
|
## Miscellaneous
|
||||||
@ -378,6 +392,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [Open Companies](https://github.com/opencompany/awesome-open-company)
|
- [Open Companies](https://github.com/opencompany/awesome-open-company)
|
||||||
- [REST](https://github.com/marmelab/awesome-rest)
|
- [REST](https://github.com/marmelab/awesome-rest)
|
||||||
- [Selenium](https://github.com/christian-bromann/awesome-selenium)
|
- [Selenium](https://github.com/christian-bromann/awesome-selenium)
|
||||||
|
- [Appium](https://github.com/SrinivasanTarget/awesome-appium) - Test automation tool for apps.
|
||||||
- [Endangered Languages](https://github.com/RichardLitt/endangered-languages)
|
- [Endangered Languages](https://github.com/RichardLitt/endangered-languages)
|
||||||
- [Continuous Delivery](https://github.com/ciandcd/awesome-ciandcd)
|
- [Continuous Delivery](https://github.com/ciandcd/awesome-ciandcd)
|
||||||
- [Services Engineering](https://github.com/mmcgrana/services-engineering)
|
- [Services Engineering](https://github.com/mmcgrana/services-engineering)
|
||||||
@ -409,7 +424,8 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [Data Visualization](https://github.com/fasouto/awesome-dataviz)
|
- [Data Visualization](https://github.com/fasouto/awesome-dataviz)
|
||||||
- [Social Media Share Links](https://github.com/vinkla/share-links)
|
- [Social Media Share Links](https://github.com/vinkla/share-links)
|
||||||
- [Microservices](https://github.com/mfornos/awesome-microservices)
|
- [Microservices](https://github.com/mfornos/awesome-microservices)
|
||||||
- [Unicode Code Points](https://github.com/Codepoints/awesome-codepoints)
|
- [Unicode](https://github.com/jagracey/Awesome-Unicode) - Unicode standards, quirks, packages and resources.
|
||||||
|
- [Code Points](https://github.com/Codepoints/awesome-codepoints)
|
||||||
- [Internet of Things](https://github.com/HQarroum/awesome-iot)
|
- [Internet of Things](https://github.com/HQarroum/awesome-iot)
|
||||||
- [Beginner-Friendly Projects](https://github.com/MunGell/awesome-for-beginners)
|
- [Beginner-Friendly Projects](https://github.com/MunGell/awesome-for-beginners)
|
||||||
- [Bluetooth Beacons](https://github.com/beaconinside/awesome-beacon)
|
- [Bluetooth Beacons](https://github.com/beaconinside/awesome-beacon)
|
||||||
@ -417,6 +433,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [Ripple](https://github.com/vhpoet/awesome-ripple) - Open source distributed settlement network.
|
- [Ripple](https://github.com/vhpoet/awesome-ripple) - Open source distributed settlement network.
|
||||||
- [Katas](https://github.com/gmontalvoriv/awesome-katas)
|
- [Katas](https://github.com/gmontalvoriv/awesome-katas)
|
||||||
- [Tools for Activism](https://github.com/drewrwilson/toolsforactivism)
|
- [Tools for Activism](https://github.com/drewrwilson/toolsforactivism)
|
||||||
|
- [Citizen Science](https://github.com/dylanrees/citizen-science) - Resources for community-based and non-institutional scientists.
|
||||||
- [TAP](https://github.com/sindresorhus/awesome-tap) - Test Anything Protocol.
|
- [TAP](https://github.com/sindresorhus/awesome-tap) - Test Anything Protocol.
|
||||||
- [Robotics](https://github.com/Kiloreux/awesome-robotics)
|
- [Robotics](https://github.com/Kiloreux/awesome-robotics)
|
||||||
- [MQTT](https://github.com/hobbyquaker/awesome-mqtt) - "Internet of Things" connectivity protocol.
|
- [MQTT](https://github.com/hobbyquaker/awesome-mqtt) - "Internet of Things" connectivity protocol.
|
||||||
@ -436,6 +453,14 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
|||||||
- [Bots](https://github.com/hackerkid/bots) - Building bots.
|
- [Bots](https://github.com/hackerkid/bots) - Building bots.
|
||||||
- [Site Reliability Engineering](https://github.com/dastergon/awesome-sre)
|
- [Site Reliability Engineering](https://github.com/dastergon/awesome-sre)
|
||||||
- [Empathy in Engineering](https://github.com/KimberlyMunoz/empathy-in-engineering) - Building and promoting more compassionate engineering cultures.
|
- [Empathy in Engineering](https://github.com/KimberlyMunoz/empathy-in-engineering) - Building and promoting more compassionate engineering cultures.
|
||||||
|
- [DTrace](https://github.com/xen0l/awesome-dtrace) - Dynamic tracing framework.
|
||||||
|
- [Userscripts](https://github.com/brunocvcunha/awesome-userscripts) - Enhance your browsing experience.
|
||||||
|
- [Pokémon](https://github.com/tobiasbueschel/awesome-pokemon) - Pokémon and Pokémon GO resources and tools.
|
||||||
|
- [ChatOps](https://github.com/exAspArk/awesome-chatops) - Managing technical and business operations through a chat.
|
||||||
|
- [Falsehood](https://github.com/kdeldycke/awesome-falsehood) - Falsehoods programmers believe in.
|
||||||
|
- [Domain-Driven Design](https://github.com/heynickc/awesome-ddd) - Software development approach for complex needs by connecting the implementation to an evolving model.
|
||||||
|
- [Quantified Self](https://github.com/willempienaar/awesome-quantified-self) - Self-tracking through technology.
|
||||||
|
- [Alfred Workflows](https://github.com/derimagia/awesome-alfred-workflows) - Productivity app for macOS.
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
Loading…
Reference in New Issue
Block a user