mirror of
https://github.com/sindresorhus/awesome.git
synced 2024-12-20 16:06:10 +00:00
This commit is contained in:
commit
55275745dc
55
awesome.md
Normal file
55
awesome.md
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# The awesome manifesto
|
||||||
|
|
||||||
|
If you want your list to be included on `awesome`, try to only include actual awesome stuff in your list. After all, it's a curation, not a collection.
|
||||||
|
|
||||||
|
But **what is awesome?**
|
||||||
|
|
||||||
|
## Only awesome is awesome
|
||||||
|
|
||||||
|
Research if the stuff you're including is actually awesome. Put only stuff on the list you or another contributor can personally recommend and rather leave stuff out than include too much.
|
||||||
|
|
||||||
|
## Awesome badge
|
||||||
|
|
||||||
|
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
|
||||||
|
|
||||||
|
Add an awesome badge to the top of your list, right to the title. [Example](https://github.com/sindresorhus/awesome-nodejs).
|
||||||
|
|
||||||
|
```md
|
||||||
|
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
|
||||||
|
```
|
||||||
|
|
||||||
|
## Comment on why something is awesome
|
||||||
|
|
||||||
|
Apart from suggesting a particular item on your list, you should also inform your readers *why* it's on the list and how they will benefit from it.
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
|
## Pay attention to grammar
|
||||||
|
|
||||||
|
Ensure your list is grammatically correct, typo free and has no Markdown formatting errors. This should also apply to pull requests.
|
||||||
|
|
||||||
|
## Choose an appropriate license
|
||||||
|
|
||||||
|
Keep in mind that if you [haven't selected a license](http://choosealicense.com/no-license/), it basically means the people are *not* allowed to reproduce, distribute or create derivative works.
|
||||||
|
|
||||||
|
[Creative Commons licenses](https://creativecommons.org/) are perfect for this purpose. **We would recommend [`CC0`](https://creativecommons.org/publicdomain/zero/1.0/).** Code licenses like MIT, BSD, GPL, and so forth are not recommended.
|
||||||
|
|
||||||
|
## Include contribution guidelines
|
||||||
|
|
||||||
|
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 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 `.`).
|
||||||
|
|
||||||
|
## 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.
|
@ -1,17 +1,48 @@
|
|||||||
# Contribution Guidelines
|
# Contribution Guidelines
|
||||||
|
|
||||||
|
## 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:
|
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 your list is useful before submitting. That implies it having enough content and every item 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.
|
||||||
- A link back to this list from yours, so users can discover more lists, would be appreciated.
|
|
||||||
- Make an individual pull request for each suggestion.
|
- 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)`
|
- 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.
|
||||||
- Check your spelling and grammar.
|
- Check your spelling and grammar.
|
||||||
- Make sure your text editor is set to remove trailing whitespace.
|
- Make sure your text editor is set to remove trailing whitespace.
|
||||||
- The pull request and commit should have a useful title.
|
- 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!
|
Thank you for your suggestions!
|
||||||
|
|
||||||
|
## Creating your own awesome list
|
||||||
|
|
||||||
|
To create your own list, check out the [instructions](create-list.md).
|
||||||
|
|
||||||
|
## Adding something to an awesome list
|
||||||
|
|
||||||
|
If you have something awesome to contribute to an awesome list, this is how you do it.
|
||||||
|
|
||||||
|
You'll need a [GitHub account](https://github.com/join)!
|
||||||
|
|
||||||
|
1. Access the awesome list's GitHub page. For example: https://github.com/sindresorhus/awesome
|
||||||
|
2. Click on the `readme.md` file: ![Step 2 Click on Readme.md](https://cloud.githubusercontent.com/assets/170270/9402920/53a7e3ea-480c-11e5-9d81-aecf64be55eb.png)
|
||||||
|
3. Now click on the edit icon. ![Step 3 - Click on Edit](https://cloud.githubusercontent.com/assets/170270/9402927/6506af22-480c-11e5-8c18-7ea823530099.png)
|
||||||
|
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.
|
||||||
|
9
create-list.md
Normal file
9
create-list.md
Normal file
@ -0,0 +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) before submitting a request for your list to be added here.
|
||||||
|
|
||||||
|
Thanks for being awesome!
|
471
media/badge.ai
Normal file
471
media/badge.ai
Normal file
File diff suppressed because one or more lines are too long
1
media/badge.svg
Normal file
1
media/badge.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 5.7 KiB |
102
readme.md
102
readme.md
@ -8,8 +8,14 @@
|
|||||||
|
|
||||||
> A curated list of awesome lists
|
> A curated list of awesome lists
|
||||||
|
|
||||||
|
[What makes for an awesome list?](awesome.md)
|
||||||
|
|
||||||
## TOC
|
Please read the [contribution guidelines](contributing.md) or the [creating a list guide](create-list.md) if you want to contribute.
|
||||||
|
|
||||||
|
**Check out my [blog](https://blog.sindresorhus.com) 🦄 or say *hi* on [Twitter](https://twitter.com/sindresorhus).**
|
||||||
|
|
||||||
|
|
||||||
|
## Table of Contents
|
||||||
|
|
||||||
- [Platforms](#platforms)
|
- [Platforms](#platforms)
|
||||||
- [Programming Languages](#programming-languages)
|
- [Programming Languages](#programming-languages)
|
||||||
@ -21,7 +27,7 @@
|
|||||||
- [Books](#books)
|
- [Books](#books)
|
||||||
- [Editors](#editors)
|
- [Editors](#editors)
|
||||||
- [Gaming](#gaming)
|
- [Gaming](#gaming)
|
||||||
- [Developer Environment](#developer-environment)
|
- [Development Environment](#development-environment)
|
||||||
- [Entertainment](#entertainment)
|
- [Entertainment](#entertainment)
|
||||||
- [Databases](#databases)
|
- [Databases](#databases)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
@ -36,16 +42,27 @@
|
|||||||
- [Frontend Development](https://github.com/dypsilon/frontend-dev-bookmarks)
|
- [Frontend Development](https://github.com/dypsilon/frontend-dev-bookmarks)
|
||||||
- [iOS](https://github.com/vsouza/awesome-ios)
|
- [iOS](https://github.com/vsouza/awesome-ios)
|
||||||
- [Android](https://github.com/JStumpp/awesome-android)
|
- [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) *(formerly atom-shell)*
|
- [Electron](https://github.com/sindresorhus/awesome-electron)
|
||||||
- [Cordova](https://github.com/busterc/awesome-cordova)
|
- [Cordova](https://github.com/busterc/awesome-cordova)
|
||||||
- [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)
|
||||||
|
- [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)
|
||||||
|
|
||||||
|
|
||||||
## Programming Languages
|
## Programming Languages
|
||||||
|
|
||||||
- [JavaScript](https://github.com/sorrycc/awesome-javascript)
|
- [JavaScript](https://github.com/sorrycc/awesome-javascript)
|
||||||
|
- [Promises](https://github.com/wbinnssmith/awesome-promises)
|
||||||
- [Swift](https://github.com/matteocrippa/awesome-swift)
|
- [Swift](https://github.com/matteocrippa/awesome-swift)
|
||||||
- [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)
|
||||||
@ -54,7 +71,9 @@
|
|||||||
- [Go](https://github.com/avelino/awesome-go)
|
- [Go](https://github.com/avelino/awesome-go)
|
||||||
- [Scala](https://github.com/lauris/awesome-scala)
|
- [Scala](https://github.com/lauris/awesome-scala)
|
||||||
- [Ruby](https://github.com/markets/awesome-ruby)
|
- [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)
|
- [Clojure](https://github.com/razum2um/awesome-clojure)
|
||||||
|
- [ClojureScript](https://github.com/emrehan/awesome-clojurescript)
|
||||||
- [Elixir](https://github.com/h4cc/awesome-elixir)
|
- [Elixir](https://github.com/h4cc/awesome-elixir)
|
||||||
- [Elm](https://github.com/isRuslan/awesome-elm)
|
- [Elm](https://github.com/isRuslan/awesome-elm)
|
||||||
- [Erlang](https://github.com/drobakowski/awesome-erlang)
|
- [Erlang](https://github.com/drobakowski/awesome-erlang)
|
||||||
@ -64,7 +83,7 @@
|
|||||||
- [C/C++](https://github.com/fffaraz/awesome-cpp)
|
- [C/C++](https://github.com/fffaraz/awesome-cpp)
|
||||||
- [R](https://github.com/qinwf/awesome-R)
|
- [R](https://github.com/qinwf/awesome-R)
|
||||||
- [D](https://github.com/zhaopuming/awesome-d)
|
- [D](https://github.com/zhaopuming/awesome-d)
|
||||||
- [Common Lisp](https://github.com/kozross/awesome-cl)
|
- [Common Lisp](https://github.com/CodyReichert/awesome-cl)
|
||||||
- [Perl](https://github.com/hachiojipm/awesome-perl)
|
- [Perl](https://github.com/hachiojipm/awesome-perl)
|
||||||
- [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)
|
||||||
@ -77,7 +96,9 @@
|
|||||||
- [Delphi](https://github.com/Fr0sT-Brutal/awesome-delphi)
|
- [Delphi](https://github.com/Fr0sT-Brutal/awesome-delphi)
|
||||||
- [Assembler](https://github.com/mat0thew/awesome-asm)
|
- [Assembler](https://github.com/mat0thew/awesome-asm)
|
||||||
- [AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey)
|
- [AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey)
|
||||||
|
- [AutoIt](https://github.com/J2TeaM/awesome-AutoIt)
|
||||||
- [Crystal](https://github.com/veelenga/awesome-crystal)
|
- [Crystal](https://github.com/veelenga/awesome-crystal)
|
||||||
|
- [TypeScript](https://github.com/dzharii/awesome-typescript)
|
||||||
|
|
||||||
|
|
||||||
## Front-end Development
|
## Front-end Development
|
||||||
@ -86,15 +107,16 @@
|
|||||||
- [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)
|
||||||
- [Above-the-fold CSS Tools](https://github.com/addyosmani/above-the-fold-css-tools)
|
- [Critical-Path (Above-the-fold) CSS Tools](https://github.com/addyosmani/critical-path-css-tools)
|
||||||
- [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)
|
||||||
- [AngularJS](https://github.com/gianarb/awesome-angularjs)
|
- [Angular 2](https://github.com/AngularClass/awesome-angular2)
|
||||||
- [Backbone](https://github.com/instanceofpro/awesome-backbone)
|
- [Angular](https://github.com/gianarb/awesome-angularjs)
|
||||||
|
- [Backbone](https://github.com/sadcitizen/awesome-backbone)
|
||||||
- [HTML5](https://github.com/diegocard/awesome-html5)
|
- [HTML5](https://github.com/diegocard/awesome-html5)
|
||||||
- [Sass](https://github.com/HugoGiraudel/awesome-sass)
|
|
||||||
- [SVG](https://github.com/willianjusten/awesome-svg)
|
- [SVG](https://github.com/willianjusten/awesome-svg)
|
||||||
|
- [Canvas](https://github.com/raphamorim/awesome-canvas)
|
||||||
- [KnockoutJS](https://github.com/dnbard/awesome-knockout)
|
- [KnockoutJS](https://github.com/dnbard/awesome-knockout)
|
||||||
- [Dojo Toolkit](https://github.com/peterkokot/awesome-dojo)
|
- [Dojo Toolkit](https://github.com/peterkokot/awesome-dojo)
|
||||||
- [Inspiration](https://github.com/NoahBuscher/Inspire)
|
- [Inspiration](https://github.com/NoahBuscher/Inspire)
|
||||||
@ -102,14 +124,19 @@
|
|||||||
- [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)
|
- [Scalable CSS](https://github.com/davidtheclark/scalable-css-reading-list)
|
||||||
- [Meteor](https://github.com/gillesfabio/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)
|
- [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/sota0805/awesome-css)
|
- [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)
|
||||||
|
- [Web Audio](https://github.com/notthetup/awesome-webaudio)
|
||||||
|
- [Offline-First](https://github.com/pazguille/offline-first)
|
||||||
|
|
||||||
|
|
||||||
## Back-end Development
|
## Back-end Development
|
||||||
@ -124,9 +151,12 @@
|
|||||||
- [Symfony2](https://github.com/EmanueleMinotto/awesome-symfony2)
|
- [Symfony2](https://github.com/EmanueleMinotto/awesome-symfony2)
|
||||||
- [Laravel](https://github.com/chiraggude/awesome-laravel)
|
- [Laravel](https://github.com/chiraggude/awesome-laravel)
|
||||||
- [Rails](https://github.com/ekremkaraca/awesome-rails)
|
- [Rails](https://github.com/ekremkaraca/awesome-rails)
|
||||||
|
- [Rails Gem](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)
|
||||||
|
- [Dropwizard](https://github.com/stve/awesome-dropwizard)
|
||||||
|
- [Kubernetes](https://github.com/ramitsurana/awesome-kubernetes)
|
||||||
|
|
||||||
|
|
||||||
## Computer Science
|
## Computer Science
|
||||||
@ -140,6 +170,7 @@
|
|||||||
- [Computer Vision](https://github.com/jbhuang0604/awesome-computer-vision)
|
- [Computer Vision](https://github.com/jbhuang0604/awesome-computer-vision)
|
||||||
- [Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning) *(Neural networks)*
|
- [Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning) *(Neural networks)*
|
||||||
- [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)
|
||||||
|
|
||||||
|
|
||||||
## Big Data
|
## Big Data
|
||||||
@ -165,6 +196,7 @@
|
|||||||
- [Free Programming Books](https://github.com/vhf/free-programming-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)
|
- [Free Software Testing Books](https://github.com/ligurio/free-software-testing-books/blob/master/free-software-testing-books.md)
|
||||||
- [Go Books](https://github.com/dariubs/GoBooks)
|
- [Go Books](https://github.com/dariubs/GoBooks)
|
||||||
|
- [R Books](https://github.com/RomanTsegelskyi/rbooks)
|
||||||
- [Mind Expanding Books](https://github.com/hackerkid/Mind-Expanding-Books)
|
- [Mind Expanding Books](https://github.com/hackerkid/Mind-Expanding-Books)
|
||||||
|
|
||||||
|
|
||||||
@ -175,6 +207,7 @@
|
|||||||
- [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)
|
||||||
|
|
||||||
|
|
||||||
## Gaming
|
## Gaming
|
||||||
|
|
||||||
- [Game Development](https://github.com/ellisonleao/magictools)
|
- [Game Development](https://github.com/ellisonleao/magictools)
|
||||||
@ -183,7 +216,7 @@
|
|||||||
- [Open Source Games](https://github.com/leereilly/games)
|
- [Open Source Games](https://github.com/leereilly/games)
|
||||||
|
|
||||||
|
|
||||||
## Developer Environment
|
## Development Environment
|
||||||
|
|
||||||
- [Quick Look Plugins](https://github.com/sindresorhus/quick-look-plugins)
|
- [Quick Look Plugins](https://github.com/sindresorhus/quick-look-plugins)
|
||||||
- [Dev Env](https://github.com/jondot/awesome-devenv)
|
- [Dev Env](https://github.com/jondot/awesome-devenv)
|
||||||
@ -191,14 +224,17 @@
|
|||||||
- [Shell](https://github.com/alebcay/awesome-shell)
|
- [Shell](https://github.com/alebcay/awesome-shell)
|
||||||
- [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)
|
- [Browser Extensions for GitHub](https://github.com/stefanbuck/awesome-browser-extensions-for-github)
|
||||||
- [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 Add-ons](https://github.com/stevemao/awesome-git-addons)
|
||||||
|
|
||||||
|
|
||||||
## Entertainment
|
## Entertainment
|
||||||
|
|
||||||
- [Science Fiction](https://github.com/sindresorhus/awesome-scifi)
|
- [Science Fiction](https://github.com/sindresorhus/awesome-scifi) *(Scifi)*
|
||||||
- [Fantasy](https://github.com/RichardLitt/awesome-fantasy)
|
- [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)
|
||||||
|
|
||||||
|
|
||||||
## Databases
|
## Databases
|
||||||
@ -206,6 +242,8 @@
|
|||||||
- [Database](https://github.com/numetriclabz/awesome-db)
|
- [Database](https://github.com/numetriclabz/awesome-db)
|
||||||
- [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)
|
||||||
|
- [Neo4j](https://github.com/GraphGeeks/awesome-neo4j)
|
||||||
|
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
@ -220,6 +258,9 @@
|
|||||||
|
|
||||||
- [CLI Workshoppers/Adventures](https://github.com/therebelrobot/awesome-workshopper)
|
- [CLI Workshoppers/Adventures](https://github.com/therebelrobot/awesome-workshopper)
|
||||||
- [Learn to Program](https://github.com/karlhorky/learn-to-program)
|
- [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)
|
||||||
|
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
@ -247,12 +288,12 @@
|
|||||||
- [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)
|
- [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)
|
- [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)
|
- [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)
|
- [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)
|
||||||
- [Bitcoin](https://github.com/igorbarinov/awesome-bitcoin/)
|
- [Bitcoin](https://github.com/igorbarinov/awesome-bitcoin/)
|
||||||
@ -263,7 +304,7 @@
|
|||||||
- [PCAPTools](https://github.com/caesar0301/awesome-pcaptools)
|
- [PCAPTools](https://github.com/caesar0301/awesome-pcaptools)
|
||||||
- [Remote Jobs](https://github.com/lukasz-madon/awesome-remote-job)
|
- [Remote Jobs](https://github.com/lukasz-madon/awesome-remote-job)
|
||||||
- [Boilerplate Projects](https://github.com/melvin0008/awesome-projects-boilerplates)
|
- [Boilerplate Projects](https://github.com/melvin0008/awesome-projects-boilerplates)
|
||||||
- [Mad Science Modules](https://github.com/feross/mad-science-modules)
|
- [Mad Science Modules](https://github.com/feross/awesome-mad-science)
|
||||||
- [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)
|
||||||
@ -272,10 +313,33 @@
|
|||||||
- [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)
|
||||||
|
- [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)
|
||||||
|
- [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)
|
||||||
|
- [Research Tools](https://github.com/emptymalei/awesome-research)
|
||||||
|
- [Niche Job Boards](https://github.com/wfhio/awesome-job-boards)
|
||||||
|
- [Data Visualization](https://github.com/fasouto/awesome-dataviz)
|
||||||
|
- [Social Media Share Links](https://github.com/vinkla/share-links)
|
||||||
|
- [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)
|
||||||
|
- [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)
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
|
[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)
|
||||||
|
|
||||||
To the extent possible under law, [Sindre Sorhus](http://sindresorhus.com) has waived all copyright and related or neighboring rights to this work.
|
To the extent possible under law, [Sindre Sorhus](http://sindresorhus.com) has waived all copyright and related or neighboring rights to this work.
|
||||||
|
Loading…
Reference in New Issue
Block a user