Merge pull request #1 from sindresorhus/master

Merge from origin repo
This commit is contained in:
Trần Đức Nam 2016-02-10 12:07:59 +07:00
commit 898fe1c330
6 changed files with 128 additions and 31 deletions

1
.gitattributes vendored
View File

@ -1,2 +1,3 @@
* text=auto * text=auto
*.ai binary *.ai binary
readme.md merge=union

View File

@ -44,7 +44,7 @@ If you don't feel like writing one from scratch, feel free to take our [contribu
## Stylize your list properly ## Stylize your list properly
Create a table of contents, organize the content into different categories, and use images if suitable. Ensure all entries are consistent (e.g. all entry descriptions end in a `.`). Create a [table of contents](https://github.com/sindresorhus/stuff/blob/master/toc-generators.md), organize the content into different categories, and use images if suitable. Ensure all entries are consistent (e.g. all entry descriptions end in a `.`).
## Accept other people's opinion ## Accept other people's opinion

50
code-of-conduct.md Normal file
View File

@ -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/

View File

@ -1,6 +1,9 @@
# Contribution Guidelines # 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 ## Table of Contents
- [Adding to this list](#adding-to-this-list) - [Adding to this list](#adding-to-this-list)
- [Creating your own awesome list](#creating-your-own-awesome-list) - [Creating your own awesome list](#creating-your-own-awesome-list)
- [Adding something to an Awesome list](#adding-something-to-an-awesome-list) - [Adding something to an Awesome list](#adding-something-to-an-awesome-list)
@ -13,7 +16,7 @@ Please ensure your pull request adheres to the following guidelines:
- Search previous suggestions before making a new one, as yours may be a duplicate. - Search previous suggestions before making a new one, as yours may be a duplicate.
- Make sure the list is useful before submitting. That implies it has enough content and every item has a good succinct description. - Make sure the list is useful before submitting. That implies it has enough content and every item has a good succinct description.
- Make an individual pull request for each suggestion. - Make an individual pull request for each suggestion.
- Use [title-casing](http://titlecapitalization.com) (AP style). - Use [title-casing](http://titlecapitalization.com) (AP style).
- Use the following format: `[List Name](link)` - Use the following format: `[List Name](link)`
- Link additions should be added to the bottom of the relevant category. - Link additions should be added to the bottom of the relevant category.
- New categories or improvements to the existing categorization are welcome. - New categories or improvements to the existing categorization are welcome.

View File

@ -1,9 +1,9 @@
# Creating Your Own List # Creating Your Own List
- Read the [awesome manifesto](https://github.com/sindresorhus/awesome/blob/master/awesome.md) and ensure your list complies. - Read the [awesome manifesto](https://github.com/sindresorhus/awesome/blob/master/awesome.md) and ensure your list complies.
- 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. - 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.
- A link back to this list from yours, so users can discover more lists, would be appreciated. - 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. - 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! Thanks for being awesome!

View File

@ -8,11 +8,16 @@
> A curated list of awesome lists > A curated list of awesome lists
[What makes for an awesome list?](awesome.md) - [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)
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).** -
Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](https://twitter.com/sindresorhus).
## Table of Contents ## Table of Contents
@ -30,9 +35,10 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [Development Environment](#development-environment) - [Development Environment](#development-environment)
- [Entertainment](#entertainment) - [Entertainment](#entertainment)
- [Databases](#databases) - [Databases](#databases)
- [Resources](#resources) - [Media](#media)
- [Learn](#learn) - [Learn](#learn)
- [Security](#security) - [Security](#security)
- [Content Management System](#content-management-system)
- [Miscellaneous](#miscellaneous) - [Miscellaneous](#miscellaneous)
@ -48,6 +54,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [React Native](https://github.com/jondot/awesome-react-native) - [React Native](https://github.com/jondot/awesome-react-native)
- [Xamarin](https://github.com/benoitjadinon/awesome-xamarin) - [Xamarin](https://github.com/benoitjadinon/awesome-xamarin)
- [Linux](https://github.com/aleksandar-todorovic/awesome-linux) - [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) - [OS X](https://github.com/iCHAIT/awesome-osx)
- [Command-Line](https://github.com/herrbischoff/awesome-osx-command-line) - [Command-Line](https://github.com/herrbischoff/awesome-osx-command-line)
- [Screensavers](https://github.com/aharris88/awesome-osx-screensavers) - [Screensavers](https://github.com/aharris88/awesome-osx-screensavers)
@ -64,7 +71,13 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [JavaScript](https://github.com/sorrycc/awesome-javascript) - [JavaScript](https://github.com/sorrycc/awesome-javascript)
- [Promises](https://github.com/wbinnssmith/awesome-promises) - [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)
- [Network Layer](https://github.com/Kikobeats/awesome-network-js)
- [Swift](https://github.com/matteocrippa/awesome-swift) - [Swift](https://github.com/matteocrippa/awesome-swift)
- [Education](https://github.com/hsavit1/Awesome-Swift-Education)
- [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds)
- [Python](https://github.com/vinta/awesome-python) - [Python](https://github.com/vinta/awesome-python)
- [Rust](https://github.com/kud1ing/awesome-rust) - [Rust](https://github.com/kud1ing/awesome-rust)
- [Haskell](https://github.com/krispo/awesome-haskell) - [Haskell](https://github.com/krispo/awesome-haskell)
@ -89,6 +102,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [Groovy](https://github.com/kdabir/awesome-groovy) - [Groovy](https://github.com/kdabir/awesome-groovy)
- [Dart](https://github.com/yissachar/awesome-dart) - [Dart](https://github.com/yissachar/awesome-dart)
- [Java](https://github.com/akullpp/awesome-java) - [Java](https://github.com/akullpp/awesome-java)
- [Kotlin](https://github.com/JavaBy/awesome-kotlin)
- [OCaml](https://github.com/rizo/awesome-ocaml) - [OCaml](https://github.com/rizo/awesome-ocaml)
- [Coldfusion](https://github.com/seancoyne/awesome-coldfusion) - [Coldfusion](https://github.com/seancoyne/awesome-coldfusion)
- [Fortran](https://github.com/rabbiabram/awesome-fortran) - [Fortran](https://github.com/rabbiabram/awesome-fortran)
@ -104,11 +118,13 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
## Front-end Development ## Front-end Development
- [JavaScript Must Watch Talks](https://github.com/bolshchikov/js-must-watch)
- [ES6 Tools](https://github.com/addyosmani/es6-tools) - [ES6 Tools](https://github.com/addyosmani/es6-tools)
- [Web Performance Optimization](https://github.com/davidsonfellipe/awesome-wpo) - [Web Performance Optimization](https://github.com/davidsonfellipe/awesome-wpo)
- [Web Tools](https://github.com/lvwzhen/tools) - [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) - [React](https://github.com/enaqx/awesome-react)
- [Web Components](https://github.com/mateusortiz/webcomponents-the-right-way) - [Web Components](https://github.com/mateusortiz/webcomponents-the-right-way)
- [Polymer](https://github.com/Granze/awesome-polymer) - [Polymer](https://github.com/Granze/awesome-polymer)
@ -124,20 +140,23 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [Ember](https://github.com/nmec/awesome-ember) - [Ember](https://github.com/nmec/awesome-ember)
- [Android UI](https://github.com/wasabeef/awesome-android-ui) - [Android UI](https://github.com/wasabeef/awesome-android-ui)
- [iOS UI](https://github.com/cjwirth/awesome-ios-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) - [Meteor](https://github.com/Urigo/awesome-meteor)
- [BEM](https://github.com/sturobson/BEM-resources) - [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) - [Flexbox](https://github.com/afonsopacifer/awesome-flexbox)
- [Web Typography](https://github.com/deanhume/typography) - [Web Typography](https://github.com/deanhume/typography)
- [Web Accessibility](https://github.com/brunopulis/awesome-a11y) - [Web Accessibility](https://github.com/brunopulis/awesome-a11y)
- [Material Design](https://github.com/sachin1092/awesome-material) - [Material Design](https://github.com/sachin1092/awesome-material)
- [CSS](https://github.com/sotayamashita/awesome-css)
- [D3](https://github.com/wbkd/awesome-d3) - [D3](https://github.com/wbkd/awesome-d3)
- [Emails](https://github.com/jonathandion/awesome-emails) - [Emails](https://github.com/jonathandion/awesome-emails)
- [jQuery](https://github.com/peterkokot/awesome-jquery) - [jQuery](https://github.com/peterkokot/awesome-jquery)
- [Web Audio](https://github.com/notthetup/awesome-webaudio) - [Web Audio](https://github.com/notthetup/awesome-webaudio)
- [Offline-First](https://github.com/pazguille/offline-first) - [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)
- [Motion UI Design](https://github.com/fliptheweb/motion-ui-design)
- [Vue.js](https://github.com/vuejs/awesome-vue)
- [Marionette.js](https://github.com/sadcitizen/awesome-marionette)
## Back-end Development ## Back-end Development
@ -146,13 +165,14 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [Flask](https://github.com/humiaozuzu/awesome-flask) - [Flask](https://github.com/humiaozuzu/awesome-flask)
- [Docker](https://github.com/veggiemonk/awesome-docker) - [Docker](https://github.com/veggiemonk/awesome-docker)
- [Vagrant](https://github.com/iJackUA/awesome-vagrant) - [Vagrant](https://github.com/iJackUA/awesome-vagrant)
- [Pyramid](https://github.com/ITCase/awesome-pyramid) - [Pyramid](https://github.com/uralbash/awesome-pyramid)
- [Play1 Framework](https://github.com/PerfectCarl/awesome-play1) - [Play1 Framework](https://github.com/PerfectCarl/awesome-play1)
- [CakePHP](https://github.com/friendsofcake/awesome-cakephp) - [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) - [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](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) - [Phalcon](https://github.com/sergeyklay/awesome-phalcon)
- [Useful `.htaccess` Snippets](https://github.com/phanan/htaccess) - [Useful `.htaccess` Snippets](https://github.com/phanan/htaccess)
- [nginx](https://github.com/fcambus/nginx-resources) - [nginx](https://github.com/fcambus/nginx-resources)
@ -174,6 +194,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [Deep Vision](https://github.com/kjw0612/awesome-deep-vision) - [Deep Vision](https://github.com/kjw0612/awesome-deep-vision)
- [Open Source Society University](https://github.com/open-source-society/computer-science) - [Open Source Society University](https://github.com/open-source-society/computer-science)
- [Functional Programming](https://github.com/lucasviola/awesome-functional-programming) - [Functional Programming](https://github.com/lucasviola/awesome-functional-programming)
- [Static Analysis & Code Quality](https://github.com/mre/awesome-static-analysis)
## Big Data ## Big Data
@ -193,6 +214,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [Artificial Intelligence](https://github.com/owainlewis/awesome-artificial-intelligence) - [Artificial Intelligence](https://github.com/owainlewis/awesome-artificial-intelligence)
- [Search Engine Optimization](https://github.com/marcobiedermann/search-engine-optimization) - [Search Engine Optimization](https://github.com/marcobiedermann/search-engine-optimization)
- [Competitive Coding](https://github.com/hkirat/awesome-competitive-coding) - [Competitive Coding](https://github.com/hkirat/awesome-competitive-coding)
- [Math](https://github.com/rossant/awesome-math)
## Books ## Books
@ -207,7 +229,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
## Editors ## Editors
- [Sublime Text](https://github.com/dreikanter/sublime-bookmarks) - [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) - [Emacs](https://github.com/emacs-tw/awesome-emacs)
- [Atom](https://github.com/mehcode/awesome-atom) - [Atom](https://github.com/mehcode/awesome-atom)
@ -220,6 +242,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [Open Source Games](https://github.com/leereilly/games) - [Open Source Games](https://github.com/leereilly/games)
- [Unity](https://github.com/RyanNielson/awesome-unity) *(Game engine)* - [Unity](https://github.com/RyanNielson/awesome-unity) *(Game engine)*
- [Chess](https://github.com/hkirat/awesome-chess) - [Chess](https://github.com/hkirat/awesome-chess)
- [LÖVE](https://github.com/JanWerder/awesome-love2d) *(Game engine)*
## Development Environment ## Development Environment
@ -228,11 +251,15 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [Dev Env](https://github.com/jondot/awesome-devenv) - [Dev Env](https://github.com/jondot/awesome-devenv)
- [Dotfiles](https://github.com/webpro/awesome-dotfiles) - [Dotfiles](https://github.com/webpro/awesome-dotfiles)
- [Shell](https://github.com/alebcay/awesome-shell) - [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) - [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 Cheat Sheet](https://github.com/arslanbilal/git-cheat-sheet)
- [Git Tips](https://github.com/git-tips/tips) - [Git Tips](https://github.com/git-tips/tips)
- [Git Add-ons](https://github.com/stevemao/awesome-git-addons) - [Git Add-ons](https://github.com/stevemao/awesome-git-addons)
- [SSH](https://github.com/moul/awesome-ssh)
## Entertainment ## Entertainment
@ -249,16 +276,18 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [MySQL](https://github.com/shlomi-noach/awesome-mysql/blob/gh-pages/index.md) - [MySQL](https://github.com/shlomi-noach/awesome-mysql/blob/gh-pages/index.md)
- [SQLAlchemy](https://github.com/dahlia/awesome-sqlalchemy) - [SQLAlchemy](https://github.com/dahlia/awesome-sqlalchemy)
- [InfluxDB](https://github.com/mark-rushakoff/awesome-influxdb) - [InfluxDB](https://github.com/mark-rushakoff/awesome-influxdb)
- [Neo4j](https://github.com/GraphGeeks/awesome-neo4j) - [Neo4j](https://github.com/Neueda4j/awesome-neo4j)
- [Doctrine](https://github.com/TomasVotruba/awesome-doctrine) *(PHP ORM)*
## Resources ## Media
- [Creative Commons Media](https://github.com/shime/creative-commons-media) - [Creative Commons Media](https://github.com/shime/creative-commons-media)
- [Images](https://github.com/heyalexej/awesome-images)
- [Fonts](https://github.com/brabadu/awesome-fonts) - [Fonts](https://github.com/brabadu/awesome-fonts)
- [Codeface](https://github.com/chrissimpkins/codeface) *(Text editor fonts)* - [Codeface](https://github.com/chrissimpkins/codeface) *(Text editor fonts)*
- [Stock Resources](https://github.com/neutraltone/awesome-stock-resources) - [Stock Resources](https://github.com/neutraltone/awesome-stock-resources)
- [GIF](https://github.com/ibaaj/awesome-gif)
- [Music](https://github.com/ciconia/awesome-music)
## Learn ## Learn
@ -268,17 +297,25 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [Speaking](https://github.com/matteofigus/awesome-speaking) - [Speaking](https://github.com/matteofigus/awesome-speaking)
- [Tech Videos](https://github.com/lucasviola/awesome-tech-videos) - [Tech Videos](https://github.com/lucasviola/awesome-tech-videos)
- [Dive into Machine Learning](https://github.com/hangtwenty/dive-into-machine-learning) - [Dive into Machine Learning](https://github.com/hangtwenty/dive-into-machine-learning)
- [Computer History](https://github.com/watson/awesome-computer-history)
## Security ## Security
- [Application Security](https://github.com/paragonie/awesome-appsec) - [Application Security](https://github.com/paragonie/awesome-appsec)
- [Security](https://github.com/sbilly/awesome-security) - [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) - [Malware Analysis](https://github.com/rshipp/awesome-malware-analysis)
- [Android Security](https://github.com/ashishb/android-security-awesome) - [Android Security](https://github.com/ashishb/android-security-awesome)
- [Hacking](https://github.com/carpedm20/awesome-hacking) - [Hacking](https://github.com/carpedm20/awesome-hacking)
- [Honeypots](https://github.com/paralax/awesome-honeypots) - [Honeypots](https://github.com/paralax/awesome-honeypots)
- [Incident Response](https://github.com/meirwah/awesome-incident-response)
## Content Management System
- [Umbraco](https://github.com/leekelleher/awesome-umbraco)
- [Refinery CMS](https://github.com/refinerycms-contrib/awesome-refinerycms)
## Miscellaneous ## Miscellaneous
@ -286,6 +323,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [JSON](https://github.com/burningtree/awesome-json) - [JSON](https://github.com/burningtree/awesome-json)
- [Discounts for Student Developers](https://github.com/najela/discount-for-student-dev) - [Discounts for Student Developers](https://github.com/najela/discount-for-student-dev)
- [Slack](https://github.com/matiassingers/awesome-slack) - [Slack](https://github.com/matiassingers/awesome-slack)
- [Communities](https://github.com/filipelinhares/awesome-slack)
- [Conferences](https://github.com/RichardLitt/awesome-conferences) - [Conferences](https://github.com/RichardLitt/awesome-conferences)
- [GeoJSON](https://github.com/tmcw/awesome-geojson) - [GeoJSON](https://github.com/tmcw/awesome-geojson)
- [Sysadmin](https://github.com/n1trux/awesome-sysadmin) - [Sysadmin](https://github.com/n1trux/awesome-sysadmin)
@ -293,12 +331,10 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [Awesome](https://github.com/sindresorhus/awesome) - [Awesome](https://github.com/sindresorhus/awesome)
- [Analytics](https://github.com/onurakpolat/awesome-analytics) - [Analytics](https://github.com/onurakpolat/awesome-analytics)
- [FOSS for Developers](https://github.com/httpsGithubParty/FOSS-for-Dev) - [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) - [Open Companies](https://github.com/opencompany/awesome-open-company)
- [REST](https://github.com/marmelab/awesome-rest) - [REST](https://github.com/marmelab/awesome-rest)
- [Selenium](https://github.com/christian-bromann/awesome-selenium) - [Selenium](https://github.com/christian-bromann/awesome-selenium)
- [Endangered Languages](https://github.com/RichardLitt/endangered-languages) - [Endangered Languages](https://github.com/RichardLitt/endangered-languages)
- [Slack Communities](https://github.com/filipelinhares/awesome-slack)
- [Continuous Delivery](https://github.com/ciandcd/awesome-ciandcd) - [Continuous Delivery](https://github.com/ciandcd/awesome-ciandcd)
- [Services Engineering](https://github.com/mmcgrana/services-engineering) - [Services Engineering](https://github.com/mmcgrana/services-engineering)
- [Free for Developers](https://github.com/ripienaar/free-for-dev) - [Free for Developers](https://github.com/ripienaar/free-for-dev)
@ -314,18 +350,15 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [Readme](https://github.com/matiassingers/awesome-readme) - [Readme](https://github.com/matiassingers/awesome-readme)
- [Tools](https://github.com/cjbarber/ToolsOfTheTrade) - [Tools](https://github.com/cjbarber/ToolsOfTheTrade)
- [Styleguides](https://github.com/RichardLitt/awesome-styleguides) - [Styleguides](https://github.com/RichardLitt/awesome-styleguides)
- [Blogs](https://github.com/aleksandar-todorovic/awesome-blogs)
- [Design and Development Guides](https://github.com/NARKOZ/guides) - [Design and Development Guides](https://github.com/NARKOZ/guides)
- [Software Engineering Blogs](https://github.com/kilimchoi/engineering-blogs) - [Software Engineering Blogs](https://github.com/kilimchoi/engineering-blogs)
- [Self Hosted](https://github.com/Kickball/awesome-selfhosted) - [Self Hosted](https://github.com/Kickball/awesome-selfhosted)
- [FOSS Production Apps](https://github.com/jwaterfaucett/awesome-foss-apps) - [FOSS Production Apps](https://github.com/jwaterfaucett/awesome-foss-apps)
- [Gulp](https://github.com/alferov/awesome-gulp) - [Gulp](https://github.com/alferov/awesome-gulp)
- [AMA](https://github.com/sindresorhus/amas) *(Ask Me Anything)* - [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)
- [GIF](https://github.com/ibaaj/awesome-gif)
- [Open Source Photography](https://github.com/ibaaj/awesome-OpenSourcePhotography/) - [Open Source Photography](https://github.com/ibaaj/awesome-OpenSourcePhotography/)
- [OpenGL](https://github.com/eug/awesome-opengl) - [OpenGL](https://github.com/eug/awesome-opengl)
- [JavaScript Standard Style](https://github.com/feross/awesome-standard)
- [Productivity](https://github.com/jyguyomarch/awesome-productivity) - [Productivity](https://github.com/jyguyomarch/awesome-productivity)
- [GraphQL](https://github.com/chentsulin/awesome-graphql) - [GraphQL](https://github.com/chentsulin/awesome-graphql)
- [Transit](https://github.com/luqmaan/awesome-transit) - [Transit](https://github.com/luqmaan/awesome-transit)
@ -335,13 +368,23 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [Social Media Share Links](https://github.com/vinkla/share-links) - [Social Media Share Links](https://github.com/vinkla/share-links)
- [JSON Datasets](https://github.com/jdorfman/awesome-json-datasets) - [JSON Datasets](https://github.com/jdorfman/awesome-json-datasets)
- [Microservices](https://github.com/mfornos/awesome-microservices) - [Microservices](https://github.com/mfornos/awesome-microservices)
- [GitHub](https://github.com/phillipadsmith/awesome-github)
- [Unicode Code Points](https://github.com/Codepoints/awesome-codepoints) - [Unicode Code Points](https://github.com/Codepoints/awesome-codepoints)
- [Internet of Things](https://github.com/HQarroum/awesome-iot) - [Internet of Things](https://github.com/HQarroum/awesome-iot)
- [Open Source Documents](https://github.com/nacyot/awesome-opensource-documents) - [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) - [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)
- [Programming Interviews](https://github.com/MaximAbramchuck/awesome-interviews)
- [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)
- [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)
- [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)*
## License ## License