From 430d9c015f88e0d835dc5604cceddbbe40cb841b Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Sat, 18 Feb 2017 20:30:02 +0000 Subject: [PATCH 001/104] Create Business, Work and Networking sections (#871) --- readme.md | 43 +++++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 14 deletions(-) diff --git a/readme.md b/readme.md index d455bc2..e205981 100644 --- a/readme.md +++ b/readme.md @@ -41,6 +41,9 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Security](#security) - [Content Management Systems](#content-management-systems) - [Hardware](#hardware) +- [Business](#business) +- [Work](#work) +- [Networking](#networking) - [Miscellaneous](#miscellaneous) @@ -240,7 +243,6 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Open Source Society University](https://github.com/open-source-society/computer-science) - [Functional Programming](https://github.com/lucasviola/awesome-functional-programming) - [Static Analysis & Code Quality](https://github.com/mre/awesome-static-analysis) -- [Software-Defined Networking](https://github.com/sdnds-tw/awesome-sdn) - [Information Retrieval](https://github.com/harpribot/awesome-information-retrieval) - Learn to develop your own search engine. @@ -317,6 +319,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [FOSS for Developers](https://github.com/httpsGithubParty/FOSS-for-Dev) - [Hyper](https://github.com/bnb/awesome-hyper) - Cross-platform terminal app built on web technologies. - [PowerShell](https://github.com/janikvonrotz/awesome-powershell) - Cross-platform object-oriented shell. +- [Alfred Workflows](https://github.com/derimagia/awesome-alfred-workflows) - Productivity app for macOS. ## Entertainment @@ -397,20 +400,42 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Electric Guitar Specifications](https://github.com/gitfrage/guitarspecs) - Checklist for building your own electric guitar. +## Business + +- [Open Companies](https://github.com/opencompany/awesome-open-company) +- [Places to Post Your Startup](https://github.com/mmccaff/PlacesToPostYourStartup) +- [OKR Methodology](https://github.com/domenicosolazzo/awesome-okr) - Goal setting & communication best practices. + + +## Work + +- [Slack](https://github.com/matiassingers/awesome-slack) - Team collaboration. + - [Communities](https://github.com/filipelinhares/awesome-slack) +- [Remote Jobs](https://github.com/lukasz-madon/awesome-remote-job) +- [Productivity](https://github.com/jyguyomarch/awesome-productivity) +- [Niche Job Boards](https://github.com/wfhio/awesome-job-boards) +- [Programming Interviews](https://github.com/MaximAbramchuck/awesome-interview-questions) + + +## Networking + +- [Software-Defined Networking](https://github.com/sdnds-tw/awesome-sdn) +- [Ripple](https://github.com/vhpoet/awesome-ripple) - Open source distributed settlement network. +- [Network Analysis](https://github.com/briatte/awesome-network-analysis) +- [PCAPTools](https://github.com/caesar0301/awesome-pcaptools) + + ## Miscellaneous - [JSON](https://github.com/burningtree/awesome-json) - [GeoJSON](https://github.com/tmcw/awesome-geojson) - [Datasets](https://github.com/jdorfman/awesome-json-datasets) - [Discounts for Student Developers](https://github.com/AchoArnold/discount-for-student-dev) -- [Slack](https://github.com/matiassingers/awesome-slack) - Team collaboration. - - [Communities](https://github.com/filipelinhares/awesome-slack) - [Conferences](https://github.com/RichardLitt/awesome-conferences) - [Sysadmin](https://github.com/n1trux/awesome-sysadmin) - [Radio](https://github.com/kyleterry/awesome-radio) - [Awesome](https://github.com/sindresorhus/awesome) - Recursion illustrated. - [Analytics](https://github.com/onurakpolat/awesome-analytics) -- [Open Companies](https://github.com/opencompany/awesome-open-company) - [REST](https://github.com/marmelab/awesome-rest) - [Selenium](https://github.com/christian-bromann/awesome-selenium) - [Appium](https://github.com/SrinivasanTarget/awesome-appium) - Test automation tool for apps. @@ -421,9 +446,6 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Bitcoin](https://github.com/igorbarinov/awesome-bitcoin) - [Answers](https://github.com/cyberglot/awesome-answers) - Stack Overflow, Quora, etc. - [Sketch](https://github.com/diessica/awesome-sketch) - Design app for macOS. -- [Places to Post Your Startup](https://github.com/mmccaff/PlacesToPostYourStartup) -- [PCAPTools](https://github.com/caesar0301/awesome-pcaptools) -- [Remote Jobs](https://github.com/lukasz-madon/awesome-remote-job) - [Boilerplate Projects](https://github.com/melvin0008/awesome-projects-boilerplates) - [Readme](https://github.com/matiassingers/awesome-readme) - [Tools](https://github.com/cjbarber/ToolsOfTheTrade) @@ -437,19 +459,15 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Answers](https://github.com/stoeffel/awesome-ama-answers) - [Open Source Photography](https://github.com/ibaaj/awesome-OpenSourcePhotography) - [OpenGL](https://github.com/eug/awesome-opengl) - Cross-platform API for rendering 2D and 3D graphics. -- [Productivity](https://github.com/jyguyomarch/awesome-productivity) - [GraphQL](https://github.com/chentsulin/awesome-graphql) - [Transit](https://github.com/luqmaan/awesome-transit) - [Research Tools](https://github.com/emptymalei/awesome-research) -- [Niche Job Boards](https://github.com/wfhio/awesome-job-boards) - [Data Visualization](https://github.com/fasouto/awesome-dataviz) - [Social Media Share Links](https://github.com/vinkla/share-links) - [Microservices](https://github.com/mfornos/awesome-microservices) - [Unicode](https://github.com/jagracey/Awesome-Unicode) - Unicode standards, quirks, packages and resources. - [Code Points](https://github.com/Codepoints/awesome-codepoints) - [Beginner-Friendly Projects](https://github.com/MunGell/awesome-for-beginners) -- [Programming Interviews](https://github.com/MaximAbramchuck/awesome-interview-questions) -- [Ripple](https://github.com/vhpoet/awesome-ripple) - Open source distributed settlement network. - [Katas](https://github.com/gmontalvoriv/awesome-katas) - [Tools for Activism](https://github.com/drewrwilson/toolsforactivism) - [Citizen Science](https://github.com/dylanrees/citizen-science) - For community-based and non-institutional scientists. @@ -458,10 +476,8 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Hacking Spots](https://github.com/diasdavid/awesome-hacking-spots) - [For Girls](https://github.com/cristianoliveira/awesome4girls) - [Vorpal](https://github.com/vorpaljs/awesome-vorpal) - Node.js CLI framework. -- [OKR Methodology](https://github.com/domenicosolazzo/awesome-okr) - Goal setting & communication best practices. - [Vulkan](https://github.com/vinjn/awesome-vulkan) - Low-overhead, cross-platform 3D graphics and compute API. - [LaTeX](https://github.com/egeerardyn/awesome-LaTeX) - Typesetting language. -- [Network Analysis](https://github.com/briatte/awesome-network-analysis) - [Economics](https://github.com/antontarasenko/awesome-economics) - An economist's starter kit. - [Funny Markov Chains](https://github.com/sublimino/awesome-funny-markov) - [Bioinformatics](https://github.com/danielecook/Awesome-Bioinformatics) @@ -477,7 +493,6 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [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. - [SaltStack](https://github.com/hbokh/awesome-saltstack) - Python-based config management system. - [Web Design](https://github.com/nicolesaidy/awesome-web-design) - For digital designers. - [JMeter](https://github.com/aliesbelik/awesome-jmeter) - Load testing and performance measurement tool. From b29efd88b44527d4fe13c36b1313c4c280cc129b Mon Sep 17 00:00:00 2001 From: Avi Aryan Date: Mon, 20 Feb 2017 15:09:05 +0530 Subject: [PATCH 002/104] Add No-Login Web Apps (#878) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e205981..ff0f8b6 100644 --- a/readme.md +++ b/readme.md @@ -497,6 +497,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Web Design](https://github.com/nicolesaidy/awesome-web-design) - For digital designers. - [JMeter](https://github.com/aliesbelik/awesome-jmeter) - Load testing and performance measurement tool. - [Creative Coding](https://github.com/terkelg/awesome-creative-coding) - Programming something expressive instead of something functional. +- [No-Login Web Apps](https://github.com/aviaryan/awesome-no-login-web-apps) - Web apps that work without login. ## License From 1dae836572da299416864840ec0db86f21ec08c9 Mon Sep 17 00:00:00 2001 From: Darshak Parikh Date: Tue, 7 Mar 2017 17:08:05 +0530 Subject: [PATCH 003/104] Add a link to Yeoman generator for awesome lists (#847) --- create-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-list.md b/create-list.md index 1f84065..6d42e5f 100644 --- a/create-list.md +++ b/create-list.md @@ -2,7 +2,7 @@ - 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. -- 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. +- 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. You might find [this Yeoman generator](https://github.com/dar5hak/generator-awesome-list) useful. - **Wait at least 30 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. From 22484bc98f72927bcf575d85fa1e995e1b29f3a6 Mon Sep 17 00:00:00 2001 From: James Osborn Date: Tue, 7 Mar 2017 11:43:03 +0000 Subject: [PATCH 004/104] Add Testing (#869) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ff0f8b6..3128c29 100644 --- a/readme.md +++ b/readme.md @@ -498,6 +498,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [JMeter](https://github.com/aliesbelik/awesome-jmeter) - Load testing and performance measurement tool. - [Creative Coding](https://github.com/terkelg/awesome-creative-coding) - Programming something expressive instead of something functional. - [No-Login Web Apps](https://github.com/aviaryan/awesome-no-login-web-apps) - Web apps that work without login. +- [Testing](https://github.com/TheJambo/awesome-testing) - Software testing. ## License From 0c05ffea5a709532be1638bf8c9ab44d9cf561c2 Mon Sep 17 00:00:00 2001 From: John Jago Date: Tue, 7 Mar 2017 05:54:30 -0600 Subject: [PATCH 005/104] Add Free Software (#810) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3128c29..228bc15 100644 --- a/readme.md +++ b/readme.md @@ -499,6 +499,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Creative Coding](https://github.com/terkelg/awesome-creative-coding) - Programming something expressive instead of something functional. - [No-Login Web Apps](https://github.com/aviaryan/awesome-no-login-web-apps) - Web apps that work without login. - [Testing](https://github.com/TheJambo/awesome-testing) - Software testing. +- [Free Software](https://github.com/johnjago/awesome-free-software) - Free as in freedom. ## License From 0b27cc65fe340fdc15dfb2e8fd192d2b877cfdee Mon Sep 17 00:00:00 2001 From: Lucas Bassetti Date: Tue, 14 Mar 2017 15:05:52 -0300 Subject: [PATCH 006/104] Add Less (#845) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 228bc15..6bbf310 100644 --- a/readme.md +++ b/readme.md @@ -197,6 +197,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Browserify](https://github.com/ungoldman/awesome-browserify) - Module bundler. - [Sass](https://github.com/Famolus/awesome-sass) - CSS preprocessor. - [Ant Design](https://github.com/websemantics/awesome-ant-design) - Enterprise-class UI design language. +- [Less](https://github.com/LucasBassetti/awesome-less) - CSS preprocessor. ## Back-End Development From 45dc054f7c48ad4e553537a0f0ad387f27606c60 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 15 Mar 2017 01:11:10 +0700 Subject: [PATCH 007/104] Minor markdown tweak --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6bbf310..784ecbd 100644 --- a/readme.md +++ b/readme.md @@ -11,12 +11,12 @@ - [What is an awesome list?](awesome.md) - [Contribution guide](contributing.md) - [Creating a list](create-list.md) -- [Buy a sticker](https://www.stickermule.com/marketplace/10034-awesome) +- [Sticker](https://www.stickermule.com/marketplace/10034-awesome) - [Chat](https://gitter.im/sindresorhus/awesome) Just type [`awesome.re`](https://awesome.re) to go here. ✨ -- +--- Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](https://twitter.com/sindresorhus). From e1ca450744ca3c9b686a93525966e23bfc353fb3 Mon Sep 17 00:00:00 2001 From: Terry Taewoong Um Date: Tue, 14 Mar 2017 15:18:37 -0400 Subject: [PATCH 008/104] Add Deep Learning Papers (#885) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 784ecbd..19f2f18 100644 --- a/readme.md +++ b/readme.md @@ -240,6 +240,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Computer Vision](https://github.com/jbhuang0604/awesome-computer-vision) - [Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning) - Neural networks. - [TensorFlow](https://github.com/jtoy/awesome-tensorflow) - Library for machine intelligence. + - [Papers](https://github.com/terryum/awesome-deep-learning-papers) - The most cited deep learning papers. - [Deep Vision](https://github.com/kjw0612/awesome-deep-vision) - [Open Source Society University](https://github.com/open-source-society/computer-science) - [Functional Programming](https://github.com/lucasviola/awesome-functional-programming) From 3c5251600923fb88d37b42bd65980f96ee50cfee Mon Sep 17 00:00:00 2001 From: Giedrius Jaloveckas Date: Tue, 14 Mar 2017 21:34:53 +0200 Subject: [PATCH 009/104] Add Framer (#909) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 19f2f18..9a86d41 100644 --- a/readme.md +++ b/readme.md @@ -502,6 +502,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [No-Login Web Apps](https://github.com/aviaryan/awesome-no-login-web-apps) - Web apps that work without login. - [Testing](https://github.com/TheJambo/awesome-testing) - Software testing. - [Free Software](https://github.com/johnjago/awesome-free-software) - Free as in freedom. +- [Framer](https://github.com/podo/awesome-framer) - Prototyping interactive UI designs. ## License From d97c22994f10e33f76c2549cb004cd89957efe92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Serna?= Date: Wed, 15 Mar 2017 01:14:35 -0300 Subject: [PATCH 010/104] Add Markdown (#844) --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 9a86d41..11ed83f 100644 --- a/readme.md +++ b/readme.md @@ -495,6 +495,8 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [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. +- [Web Design](https://github.com/nicolesaidy/awesome-web-design) - Resources for digital designers. - [SaltStack](https://github.com/hbokh/awesome-saltstack) - Python-based config management system. - [Web Design](https://github.com/nicolesaidy/awesome-web-design) - For digital designers. - [JMeter](https://github.com/aliesbelik/awesome-jmeter) - Load testing and performance measurement tool. @@ -503,6 +505,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Testing](https://github.com/TheJambo/awesome-testing) - Software testing. - [Free Software](https://github.com/johnjago/awesome-free-software) - Free as in freedom. - [Framer](https://github.com/podo/awesome-framer) - Prototyping interactive UI designs. +- [Markdown](https://github.com/BubuAnabelas/awesome-markdown) - Markup language. ## License From 6dfc625b7f7cfefa66fa5ee69966aa9c6aedf6c8 Mon Sep 17 00:00:00 2001 From: Adrian Baran Date: Fri, 17 Mar 2017 16:45:10 +0100 Subject: [PATCH 011/104] Remove duplicated entry of Web Design and Alfred Workflows (#912) --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 11ed83f..61343c7 100644 --- a/readme.md +++ b/readme.md @@ -495,8 +495,6 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [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. -- [Web Design](https://github.com/nicolesaidy/awesome-web-design) - Resources for digital designers. - [SaltStack](https://github.com/hbokh/awesome-saltstack) - Python-based config management system. - [Web Design](https://github.com/nicolesaidy/awesome-web-design) - For digital designers. - [JMeter](https://github.com/aliesbelik/awesome-jmeter) - Load testing and performance measurement tool. From 669cfedcd7403df31a0f324c8c8ea3a7aee01bf0 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 21 Mar 2017 21:18:15 +0700 Subject: [PATCH 012/104] =?UTF-8?q?=E2=9C=A8=20Prelaunching=20the=20Awesom?= =?UTF-8?q?e=20Weekly=20newsletter!=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index 61343c7..3d60505 100644 --- a/readme.md +++ b/readme.md @@ -1,24 +1,33 @@

-
- awesome -
+ Awesome

-> A curated list of awesome lists +
+
-- [What is an awesome list?](awesome.md) -- [Contribution guide](contributing.md) -- [Creating a list](create-list.md) -- [Sticker](https://www.stickermule.com/marketplace/10034-awesome) -- [Chat](https://gitter.im/sindresorhus/awesome) +

+ ✨ Prelaunching the Awesome Weekly newsletter! ✨ +

-Just type [`awesome.re`](https://awesome.re) to go here. ✨ +
--- -Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](https://twitter.com/sindresorhus). +

+ What is an awesome list?    + Contribution guide    + Creating a list    + Sticker    + Chat +

+ +
+ +

+ Just type awesome.re to go here. Check out my blog and follow me on Twitter. +

## Contents From 9e913e1ba8230213925726a7e74b542b8c6a7921 Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Thu, 23 Mar 2017 15:52:05 -0400 Subject: [PATCH 013/104] Use correct names for both versions (#919) the latest version of angular prefers to just be called `angular`, as the version increases every 6 months, while the original one remains with `JS` appended --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3d60505..839111c 100644 --- a/readme.md +++ b/readme.md @@ -161,8 +161,8 @@ - [Relay](https://github.com/expede/awesome-relay) - Framework for building data-driven React apps. - [Web Components](https://github.com/mateusortiz/webcomponents-the-right-way) - [Polymer](https://github.com/Granze/awesome-polymer) -- [Angular 2](https://github.com/AngularClass/awesome-angular2) - App framework. -- [Angular](https://github.com/gianarb/awesome-angularjs) - App framework. +- [Angular](https://github.com/AngularClass/awesome-angular) - App framework. +- [AngularJS](https://github.com/gianarb/awesome-angularjs) - App framework. - [Backbone](https://github.com/sadcitizen/awesome-backbone) - App framework. - [HTML5](https://github.com/diegocard/awesome-html5) - [SVG](https://github.com/willianjusten/awesome-svg) From f83c5da006537ea9451ad4ee1f81e1049b54d872 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 24 Mar 2017 10:31:23 +0700 Subject: [PATCH 014/104] Remove the Angular v1 list It's legacy and better to focus on the modern Angular list Fixes #919 --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 839111c..94ee8fa 100644 --- a/readme.md +++ b/readme.md @@ -162,7 +162,6 @@ - [Web Components](https://github.com/mateusortiz/webcomponents-the-right-way) - [Polymer](https://github.com/Granze/awesome-polymer) - [Angular](https://github.com/AngularClass/awesome-angular) - App framework. -- [AngularJS](https://github.com/gianarb/awesome-angularjs) - App framework. - [Backbone](https://github.com/sadcitizen/awesome-backbone) - App framework. - [HTML5](https://github.com/diegocard/awesome-html5) - [SVG](https://github.com/willianjusten/awesome-svg) From 35dc519241e9b1c9cdcc4258c20847784d782f96 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 24 Mar 2017 10:32:56 +0700 Subject: [PATCH 015/104] Remove link to the Chat It was an experiment that turned out to not work out. Probably my fault. --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 94ee8fa..b703196 100644 --- a/readme.md +++ b/readme.md @@ -19,8 +19,7 @@ What is an awesome list?    Contribution guide    Creating a list    - Sticker    - Chat + Sticker


From ea051c79e1b0f888cbf4ea47600fc553f3a06a34 Mon Sep 17 00:00:00 2001 From: Peter Matseykanets Date: Sat, 1 Apr 2017 01:08:46 -0400 Subject: [PATCH 016/104] Add PostgreSQL (#808) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b703196..9e1f558 100644 --- a/readme.md +++ b/readme.md @@ -350,6 +350,7 @@ - [MongoDB](https://github.com/ramnes/awesome-mongodb) - NoSQL database. - [RethinkDB](https://github.com/d3viant0ne/awesome-rethinkdb) - [TinkerPop](https://github.com/mohataher/awesome-tinkerpop) - Graph computing framework. +- [PostgreSQL](https://github.com/dhamaniasad/awesome-postgres) - Object-relational database. ## Media From 0e50bc8c35ee773f3201846740b2561a5e65d9a0 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 1 Apr 2017 13:09:47 +0700 Subject: [PATCH 017/104] Improve the pull request template Fixes #908 --- pull_request_template.md | 59 ++++++++++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 21 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index 0de3169..44c5853 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,31 +1,48 @@ - -**[Insert URL to the list here.]** + -**[Explain what this list is about and why it should be included here.]** + + + +**[Insert URL to the list here]** + +**[Explain what this list is about and why it should be included here]** # By submitting this pull request I confirm I've read and complied with the below requirements. -Failure to properly do so will just result in the pull request being closed and everyone's time wasted. Please read it twice. Most people miss many things. +**Please read it multiple times. I spent a lot of time on these guidelines and most people miss a lot.** - I have read and understood the [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md) and the [instructions for creating a list](https://github.com/sindresorhus/awesome/blob/master/create-list.md). -- This pull request has a descriptive title. For example, `Add Name of List`, not `Update readme.md` or `Add awesome list`. -- The entry in the Awesome list should include a short description about the list project/theme (not the list itself), and should be added at the bottom of the appropriate category. -- The list I added - - **has been around for at least 30 days,** - - is the result of hard work and is the best I could possibly produce, - - is a non-generated Markdown file in a GitHub repo, - - is not a duplicate, - - includes a succinct description of the project/theme at the top ([example](https://github.com/willempienaar/awesome-quantified-self)), - - includes a project logo/illustration (whenever possible) at the top right of the readme ([example](https://github.com/sindresorhus/awesome-electron)). (The logo should link to the project website or any relevant website. The logo should be high-DPI, so set it to maximum half the width of the original image.), - - only has awesome items **with descriptions** *(Awesome lists are curations of the best, not of everything)*, - - contains the [awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge) on the right side of the list heading, - - 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)* *(If you use a license badge, it should be SVG, not PNG)*, - - has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines), - - doesn't include a Travis badge, - - has been checked for inconsistent formatting, spelling, and grammar: - - Each link description starts with an uppercase character and ends with a period. +- This pull request has a descriptive title.
For example, `Add Name of List`, not `Update readme.md` or `Add awesome list`. +- The entry in the Awesome list should: + - Include a short description about the list project/theme. It should not describe the list itself.
Example: `- [Fish](…) - User-friendly shell.` + - Be added at the bottom of the appropriate category. +- The list I'm submitting complies with these requirements: + - **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. + - It's the result of hard work and the best I could possibly produce. + - Non-generated Markdown file in a GitHub repo. + - The repo should have the following [GitHub topics](https://help.github.com/articles/about-topics) set: `awesome-list`, `awesome`, `list`. I encourage you to add more relevant topics. + - Not a duplicate. + - Includes a succinct description of the project/theme at the top of the readme. [(Example)](https://github.com/willempienaar/awesome-quantified-self) + - Only has awesome items. Awesome lists are curations of the best, not everything. + - Includes a project logo/illustration whenever possible. + - 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. + - Has the [Awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge) on the right side of the list heading, + - Has a Table of Contents section. + - Should be named `Contents`, not `Table of Contents`. + - Should be the first section in the list. + - Has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license). + - That means something like CC0, **not a code licence like MIT, BSD, Apache, etc.** + - If you use a license badge, it should be SVG, not PNG. + - Has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines). + - The file should be named `contributing.md`. Casing is up to you. + - Has consistent formatting and proper spelling/grammar. + - Each link description starts with an uppercase character and ends with a period.
Example: `- [AVA](…) - JavaScript test runner.` - Drop all the `A` / `An` prefixes in the descriptions. - Consistent naming. For example, `Node.js`, not `NodeJS` or `node.js`. + - Doesn't include a Travis badge.
You can still use Travis for list linting, but the badge has no value in the readme. +- Go to the top and read it again. From ec70040049cb036dd0800dabb754027148dc4825 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 2 Apr 2017 10:58:03 +0700 Subject: [PATCH 018/104] Remove Doctrine See: https://github.com/sindresorhus/awesome/issues/927#issuecomment-290915355 --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 9e1f558..dfc3284 100644 --- a/readme.md +++ b/readme.md @@ -346,7 +346,6 @@ - [SQLAlchemy](https://github.com/dahlia/awesome-sqlalchemy) - [InfluxDB](https://github.com/mark-rushakoff/awesome-influxdb) - [Neo4j](https://github.com/Neueda4j/awesome-neo4j) -- [Doctrine](https://github.com/TomasVotruba/awesome-doctrine) - PHP ORM. - [MongoDB](https://github.com/ramnes/awesome-mongodb) - NoSQL database. - [RethinkDB](https://github.com/d3viant0ne/awesome-rethinkdb) - [TinkerPop](https://github.com/mohataher/awesome-tinkerpop) - Graph computing framework. From 89c2fa02c3bf8e9d9d6184e6fe17184b8f9a6468 Mon Sep 17 00:00:00 2001 From: Grzesiek W Date: Sun, 16 Apr 2017 20:42:00 +0200 Subject: [PATCH 019/104] Fix incorrect dash used (#935) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dfc3284..c651056 100644 --- a/readme.md +++ b/readme.md @@ -395,7 +395,7 @@ - [Umbraco](https://github.com/leekelleher/awesome-umbraco) - [Refinery CMS](https://github.com/refinerycms-contrib/awesome-refinerycms) - Ruby on Rails CMS. -- [Wagtail](https://github.com/springload/awesome-wagtail) – Django CMS focused on flexibility and user experience. +- [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. - [Drupal](https://github.com/nirgn975/awesome-drupal) - Extensible PHP-based CMS. From b79cbfe5a5b9ded9436132585c96638d31c21774 Mon Sep 17 00:00:00 2001 From: Quang Van Date: Wed, 19 Apr 2017 02:31:44 -0400 Subject: [PATCH 020/104] Add CouchDB (#887) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index c651056..06dbad0 100644 --- a/readme.md +++ b/readme.md @@ -350,6 +350,7 @@ - [RethinkDB](https://github.com/d3viant0ne/awesome-rethinkdb) - [TinkerPop](https://github.com/mohataher/awesome-tinkerpop) - Graph computing framework. - [PostgreSQL](https://github.com/dhamaniasad/awesome-postgres) - Object-relational database. +- [CouchDB](https://github.com/quangv/awesome-couchdb) - Document-oriented NoSQL database. ## Media From 9165e643360f9568669a67149319b6251fd614a5 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 19 Apr 2017 13:35:48 +0700 Subject: [PATCH 021/104] Add a couple more descriptions --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 06dbad0..3609fe2 100644 --- a/readme.md +++ b/readme.md @@ -185,7 +185,7 @@ - [Offline-First](https://github.com/pazguille/offline-first) - [Static Website Services](https://github.com/aharris88/awesome-static-website-services) - [A-Frame VR](https://github.com/aframevr/awesome-aframe) - Virtual reality. -- [Cycle.js](https://github.com/cyclejs-community/awesome-cyclejs) +- [Cycle.js](https://github.com/cyclejs-community/awesome-cyclejs) - Functional and reactive JavaScript framework. - [Text Editing](https://github.com/dok/awesome-text-editing) - [Motion UI Design](https://github.com/fliptheweb/motion-ui-design) - [Vue.js](https://github.com/vuejs/awesome-vue) - App framework. @@ -194,7 +194,7 @@ - [Charting](https://github.com/zingchart/awesome-charting) - [Ionic Framework 2](https://github.com/candelibas/awesome-ionic2) - [Chrome DevTools](https://github.com/ChromeDevTools/awesome-chrome-devtools) -- [PostCSS](https://github.com/jjaderg/awesome-postcss) +- [PostCSS](https://github.com/jjaderg/awesome-postcss) - CSS preprocessor. - [Draft.js](https://github.com/nikgraf/awesome-draft-js) - Rich text editor framework for React. - [Service Workers](https://github.com/TalAter/awesome-service-workers) - [Progressive Web Apps](https://github.com/TalAter/awesome-progressive-web-apps) @@ -349,7 +349,7 @@ - [MongoDB](https://github.com/ramnes/awesome-mongodb) - NoSQL database. - [RethinkDB](https://github.com/d3viant0ne/awesome-rethinkdb) - [TinkerPop](https://github.com/mohataher/awesome-tinkerpop) - Graph computing framework. -- [PostgreSQL](https://github.com/dhamaniasad/awesome-postgres) - Object-relational database. +- [PostgreSQL](https://github.com/dhamaniasad/awesome-postgres) - Object-relational database. - [CouchDB](https://github.com/quangv/awesome-couchdb) - Document-oriented NoSQL database. From 2fca0ed4725670ade03b8619691e95079b3d167c Mon Sep 17 00:00:00 2001 From: Spencer Date: Wed, 19 Apr 2017 21:51:08 -0500 Subject: [PATCH 022/104] Add WebGL (#894) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3609fe2..c69a16c 100644 --- a/readme.md +++ b/readme.md @@ -205,6 +205,7 @@ - [Sass](https://github.com/Famolus/awesome-sass) - CSS preprocessor. - [Ant Design](https://github.com/websemantics/awesome-ant-design) - Enterprise-class UI design language. - [Less](https://github.com/LucasBassetti/awesome-less) - CSS preprocessor. +- [WebGL](https://github.com/sjfricke/awesome-webgl) - JavaScript API for rendering 3D graphics. ## Back-End Development From 1dd0a1cbf75ed92333dc564ae715bde41c606567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Cimper=C5=A1ak?= Date: Fri, 21 Apr 2017 12:28:09 +0200 Subject: [PATCH 023/104] Add Dev Fun (#914) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index c69a16c..06034d9 100644 --- a/readme.md +++ b/readme.md @@ -513,6 +513,7 @@ - [Free Software](https://github.com/johnjago/awesome-free-software) - Free as in freedom. - [Framer](https://github.com/podo/awesome-framer) - Prototyping interactive UI designs. - [Markdown](https://github.com/BubuAnabelas/awesome-markdown) - Markup language. +- [Dev Fun](https://github.com/mislavcimpersak/awesome-dev-fun) - Funny developer projects. ## License From 44c7d482a122c8db91559ec0971a8a656a5b57c2 Mon Sep 17 00:00:00 2001 From: Quentin Goinaud Date: Sat, 22 Apr 2017 14:40:34 +0200 Subject: [PATCH 024/104] Add Construct 2 (#902) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 06034d9..094bd12 100644 --- a/readme.md +++ b/readme.md @@ -308,6 +308,7 @@ - [LÖVE](https://github.com/love2d-community/awesome-love2d) - Game engine. - [PICO-8](https://github.com/felipebueno/awesome-PICO-8) - Fantasy console. - [Game Boy Development](https://github.com/avivace/awesome-gbdev) +- [Construct 2](https://github.com/armaldio/awesome-construct) - Game engine. ## Development Environment From ba90d393ccdc54f418345071a2374c4b136de37d Mon Sep 17 00:00:00 2001 From: Boik Date: Sun, 23 Apr 2017 22:59:55 +0800 Subject: [PATCH 025/104] Add Web Security (#898) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 094bd12..9083fa4 100644 --- a/readme.md +++ b/readme.md @@ -392,6 +392,7 @@ - [Honeypots](https://github.com/paralax/awesome-honeypots) - Deception trap, designed to entice an attacker into attempting to compromise the information systems in an organization. - [Incident Response](https://github.com/meirwah/awesome-incident-response) - [Vehicle Security and Car Hacking](https://github.com/jaredmichaelsmith/awesome-vehicle-security) +- [Web Security](https://github.com/qazbnm456/awesome-web-security) - Security of web apps & services. ## Content Management Systems From 8dac3e12b8321d0b41712bec91e7fb9fd3453031 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 23 Apr 2017 22:05:30 +0700 Subject: [PATCH 026/104] Remove leftover trailing whitespace --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9083fa4..5f160c0 100644 --- a/readme.md +++ b/readme.md @@ -205,7 +205,7 @@ - [Sass](https://github.com/Famolus/awesome-sass) - CSS preprocessor. - [Ant Design](https://github.com/websemantics/awesome-ant-design) - Enterprise-class UI design language. - [Less](https://github.com/LucasBassetti/awesome-less) - CSS preprocessor. -- [WebGL](https://github.com/sjfricke/awesome-webgl) - JavaScript API for rendering 3D graphics. +- [WebGL](https://github.com/sjfricke/awesome-webgl) - JavaScript API for rendering 3D graphics. ## Back-End Development From 8069849184881e94f0a18f34af36cbc10782553c Mon Sep 17 00:00:00 2001 From: Ademola Date: Mon, 24 Apr 2017 09:34:56 +0100 Subject: [PATCH 027/104] Add Preact (#941) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5f160c0..2d8ae70 100644 --- a/readme.md +++ b/readme.md @@ -206,6 +206,7 @@ - [Ant Design](https://github.com/websemantics/awesome-ant-design) - Enterprise-class UI design language. - [Less](https://github.com/LucasBassetti/awesome-less) - CSS preprocessor. - [WebGL](https://github.com/sjfricke/awesome-webgl) - JavaScript API for rendering 3D graphics. +- [Preact](https://github.com/ooade/awesome-preact) - App framework. ## Back-End Development From e77025a56bbae40375095a11584ce19994d4040f Mon Sep 17 00:00:00 2001 From: David van Leeuwen Date: Sun, 30 Apr 2017 12:12:20 +0200 Subject: [PATCH 028/104] Add Events in the Netherlands (#923) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2d8ae70..dac405b 100644 --- a/readme.md +++ b/readme.md @@ -517,6 +517,7 @@ - [Framer](https://github.com/podo/awesome-framer) - Prototyping interactive UI designs. - [Markdown](https://github.com/BubuAnabelas/awesome-markdown) - Markup language. - [Dev Fun](https://github.com/mislavcimpersak/awesome-dev-fun) - Funny developer projects. +- [Events in the Netherlands](https://github.com/awkward/awesome-netherlands-events) - Tech-related events in the Netherlands. ## License From 5c06f1cae933c670532e0b249ea2880ba08cbcf0 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 30 Apr 2017 17:31:53 +0700 Subject: [PATCH 029/104] Minor tweaks to guidelines --- pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index 44c5853..700a967 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -16,15 +16,15 @@ - I have read and understood the [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md) and the [instructions for creating a list](https://github.com/sindresorhus/awesome/blob/master/create-list.md). - This pull request has a descriptive title.
For example, `Add Name of List`, not `Update readme.md` or `Add awesome list`. - The entry in the Awesome list should: - - Include a short description about the list project/theme. It should not describe the list itself.
Example: `- [Fish](…) - User-friendly shell.` + - Include a short description about the project/theme of the list. **It should not describe the list itself.**
Example: `- [Fish](…) - User-friendly shell.`, not `- [Fish](…) - Resources for Fish.`. - Be added at the bottom of the appropriate category. - The list I'm submitting complies with these requirements: - **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. - It's the result of hard work and the best I could possibly produce. - Non-generated Markdown file in a GitHub repo. - - The repo should have the following [GitHub topics](https://help.github.com/articles/about-topics) set: `awesome-list`, `awesome`, `list`. I encourage you to add more relevant topics. + - **Includes a succinct description of the project/theme at the top of the readme.** [(Example)](https://github.com/willempienaar/awesome-quantified-self) + - 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. - - Includes a succinct description of the project/theme at the top of the readme. [(Example)](https://github.com/willempienaar/awesome-quantified-self) - Only has awesome items. Awesome lists are curations of the best, not everything. - Includes a project logo/illustration whenever possible. - Placed at the top-right of the readme. [(Example)](https://github.com/sindresorhus/awesome-electron) @@ -43,6 +43,6 @@ - Has consistent formatting and proper spelling/grammar. - Each link description starts with an uppercase character and ends with a period.
Example: `- [AVA](…) - JavaScript test runner.` - Drop all the `A` / `An` prefixes in the descriptions. - - Consistent naming. For example, `Node.js`, not `NodeJS` or `node.js`. + - Consistent and correct naming. For example, `Node.js`, not `NodeJS` or `node.js`. - Doesn't include a Travis badge.
You can still use Travis for list linting, but the badge has no value in the readme. - Go to the top and read it again. From ecde581cd2e1dd51e3ce6d2ac9e1461723364572 Mon Sep 17 00:00:00 2001 From: Jasper Moelker Date: Tue, 2 May 2017 20:01:10 +0200 Subject: [PATCH 030/104] Add Progressive Enhancement (#916) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index dac405b..03b3388 100644 --- a/readme.md +++ b/readme.md @@ -207,6 +207,7 @@ - [Less](https://github.com/LucasBassetti/awesome-less) - CSS preprocessor. - [WebGL](https://github.com/sjfricke/awesome-webgl) - JavaScript API for rendering 3D graphics. - [Preact](https://github.com/ooade/awesome-preact) - App framework. +- [Progressive Enhancement](https://github.com/jbmoelker/progressive-enhancement-resources) ## Back-End Development From 4973bd4db8a96fa8bfbf54708a5f473d2fc1c3b5 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Thu, 11 May 2017 20:10:40 +0200 Subject: [PATCH 031/104] awesome-rust is now at rust-unofficial (#959) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 03b3388..53f5d5d 100644 --- a/readme.md +++ b/readme.md @@ -104,7 +104,7 @@ - [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds) - [Python](https://github.com/vinta/awesome-python) - [Asyncio](https://github.com/timofurrer/awesome-asyncio) - Asynchronous I/O in Python 3. -- [Rust](https://github.com/kud1ing/awesome-rust) +- [Rust](https://github.com/rust-unofficial/awesome-rust) - [Haskell](https://github.com/krispo/awesome-haskell) - [PureScript](https://github.com/passy/awesome-purescript) - [Go](https://github.com/avelino/awesome-go) From 9bbfa5e7da634391a951768d226eced619c5a654 Mon Sep 17 00:00:00 2001 From: Matthew Vita Date: Tue, 16 May 2017 03:16:56 -0400 Subject: [PATCH 032/104] Add Healthcare (#925) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 53f5d5d..90b90b4 100644 --- a/readme.md +++ b/readme.md @@ -519,6 +519,7 @@ - [Markdown](https://github.com/BubuAnabelas/awesome-markdown) - Markup language. - [Dev Fun](https://github.com/mislavcimpersak/awesome-dev-fun) - Funny developer projects. - [Events in the Netherlands](https://github.com/awkward/awesome-netherlands-events) - Tech-related events in the Netherlands. +- [Healthcare](https://github.com/kakoni/awesome-healthcare) - Open source healthcare software for facilities, providers, developers, policy experts, and researchers. ## License From e5c72ef1ad17af7d8002bc697a3b1c706f84b4fa Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 17 May 2017 13:30:54 +0700 Subject: [PATCH 033/104] Awesome Weekly is on Product Hunt (#963) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 90b90b4..71a3e2e 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,7 @@

✨ Prelaunching the Awesome Weekly newsletter! ✨ + Vote it up on Product Hunt


From a8cf48787338548ba3e748b24b0bae3516d6baf4 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 25 May 2017 14:48:11 +0700 Subject: [PATCH 034/104] Add Apache Spark See: https://github.com/sindresorhus/awesome/pull/895#issuecomment-303697626 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 71a3e2e..2a5635c 100644 --- a/readme.md +++ b/readme.md @@ -266,6 +266,7 @@ - [Hadoop](https://github.com/youngwookim/awesome-hadoop) - Framework for distributed storage and processing of very large data sets. - [Data Engineering](https://github.com/igorbarinov/awesome-data-engineering) - [Streaming](https://github.com/manuzhang/awesome-streaming) +- [Apache Spark](https://github.com/awesome-spark/awesome-spark) - Unified engine for large-scale data processing. ## Theory From 368742ffe24df39fdec7d3b44ecb3cbb697e8e56 Mon Sep 17 00:00:00 2001 From: DavidLamabuer Date: Thu, 25 May 2017 11:17:55 +0200 Subject: [PATCH 035/104] Add Magento 2 (#945) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2a5635c..c75351b 100644 --- a/readme.md +++ b/readme.md @@ -522,6 +522,7 @@ - [Dev Fun](https://github.com/mislavcimpersak/awesome-dev-fun) - Funny developer projects. - [Events in the Netherlands](https://github.com/awkward/awesome-netherlands-events) - Tech-related events in the Netherlands. - [Healthcare](https://github.com/kakoni/awesome-healthcare) - Open source healthcare software for facilities, providers, developers, policy experts, and researchers. +- [Magento 2](https://github.com/DavidLambauer/awesome-magento2) - Open Source eCommerce built with PHP. ## License From d38352d374201779240f9e8731ec53710abbed9e Mon Sep 17 00:00:00 2001 From: Ricky Date: Wed, 7 Jun 2017 16:29:05 -0500 Subject: [PATCH 036/104] Add description to Atom entry (#987) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c75351b..b567a12 100644 --- a/readme.md +++ b/readme.md @@ -297,7 +297,7 @@ - [Sublime Text](https://github.com/dreikanter/sublime-bookmarks) - [Vim](https://github.com/mhinz/vim-galore) - [Emacs](https://github.com/emacs-tw/awesome-emacs) -- [Atom](https://github.com/mehcode/awesome-atom) +- [Atom](https://github.com/mehcode/awesome-atom) - Open-source and hackable text editor. - [Visual Studio Code](https://github.com/viatsko/awesome-vscode) From 6db3468044930242c05b227ca600a7ae1dcaf08b Mon Sep 17 00:00:00 2001 From: Xiao Hanyu Date: Thu, 15 Jun 2017 22:01:19 +0800 Subject: [PATCH 037/104] Add TikZ (#966) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b567a12..14ebfc1 100644 --- a/readme.md +++ b/readme.md @@ -523,6 +523,7 @@ - [Events in the Netherlands](https://github.com/awkward/awesome-netherlands-events) - Tech-related events in the Netherlands. - [Healthcare](https://github.com/kakoni/awesome-healthcare) - Open source healthcare software for facilities, providers, developers, policy experts, and researchers. - [Magento 2](https://github.com/DavidLambauer/awesome-magento2) - Open Source eCommerce built with PHP. +- [TikZ](https://github.com/xiaohanyu/awesome-tikz) - Graph drawing packages for TeX/LaTeX/ConTeXt. ## License From 73f83544fc2c402f13189760379d7fe4441f704e Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 18 Jun 2017 18:12:44 +0200 Subject: [PATCH 038/104] Add WebExtensions By @bfred-it Fixes #859 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 14ebfc1..e2523d4 100644 --- a/readme.md +++ b/readme.md @@ -82,6 +82,7 @@ - [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. - [Qt](https://github.com/JesseTG/awesome-qt) - Cross-platform GUI app framework. +- [WebExtensions](https://github.com/bfred-it/Awesome-WebExtensions) - Cross-browser extension system. ## Programming Languages From 899af7e69ee468d83d51b1f8dd88e6edd807d94c Mon Sep 17 00:00:00 2001 From: Victor Laerte Oliveira Date: Sun, 18 Jun 2017 14:07:58 -0300 Subject: [PATCH 039/104] Add IT Quotes (#903) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e2523d4..2899007 100644 --- a/readme.md +++ b/readme.md @@ -344,6 +344,7 @@ - [Fantasy](https://github.com/RichardLitt/awesome-fantasy) - [Podcasts](https://github.com/guipdutra/awesome-geek-podcasts) - [Email Newsletters](https://github.com/vredniy/awesome-newsletters) +- [IT Quotes](https://github.com/victorlaerte/awesome-it-quotes) ## Databases From 5cd079ecfc2b723606b2d3d01a65fb829925e97e Mon Sep 17 00:00:00 2001 From: Ricky Date: Sat, 1 Jul 2017 17:13:16 -0500 Subject: [PATCH 040/104] Add description to Node.js entry (#997) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2899007..0a65b91 100644 --- a/readme.md +++ b/readme.md @@ -58,7 +58,7 @@ ## Platforms -- [Node.js](https://github.com/sindresorhus/awesome-nodejs) +- [Node.js](https://github.com/sindresorhus/awesome-nodejs) - JavaScript runtime built on Chrome's V8 JavaScript engine. - [Frontend Development](https://github.com/dypsilon/frontend-dev-bookmarks) - [iOS](https://github.com/vsouza/awesome-ios) - [Android](https://github.com/JStumpp/awesome-android) From b359fbc6bb9413e7b827daa425ecbaf4770884bb Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 6 Jul 2017 16:21:27 -0400 Subject: [PATCH 041/104] Remove Endangered Languages list (#936) --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 0a65b91..ba55552 100644 --- a/readme.md +++ b/readme.md @@ -458,7 +458,6 @@ - [REST](https://github.com/marmelab/awesome-rest) - [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) - [Continuous Delivery](https://github.com/ciandcd/awesome-ciandcd) - [Services Engineering](https://github.com/mmcgrana/services-engineering) - [Free for Developers](https://github.com/ripienaar/free-for-dev) From d11134003fa764bbec9979163aeaf8c0247f6c72 Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman Date: Thu, 6 Jul 2017 16:24:11 -0400 Subject: [PATCH 042/104] Add npm scripts (#944) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ba55552..90dbeec 100644 --- a/readme.md +++ b/readme.md @@ -101,6 +101,7 @@ - [ESLint](https://github.com/dustinspecker/awesome-eslint) - Linter. - [Functional Programming](https://github.com/stoeffel/awesome-fp-js) - [Observables](https://github.com/sindresorhus/awesome-observables) + - [npm scripts](https://github.com/RyanZim/awesome-npm-scripts) - Task runner. - [Swift](https://github.com/matteocrippa/awesome-swift) - [Education](https://github.com/hsavit1/Awesome-Swift-Education) - [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds) From 0fb5f0730e670dcf46bf5d86595093ceea45e118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian-Robert=20St=C3=B6ter?= Date: Thu, 6 Jul 2017 23:37:55 +0200 Subject: [PATCH 043/104] Add Python Scientific Audio (#930) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 90dbeec..f86aeec 100644 --- a/readme.md +++ b/readme.md @@ -107,6 +107,7 @@ - [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds) - [Python](https://github.com/vinta/awesome-python) - [Asyncio](https://github.com/timofurrer/awesome-asyncio) - Asynchronous I/O in Python 3. + - [Scientific Audio](https://github.com/faroit/awesome-python-scientific-audio) - Scientific research in audio/music. - [Rust](https://github.com/rust-unofficial/awesome-rust) - [Haskell](https://github.com/krispo/awesome-haskell) - [PureScript](https://github.com/passy/awesome-purescript) From bf35ae0adae49135c93e9c5d036e7dac96d0473d Mon Sep 17 00:00:00 2001 From: Akash Tandon Date: Fri, 7 Jul 2017 14:40:41 +0530 Subject: [PATCH 044/104] Add Neuroscience (#962) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f86aeec..b35629a 100644 --- a/readme.md +++ b/readme.md @@ -527,6 +527,7 @@ - [Healthcare](https://github.com/kakoni/awesome-healthcare) - Open source healthcare software for facilities, providers, developers, policy experts, and researchers. - [Magento 2](https://github.com/DavidLambauer/awesome-magento2) - Open Source eCommerce built with PHP. - [TikZ](https://github.com/xiaohanyu/awesome-tikz) - Graph drawing packages for TeX/LaTeX/ConTeXt. +- [Neuroscience](https://github.com/analyticalmonk/awesome-neuroscience) - Study of the nervous system and brain. ## License From e048e559b360bf8e9f70b915017e754dee781d7d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 7 Jul 2017 12:17:17 +0200 Subject: [PATCH 045/104] Add Recursion Schemes By @passy --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b35629a..9acc2f1 100644 --- a/readme.md +++ b/readme.md @@ -282,6 +282,7 @@ - [Search Engine Optimization](https://github.com/marcobiedermann/search-engine-optimization) - [Competitive Programming](https://github.com/lnishan/awesome-competitive-programming) - [Math](https://github.com/rossant/awesome-math) +- [Recursion Schemes](https://github.com/passy/awesome-recursion-schemes) - Traversing nested data structures. ## Books From 381ca09df0386b91e082ccae1bcc4ee2cd24dd7a Mon Sep 17 00:00:00 2001 From: Nikolaos Kamarinakis Date: Fri, 7 Jul 2017 07:21:23 -0400 Subject: [PATCH 046/104] Add Terminals Are Sexy (#911) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 9acc2f1..51ee0c6 100644 --- a/readme.md +++ b/readme.md @@ -339,6 +339,7 @@ - [Hyper](https://github.com/bnb/awesome-hyper) - Cross-platform terminal app built on web technologies. - [PowerShell](https://github.com/janikvonrotz/awesome-powershell) - Cross-platform object-oriented shell. - [Alfred Workflows](https://github.com/derimagia/awesome-alfred-workflows) - Productivity app for macOS. +- [Terminals Are Sexy](https://github.com/k4m4/terminals-are-sexy) ## Entertainment From 165c8e574231a97245db7030d370f75ed542e15f Mon Sep 17 00:00:00 2001 From: Andrei Beliankou Date: Fri, 7 Jul 2017 13:27:13 +0200 Subject: [PATCH 047/104] Add Machine Learning with Ruby (#996) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 51ee0c6..2dcad6f 100644 --- a/readme.md +++ b/readme.md @@ -246,6 +246,7 @@ - [Data Science](https://github.com/okulbilisim/awesome-datascience) - [Machine Learning](https://github.com/josephmisiti/awesome-machine-learning) - [Tutorials](https://github.com/ujjwalkarn/Machine-Learning-Tutorials) + - [ML with Ruby](https://github.com/arbox/machine-learning-with-ruby) - Learning, implementing, and applying Machine Learning using Ruby. - [Speech and Natural Language Processing](https://github.com/edobashira/speech-language-processing) - [Spanish](https://github.com/dav009/awesome-spanish-nlp) - [NLP with Ruby](https://github.com/arbox/nlp-with-ruby) From ed338f5eba5aceb87639f1ff0b874912523197ae Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Fri, 7 Jul 2017 16:02:05 +0200 Subject: [PATCH 048/104] Add RubyMotion (#965) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2dcad6f..2c8f261 100644 --- a/readme.md +++ b/readme.md @@ -83,6 +83,7 @@ - [Raspberry Pi](https://github.com/thibmaek/awesome-raspberry-pi) - Credit card-sized computer aimed at teaching kids programming, but capable of a lot more. - [Qt](https://github.com/JesseTG/awesome-qt) - Cross-platform GUI app framework. - [WebExtensions](https://github.com/bfred-it/Awesome-WebExtensions) - Cross-browser extension system. +- [RubyMotion](https://github.com/motion-open-source/awesome-rubymotion) - Write cross-platform native apps for iOS, Android, macOS, tvOS, and watchOS in Ruby. ## Programming Languages From 083410ba20f5bd5397a2127d28c631e11f431e7e Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 7 Jul 2017 23:45:54 +0200 Subject: [PATCH 049/104] Update pull_request_template.md --- pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pull_request_template.md b/pull_request_template.md index 700a967..4eee0d6 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -35,6 +35,7 @@ - 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 sub-lists, preferably none. - Has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license). - That means something like CC0, **not a code licence like MIT, BSD, Apache, etc.** - If you use a license badge, it should be SVG, not PNG. From edce93bcd7718086e0a26f5d86e0a311b0966ea6 Mon Sep 17 00:00:00 2001 From: Vitaliy Potapov Date: Sat, 15 Jul 2017 20:12:45 +0300 Subject: [PATCH 050/104] Add Smart TV (#998) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2c8f261..e48703c 100644 --- a/readme.md +++ b/readme.md @@ -84,6 +84,7 @@ - [Qt](https://github.com/JesseTG/awesome-qt) - Cross-platform GUI app framework. - [WebExtensions](https://github.com/bfred-it/Awesome-WebExtensions) - Cross-browser extension system. - [RubyMotion](https://github.com/motion-open-source/awesome-rubymotion) - Write cross-platform native apps for iOS, Android, macOS, tvOS, and watchOS in Ruby. +- [Smart TV](https://github.com/vitalets/awesome-smart-tv) - Create apps for different TV platforms. ## Programming Languages From 4129e51e8355100550c0d01bbd0577bc752e2251 Mon Sep 17 00:00:00 2001 From: Miguel Piedrafita Date: Thu, 20 Jul 2017 11:17:32 +0100 Subject: [PATCH 051/104] Update README URLs based on HTTP redirects (#1011) --- readme.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/readme.md b/readme.md index e48703c..9ac19ac 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@

- ✨ Prelaunching the Awesome Weekly newsletter! ✨ + ✨ Prelaunching the Awesome Weekly newsletter! ✨ Vote it up on Product Hunt

@@ -26,7 +26,7 @@

- Just type awesome.re to go here. Check out my blog and follow me on Twitter. + Just type awesome.re to go here. Check out my blog and follow me on Twitter.

@@ -91,7 +91,7 @@ - [JavaScript](https://github.com/sorrycc/awesome-javascript) - [Promises](https://github.com/wbinnssmith/awesome-promises) - - [Standard Style](https://github.com/feross/awesome-standard) + - [Standard Style](https://github.com/standard/awesome-standard) - [Must Watch Talks](https://github.com/bolshchikov/js-must-watch) - [Tips](https://github.com/loverajoel/jstips) - [Network Layer](https://github.com/Kikobeats/awesome-network-js) @@ -143,7 +143,7 @@ - [PHP](https://github.com/ziadoz/awesome-php) - [Composer](https://github.com/jakoch/awesome-composer) - Package manager. - [Delphi](https://github.com/Fr0sT-Brutal/awesome-delphi) -- [Assembler](https://github.com/brainblowjob/awesome-asm) +- [Assembler](https://github.com/jaspergould/awesome-asm) - [AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey) - [AutoIt](https://github.com/J2TeaM/awesome-AutoIt) - [Crystal](https://github.com/veelenga/awesome-crystal) @@ -198,7 +198,7 @@ - [Marionette.js](https://github.com/sadcitizen/awesome-marionette) - App framework. - [Aurelia](https://github.com/behzad888/awesome-aurelia) - App framework. - [Charting](https://github.com/zingchart/awesome-charting) -- [Ionic Framework 2](https://github.com/candelibas/awesome-ionic2) +- [Ionic Framework 2](https://github.com/candelibas/awesome-ionic) - [Chrome DevTools](https://github.com/ChromeDevTools/awesome-chrome-devtools) - [PostCSS](https://github.com/jjaderg/awesome-postcss) - CSS preprocessor. - [Draft.js](https://github.com/nikgraf/awesome-draft-js) - Rich text editor framework for React. @@ -226,12 +226,12 @@ - [Play1 Framework](https://github.com/PerfectCarl/awesome-play1) - [CakePHP](https://github.com/friendsofcake/awesome-cakephp) - [Symfony](https://github.com/sitepoint/awesome-symfony) - - [Education](https://github.com/Symfonisti/awesome-symfony-education) + - [Education](https://github.com/pehapkari/awesome-symfony-education) - [Laravel](https://github.com/chiraggude/awesome-laravel) - [Education](https://github.com/fukuball/Awesome-Laravel-Education/blob/master/langs/en_US.md) - [Rails](https://github.com/ekremkaraca/awesome-rails) - [Gems](https://github.com/hothero/awesome-rails-gem) - Packages. -- [Phalcon](https://github.com/sergeyklay/awesome-phalcon) +- [Phalcon](https://github.com/phalcon/awesome-phalcon) - [Useful `.htaccess` Snippets](https://github.com/phanan/htaccess) - [nginx](https://github.com/fcambus/nginx-resources) - [Dropwizard](https://github.com/stve/awesome-dropwizard) @@ -245,7 +245,7 @@ ## Computer Science - [University Courses](https://github.com/prakhar1989/awesome-courses) -- [Data Science](https://github.com/okulbilisim/awesome-datascience) +- [Data Science](https://github.com/bulutyazilim/awesome-datascience) - [Machine Learning](https://github.com/josephmisiti/awesome-machine-learning) - [Tutorials](https://github.com/ujjwalkarn/Machine-Learning-Tutorials) - [ML with Ruby](https://github.com/arbox/machine-learning-with-ruby) - Learning, implementing, and applying Machine Learning using Ruby. @@ -290,7 +290,7 @@ ## Books -- [Free Programming Books](https://github.com/vhf/free-programming-books) +- [Free Programming Books](https://github.com/EbookFoundation/free-programming-books) - [Free Software Testing Books](https://github.com/ligurio/free-software-testing-books/blob/master/free-software-testing-books.md) - [Go Books](https://github.com/dariubs/GoBooks) - [R Books](https://github.com/RomanTsegelskyi/rbooks) @@ -328,7 +328,7 @@ - [Dev Env](https://github.com/jondot/awesome-devenv) - [Dotfiles](https://github.com/webpro/awesome-dotfiles) - [Shell](https://github.com/alebcay/awesome-shell) -- [Fish](https://github.com/fisherman/awesome-fish) - User-friendly shell. +- [Fish](https://github.com/jbucaran/awesome-fish) - User-friendly shell. - [Command-Line Apps](https://github.com/aharris88/awesome-cli-apps) - [ZSH Plugins](https://github.com/unixorn/awesome-zsh-plugins) - [GitHub](https://github.com/phillipadsmith/awesome-github) @@ -360,7 +360,7 @@ - [MySQL](https://github.com/shlomi-noach/awesome-mysql/blob/gh-pages/index.md) - [SQLAlchemy](https://github.com/dahlia/awesome-sqlalchemy) - [InfluxDB](https://github.com/mark-rushakoff/awesome-influxdb) -- [Neo4j](https://github.com/Neueda4j/awesome-neo4j) +- [Neo4j](https://github.com/neueda/awesome-neo4j) - [MongoDB](https://github.com/ramnes/awesome-mongodb) - NoSQL database. - [RethinkDB](https://github.com/d3viant0ne/awesome-rethinkdb) - [TinkerPop](https://github.com/mohataher/awesome-tinkerpop) - Graph computing framework. @@ -390,7 +390,7 @@ - [Dive into Machine Learning](https://github.com/hangtwenty/dive-into-machine-learning) - [Computer History](https://github.com/watson/awesome-computer-history) - [Programming for Kids](https://github.com/HollyAdele/awesome-programming-for-kids) -- [Educational Games](https://github.com/vinkla/awesome-educational-games) - Learn while playing. +- [Educational Games](https://github.com/yrgo/awesome-eg) - Learn while playing. - [JavaScript Learning](https://github.com/micromata/awesome-javascript-learning) @@ -404,7 +404,7 @@ - [Hacking](https://github.com/carpedm20/awesome-hacking) - [Honeypots](https://github.com/paralax/awesome-honeypots) - Deception trap, designed to entice an attacker into attempting to compromise the information systems in an organization. - [Incident Response](https://github.com/meirwah/awesome-incident-response) -- [Vehicle Security and Car Hacking](https://github.com/jaredmichaelsmith/awesome-vehicle-security) +- [Vehicle Security and Car Hacking](https://github.com/jaredthecoder/awesome-vehicle-security) - [Web Security](https://github.com/qazbnm456/awesome-web-security) - Security of web apps & services. @@ -488,12 +488,12 @@ - [Transit](https://github.com/luqmaan/awesome-transit) - [Research Tools](https://github.com/emptymalei/awesome-research) - [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/awesome-share) - [Microservices](https://github.com/mfornos/awesome-microservices) - [Unicode](https://github.com/jagracey/Awesome-Unicode) - Unicode standards, quirks, packages and resources. - [Code Points](https://github.com/Codepoints/awesome-codepoints) - [Beginner-Friendly Projects](https://github.com/MunGell/awesome-for-beginners) -- [Katas](https://github.com/gmontalvoriv/awesome-katas) +- [Katas](https://github.com/gamontalvo/awesome-katas) - [Tools for Activism](https://github.com/drewrwilson/toolsforactivism) - [Citizen Science](https://github.com/dylanrees/citizen-science) - For community-based and non-institutional scientists. - [TAP](https://github.com/sindresorhus/awesome-tap) - Test Anything Protocol. @@ -517,7 +517,7 @@ - [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. +- [Quantified Self](https://github.com/woop/awesome-quantified-self) - Self-tracking through technology. - [SaltStack](https://github.com/hbokh/awesome-saltstack) - Python-based config management system. - [Web Design](https://github.com/nicolesaidy/awesome-web-design) - For digital designers. - [JMeter](https://github.com/aliesbelik/awesome-jmeter) - Load testing and performance measurement tool. @@ -539,4 +539,4 @@ [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -To the extent possible under law, [Sindre Sorhus](http://sindresorhus.com) has waived all copyright and related or neighboring rights to this work. +To the extent possible under law, [Sindre Sorhus](https://sindresorhus.com/) has waived all copyright and related or neighboring rights to this work. From 433c9dc2b22b5f080c2f4976757caef91d88c6b1 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 21 Jul 2017 01:22:01 +0200 Subject: [PATCH 052/104] Minor tweaks --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 9ac19ac..e4ef1c0 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@

- ✨ Prelaunching the Awesome Weekly newsletter! ✨ + ✨ Prelaunching the Awesome Weekly newsletter! ✨ Vote it up on Product Hunt

@@ -26,7 +26,7 @@

- Just type awesome.re to go here. Check out my blog and follow me on Twitter. + Just type awesome.re to go here. Check out my blog and follow me on Twitter.

@@ -539,4 +539,4 @@ [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -To the extent possible under law, [Sindre Sorhus](https://sindresorhus.com/) has waived all copyright and related or neighboring rights to this work. +To the extent possible under law, [Sindre Sorhus](https://sindresorhus.com) has waived all copyright and related or neighboring rights to this work. From bd91f410ed5a22e63163f1a6801cfe63cf1c5d09 Mon Sep 17 00:00:00 2001 From: Sheon Han Date: Sat, 22 Jul 2017 11:00:50 -0400 Subject: [PATCH 053/104] Add Effective Altruism (#974) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e4ef1c0..f83da9a 100644 --- a/readme.md +++ b/readme.md @@ -533,6 +533,7 @@ - [Magento 2](https://github.com/DavidLambauer/awesome-magento2) - Open Source eCommerce built with PHP. - [TikZ](https://github.com/xiaohanyu/awesome-tikz) - Graph drawing packages for TeX/LaTeX/ConTeXt. - [Neuroscience](https://github.com/analyticalmonk/awesome-neuroscience) - Study of the nervous system and brain. +- [Effective Altruism](https://github.com/sheonhan/awesome-effective-altruism) - Evidence-driven philanthropy. ## License From 65f6b827a91a8e6144fa5e0cb10c37c70b6ea3f0 Mon Sep 17 00:00:00 2001 From: John Jago Date: Sat, 22 Jul 2017 10:24:01 -0500 Subject: [PATCH 054/104] Add Ad-Free (#1000) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f83da9a..f968d78 100644 --- a/readme.md +++ b/readme.md @@ -534,6 +534,7 @@ - [TikZ](https://github.com/xiaohanyu/awesome-tikz) - Graph drawing packages for TeX/LaTeX/ConTeXt. - [Neuroscience](https://github.com/analyticalmonk/awesome-neuroscience) - Study of the nervous system and brain. - [Effective Altruism](https://github.com/sheonhan/awesome-effective-altruism) - Evidence-driven philanthropy. +- [Ad-Free](https://github.com/johnjago/awesome-ad-free) - Ad-free alternatives. ## License From 60f5177ad3bba36eed9a3ecba01e29359c66ed6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Boixad=C3=B3s?= Date: Sat, 22 Jul 2017 23:10:29 +0200 Subject: [PATCH 055/104] Add Indie (#992) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f968d78..8d642a8 100644 --- a/readme.md +++ b/readme.md @@ -431,6 +431,7 @@ - [Open Companies](https://github.com/opencompany/awesome-open-company) - [Places to Post Your Startup](https://github.com/mmccaff/PlacesToPostYourStartup) - [OKR Methodology](https://github.com/domenicosolazzo/awesome-okr) - Goal setting & communication best practices. +- [Indie](https://github.com/mezod/awesome-indie) - Independent developer businesses. ## Work From 3a4bc57bfcf41fb474a3db2e2b08441d4d3df6a0 Mon Sep 17 00:00:00 2001 From: Ademola Adegbuyi Date: Sat, 22 Jul 2017 22:19:16 +0100 Subject: [PATCH 056/104] Add Next.js (#1014) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8d642a8..fc9e833 100644 --- a/readme.md +++ b/readme.md @@ -214,6 +214,7 @@ - [WebGL](https://github.com/sjfricke/awesome-webgl) - JavaScript API for rendering 3D graphics. - [Preact](https://github.com/ooade/awesome-preact) - App framework. - [Progressive Enhancement](https://github.com/jbmoelker/progressive-enhancement-resources) +- [Next.js](https://github.com/unicodeveloper/awesome-nextjs) - Framework for server-rendered React apps. ## Back-End Development From e5c98a6e872800a37d37a67f02592f43511730ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Sat, 22 Jul 2017 23:32:52 +0200 Subject: [PATCH 057/104] Add Esolangs (#934) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index fc9e833..5690bf3 100644 --- a/readme.md +++ b/readme.md @@ -537,6 +537,7 @@ - [Neuroscience](https://github.com/analyticalmonk/awesome-neuroscience) - Study of the nervous system and brain. - [Effective Altruism](https://github.com/sheonhan/awesome-effective-altruism) - Evidence-driven philanthropy. - [Ad-Free](https://github.com/johnjago/awesome-ad-free) - Ad-free alternatives. +- [Esolangs](https://github.com/angrykoala/awesome-esolangs) - Programming languages designed for experimentation or as jokes rather than actual use. ## License From c807b1e0a6f726e07053e9e65090ee47fca5beb8 Mon Sep 17 00:00:00 2001 From: Ricky Date: Sat, 22 Jul 2017 16:51:18 -0500 Subject: [PATCH 058/104] Add description to CakePHP and Laravel entries (#1002) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5690bf3..a33dfca 100644 --- a/readme.md +++ b/readme.md @@ -225,10 +225,10 @@ - [Vagrant](https://github.com/iJackUA/awesome-vagrant) - [Pyramid](https://github.com/uralbash/awesome-pyramid) - [Play1 Framework](https://github.com/PerfectCarl/awesome-play1) -- [CakePHP](https://github.com/friendsofcake/awesome-cakephp) +- [CakePHP](https://github.com/friendsofcake/awesome-cakephp) - PHP framework. - [Symfony](https://github.com/sitepoint/awesome-symfony) - [Education](https://github.com/pehapkari/awesome-symfony-education) -- [Laravel](https://github.com/chiraggude/awesome-laravel) +- [Laravel](https://github.com/chiraggude/awesome-laravel) - PHP framework. - [Education](https://github.com/fukuball/Awesome-Laravel-Education/blob/master/langs/en_US.md) - [Rails](https://github.com/ekremkaraca/awesome-rails) - [Gems](https://github.com/hothero/awesome-rails-gem) - Packages. From 4e5c241a42839f52902c45e3add79b7d44d96294 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Sat, 22 Jul 2017 19:51:52 -0400 Subject: [PATCH 059/104] Add Lockpicking (#1012) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index a33dfca..68435cd 100644 --- a/readme.md +++ b/readme.md @@ -407,6 +407,7 @@ - [Incident Response](https://github.com/meirwah/awesome-incident-response) - [Vehicle Security and Car Hacking](https://github.com/jaredthecoder/awesome-vehicle-security) - [Web Security](https://github.com/qazbnm456/awesome-web-security) - Security of web apps & services. +- [Lockpicking](https://github.com/meitar/awesome-lockpicking) - The art of unlocking a lock by manipulating its components without the key. ## Content Management Systems From 522ea8e6df54f784d2e4f778bc2d58230697d863 Mon Sep 17 00:00:00 2001 From: Harsh Gupta Date: Sun, 23 Jul 2017 16:31:38 +0530 Subject: [PATCH 060/104] Add ActionScript 3 (#1009) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 68435cd..2ebc412 100644 --- a/readme.md +++ b/readme.md @@ -150,6 +150,7 @@ - [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. +- [ActionScript 3](https://github.com/hgupta9/awesome-actionscript3/) - Object-oriented language targeting Adobe AIR. ## Front-End Development From 528f52f9b38021476d4150177bbe3550f93de794 Mon Sep 17 00:00:00 2001 From: Lauri Apple Date: Sun, 23 Jul 2017 13:20:02 +0200 Subject: [PATCH 061/104] Add Leading and Managing (#1001) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2ebc412..b54d8c7 100644 --- a/readme.md +++ b/readme.md @@ -434,6 +434,7 @@ - [Open Companies](https://github.com/opencompany/awesome-open-company) - [Places to Post Your Startup](https://github.com/mmccaff/PlacesToPostYourStartup) - [OKR Methodology](https://github.com/domenicosolazzo/awesome-okr) - Goal setting & communication best practices. +- [Leading and Managing](https://github.com/LappleApple/awesome-leading-and-managing) - Leading people and being a manager in a technology company/environment. - [Indie](https://github.com/mezod/awesome-indie) - Independent developer businesses. From 79ac1045318f97b21c8e68f2dfd5560b6f51f7ee Mon Sep 17 00:00:00 2001 From: Chase Giunta Date: Mon, 24 Jul 2017 14:59:03 -0500 Subject: [PATCH 062/104] Add Craft CMS (#990) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b54d8c7..36f726f 100644 --- a/readme.md +++ b/readme.md @@ -418,6 +418,7 @@ - [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. - [Drupal](https://github.com/nirgn975/awesome-drupal) - Extensible PHP-based CMS. +- [Craft CMS](https://github.com/chasegiunta/awesome-craft) - Content-first CMS. ## Hardware From bd26133181d69604eb3f2a9b9240422ed3764f28 Mon Sep 17 00:00:00 2001 From: Roald Nefs Date: Thu, 27 Jul 2017 15:07:25 +0200 Subject: [PATCH 063/104] Add Prometheus (#1015) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 36f726f..d6a3c2e 100644 --- a/readme.md +++ b/readme.md @@ -542,6 +542,7 @@ - [Effective Altruism](https://github.com/sheonhan/awesome-effective-altruism) - Evidence-driven philanthropy. - [Ad-Free](https://github.com/johnjago/awesome-ad-free) - Ad-free alternatives. - [Esolangs](https://github.com/angrykoala/awesome-esolangs) - Programming languages designed for experimentation or as jokes rather than actual use. +- [Prometheus](https://github.com/roaldnefs/awesome-prometheus) - Open-source monitoring system. ## License From 4d01099b5b965e96777930aa6ea3c9bbca5d15de Mon Sep 17 00:00:00 2001 From: stetso Date: Thu, 27 Jul 2017 16:41:20 +0200 Subject: [PATCH 064/104] Add Gideros (#969) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d6a3c2e..f81dacd 100644 --- a/readme.md +++ b/readme.md @@ -322,6 +322,7 @@ - [PICO-8](https://github.com/felipebueno/awesome-PICO-8) - Fantasy console. - [Game Boy Development](https://github.com/avivace/awesome-gbdev) - [Construct 2](https://github.com/armaldio/awesome-construct) - Game engine. +- [Gideros](https://github.com/stetso/awesome-gideros) - Game engine. ## Development Environment From 2be5293cb72b86cdd15280999ed9d557c24f0376 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 28 Jul 2017 22:46:37 +0200 Subject: [PATCH 065/104] Tweak (#1017) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f81dacd..6d1ed4a 100644 --- a/readme.md +++ b/readme.md @@ -58,7 +58,7 @@ ## Platforms -- [Node.js](https://github.com/sindresorhus/awesome-nodejs) - JavaScript runtime built on Chrome's V8 JavaScript engine. +- [Node.js](https://github.com/sindresorhus/awesome-nodejs) - JavaScript runtime built on Chrome's V8 JavaScript engine. - [Frontend Development](https://github.com/dypsilon/frontend-dev-bookmarks) - [iOS](https://github.com/vsouza/awesome-ios) - [Android](https://github.com/JStumpp/awesome-android) From 070731001a4e8656f43d44c7368ce75158d007dd Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Mon, 31 Jul 2017 12:38:29 +0200 Subject: [PATCH 066/104] Add Homematic (#982) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 6d1ed4a..3f7108f 100644 --- a/readme.md +++ b/readme.md @@ -544,6 +544,7 @@ - [Ad-Free](https://github.com/johnjago/awesome-ad-free) - Ad-free alternatives. - [Esolangs](https://github.com/angrykoala/awesome-esolangs) - Programming languages designed for experimentation or as jokes rather than actual use. - [Prometheus](https://github.com/roaldnefs/awesome-prometheus) - Open-source monitoring system. +- [Homematic](https://github.com/hobbyquaker/awesome-homematic) - Smart home devices. ## License From 225a53035e1e1bda1352ca78250fe230de4db23c Mon Sep 17 00:00:00 2001 From: Selwyn Date: Mon, 7 Aug 2017 18:41:00 +0200 Subject: [PATCH 067/104] Add Pixel Art (#976) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3f7108f..69ff11e 100644 --- a/readme.md +++ b/readme.md @@ -382,6 +382,7 @@ - [Open Source Documents](https://github.com/hubtee/awesome-opensource-documents) - [Audio Visualization](https://github.com/willianjusten/awesome-audio-visualization) - [Broadcasting](https://github.com/ebu/awesome-broadcasting) +- [Pixel Art](https://github.com/Siilwyn/awesome-pixel-art) - Pixel-level digital art. ## Learn From 62a3300016c7ace17042885607a46b9fdbf5281f Mon Sep 17 00:00:00 2001 From: Sergey Ukustov Date: Mon, 7 Aug 2017 19:53:51 +0300 Subject: [PATCH 068/104] Add Non-Financial Blockchain (#967) --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 69ff11e..20b9455 100644 --- a/readme.md +++ b/readme.md @@ -53,6 +53,7 @@ - [Business](#business) - [Work](#work) - [Networking](#networking) +- [Decentralized Systems](#decentralized-systems) - [Miscellaneous](#miscellaneous) @@ -454,10 +455,14 @@ ## Networking - [Software-Defined Networking](https://github.com/sdnds-tw/awesome-sdn) -- [Ripple](https://github.com/vhpoet/awesome-ripple) - Open source distributed settlement network. - [Network Analysis](https://github.com/briatte/awesome-network-analysis) - [PCAPTools](https://github.com/caesar0301/awesome-pcaptools) +## Decentralized Systems + +- [Bitcoin](https://github.com/igorbarinov/awesome-bitcoin) - Bitcoin services and tools for software developers. +- [Ripple](https://github.com/vhpoet/awesome-ripple) - Open source distributed settlement network. +- [Non-Financial Blockchain](https://github.com/machinomy/awesome-non-financial-blockchain) - Non-financial blockchain applications. ## Miscellaneous @@ -476,7 +481,6 @@ - [Continuous Delivery](https://github.com/ciandcd/awesome-ciandcd) - [Services Engineering](https://github.com/mmcgrana/services-engineering) - [Free for Developers](https://github.com/ripienaar/free-for-dev) -- [Bitcoin](https://github.com/igorbarinov/awesome-bitcoin) - [Answers](https://github.com/cyberglot/awesome-answers) - Stack Overflow, Quora, etc. - [Sketch](https://github.com/diessica/awesome-sketch) - Design app for macOS. - [Boilerplate Projects](https://github.com/melvin0008/awesome-projects-boilerplates) From f6c9665046c5fd346c4059db6d0816574df8763a Mon Sep 17 00:00:00 2001 From: Stefanus Date: Fri, 11 Aug 2017 01:12:20 +0200 Subject: [PATCH 069/104] Add Ledger (#984) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 20b9455..6e0f6f3 100644 --- a/readme.md +++ b/readme.md @@ -550,6 +550,7 @@ - [Esolangs](https://github.com/angrykoala/awesome-esolangs) - Programming languages designed for experimentation or as jokes rather than actual use. - [Prometheus](https://github.com/roaldnefs/awesome-prometheus) - Open-source monitoring system. - [Homematic](https://github.com/hobbyquaker/awesome-homematic) - Smart home devices. +- [Ledger](https://github.com/sfischer13/awesome-ledger) - Double-entry accounting on the command-line. ## License From fa7cc14e65c2536a70c2bc6ef2f2bb9bdeeb6da4 Mon Sep 17 00:00:00 2001 From: Stefanus Date: Fri, 11 Aug 2017 01:13:37 +0200 Subject: [PATCH 070/104] Add Eta (#985) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 6e0f6f3..c113b97 100644 --- a/readme.md +++ b/readme.md @@ -152,6 +152,7 @@ - [Frege](https://github.com/sfischer13/awesome-frege) - Haskell for the JVM. - [CMake](https://github.com/onqtam/awesome-cmake) - Build, test, and package software. - [ActionScript 3](https://github.com/hgupta9/awesome-actionscript3/) - Object-oriented language targeting Adobe AIR. +- [Eta](https://github.com/sfischer13/awesome-eta) - Functional programming language for the JVM. ## Front-End Development From 817989930b505a633779bd29042a762bde88d5d7 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 11 Aug 2017 02:09:45 +0200 Subject: [PATCH 071/104] Minor guideline improvements --- pull_request_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index 4eee0d6..27e4f41 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -31,7 +31,9 @@ - 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. - - Has the [Awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge) on the right side of the list heading, + - Includes the [Awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge). + - Should be placed on the right side of the readme heading. + - Should link back to this list. - Has a Table of Contents section. - Should be named `Contents`, not `Table of Contents`. - Should be the first section in the list. From d5abf2170d1b9030b08e42840df36c8d106e42d5 Mon Sep 17 00:00:00 2001 From: John Jago Date: Sat, 19 Aug 2017 19:10:51 -0500 Subject: [PATCH 072/104] Add Uncopyright (#1027) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index c113b97..180f65f 100644 --- a/readme.md +++ b/readme.md @@ -552,6 +552,7 @@ - [Prometheus](https://github.com/roaldnefs/awesome-prometheus) - Open-source monitoring system. - [Homematic](https://github.com/hobbyquaker/awesome-homematic) - Smart home devices. - [Ledger](https://github.com/sfischer13/awesome-ledger) - Double-entry accounting on the command-line. +- [Uncopyright](https://github.com/johnjago/awesome-uncopyright) - Public domain works. ## License From 817c7b0fb2bc905b586115d2f39c5cbd6be179d7 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 18 Sep 2017 14:29:40 +0700 Subject: [PATCH 073/104] Remove TypeScript list The author is not willing to participate: https://github.com/dzharii/awesome-elasticsearch/issues/29#issuecomment-329695637 This will let someone create a better TypeScript list. --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 180f65f..d73c126 100644 --- a/readme.md +++ b/readme.md @@ -148,7 +148,6 @@ - [AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey) - [AutoIt](https://github.com/J2TeaM/awesome-AutoIt) - [Crystal](https://github.com/veelenga/awesome-crystal) -- [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. - [ActionScript 3](https://github.com/hgupta9/awesome-actionscript3/) - Object-oriented language targeting Adobe AIR. From a837e0c2ebfc416624713d16eaf8fe5d5afce1c6 Mon Sep 17 00:00:00 2001 From: Robin Rodricks Date: Fri, 22 Sep 2017 12:24:27 +0530 Subject: [PATCH 074/104] Fix link for AS3 language (#1060) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d73c126..7a11ef3 100644 --- a/readme.md +++ b/readme.md @@ -150,7 +150,7 @@ - [Crystal](https://github.com/veelenga/awesome-crystal) - [Frege](https://github.com/sfischer13/awesome-frege) - Haskell for the JVM. - [CMake](https://github.com/onqtam/awesome-cmake) - Build, test, and package software. -- [ActionScript 3](https://github.com/hgupta9/awesome-actionscript3/) - Object-oriented language targeting Adobe AIR. +- [ActionScript 3](https://github.com/robinrodricks/awesome-actionscript3) - Object-oriented language targeting Adobe AIR. - [Eta](https://github.com/sfischer13/awesome-eta) - Functional programming language for the JVM. From ece5f7b3b8144fef77096b190c285dafcbd26fa6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 22 Sep 2017 04:19:42 -0400 Subject: [PATCH 075/104] Crypto Currency Tools & Algorithms (#1033) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7a11ef3..6faed08 100644 --- a/readme.md +++ b/readme.md @@ -552,6 +552,7 @@ - [Homematic](https://github.com/hobbyquaker/awesome-homematic) - Smart home devices. - [Ledger](https://github.com/sfischer13/awesome-ledger) - Double-entry accounting on the command-line. - [Uncopyright](https://github.com/johnjago/awesome-uncopyright) - Public domain works. +- [Crypto Currency Tools & Algorithms](https://github.com/kennethreitz/awesome-coins) — Digital currency where encryption is used to regulate the generation of units and verify transfers. ## License From a999a1825a76d4c0648bcbfeb435be44942b337f Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 26 Sep 2017 02:07:19 +0700 Subject: [PATCH 076/104] Guideline clarifications --- pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index 27e4f41..816cd19 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -27,7 +27,7 @@ - Not a duplicate. - Only has awesome items. Awesome lists are curations of the best, not everything. - Includes a project logo/illustration whenever possible. - - Placed at the top-right of the readme. [(Example)](https://github.com/sindresorhus/awesome-electron) + - Either 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. @@ -44,7 +44,8 @@ - Has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines). - The file should be named `contributing.md`. Casing is up to you. - Has consistent formatting and proper spelling/grammar. - - Each link description starts with an uppercase character and ends with a period.
Example: `- [AVA](…) - JavaScript test runner.` + - 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. - Drop all the `A` / `An` prefixes in the descriptions. - Consistent and correct naming. For example, `Node.js`, not `NodeJS` or `node.js`. - Doesn't include a Travis badge.
You can still use Travis for list linting, but the badge has no value in the readme. From e11fb492c5e7850a85be129b49e04637ae015baf Mon Sep 17 00:00:00 2001 From: Kedan Li Date: Mon, 25 Sep 2017 12:11:42 -0700 Subject: [PATCH 077/104] Core ML Models (#1046) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 6faed08..8fcb435 100644 --- a/readme.md +++ b/readme.md @@ -252,6 +252,7 @@ - [Machine Learning](https://github.com/josephmisiti/awesome-machine-learning) - [Tutorials](https://github.com/ujjwalkarn/Machine-Learning-Tutorials) - [ML with Ruby](https://github.com/arbox/machine-learning-with-ruby) - Learning, implementing, and applying Machine Learning using Ruby. + - [Core ML Models](https://github.com/likedan/Awesome-CoreML-Models) - Models for Apple's machine learning framework. - [Speech and Natural Language Processing](https://github.com/edobashira/speech-language-processing) - [Spanish](https://github.com/dav009/awesome-spanish-nlp) - [NLP with Ruby](https://github.com/arbox/nlp-with-ruby) From 1b245c76e134e8f3edf925f6f4a2fed119f16d2f Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 2 Oct 2017 18:52:01 +0200 Subject: [PATCH 078/104] Add GNOME (#1025) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8fcb435..6fb6b4e 100644 --- a/readme.md +++ b/readme.md @@ -86,6 +86,7 @@ - [WebExtensions](https://github.com/bfred-it/Awesome-WebExtensions) - Cross-browser extension system. - [RubyMotion](https://github.com/motion-open-source/awesome-rubymotion) - Write cross-platform native apps for iOS, Android, macOS, tvOS, and watchOS in Ruby. - [Smart TV](https://github.com/vitalets/awesome-smart-tv) - Create apps for different TV platforms. +- [GNOME](https://github.com/Kazhnuz/awesome-gnome) - Simple and distraction-free desktop environment for Linux. ## Programming Languages From 8f176eefda5805d04be5ed3dfd736d10c408b634 Mon Sep 17 00:00:00 2001 From: Lukas Michelbacher Date: Tue, 3 Oct 2017 18:11:07 +0100 Subject: [PATCH 079/104] Fix spelling (#1077) Hyphens are awesome! --- awesome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome.md b/awesome.md index 4702219..e812f8c 100644 --- a/awesome.md +++ b/awesome.md @@ -28,7 +28,7 @@ Have a succinct description at the top of your readme. Make sure your list cover ## Pay attention to grammar -Ensure your list is grammatically correct, typo free and has no Markdown formatting errors. This should also apply to pull requests. +Ensure your list is grammatically correct, typo-free and has no Markdown formatting errors. This should also apply to pull requests. ## Choose an appropriate license From d34a7dcd5d59b13e781b16eaba04c5e6015001e0 Mon Sep 17 00:00:00 2001 From: Tarang Shah Date: Thu, 5 Oct 2017 12:45:03 +0530 Subject: [PATCH 080/104] Minor grammar enhancements to awesome.md (#1081) --- awesome.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awesome.md b/awesome.md index e812f8c..5e883a2 100644 --- a/awesome.md +++ b/awesome.md @@ -6,13 +6,13 @@ But **what is awesome?** ## Only awesome is awesome -Research if the stuff you're including is actually awesome. Put only stuff on the list you or another contributor can personally recommend and rather leave stuff out than include too much. +Research if the stuff you're including is actually awesome. Only put stuff on the list that you or another contributor can personally recommend. You should rather leave stuff out than include too much. ## Awesome badge [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -Add an awesome badge to the top of your list, right to the title. [Example](https://github.com/sindresorhus/awesome-nodejs). +Add an awesome badge to the top of your list, right next to the title. [Example](https://github.com/sindresorhus/awesome-nodejs). ```md [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) @@ -38,7 +38,7 @@ Keep in mind that if you [haven't selected a license](http://choosealicense.com/ ## Include contribution guidelines -People who are contributing to your list should have a clear understanding how they should do so. +People who are contributing to your list should have a clear understanding of how they should do so. If you don't feel like writing one from scratch, feel free to take our [contributing.md](contributing.md) and modify it to your own needs. From cc43cba44fadc74bfe063dc7556e891ce85a181d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 6 Oct 2017 16:57:27 +0700 Subject: [PATCH 081/104] Try out CodeSponsor I do open source full-time and I need to find a way to make it sustainable. --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 6fb6b4e..1be6ff1 100644 --- a/readme.md +++ b/readme.md @@ -4,15 +4,23 @@
+
+ + + Sponsor + +

+ --- From 56ced1ec680e00e3a0e747afe23ce65342ea00d9 Mon Sep 17 00:00:00 2001 From: Guillaume Chevalier Date: Wed, 11 Oct 2017 02:34:38 -0400 Subject: [PATCH 082/104] Add Deep Learning Education (#954) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1be6ff1..c2bb824 100644 --- a/readme.md +++ b/readme.md @@ -271,6 +271,7 @@ - [Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning) - Neural networks. - [TensorFlow](https://github.com/jtoy/awesome-tensorflow) - Library for machine intelligence. - [Papers](https://github.com/terryum/awesome-deep-learning-papers) - The most cited deep learning papers. + - [Education](https://github.com/guillaume-chevalier/awesome-deep-learning-resources) - [Deep Vision](https://github.com/kjw0612/awesome-deep-vision) - [Open Source Society University](https://github.com/open-source-society/computer-science) - [Functional Programming](https://github.com/lucasviola/awesome-functional-programming) From 5d7ad971085e767e7dfe9d43c045c474fe29fcc8 Mon Sep 17 00:00:00 2001 From: Zachary Flower Date: Wed, 11 Oct 2017 00:48:43 -0600 Subject: [PATCH 083/104] Add Open Source Supporters (#1028) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index c2bb824..e22d662 100644 --- a/readme.md +++ b/readme.md @@ -564,6 +564,7 @@ - [Ledger](https://github.com/sfischer13/awesome-ledger) - Double-entry accounting on the command-line. - [Uncopyright](https://github.com/johnjago/awesome-uncopyright) - Public domain works. - [Crypto Currency Tools & Algorithms](https://github.com/kennethreitz/awesome-coins) — Digital currency where encryption is used to regulate the generation of units and verify transfers. +- [Open Source Supporters](https://github.com/zachflower/awesome-open-source-supporters) - Companies that offer their tools and services for free to open source projects. ## License From 15a2ff546c0cd08324cdcc322767c977ad30b78f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=C3=B6hm?= Date: Wed, 11 Oct 2017 07:52:54 +0100 Subject: [PATCH 084/104] Add Data Science Tutorials (#1029) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e22d662..3fdd9f8 100644 --- a/readme.md +++ b/readme.md @@ -258,6 +258,7 @@ - [University Courses](https://github.com/prakhar1989/awesome-courses) - [Data Science](https://github.com/bulutyazilim/awesome-datascience) + - [Tutorials](https://github.com/siboehm/awesome-learn-datascience) - [Machine Learning](https://github.com/josephmisiti/awesome-machine-learning) - [Tutorials](https://github.com/ujjwalkarn/Machine-Learning-Tutorials) - [ML with Ruby](https://github.com/arbox/machine-learning-with-ruby) - Learning, implementing, and applying Machine Learning using Ruby. From 258cbdf3360fc91a545dc5b984dd2648ff5b9a7f Mon Sep 17 00:00:00 2001 From: tleb Date: Wed, 11 Oct 2017 08:57:05 +0200 Subject: [PATCH 085/104] Add Mastodon (#1034) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3fdd9f8..bb7f582 100644 --- a/readme.md +++ b/readme.md @@ -475,6 +475,7 @@ - [Bitcoin](https://github.com/igorbarinov/awesome-bitcoin) - Bitcoin services and tools for software developers. - [Ripple](https://github.com/vhpoet/awesome-ripple) - Open source distributed settlement network. - [Non-Financial Blockchain](https://github.com/machinomy/awesome-non-financial-blockchain) - Non-financial blockchain applications. +- [Mastodon](https://github.com/tleb/awesome-mastodon) - Open source decentralized microblogging network. ## Miscellaneous From 8ef851eb81551789963028b77796e0813e2f6be5 Mon Sep 17 00:00:00 2001 From: Robert Yokota Date: Tue, 10 Oct 2017 23:59:26 -0700 Subject: [PATCH 086/104] Add HBase (#1037) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index bb7f582..5d6ba71 100644 --- a/readme.md +++ b/readme.md @@ -382,6 +382,7 @@ - [TinkerPop](https://github.com/mohataher/awesome-tinkerpop) - Graph computing framework. - [PostgreSQL](https://github.com/dhamaniasad/awesome-postgres) - Object-relational database. - [CouchDB](https://github.com/quangv/awesome-couchdb) - Document-oriented NoSQL database. +- [HBase](https://github.com/rayokota/awesome-hbase) - Distributed, scalable, big data store. ## Media From 71c05c8a9cda2828bb68d8ed3114a08faec5a773 Mon Sep 17 00:00:00 2001 From: Robin Stickel Date: Wed, 11 Oct 2017 12:18:01 +0200 Subject: [PATCH 087/104] Add Design Principles (#1045) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5d6ba71..472bfa6 100644 --- a/readme.md +++ b/readme.md @@ -568,6 +568,7 @@ - [Uncopyright](https://github.com/johnjago/awesome-uncopyright) - Public domain works. - [Crypto Currency Tools & Algorithms](https://github.com/kennethreitz/awesome-coins) — Digital currency where encryption is used to regulate the generation of units and verify transfers. - [Open Source Supporters](https://github.com/zachflower/awesome-open-source-supporters) - Companies that offer their tools and services for free to open source projects. +- [Design Principles](https://github.com/robinstickel/awesome-design-principles) - Create better and more consistent designs and experiences. ## License From 285183cdc5f8d294f4d08f9d2b2e667c97b1d429 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 14 Oct 2017 23:40:43 +0700 Subject: [PATCH 088/104] Mention my project on PH --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 472bfa6..aea7254 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,6 @@ Sponsor -

Mentioned in an Awesome list From 797812a80964486b5633361766b528b1359e516b Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 22 Oct 2017 14:31:26 +0700 Subject: [PATCH 090/104] Add guide for mentioned badge --- awesome.md | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/awesome.md b/awesome.md index 5e883a2..a97cf98 100644 --- a/awesome.md +++ b/awesome.md @@ -10,14 +10,40 @@ Research if the stuff you're including is actually awesome. Only put stuff on th ## Awesome badge -[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) +This badge is for Awesome lists. + +[![Awesome](https://awesome.re/badge.svg)](https://awesome.re) Add an awesome badge to the top of your list, right next to the title. [Example](https://github.com/sindresorhus/awesome-nodejs). ```md -[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) +[![Awesome](https://awesome.re/badge.svg)](https://awesome.re) ``` +*The badge should not be modified in any way.* + +## Awesome mentioned badge + +This badge is for projects being mentioned in an Awesome list (**NOT for use in Awesome lists**). For example, the [Chalk](https://github.com/chalk/chalk) project could feature this badge because it's listed in [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs). It's totally optional for projects, but it's a nice way to show they've been featured in an Awesome list. + +[![Mentioned in Awesome](https://awesome.re/mentioned-badge.svg)](https://awesome.re) + +**Fill in the placeholders (Name and URL):** + +```md +[![Mentioned in Awesome ](https://awesome.re/mentioned-badge.svg)](https://github.com/) +``` + +Example: + +```md +[![Mentioned in Awesome Node.js](https://awesome.re/mentioned-badge.svg)](https://github.com/sindresorhus/awesome-nodejs) +``` + +If you're an Awesome list maintainer, you could encourage projects in your list to add the badge. + +*The badge should not be modified in any way.* + ## Comment on why something is awesome Apart from suggesting a particular item on your list, you should also inform your readers *why* it's on the list and how they will benefit from it. From 51948f2849af78f5b770857e340ee3b8a67b2334 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 22 Oct 2017 15:01:02 +0700 Subject: [PATCH 091/104] =?UTF-8?q?=F0=9F=90=A6=20We=20now=20have=20a=20Tw?= =?UTF-8?q?itter=20account?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index aea7254..80948b2 100644 --- a/readme.md +++ b/readme.md @@ -27,15 +27,18 @@ What is an awesome list?    Contribution guide    Creating a list    + Twitter    Sticker


-

- A project of mine is on Product Hunt and could use some feedback 🙌
- speed-test-cli - Test your download speed on the command-line
-

+
+ 🐦 + We now have a Twitter account: @awesome__re +
+ Follow for updates on new lists, community news, and other awesome stuff. +

From 709366479bfa78a748ad1b9a05e8c34944e6ef3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20B=C3=BCschel?= Date: Fri, 27 Oct 2017 06:32:57 +0200 Subject: [PATCH 092/104] Add Hyperapp (#1058) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 80948b2..ce95620 100644 --- a/readme.md +++ b/readme.md @@ -234,6 +234,7 @@ - [Preact](https://github.com/ooade/awesome-preact) - App framework. - [Progressive Enhancement](https://github.com/jbmoelker/progressive-enhancement-resources) - [Next.js](https://github.com/unicodeveloper/awesome-nextjs) - Framework for server-rendered React apps. +- [Hyperapp](https://github.com/hyperapp/awesome-hyperapp) - Tiny JavaScript library for building web apps. ## Back-End Development From 2cb8f205f13af7a5b340d4f83da11417ca97d5ee Mon Sep 17 00:00:00 2001 From: Eric Berry Date: Fri, 27 Oct 2017 21:59:57 -0600 Subject: [PATCH 093/104] Replace Code Sponsor banner with a less obtrusive one (#1111) --- readme.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index ce95620..9e88220 100644 --- a/readme.md +++ b/readme.md @@ -4,14 +4,6 @@
-
- - - Sponsor - - -
- ---- -

What is an awesome list?    Contribution guide    @@ -44,6 +34,13 @@

Just type awesome.re to go here. Check out my blog and follow me on Twitter.

+
+ +

+ + Awesome is proudly sponsored by Code Sponsor + +

## Contents From 42369c66cd804fe87845125ae9a6482bac49c202 Mon Sep 17 00:00:00 2001 From: Kenric D'Souza Date: Mon, 30 Oct 2017 13:39:15 +0530 Subject: [PATCH 094/104] Add some descriptions (#1102) --- readme.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index 9e88220..4c54ea1 100644 --- a/readme.md +++ b/readme.md @@ -77,10 +77,10 @@ - [iOS](https://github.com/vsouza/awesome-ios) - [Android](https://github.com/JStumpp/awesome-android) - [IoT & Hybrid Apps](https://github.com/weblancaster/awesome-IoT-hybrid) -- [Electron](https://github.com/sindresorhus/awesome-electron) -- [Cordova](https://github.com/busterc/awesome-cordova) +- [Electron](https://github.com/sindresorhus/awesome-electron) - Cross-platform native desktop apps using JavaScript/HTML/CSS. +- [Cordova](https://github.com/busterc/awesome-cordova) - JavaScript API for hybrid apps. - [React Native](https://github.com/jondot/awesome-react-native) -- [Xamarin](https://github.com/benoitjadinon/awesome-xamarin) +- [Xamarin](https://github.com/benoitjadinon/awesome-xamarin) - Mobile app development IDE, testing, and distribution. - [Linux](https://github.com/aleksandar-todorovic/awesome-linux) - [Containers](https://github.com/Friz-zy/awesome-linux-containers) - [macOS](https://github.com/iCHAIT/awesome-macOS) @@ -91,9 +91,9 @@ - [Salesforce](https://github.com/mailtoharshit/awesome-salesforce) - [Amazon Web Services](https://github.com/donnemartin/awesome-aws) - [Windows](https://github.com/Awesome-Windows/Awesome) -- [IPFS](https://github.com/ipfs/awesome-ipfs) -- [Fuse](https://github.com/vinkla/awesome-fuse) -- [Heroku](https://github.com/ianstormtaylor/awesome-heroku) +- [IPFS](https://github.com/ipfs/awesome-ipfs) - P2P hypermedia protocol. +- [Fuse](https://github.com/vinkla/awesome-fuse) - Mobile development tools. +- [Heroku](https://github.com/ianstormtaylor/awesome-heroku) - Cloud platform as a service. - [Raspberry Pi](https://github.com/thibmaek/awesome-raspberry-pi) - Credit card-sized computer aimed at teaching kids programming, but capable of a lot more. - [Qt](https://github.com/JesseTG/awesome-qt) - Cross-platform GUI app framework. - [WebExtensions](https://github.com/bfred-it/Awesome-WebExtensions) - Cross-browser extension system. @@ -106,12 +106,12 @@ - [JavaScript](https://github.com/sorrycc/awesome-javascript) - [Promises](https://github.com/wbinnssmith/awesome-promises) - - [Standard Style](https://github.com/standard/awesome-standard) + - [Standard Style](https://github.com/standard/awesome-standard) - Style guide and linter. - [Must Watch Talks](https://github.com/bolshchikov/js-must-watch) - [Tips](https://github.com/loverajoel/jstips) - [Network Layer](https://github.com/Kikobeats/awesome-network-js) - [Micro npm Packages](https://github.com/parro-it/awesome-micro-npm-packages) - - [Mad Science npm Packages](https://github.com/feross/awesome-mad-science) + - [Mad Science npm Packages](https://github.com/feross/awesome-mad-science) - Impossible sounding projects that exist. - [Maintenance Modules](https://github.com/maxogden/maintenance-modules) - For npm packages. - [npm](https://github.com/sindresorhus/awesome-npm) - Package manager. - [AVA](https://github.com/avajs/awesome-ava) - Test runner. @@ -181,11 +181,11 @@ - [React](https://github.com/enaqx/awesome-react) - App framework. - [Relay](https://github.com/expede/awesome-relay) - Framework for building data-driven React apps. - [Web Components](https://github.com/mateusortiz/webcomponents-the-right-way) -- [Polymer](https://github.com/Granze/awesome-polymer) +- [Polymer](https://github.com/Granze/awesome-polymer) - JavaScript library to develop Web Components. - [Angular](https://github.com/AngularClass/awesome-angular) - App framework. - [Backbone](https://github.com/sadcitizen/awesome-backbone) - App framework. - [HTML5](https://github.com/diegocard/awesome-html5) -- [SVG](https://github.com/willianjusten/awesome-svg) +- [SVG](https://github.com/willianjusten/awesome-svg) - XML-based vector image format. - [Canvas](https://github.com/raphamorim/awesome-canvas) - [KnockoutJS](https://github.com/dnbard/awesome-knockout) - [Dojo Toolkit](https://github.com/petk/awesome-dojo) @@ -206,7 +206,7 @@ - [Web Audio](https://github.com/notthetup/awesome-webaudio) - [Offline-First](https://github.com/pazguille/offline-first) - [Static Website Services](https://github.com/aharris88/awesome-static-website-services) -- [A-Frame VR](https://github.com/aframevr/awesome-aframe) - Virtual reality. +- [A-Frame VR](https://github.com/aframevr/awesome-aframe) - Virtual reality for web browsers. - [Cycle.js](https://github.com/cyclejs-community/awesome-cyclejs) - Functional and reactive JavaScript framework. - [Text Editing](https://github.com/dok/awesome-text-editing) - [Motion UI Design](https://github.com/fliptheweb/motion-ui-design) From 20bde973891e0b9372cd92dbcb0a3f70ab8b0fb8 Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Mon, 30 Oct 2017 09:16:18 +0100 Subject: [PATCH 095/104] Add Visual Regression Testing (#1018) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4c54ea1..b78e0ae 100644 --- a/readme.md +++ b/readme.md @@ -575,6 +575,7 @@ - [Crypto Currency Tools & Algorithms](https://github.com/kennethreitz/awesome-coins) — Digital currency where encryption is used to regulate the generation of units and verify transfers. - [Open Source Supporters](https://github.com/zachflower/awesome-open-source-supporters) - Companies that offer their tools and services for free to open source projects. - [Design Principles](https://github.com/robinstickel/awesome-design-principles) - Create better and more consistent designs and experiences. +- [Visual Regression Testing](https://github.com/mojoaxel/awesome-regression-testing) - Ensures changes did not break the functionality or style. ## License From adfc2063f43ab6cc1159801753afb69270e9e099 Mon Sep 17 00:00:00 2001 From: Juan Lulkin Date: Mon, 30 Oct 2017 09:40:05 +0100 Subject: [PATCH 096/104] Add Idris (#1047) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b78e0ae..a229ecc 100644 --- a/readme.md +++ b/readme.md @@ -166,6 +166,7 @@ - [CMake](https://github.com/onqtam/awesome-cmake) - Build, test, and package software. - [ActionScript 3](https://github.com/robinrodricks/awesome-actionscript3) - Object-oriented language targeting Adobe AIR. - [Eta](https://github.com/sfischer13/awesome-eta) - Functional programming language for the JVM. +- [Idris](https://github.com/joaomilho/awesome-idris) - General purpose pure functional programming language with dependent types influenced by Haskell and ML. ## Front-End Development From 237a2fef74635e0bc84fcfee2937c0aa687d411e Mon Sep 17 00:00:00 2001 From: John Jago Date: Mon, 30 Oct 2017 04:13:57 -0500 Subject: [PATCH 097/104] Add Theravada (#1116) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index a229ecc..36deccf 100644 --- a/readme.md +++ b/readme.md @@ -577,6 +577,7 @@ - [Open Source Supporters](https://github.com/zachflower/awesome-open-source-supporters) - Companies that offer their tools and services for free to open source projects. - [Design Principles](https://github.com/robinstickel/awesome-design-principles) - Create better and more consistent designs and experiences. - [Visual Regression Testing](https://github.com/mojoaxel/awesome-regression-testing) - Ensures changes did not break the functionality or style. +- [Theravada](https://github.com/johnjago/awesome-theravada) - Teachings from the Theravada Buddhist tradition. ## License From 4954d77de90dacbb0815a1db60968486afa35aa5 Mon Sep 17 00:00:00 2001 From: Eric Berry Date: Wed, 1 Nov 2017 00:58:34 -0600 Subject: [PATCH 098/104] Re-enable dynamic Code Sponsor link (#1122) --- readme.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 36deccf..eb08f2f 100644 --- a/readme.md +++ b/readme.md @@ -36,11 +36,9 @@


-

- - Awesome is proudly sponsored by Code Sponsor - -

+ + Sponsor + ## Contents From 003cf83af80816418196029fe59483ebd8dba34b Mon Sep 17 00:00:00 2001 From: platy11 Date: Thu, 2 Nov 2017 23:47:20 +1100 Subject: [PATCH 099/104] Add descriptions for entries (#1121) --- readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index eb08f2f..faeef80 100644 --- a/readme.md +++ b/readme.md @@ -72,7 +72,7 @@ - [Node.js](https://github.com/sindresorhus/awesome-nodejs) - JavaScript runtime built on Chrome's V8 JavaScript engine. - [Frontend Development](https://github.com/dypsilon/frontend-dev-bookmarks) -- [iOS](https://github.com/vsouza/awesome-ios) +- [iOS](https://github.com/vsouza/awesome-ios) - Mobile operating system for Apple phones and tablets. - [Android](https://github.com/JStumpp/awesome-android) - [IoT & Hybrid Apps](https://github.com/weblancaster/awesome-IoT-hybrid) - [Electron](https://github.com/sindresorhus/awesome-electron) - Cross-platform native desktop apps using JavaScript/HTML/CSS. @@ -84,7 +84,7 @@ - [macOS](https://github.com/iCHAIT/awesome-macOS) - [Command-Line](https://github.com/herrbischoff/awesome-osx-command-line) - [Screensavers](https://github.com/aharris88/awesome-macos-screensavers) -- [watchOS](https://github.com/yenchenlin/awesome-watchos) +- [watchOS](https://github.com/yenchenlin/awesome-watchos) - Operating system for the Apple Watch. - [JVM](https://github.com/deephacks/awesome-jvm) - [Salesforce](https://github.com/mailtoharshit/awesome-salesforce) - [Amazon Web Services](https://github.com/donnemartin/awesome-aws) @@ -183,7 +183,7 @@ - [Polymer](https://github.com/Granze/awesome-polymer) - JavaScript library to develop Web Components. - [Angular](https://github.com/AngularClass/awesome-angular) - App framework. - [Backbone](https://github.com/sadcitizen/awesome-backbone) - App framework. -- [HTML5](https://github.com/diegocard/awesome-html5) +- [HTML5](https://github.com/diegocard/awesome-html5) - Markup language used for websites & web apps. - [SVG](https://github.com/willianjusten/awesome-svg) - XML-based vector image format. - [Canvas](https://github.com/raphamorim/awesome-canvas) - [KnockoutJS](https://github.com/dnbard/awesome-knockout) @@ -200,7 +200,7 @@ - [Material Design](https://github.com/sachin1092/awesome-material) - [D3](https://github.com/wbkd/awesome-d3) - Library for producing dynamic, interactive data visualizations. - [Emails](https://github.com/jonathandion/awesome-emails) -- [jQuery](https://github.com/petk/awesome-jquery) +- [jQuery](https://github.com/petk/awesome-jquery) - Easy to use JavaScript library for DOM manipulation. - [Tips](https://github.com/AllThingsSmitty/jquery-tips-everyone-should-know) - [Web Audio](https://github.com/notthetup/awesome-webaudio) - [Offline-First](https://github.com/pazguille/offline-first) @@ -246,11 +246,11 @@ - [Education](https://github.com/pehapkari/awesome-symfony-education) - [Laravel](https://github.com/chiraggude/awesome-laravel) - PHP framework. - [Education](https://github.com/fukuball/Awesome-Laravel-Education/blob/master/langs/en_US.md) -- [Rails](https://github.com/ekremkaraca/awesome-rails) +- [Rails](https://github.com/ekremkaraca/awesome-rails) - Web app framework for Ruby. - [Gems](https://github.com/hothero/awesome-rails-gem) - Packages. - [Phalcon](https://github.com/phalcon/awesome-phalcon) - [Useful `.htaccess` Snippets](https://github.com/phanan/htaccess) -- [nginx](https://github.com/fcambus/nginx-resources) +- [nginx](https://github.com/fcambus/nginx-resources) - Web server. - [Dropwizard](https://github.com/stve/awesome-dropwizard) - [Kubernetes](https://github.com/ramitsurana/awesome-kubernetes) - [Lumen](https://github.com/unicodeveloper/awesome-lumen) @@ -325,7 +325,7 @@ - [Vim](https://github.com/mhinz/vim-galore) - [Emacs](https://github.com/emacs-tw/awesome-emacs) - [Atom](https://github.com/mehcode/awesome-atom) - Open-source and hackable text editor. -- [Visual Studio Code](https://github.com/viatsko/awesome-vscode) +- [Visual Studio Code](https://github.com/viatsko/awesome-vscode) - Cross-platform open-source text editor. ## Gaming @@ -352,7 +352,7 @@ - [Fish](https://github.com/jbucaran/awesome-fish) - User-friendly shell. - [Command-Line Apps](https://github.com/aharris88/awesome-cli-apps) - [ZSH Plugins](https://github.com/unixorn/awesome-zsh-plugins) -- [GitHub](https://github.com/phillipadsmith/awesome-github) +- [GitHub](https://github.com/phillipadsmith/awesome-github) - Hosting service for Git repositories. - [Browser Extensions](https://github.com/stefanbuck/awesome-browser-extensions-for-github) - [Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - [Git Cheat Sheet & Git Flow](https://github.com/arslanbilal/git-cheat-sheet) @@ -396,7 +396,7 @@ - [Fonts](https://github.com/brabadu/awesome-fonts) - [Codeface](https://github.com/chrissimpkins/codeface) - Text editor fonts. - [Stock Resources](https://github.com/neutraltone/awesome-stock-resources) -- [GIF](https://github.com/davisonio/awesome-gif) +- [GIF](https://github.com/davisonio/awesome-gif) - Image format known for animated images. - [Music](https://github.com/ciconia/awesome-music) - [Open Source Documents](https://github.com/hubtee/awesome-opensource-documents) - [Audio Visualization](https://github.com/willianjusten/awesome-audio-visualization) @@ -485,7 +485,7 @@ ## Miscellaneous -- [JSON](https://github.com/burningtree/awesome-json) +- [JSON](https://github.com/burningtree/awesome-json) - Text based data interchange format. - [GeoJSON](https://github.com/tmcw/awesome-geojson) - [Datasets](https://github.com/jdorfman/awesome-json-datasets) - [Discounts for Student Developers](https://github.com/AchoArnold/discount-for-student-dev) From a9831a396f0e6fca602441a4ece4b8c969bb902e Mon Sep 17 00:00:00 2001 From: Marius Oehler Date: Thu, 2 Nov 2017 14:27:13 +0100 Subject: [PATCH 100/104] Add inspectIT (#1070) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index faeef80..1c4db38 100644 --- a/readme.md +++ b/readme.md @@ -576,6 +576,7 @@ - [Design Principles](https://github.com/robinstickel/awesome-design-principles) - Create better and more consistent designs and experiences. - [Visual Regression Testing](https://github.com/mojoaxel/awesome-regression-testing) - Ensures changes did not break the functionality or style. - [Theravada](https://github.com/johnjago/awesome-theravada) - Teachings from the Theravada Buddhist tradition. +- [inspectIT](https://github.com/inspectit-labs/awesome-inspectit) - Open source Java app performance management tool. ## License From 6b8abb17a1b249c16e0cbc51996e4faf4b03c9c5 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 3 Nov 2017 22:43:15 +0700 Subject: [PATCH 101/104] Fix link in contributing.md Fixes #1118 --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 8a8e494..ea9f205 100644 --- a/contributing.md +++ b/contributing.md @@ -50,4 +50,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/docs/blob/master/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. From 93988398009165ffda97cf81692b556b2f24d0ff Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 4 Nov 2017 16:02:14 +0700 Subject: [PATCH 102/104] Ban WTFPL and The Unlicense They are not good licenses. --- pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pull_request_template.md b/pull_request_template.md index 816cd19..e80e486 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -40,6 +40,7 @@ - Should only have one level of sub-lists, preferably none. - Has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license). - That means something like CC0, **not a code licence like MIT, BSD, Apache, etc.** + - [WTFPL](http://www.wtfpl.net) and [Unlicense](http://unlicense.org) are not acceptable licenses. - If you use a license badge, it should be SVG, not PNG. - Has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines). - The file should be named `contributing.md`. Casing is up to you. From 318151df33c9cec202f71e0e1b5d5fbcac918f11 Mon Sep 17 00:00:00 2001 From: "PatrickJS [tipe.io]" Date: Tue, 14 Nov 2017 19:02:09 -0800 Subject: [PATCH 103/104] Correct link to Angular list (#1131) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1c4db38..2dff878 100644 --- a/readme.md +++ b/readme.md @@ -181,7 +181,7 @@ - [Relay](https://github.com/expede/awesome-relay) - Framework for building data-driven React apps. - [Web Components](https://github.com/mateusortiz/webcomponents-the-right-way) - [Polymer](https://github.com/Granze/awesome-polymer) - JavaScript library to develop Web Components. -- [Angular](https://github.com/AngularClass/awesome-angular) - App framework. +- [Angular](https://github.com/gdi2290/awesome-angular) - App framework. - [Backbone](https://github.com/sadcitizen/awesome-backbone) - App framework. - [HTML5](https://github.com/diegocard/awesome-html5) - Markup language used for websites & web apps. - [SVG](https://github.com/willianjusten/awesome-svg) - XML-based vector image format. From 400f4ba50af289cadd9700e2363d3df09f0227ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Gonz=C3=A1lez?= Date: Thu, 16 Nov 2017 19:34:24 +0100 Subject: [PATCH 104/104] Add Diversity (#1087) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2dff878..af5abd0 100644 --- a/readme.md +++ b/readme.md @@ -572,6 +572,7 @@ - [Ledger](https://github.com/sfischer13/awesome-ledger) - Double-entry accounting on the command-line. - [Uncopyright](https://github.com/johnjago/awesome-uncopyright) - Public domain works. - [Crypto Currency Tools & Algorithms](https://github.com/kennethreitz/awesome-coins) — Digital currency where encryption is used to regulate the generation of units and verify transfers. +- [Diversity](https://github.com/folkswhocode/awesome-diversity) - Creating a more inclusive and diverse tech community. - [Open Source Supporters](https://github.com/zachflower/awesome-open-source-supporters) - Companies that offer their tools and services for free to open source projects. - [Design Principles](https://github.com/robinstickel/awesome-design-principles) - Create better and more consistent designs and experiences. - [Visual Regression Testing](https://github.com/mojoaxel/awesome-regression-testing) - Ensures changes did not break the functionality or style.