mirror of
https://github.com/sindresorhus/awesome.git
synced 2024-12-21 08:26:09 +00:00
Merge branch 'master' of https://github.com/sindresorhus/awesome
This commit is contained in:
commit
92359afb74
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,2 +1,3 @@
|
||||
* text=auto
|
||||
*.ai binary
|
||||
readme.md merge=union
|
||||
|
10
awesome.md
10
awesome.md
@ -24,7 +24,7 @@ Apart from suggesting a particular item on your list, you should also inform you
|
||||
|
||||
## Make it clear what the list is about
|
||||
|
||||
Have a succinct description at the top of your readme. Make sure your list covers a certain scope and nothing else. Link to other awesome lists if you think they already cover a certain subject good enough.
|
||||
Have a succinct description at the top of your readme. Make sure your list covers a certain scope and nothing else. Link to other awesome lists if you think they already cover a certain subject well enough.
|
||||
|
||||
## Pay attention to grammar
|
||||
|
||||
@ -40,16 +40,12 @@ Keep in mind that if you [haven't selected a license](http://choosealicense.com/
|
||||
|
||||
People who are contributing to your list should have a clear understanding 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 our own needs.
|
||||
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.
|
||||
|
||||
## 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
|
||||
|
||||
If you're an owner of the list, respect other people's opinion. If there are plenty of users not agreeing to your decision, give it a second thought.
|
||||
|
||||
## Discovery
|
||||
|
||||
Link back to this list from your list so users can easily discover more lists.
|
||||
|
50
code-of-conduct.md
Normal file
50
code-of-conduct.md
Normal 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/
|
@ -1,5 +1,14 @@
|
||||
# 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)
|
||||
- [Updating your Pull Request](#updating-your-pull-request)
|
||||
|
||||
## Adding to this list
|
||||
|
||||
Please ensure your pull request adheres to the following guidelines:
|
||||
@ -7,13 +16,14 @@ Please ensure your pull request adheres to the following guidelines:
|
||||
- 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 an individual pull request for each suggestion.
|
||||
- Titles should be [capitalized](http://grammar.yourdictionary.com/capitalization/rules-for-capitalization-in-titles.html).
|
||||
- Use [title-casing](http://titlecapitalization.com) (AP style).
|
||||
- Use the following format: `[List Name](link)`
|
||||
- Link additions should be added to the bottom of the relevant category.
|
||||
- New categories or improvements to the existing categorization are welcome.
|
||||
- Check your spelling and grammar.
|
||||
- Make sure your text editor is set to remove trailing whitespace.
|
||||
- The pull request and commit should have a useful title.
|
||||
- The body of your commit message should contain a link to the repository.
|
||||
|
||||
Thank you for your suggestions!
|
||||
|
||||
@ -21,7 +31,7 @@ Thank you for your suggestions!
|
||||
|
||||
To create your own list, check out the [instructions](create-list.md).
|
||||
|
||||
## Adding something to an Awesome list
|
||||
## Adding something to an awesome list
|
||||
|
||||
If you have something awesome to contribute to an awesome list, this is how you do it.
|
||||
|
||||
@ -33,3 +43,9 @@ You'll need a [GitHub account](https://github.com/join)!
|
||||
4. You can start editing the text of the file in the in-browser editor. Make sure you follow guidelines above. You can use [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/). ![Step 4 - Edit the file](https://cloud.githubusercontent.com/assets/170270/9402932/7301c3a0-480c-11e5-81f5-7e343b71674f.png)
|
||||
5. Say why you're proposing the changes, and then click on "Propose file change". ![Step 5 - Propose Changes](https://cloud.githubusercontent.com/assets/170270/9402937/7dd0652a-480c-11e5-9138-bd14244593d5.png)
|
||||
6. Submit the [pull request](https://help.github.com/articles/using-pull-requests/)!
|
||||
|
||||
## Updating your Pull Request
|
||||
|
||||
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.
|
||||
|
@ -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.
|
||||
- A link back to this list from yours, so users can discover more lists, would be appreciated.
|
||||
- Make sure you read the [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md) first.
|
||||
- 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!
|
182
readme.md
182
readme.md
@ -1,6 +1,6 @@
|
||||
<h1 align="center">
|
||||
<br>
|
||||
<img width="400" src="https://rawgit.com/sindresorhus/awesome/master/media/logo.svg" alt="awesome">
|
||||
<img width="400" src="https://cdn.rawgit.com/sindresorhus/awesome/master/media/logo.svg" alt="awesome">
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
@ -8,11 +8,17 @@
|
||||
|
||||
> 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)<br><sup>Please take the time to read this and do an actual effort with your list. All the low-quality submissions are burning me out...</sup>
|
||||
- [Buy a sticker](https://www.stickermule.com/marketplace/10034-awesome)
|
||||
|
||||
If you want to contribute, please read the [contribution guidelines](contributing.md).
|
||||
[![Awesome chat](https://badges.gitter.im/sindresorhus/awesome.svg)](https://gitter.im/sindresorhus/awesome)
|
||||
|
||||
-
|
||||
|
||||
Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](https://twitter.com/sindresorhus).
|
||||
|
||||
If you want to create your own list, please read the [create list instructions](create-list.md).
|
||||
|
||||
## Table of Contents
|
||||
|
||||
@ -26,12 +32,13 @@ If you want to create your own list, please read the [create list instructions](
|
||||
- [Books](#books)
|
||||
- [Editors](#editors)
|
||||
- [Gaming](#gaming)
|
||||
- [Developer Environment](#developer-environment)
|
||||
- [Development Environment](#development-environment)
|
||||
- [Entertainment](#entertainment)
|
||||
- [Databases](#databases)
|
||||
- [Resources](#resources)
|
||||
- [Media](#media)
|
||||
- [Learn](#learn)
|
||||
- [Security](#security)
|
||||
- [Content Management System](#content-management-system)
|
||||
- [Miscellaneous](#miscellaneous)
|
||||
|
||||
|
||||
@ -41,21 +48,43 @@ If you want to create your own list, please read the [create list instructions](
|
||||
- [Frontend Development](https://github.com/dypsilon/frontend-dev-bookmarks)
|
||||
- [iOS](https://github.com/vsouza/awesome-ios)
|
||||
- [Android](https://github.com/JStumpp/awesome-android)
|
||||
- [Hybrid Apps](https://github.com/weblancaster/awesome-hybrid)
|
||||
- [IoT & Hybrid Apps](https://github.com/weblancaster/awesome-IoT-hybrid)
|
||||
- [Electron](https://github.com/sindresorhus/awesome-electron)
|
||||
- [Cordova](https://github.com/busterc/awesome-cordova)
|
||||
- [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)
|
||||
- [watchOS](https://github.com/yenchenlin1994/awesome-watchos)
|
||||
- [JVM](https://github.com/deephacks/awesome-jvm)
|
||||
- [Salesforce](https://github.com/mailtoharshit/awesome-salesforce)
|
||||
- [Amazon Web Services](https://github.com/donnemartin/awesome-aws)
|
||||
- [Windows](https://github.com/RiseLedger/awesome-windows)
|
||||
- [IPFS](https://github.com/ipfs/awesome-ipfs)
|
||||
- [Fuse](https://github.com/vinkla/awesome-fuse)
|
||||
- [Heroku](https://github.com/ianstormtaylor/awesome-heroku)
|
||||
|
||||
|
||||
## Programming Languages
|
||||
|
||||
- [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)
|
||||
- [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)
|
||||
- [Maintenance Modules](https://github.com/maxogden/maintenance-modules) *(for npm packages)*
|
||||
- [npm](https://github.com/sindresorhus/awesome-npm)
|
||||
- [AVA](https://github.com/sindresorhus/awesome-ava) *(Test runner)*
|
||||
- [ESLint](https://github.com/dustinspecker/awesome-eslint)
|
||||
- [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)
|
||||
- [Rust](https://github.com/kud1ing/awesome-rust)
|
||||
- [Haskell](https://github.com/krispo/awesome-haskell)
|
||||
@ -65,6 +94,7 @@ If you want to create your own list, please read the [create list instructions](
|
||||
- [Ruby](https://github.com/markets/awesome-ruby)
|
||||
- [Ruby Events](https://github.com/planetruby/awesome-events) *(Conferences, Meetups, etc.)*
|
||||
- [Clojure](https://github.com/razum2um/awesome-clojure)
|
||||
- [ClojureScript](https://github.com/emrehan/awesome-clojurescript)
|
||||
- [Elixir](https://github.com/h4cc/awesome-elixir)
|
||||
- [Elm](https://github.com/isRuslan/awesome-elm)
|
||||
- [Erlang](https://github.com/drobakowski/awesome-erlang)
|
||||
@ -79,6 +109,8 @@ If you want to create your own list, please read the [create list instructions](
|
||||
- [Groovy](https://github.com/kdabir/awesome-groovy)
|
||||
- [Dart](https://github.com/yissachar/awesome-dart)
|
||||
- [Java](https://github.com/akullpp/awesome-java)
|
||||
- [RxJava](https://github.com/eleventigers/awesome-rxjava)
|
||||
- [Kotlin](https://github.com/JavaBy/awesome-kotlin)
|
||||
- [OCaml](https://github.com/rizo/awesome-ocaml)
|
||||
- [Coldfusion](https://github.com/seancoyne/awesome-coldfusion)
|
||||
- [Fortran](https://github.com/rabbiabram/awesome-fortran)
|
||||
@ -94,16 +126,21 @@ If you want to create your own list, please read the [create list instructions](
|
||||
|
||||
## 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)
|
||||
- [Above-the-fold CSS Tools](https://github.com/addyosmani/above-the-fold-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)
|
||||
- [Protips](https://github.com/AllThingsSmitty/css-protips)
|
||||
- [React](https://github.com/enaqx/awesome-react)
|
||||
- [Relay](https://github.com/expede/awesome-relay)
|
||||
- [Web Components](https://github.com/mateusortiz/webcomponents-the-right-way)
|
||||
- [Polymer](https://github.com/Granze/awesome-polymer)
|
||||
- [AngularJS](https://github.com/gianarb/awesome-angularjs)
|
||||
- [Backbone](https://github.com/instanceofpro/awesome-backbone)
|
||||
- [Angular 2](https://github.com/AngularClass/awesome-angular2)
|
||||
- [Angular](https://github.com/gianarb/awesome-angularjs)
|
||||
- [Backbone](https://github.com/sadcitizen/awesome-backbone)
|
||||
- [HTML5](https://github.com/diegocard/awesome-html5)
|
||||
- [SVG](https://github.com/willianjusten/awesome-svg)
|
||||
- [Canvas](https://github.com/raphamorim/awesome-canvas)
|
||||
@ -113,17 +150,29 @@ If you want to create your own list, please read the [create list instructions](
|
||||
- [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/sota0805/awesome-css)
|
||||
- [D3](https://github.com/wbkd/awesome-d3)
|
||||
- [Emails](https://github.com/jonathandion/awesome-emails)
|
||||
- [jQuery](https://github.com/peterkokot/awesome-jquery)
|
||||
- [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)
|
||||
- [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)
|
||||
- [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)
|
||||
- [Marionette.js](https://github.com/sadcitizen/awesome-marionette)
|
||||
- [Aurelia](https://github.com/behzad888/awesome-aurelia)
|
||||
- [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)
|
||||
|
||||
|
||||
## Back-end Development
|
||||
@ -132,16 +181,21 @@ If you want to create your own list, please read the [create list instructions](
|
||||
- [Flask](https://github.com/humiaozuzu/awesome-flask)
|
||||
- [Docker](https://github.com/veggiemonk/awesome-docker)
|
||||
- [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)
|
||||
- [CakePHP](https://github.com/friendsofcake/awesome-cakephp)
|
||||
- [Symfony2](https://github.com/EmanueleMinotto/awesome-symfony2)
|
||||
- [Symfony](https://github.com/sitepoint/awesome-symfony)
|
||||
- [Education](https://github.com/Symfonisti/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)
|
||||
- [Phalcon](https://github.com/sergeyklay/awesome-phalcon)
|
||||
- [Useful `.htaccess` Snippets](https://github.com/phanan/htaccess)
|
||||
- [nginx](https://github.com/fcambus/nginx-resources)
|
||||
- [Dropwizard](https://github.com/stve/awesome-dropwizard)
|
||||
- [Kubernetes](https://github.com/ramitsurana/awesome-kubernetes)
|
||||
- [Lumen](https://github.com/unicodeveloper/awesome-lumen)
|
||||
|
||||
|
||||
## Computer Science
|
||||
@ -149,12 +203,19 @@ If you want to create your own list, please read the [create list instructions](
|
||||
- [University Courses](https://github.com/prakhar1989/awesome-courses)
|
||||
- [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)
|
||||
- [Speech and Natural Language Processing](https://github.com/edobashira/speech-language-processing)
|
||||
- [Spanish](https://github.com/dav009/awesome-spanish-nlp)
|
||||
- [Linguistics](https://github.com/theimpossibleastronaut/awesome-linguistics)
|
||||
- [Cryptography](https://github.com/MaciejCzyzewski/retter)
|
||||
- [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)
|
||||
- [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)
|
||||
- [Software-Defined Networking](https://github.com/sdnds-tw/awesome-sdn)
|
||||
|
||||
|
||||
## Big Data
|
||||
@ -163,6 +224,7 @@ If you want to create your own list, please read the [create list instructions](
|
||||
- [Public Datasets](https://github.com/caesar0301/awesome-public-datasets)
|
||||
- [Hadoop](https://github.com/youngwookim/awesome-hadoop)
|
||||
- [Data Engineering](https://github.com/igorbarinov/awesome-data-engineering)
|
||||
- [Streaming](https://github.com/manuzhang/awesome-streaming)
|
||||
|
||||
|
||||
## Theory
|
||||
@ -173,22 +235,26 @@ If you want to create your own list, please read the [create list instructions](
|
||||
- [Algorithm Visualizations](https://github.com/enjalot/algovis)
|
||||
- [Artificial Intelligence](https://github.com/owainlewis/awesome-artificial-intelligence)
|
||||
- [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)
|
||||
|
||||
|
||||
## Books
|
||||
|
||||
- [Free Programming Books](https://github.com/vhf/free-programming-books)
|
||||
- [Free Software Testing Books](https://github.com/ligurio/free-software-testing-books/blob/master/free-software-testing-books.md)
|
||||
- [GoBooks](https://github.com/dariubs/GoBooks)
|
||||
- [Go Books](https://github.com/dariubs/GoBooks)
|
||||
- [R Books](https://github.com/RomanTsegelskyi/rbooks)
|
||||
- [Mind Expanding Books](https://github.com/hackerkid/Mind-Expanding-Books)
|
||||
|
||||
|
||||
## 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)
|
||||
- [Visual Studio Code](https://github.com/viatsko/awesome-vscode)
|
||||
|
||||
|
||||
## Gaming
|
||||
@ -197,26 +263,35 @@ If you want to create your own list, please read the [create list instructions](
|
||||
- [Game Talks](https://github.com/hzoo/awesome-gametalks)
|
||||
- [Godot](https://github.com/Calinou/awesome-godot) *(Game engine)*
|
||||
- [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)*
|
||||
- [PICO-8](https://github.com/felipebueno/awesome-PICO-8) *(Fantasy console)*
|
||||
|
||||
|
||||
## Developer Environment
|
||||
## Development Environment
|
||||
|
||||
- [Quick Look Plugins](https://github.com/sindresorhus/quick-look-plugins)
|
||||
- [Dev Env](https://github.com/jondot/awesome-devenv)
|
||||
- [Dotfiles](https://github.com/webpro/awesome-dotfiles)
|
||||
- [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)
|
||||
- [Git Cheat Sheet](https://github.com/arslanbilal/git-cheat-sheet)
|
||||
- [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 & Git Flow](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)
|
||||
- [SSH](https://github.com/moul/awesome-ssh)
|
||||
- [FOSS for Developers](https://github.com/httpsGithubParty/FOSS-for-Dev)
|
||||
|
||||
|
||||
## Entertainment
|
||||
|
||||
- [Science Fiction](https://github.com/sindresorhus/awesome-scifi) *(Scifi)*
|
||||
- [Fantasy](https://github.com/RichardLitt/awesome-fantasy)
|
||||
- [Podcasts](https://github.com/cv/awesome-geek-podcasts)
|
||||
- [Podcasts](https://github.com/guipdutra/awesome-geek-podcasts)
|
||||
- [Email Newsletters](https://github.com/vredniy/awesome-newsletters)
|
||||
|
||||
|
||||
@ -226,14 +301,21 @@ If you want to create your own list, please read the [create list instructions](
|
||||
- [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)
|
||||
- [Doctrine](https://github.com/TomasVotruba/awesome-doctrine) *(PHP ORM)*
|
||||
- [MongoDB](https://github.com/ramnes/awesome-mongodb)
|
||||
|
||||
|
||||
## Resources
|
||||
## 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)
|
||||
- [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)
|
||||
- [Open Source Documents](https://github.com/nacyot/awesome-opensource-documents)
|
||||
- [Audio Visualization](https://github.com/willianjusten/awesome-audio-visualization)
|
||||
|
||||
|
||||
## Learn
|
||||
@ -241,17 +323,27 @@ If you want to create your own list, please read the [create list instructions](
|
||||
- [CLI Workshoppers/Adventures](https://github.com/therebelrobot/awesome-workshopper)
|
||||
- [Learn to Program](https://github.com/karlhorky/learn-to-program)
|
||||
- [Speaking](https://github.com/matteofigus/awesome-speaking)
|
||||
- [Tech Videos](https://github.com/lucasviola/awesome-tech-videos)
|
||||
- [Dive into Machine Learning](https://github.com/hangtwenty/dive-into-machine-learning)
|
||||
- [Computer History](https://github.com/watson/awesome-computer-history)
|
||||
|
||||
|
||||
## Security
|
||||
|
||||
- [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)
|
||||
- [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
|
||||
@ -259,46 +351,39 @@ If you want to create your own list, please read the [create list instructions](
|
||||
- [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)
|
||||
- [Radio](https://github.com/kyleterry/awesome-radio)
|
||||
- [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/waldyrious/awesome-open-company)
|
||||
- [Open Companies](https://github.com/opencompany/awesome-open-company)
|
||||
- [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/itech001/ciandcd)
|
||||
- [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/jugoncalves/awesome-answers) *(Stack Overflow, Quora, etc)*
|
||||
- [Sketch](https://github.com/diessica/awesome-sketch) *(OS X app)*
|
||||
- [Places to Post Your Startup](https://github.com/mmccaff/PlacesToPostYourStartup)
|
||||
- [Maintainance Modules](https://github.com/maxogden/maintenance-modules) *(for npm packages)*
|
||||
- [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)
|
||||
- [Mad Science Modules](https://github.com/feross/mad-science-modules)
|
||||
- [Readme](https://github.com/matiassingers/awesome-readme)
|
||||
- [Tools](https://github.com/cjbarber/ToolsOfTheTrade)
|
||||
- [Styleguides](https://github.com/RichardLitt/awesome-styleguides)
|
||||
- [Blogs](https://github.com/aleksandar-todorovic/awesome-blogs)
|
||||
- [Design and Development Guides](https://github.com/NARKOZ/guides)
|
||||
- [Software Engineering Blogs](https://github.com/kilimchoi/engineering-blogs)
|
||||
- [Self Hosted](https://github.com/Kickball/awesome-selfhosted)
|
||||
- [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)
|
||||
- [GIF](https://github.com/Syskaw/awesome-gif)
|
||||
- [Open Source Photography](https://github.com/Syskaw/awesome-OpenSourcePhotography/)
|
||||
- [Answers](https://github.com/stoeffel/awesome-ama-answers)
|
||||
- [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)
|
||||
@ -306,9 +391,30 @@ If you want to create your own list, please read the [create list instructions](
|
||||
- [Niche Job Boards](https://github.com/wfhio/awesome-job-boards)
|
||||
- [Data Visualization](https://github.com/fasouto/awesome-dataviz)
|
||||
- [Subreddits](https://github.com/iCHAIT/awesome-subreddits)
|
||||
- [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)
|
||||
- [Unicode Code Points](https://github.com/Codepoints/awesome-codepoints)
|
||||
- [Internet of Things](https://github.com/HQarroum/awesome-iot)
|
||||
- [Beginner-Friendly Projects](https://github.com/MunGell/awesome-for-beginners)
|
||||
- [Bluetooth Beacons](https://github.com/beaconinside/awesome-beacon)
|
||||
- [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)*
|
||||
- [Vulkan](https://github.com/vinjn/awesome-vulkan)
|
||||
- [LaTeX](https://github.com/egeerardyn/awesome-LaTeX) *(Typesetting language)*
|
||||
- [Network Analysis](https://github.com/briatte/awesome-network-analysis)
|
||||
|
||||
## License
|
||||
|
||||
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
|
||||
[![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.
|
||||
|
Loading…
Reference in New Issue
Block a user