From eee5a1fc06b4339898347600278b608af597ae1e Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 14 Jan 2016 23:55:30 +0100 Subject: [PATCH 01/31] add Code of Conduct --- code-of-conduct.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++ contributing.md | 3 +++ 2 files changed, 53 insertions(+) create mode 100644 code-of-conduct.md diff --git a/code-of-conduct.md b/code-of-conduct.md new file mode 100644 index 0000000..be26cfd --- /dev/null +++ b/code-of-conduct.md @@ -0,0 +1,50 @@ +# Contributor Code of Conduct + +As contributors and maintainers of this project, and in the interest of +fostering an open and welcoming community, we pledge to respect all people who +contribute through reporting issues, posting feature requests, updating +documentation, submitting pull requests or patches, and other activities. + +We are committed to making participation in this project a harassment-free +experience for everyone, regardless of level of experience, gender, gender +identity and expression, sexual orientation, disability, personal appearance, +body size, race, ethnicity, age, religion, or nationality. + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery +* Personal attacks +* Trolling or insulting/derogatory comments +* Public or private harassment +* Publishing other's private information, such as physical or electronic + addresses, without explicit permission +* Other unethical or unprofessional conduct + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +By adopting this Code of Conduct, project maintainers commit themselves to +fairly and consistently applying these principles to every aspect of managing +this project. Project maintainers who do not follow or enforce the Code of +Conduct may be permanently removed from the project team. + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting a project maintainer at sindresorhus@gmail.com. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. Maintainers are +obligated to maintain confidentiality with regard to the reporter of an +incident. + + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], +version 1.3.0, available at +[http://contributor-covenant.org/version/1/3/0/][version] + +[homepage]: http://contributor-covenant.org +[version]: http://contributor-covenant.org/version/1/3/0/ diff --git a/contributing.md b/contributing.md index 060e98f..5731665 100644 --- a/contributing.md +++ b/contributing.md @@ -1,6 +1,9 @@ # Contribution Guidelines +Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms. + ## Table of Contents + - [Adding to this list](#adding-to-this-list) - [Creating your own awesome list](#creating-your-own-awesome-list) - [Adding something to an Awesome list](#adding-something-to-an-awesome-list) From 93f66089eca55a45ace7d7d02e7ee36172f9b552 Mon Sep 17 00:00:00 2001 From: Kevin Ngo Date: Fri, 15 Jan 2016 23:38:33 +0100 Subject: [PATCH 02/31] Close #480 PR: Add A-Frame VR. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 23d7edc..92b21ec 100644 --- a/readme.md +++ b/readme.md @@ -140,6 +140,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [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)* ## Back-end Development From b5e35b8f71bf208120a57ce63ad17168545ceb41 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Fri, 15 Jan 2016 23:53:21 +0100 Subject: [PATCH 03/31] Close #481 PR: Add a Gitter chat badge to readme.md. --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 92b21ec..8fac61a 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,10 @@ Please read the [contribution guidelines](contributing.md) or the [creating a list guide](create-list.md) if you want to contribute. +[![Awesome chat](https://badges.gitter.im/sindresorhus/awesome.svg)](https://gitter.im/sindresorhus/awesome) + +- + **Check out my [blog](https://blog.sindresorhus.com) 🦄 or say *hi* on [Twitter](https://twitter.com/sindresorhus).** From da07cccc1514dae0f407ef3a49dc01ab54a67c8e Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Sun, 17 Jan 2016 17:43:16 +0100 Subject: [PATCH 04/31] Add MQTT https://github.com/hobbyquaker/awesome-mqtt --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8fac61a..ebdfa91 100644 --- a/readme.md +++ b/readme.md @@ -360,6 +360,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [Tools for Activism](https://github.com/drewrwilson/toolsforactivism) - [TAP](https://github.com/sindresorhus/awesome-tap) *(Test Anything Protocol)* - [Robotics](https://github.com/Kiloreux/awesome-robotics) +- [MQTT](https://github.com/hobbyquaker/awesome-mqtt) *(an "Internet of Things" connectivity protocol)* ## License From 0adca81bb70f605166a53763b207b4409b61d2ea Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Sun, 17 Jan 2016 17:10:14 +0000 Subject: [PATCH 05/31] Justify CTF acronym --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8fac61a..1bcaf0e 100644 --- a/readme.md +++ b/readme.md @@ -283,7 +283,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [Application Security](https://github.com/paragonie/awesome-appsec) - [Security](https://github.com/sbilly/awesome-security) -- [CTF](https://github.com/apsdehal/awesome-ctf) +- [CTF](https://github.com/apsdehal/awesome-ctf) *(Capture the Flag)* - [Malware Analysis](https://github.com/rshipp/awesome-malware-analysis) - [Android Security](https://github.com/ashishb/android-security-awesome) - [Hacking](https://github.com/carpedm20/awesome-hacking) From 556c1a58a89d89b35c9a5a4deec7f804be30f72f Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Sun, 17 Jan 2016 17:21:55 +0000 Subject: [PATCH 06/31] Move standard style and must watch talks under JavaScript --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8fac61a..cf85cb2 100644 --- a/readme.md +++ b/readme.md @@ -68,6 +68,8 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [JavaScript](https://github.com/sorrycc/awesome-javascript) - [Promises](https://github.com/wbinnssmith/awesome-promises) + - [Standard Style](https://github.com/feross/awesome-standard) + - [Must Watch Talks](https://github.com/bolshchikov/js-must-watch) - [Swift](https://github.com/matteocrippa/awesome-swift) - [Education](https://github.com/hsavit1/Awesome-Swift-Education) - [Python](https://github.com/vinta/awesome-python) @@ -109,7 +111,6 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li ## Front-end Development -- [JavaScript Must Watch Talks](https://github.com/bolshchikov/js-must-watch) - [ES6 Tools](https://github.com/addyosmani/es6-tools) - [Web Performance Optimization](https://github.com/davidsonfellipe/awesome-wpo) - [Web Tools](https://github.com/lvwzhen/tools) @@ -334,7 +335,6 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [GIF](https://github.com/ibaaj/awesome-gif) - [Open Source Photography](https://github.com/ibaaj/awesome-OpenSourcePhotography/) - [OpenGL](https://github.com/eug/awesome-opengl) -- [JavaScript Standard Style](https://github.com/feross/awesome-standard) - [Productivity](https://github.com/jyguyomarch/awesome-productivity) - [GraphQL](https://github.com/chentsulin/awesome-graphql) - [Transit](https://github.com/luqmaan/awesome-transit) From 9b3486b132d4eff71049f5cc628d453be7cbc838 Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Sun, 17 Jan 2016 17:25:51 +0000 Subject: [PATCH 07/31] Move Slack communities under Slack --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8fac61a..6e1bfcc 100644 --- a/readme.md +++ b/readme.md @@ -296,6 +296,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [JSON](https://github.com/burningtree/awesome-json) - [Discounts for Student Developers](https://github.com/najela/discount-for-student-dev) - [Slack](https://github.com/matiassingers/awesome-slack) + - [Communities](https://github.com/filipelinhares/awesome-slack) - [Conferences](https://github.com/RichardLitt/awesome-conferences) - [GeoJSON](https://github.com/tmcw/awesome-geojson) - [Sysadmin](https://github.com/n1trux/awesome-sysadmin) @@ -308,7 +309,6 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [REST](https://github.com/marmelab/awesome-rest) - [Selenium](https://github.com/christian-bromann/awesome-selenium) - [Endangered Languages](https://github.com/RichardLitt/endangered-languages) -- [Slack Communities](https://github.com/filipelinhares/awesome-slack) - [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 78c5077d14e57ad89728844db5eeb084166fe7cc Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Sun, 17 Jan 2016 17:33:56 +0000 Subject: [PATCH 08/31] Replace 'Vim Awesome' with 'Vim Galore' https://github.com/mhinz/vim-galore --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8fac61a..4862fa0 100644 --- a/readme.md +++ b/readme.md @@ -215,7 +215,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li ## Editors - [Sublime Text](https://github.com/dreikanter/sublime-bookmarks) -- [Vim](http://vimawesome.com) +- [Vim](https://github.com/mhinz/vim-galore) - [Emacs](https://github.com/emacs-tw/awesome-emacs) - [Atom](https://github.com/mehcode/awesome-atom) From ed1e845fd45c5f9f832b6c292a3027481f28c4f1 Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Sun, 17 Jan 2016 17:58:29 +0000 Subject: [PATCH 09/31] Add Laravel Education https://github.com/fukuball/Awesome-Laravel-Education/blob/master/langs/en_US.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8fac61a..669bb52 100644 --- a/readme.md +++ b/readme.md @@ -158,6 +158,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [CakePHP](https://github.com/friendsofcake/awesome-cakephp) - [Symfony2](https://github.com/EmanueleMinotto/awesome-symfony2) - [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) - [Rails Gem](https://github.com/hothero/awesome-rails-gem) - [Phalcon](https://github.com/sergeyklay/awesome-phalcon) From 2080289c6214456d5829a2afc1b4e2d85e81ec0f Mon Sep 17 00:00:00 2001 From: Kahlil Lechelt Date: Mon, 18 Jan 2016 12:59:14 +0100 Subject: [PATCH 10/31] Close #491 PR: Add Cycle.js. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 6d9eed0..8ba790a 100644 --- a/readme.md +++ b/readme.md @@ -146,6 +146,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [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/vic/awesome-cyclejs) ## Back-end Development From e533aefc1c126ba6fd1ec8ba743ebd54dffa97a5 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 18 Jan 2016 13:22:00 +0100 Subject: [PATCH 11/31] minor tweaks --- .gitattributes | 1 + readme.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1ee0494..ee4c7f5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ * text=auto *.ai binary +readme.md merge=union diff --git a/readme.md b/readme.md index 8ba790a..a985317 100644 --- a/readme.md +++ b/readme.md @@ -8,15 +8,15 @@ > A curated list of awesome lists -[What makes for an awesome list?](awesome.md) - -Please read the [contribution guidelines](contributing.md) or the [creating a list guide](create-list.md) if you want to contribute. +- [What is an awesome list?](awesome.md) +- [Contribution guide](contributing.md) +- [Creating a list](create-list.md) [![Awesome chat](https://badges.gitter.im/sindresorhus/awesome.svg)](https://gitter.im/sindresorhus/awesome) - -**Check out my [blog](https://blog.sindresorhus.com) 🦄 or say *hi* on [Twitter](https://twitter.com/sindresorhus).** +Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](https://twitter.com/sindresorhus). ## Table of Contents From a58043e60cdf6b1dee7ede1b171057ad70a7565c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Votruba?= Date: Mon, 18 Jan 2016 13:31:07 +0100 Subject: [PATCH 12/31] Close #469 PR: Add Doctrine. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7ece129..48473e4 100644 --- a/readme.md +++ b/readme.md @@ -261,6 +261,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [SQLAlchemy](https://github.com/dahlia/awesome-sqlalchemy) - [InfluxDB](https://github.com/mark-rushakoff/awesome-influxdb) - [Neo4j](https://github.com/GraphGeeks/awesome-neo4j) +- [Doctrine](https://github.com/TomasVotruba/awesome-doctrine) *(PHP ORM)* ## Resources From f10443cb9e7211831b7251501dade3626ab94499 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 18 Jan 2016 13:56:24 +0100 Subject: [PATCH 13/31] remove `Images` in favor of `Stock Resources` which is more popular, better maintained and better organized. @neutraltone You might want to take a look at https://github.com/heyalexej/awesome-images and see if there's anything there you haven't yet added to Stock Resources ;) --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 48473e4..b17fa4f 100644 --- a/readme.md +++ b/readme.md @@ -267,7 +267,6 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht ## Resources - [Creative Commons Media](https://github.com/shime/creative-commons-media) -- [Images](https://github.com/heyalexej/awesome-images) - [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) From 13272dd7d11123399eb60ced70456d9998f592fb Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Mon, 18 Jan 2016 18:57:09 +0000 Subject: [PATCH 14/31] Add JavaScript Tips https://github.com/loverajoel/jstips --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b5caa20..dc7a204 100644 --- a/readme.md +++ b/readme.md @@ -70,6 +70,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Promises](https://github.com/wbinnssmith/awesome-promises) - [Standard Style](https://github.com/feross/awesome-standard) - [Must Watch Talks](https://github.com/bolshchikov/js-must-watch) + - [Tips](https://github.com/loverajoel/jstips) - [Swift](https://github.com/matteocrippa/awesome-swift) - [Education](https://github.com/hsavit1/Awesome-Swift-Education) - [Python](https://github.com/vinta/awesome-python) From 42b0fb2385bdc688c772cb83b223ea4e716de05b Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Mon, 18 Jan 2016 19:03:12 +0000 Subject: [PATCH 15/31] Move Linux Containers under Linux --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b5caa20..e348a9f 100644 --- a/readme.md +++ b/readme.md @@ -52,6 +52,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [React Native](https://github.com/jondot/awesome-react-native) - [Xamarin](https://github.com/benoitjadinon/awesome-xamarin) - [Linux](https://github.com/aleksandar-todorovic/awesome-linux) + - [Containers](https://github.com/Friz-zy/awesome-linux-containers) - [OS X](https://github.com/iCHAIT/awesome-osx) - [Command-Line](https://github.com/herrbischoff/awesome-osx-command-line) - [Screensavers](https://github.com/aharris88/awesome-osx-screensavers) @@ -350,7 +351,6 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Internet of Things](https://github.com/HQarroum/awesome-iot) - [Open Source Documents](https://github.com/nacyot/awesome-opensource-documents) - [Umbraco](https://github.com/leekelleher/awesome-umbraco) -- [Linux Containers](https://github.com/Friz-zy/awesome-linux-containers) - [Beginner-Friendly Projects](https://github.com/MunGell/awesome-for-beginners) - [Bluetooth Beacons](https://github.com/beaconinside/awesome-beacon) - [Spanish Natural Language Processing (NLP)](https://github.com/dav009/awesome-spanish-nlp) From be3012d347819226fdf5b3cfeaf7a311d49f67c8 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 18 Jan 2016 20:54:58 +0100 Subject: [PATCH 16/31] add link to the awesome sticker https://www.stickermule.com/marketplace/10034-awesome --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e348a9f..8ec0a89 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,7 @@ - [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) [![Awesome chat](https://badges.gitter.im/sindresorhus/awesome.svg)](https://gitter.im/sindresorhus/awesome) From af3c964632c32a6dad54b4ce1c44755fd28f4d11 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Mon, 18 Jan 2016 21:02:40 +0100 Subject: [PATCH 17/31] Close #450 PR: Add Static Analysis & Code Quality. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8ec0a89..aa6038c 100644 --- a/readme.md +++ b/readme.md @@ -185,6 +185,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [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) +- [Static Analysis & Code Quality](https://github.com/mre/awesome-static-analysis) ## Big Data From f3b23ad7e07b58b6da6bc94ec1a6b1616c7261d5 Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Mon, 18 Jan 2016 21:11:18 +0100 Subject: [PATCH 18/31] Add hacking spots https://github.com/diasdavid/awesome-hacking-spots Closes #489 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ca621ad..c1ef439 100644 --- a/readme.md +++ b/readme.md @@ -366,6 +366,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [TAP](https://github.com/sindresorhus/awesome-tap) *(Test Anything Protocol)* - [Robotics](https://github.com/Kiloreux/awesome-robotics) - [MQTT](https://github.com/hobbyquaker/awesome-mqtt) *(an "Internet of Things" connectivity protocol)* +- [Hacking Spots](https://github.com/diasdavid/awesome-hacking-spots) ## License From 18f44d009d2870502986b883653f292223929a49 Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Mon, 18 Jan 2016 22:25:38 +0000 Subject: [PATCH 19/31] Move GitHub related lists under GitHub --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index c1ef439..ca82072 100644 --- a/readme.md +++ b/readme.md @@ -245,7 +245,9 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Shell](https://github.com/alebcay/awesome-shell) - [Command-Line Apps](https://github.com/aharris88/awesome-cli-apps) - [ZSH Plugins](https://github.com/unixorn/awesome-zsh-plugins) -- [Browser Extensions for GitHub](https://github.com/stefanbuck/awesome-browser-extensions-for-github) +- [GitHub](https://github.com/phillipadsmith/awesome-github) + - [Browser Extensions](https://github.com/stefanbuck/awesome-browser-extensions-for-github) + - [Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - [Git Cheat Sheet](https://github.com/arslanbilal/git-cheat-sheet) - [Git Tips](https://github.com/git-tips/tips) - [Git Add-ons](https://github.com/stevemao/awesome-git-addons) @@ -311,7 +313,6 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Awesome](https://github.com/sindresorhus/awesome) - [Analytics](https://github.com/onurakpolat/awesome-analytics) - [FOSS for Developers](https://github.com/httpsGithubParty/FOSS-for-Dev) -- [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - [Open Companies](https://github.com/opencompany/awesome-open-company) - [REST](https://github.com/marmelab/awesome-rest) - [Selenium](https://github.com/christian-bromann/awesome-selenium) @@ -350,7 +351,6 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Social Media Share Links](https://github.com/vinkla/share-links) - [JSON Datasets](https://github.com/jdorfman/awesome-json-datasets) - [Microservices](https://github.com/mfornos/awesome-microservices) -- [GitHub](https://github.com/phillipadsmith/awesome-github) - [Unicode Code Points](https://github.com/Codepoints/awesome-codepoints) - [Internet of Things](https://github.com/HQarroum/awesome-iot) - [Open Source Documents](https://github.com/nacyot/awesome-opensource-documents) From 7510000d42f8a71e306bb9e14d27af8513c9187c Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Mon, 18 Jan 2016 22:28:34 +0000 Subject: [PATCH 20/31] Move CSS related lists under CSS --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index c1ef439..6076c9a 100644 --- a/readme.md +++ b/readme.md @@ -117,7 +117,10 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [ES6 Tools](https://github.com/addyosmani/es6-tools) - [Web Performance Optimization](https://github.com/davidsonfellipe/awesome-wpo) - [Web Tools](https://github.com/lvwzhen/tools) -- [Critical-Path (Above-the-fold) CSS Tools](https://github.com/addyosmani/critical-path-css-tools) +- [CSS](https://github.com/sotayamashita/awesome-css) + - [Critical-Path (Above-the-fold) Tools](https://github.com/addyosmani/critical-path-css-tools) + - [Scalability](https://github.com/davidtheclark/scalable-css-reading-list) + - [Must-Watch Talks](https://github.com/AllThingsSmitty/must-watch-css) - [React](https://github.com/enaqx/awesome-react) - [Web Components](https://github.com/mateusortiz/webcomponents-the-right-way) - [Polymer](https://github.com/Granze/awesome-polymer) @@ -133,15 +136,12 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Ember](https://github.com/nmec/awesome-ember) - [Android UI](https://github.com/wasabeef/awesome-android-ui) - [iOS UI](https://github.com/cjwirth/awesome-ios-ui) -- [Scalable CSS](https://github.com/davidtheclark/scalable-css-reading-list) - [Meteor](https://github.com/Urigo/awesome-meteor) - [BEM](https://github.com/sturobson/BEM-resources) -- [CSS Must-Watch Talks](https://github.com/AllThingsSmitty/must-watch-css) - [Flexbox](https://github.com/afonsopacifer/awesome-flexbox) - [Web Typography](https://github.com/deanhume/typography) - [Web Accessibility](https://github.com/brunopulis/awesome-a11y) - [Material Design](https://github.com/sachin1092/awesome-material) -- [CSS](https://github.com/sotayamashita/awesome-css) - [D3](https://github.com/wbkd/awesome-d3) - [Emails](https://github.com/jonathandion/awesome-emails) - [jQuery](https://github.com/peterkokot/awesome-jquery) From 0a92555929ecb650cebedecf27d8811f81633507 Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Tue, 19 Jan 2016 15:53:35 +0000 Subject: [PATCH 21/31] Rename Symfony2 to Symfony - Symfony version 3.0 has since been released and is now stable. - Update redirect (the repository has also changed owners) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8146d25..a76b11c 100644 --- a/readme.md +++ b/readme.md @@ -161,7 +161,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Pyramid](https://github.com/uralbash/awesome-pyramid) - [Play1 Framework](https://github.com/PerfectCarl/awesome-play1) - [CakePHP](https://github.com/friendsofcake/awesome-cakephp) -- [Symfony2](https://github.com/EmanueleMinotto/awesome-symfony2) +- [Symfony](https://github.com/sitepoint/awesome-symfony) - [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) From 757b18ecad843c66f81c618240d2064a956524ab Mon Sep 17 00:00:00 2001 From: rm-code Date: Tue, 19 Jan 2016 22:03:30 +0100 Subject: [PATCH 22/31] =?UTF-8?q?Close=20#496=20PR:=20Add=20L=C3=96VE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index a76b11c..bc1ea7c 100644 --- a/readme.md +++ b/readme.md @@ -235,6 +235,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Open Source Games](https://github.com/leereilly/games) - [Unity](https://github.com/RyanNielson/awesome-unity) *(Game engine)* - [Chess](https://github.com/hkirat/awesome-chess) +- [LÖVE](https://github.com/JanWerder/awesome-love2d) *(Game engine)* ## Development Environment From cfb7172040610e8c508a2a3fe9b6c50b613443be Mon Sep 17 00:00:00 2001 From: Cristian Oliveira Date: Wed, 20 Jan 2016 14:51:20 +0100 Subject: [PATCH 23/31] Close #487 PR: Add `For Girls`. Fixes #424 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index bc1ea7c..369e32a 100644 --- a/readme.md +++ b/readme.md @@ -368,6 +368,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Robotics](https://github.com/Kiloreux/awesome-robotics) - [MQTT](https://github.com/hobbyquaker/awesome-mqtt) *(an "Internet of Things" connectivity protocol)* - [Hacking Spots](https://github.com/diasdavid/awesome-hacking-spots) +- [For Girls](https://github.com/cristianoliveira/awesome4girls) ## License From 863a3580e028c3221236e49438aba130a366baea Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Wed, 20 Jan 2016 15:58:26 +0000 Subject: [PATCH 24/31] Rename 'Resources' section to 'Media' 'Resources' is a bit too general - almost everything in this list can be considered a resource. Things which can go under here: Images, Video, Fonts, Music, etc. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 369e32a..d495574 100644 --- a/readme.md +++ b/readme.md @@ -35,7 +35,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Development Environment](#development-environment) - [Entertainment](#entertainment) - [Databases](#databases) -- [Resources](#resources) +- [Media](#media) - [Learn](#learn) - [Security](#security) - [Miscellaneous](#miscellaneous) @@ -272,7 +272,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Doctrine](https://github.com/TomasVotruba/awesome-doctrine) *(PHP ORM)* -## Resources +## Media - [Creative Commons Media](https://github.com/shime/creative-commons-media) - [Fonts](https://github.com/brabadu/awesome-fonts) From 496cf02308dc41481c9536c2411ea1bee61c1815 Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Wed, 20 Jan 2016 16:21:28 +0000 Subject: [PATCH 25/31] Move GIF and Music under Media --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index d495574..7446ad8 100644 --- a/readme.md +++ b/readme.md @@ -278,6 +278,8 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [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/ibaaj/awesome-gif) +- [Music](https://github.com/ciconia/awesome-music) ## Learn @@ -340,7 +342,6 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Gulp](https://github.com/alferov/awesome-gulp) - [AMA](https://github.com/sindresorhus/amas) *(Ask Me Anything)* - [AMA-answers](https://github.com/stoeffel/awesome-ama-answers) -- [GIF](https://github.com/ibaaj/awesome-gif) - [Open Source Photography](https://github.com/ibaaj/awesome-OpenSourcePhotography/) - [OpenGL](https://github.com/eug/awesome-opengl) - [Productivity](https://github.com/jyguyomarch/awesome-productivity) @@ -360,7 +361,6 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Bluetooth Beacons](https://github.com/beaconinside/awesome-beacon) - [Spanish Natural Language Processing (NLP)](https://github.com/dav009/awesome-spanish-nlp) - [Programming Interviews](https://github.com/MaximAbramchuck/awesome-interviews) -- [Music](https://github.com/ciconia/awesome-music) - [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) From c75f8f05478a4c2f81d8df67bf6e2e043e5c95fd Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Wed, 20 Jan 2016 16:29:20 +0000 Subject: [PATCH 26/31] Rename 'Rails Gem' to 'Rails Gems' ...and move it under Rails --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7446ad8..80f0945 100644 --- a/readme.md +++ b/readme.md @@ -165,7 +165,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [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) -- [Rails Gem](https://github.com/hothero/awesome-rails-gem) + - [Gems](https://github.com/hothero/awesome-rails-gem) - [Phalcon](https://github.com/sergeyklay/awesome-phalcon) - [Useful `.htaccess` Snippets](https://github.com/phanan/htaccess) - [nginx](https://github.com/fcambus/nginx-resources) From ce0a9e37478566daf99fb3abf0e7c63ec8f0c393 Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Wed, 20 Jan 2016 16:34:04 +0000 Subject: [PATCH 27/31] Move AMA Answers under AMA --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 80f0945..bca227c 100644 --- a/readme.md +++ b/readme.md @@ -341,7 +341,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [FOSS Production Apps](https://github.com/jwaterfaucett/awesome-foss-apps) - [Gulp](https://github.com/alferov/awesome-gulp) - [AMA](https://github.com/sindresorhus/amas) *(Ask Me Anything)* -- [AMA-answers](https://github.com/stoeffel/awesome-ama-answers) + - [Answers](https://github.com/stoeffel/awesome-ama-answers) - [Open Source Photography](https://github.com/ibaaj/awesome-OpenSourcePhotography/) - [OpenGL](https://github.com/eug/awesome-opengl) - [Productivity](https://github.com/jyguyomarch/awesome-productivity) From 3ba4d8735139ddd8d03b78663920b0f3effd918d Mon Sep 17 00:00:00 2001 From: Artur Kornakov Date: Sat, 23 Jan 2016 17:55:41 +0100 Subject: [PATCH 28/31] Close #499 PR: Add Motion UI Design. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index bca227c..46aa354 100644 --- a/readme.md +++ b/readme.md @@ -150,6 +150,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [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/vic/awesome-cyclejs) +- [Motion UI Design](https://github.com/fliptheweb/motion-ui-design) ## Back-end Development From c9e293d0b65530568f92113ac5bf2077735fda00 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 23 Jan 2016 18:05:42 +0100 Subject: [PATCH 29/31] Update create-list.md --- create-list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-list.md b/create-list.md index b675e32..dea6355 100644 --- a/create-list.md +++ b/create-list.md @@ -1,9 +1,9 @@ # Creating Your Own List - Read the [awesome manifesto](https://github.com/sindresorhus/awesome/blob/master/awesome.md) and ensure your list complies. -- Wait at least a couple of weeks after creating a list before submitting to this list to give it a chance to mature. - 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. -- Add the [awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge) to your readme. +- Your awesome list should have the [awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge), a [license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license), and [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines). Adding a [code of conduct](http://contributor-covenant.org/) is also strongly recommended. +- Wait at least a couple of weeks after creating a list before submitting to this list 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. Thanks for being awesome! From 4cd1a246edfeb5df1787e0f13fa8bac021156ded Mon Sep 17 00:00:00 2001 From: Evan You Date: Wed, 27 Jan 2016 14:59:57 +0100 Subject: [PATCH 30/31] Close #506 PR: Add Vue.js. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 46aa354..f070c52 100644 --- a/readme.md +++ b/readme.md @@ -151,6 +151,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [A-Frame VR](https://github.com/aframevr/awesome-aframe) *(Virtual reality)* - [Cycle.js](https://github.com/vic/awesome-cyclejs) - [Motion UI Design](https://github.com/fliptheweb/motion-ui-design) +- [Vue.js](https://github.com/vuejs/awesome-vue) ## Back-end Development From 3050689f433c6c81aec7d2647de86aa502c356fe Mon Sep 17 00:00:00 2001 From: dc Date: Wed, 27 Jan 2016 22:50:58 +0100 Subject: [PATCH 31/31] Close #505 PR: Add Vorpal. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f070c52..a46a47e 100644 --- a/readme.md +++ b/readme.md @@ -371,6 +371,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [MQTT](https://github.com/hobbyquaker/awesome-mqtt) *(an "Internet of Things" connectivity protocol)* - [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)* ## License