mirror of
https://github.com/sindresorhus/awesome.git
synced 2024-12-23 01:16:08 +00:00
commit
5118ed0cd3
8
.editorconfig
Normal file
8
.editorconfig
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = tab
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,2 +1,3 @@
|
|||||||
* text=auto
|
* text=auto
|
||||||
*.ai binary
|
*.ai binary
|
||||||
|
readme.md merge=union
|
||||||
|
@ -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
|
## 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
|
## Pay attention to grammar
|
||||||
|
|
||||||
@ -44,12 +44,8 @@ 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
|
||||||
|
|
||||||
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.
|
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.
|
|
||||||
|
74
code-of-conduct.md
Normal file
74
code-of-conduct.md
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
# Contributor Covenant Code of Conduct
|
||||||
|
|
||||||
|
## Our Pledge
|
||||||
|
|
||||||
|
In the interest of fostering an open and welcoming environment, we as
|
||||||
|
contributors and maintainers pledge to making participation in our project and
|
||||||
|
our community a harassment-free experience for everyone, regardless of age, body
|
||||||
|
size, disability, ethnicity, gender identity and expression, level of experience,
|
||||||
|
nationality, personal appearance, race, religion, or sexual identity and
|
||||||
|
orientation.
|
||||||
|
|
||||||
|
## Our Standards
|
||||||
|
|
||||||
|
Examples of behavior that contributes to creating a positive environment
|
||||||
|
include:
|
||||||
|
|
||||||
|
* Using welcoming and inclusive language
|
||||||
|
* Being respectful of differing viewpoints and experiences
|
||||||
|
* Gracefully accepting constructive criticism
|
||||||
|
* Focusing on what is best for the community
|
||||||
|
* Showing empathy towards other community members
|
||||||
|
|
||||||
|
Examples of unacceptable behavior by participants include:
|
||||||
|
|
||||||
|
* The use of sexualized language or imagery and unwelcome sexual attention or
|
||||||
|
advances
|
||||||
|
* Trolling, insulting/derogatory comments, and personal or political attacks
|
||||||
|
* Public or private harassment
|
||||||
|
* Publishing others' private information, such as a physical or electronic
|
||||||
|
address, without explicit permission
|
||||||
|
* Other conduct which could reasonably be considered inappropriate in a
|
||||||
|
professional setting
|
||||||
|
|
||||||
|
## Our Responsibilities
|
||||||
|
|
||||||
|
Project maintainers are responsible for clarifying the standards of acceptable
|
||||||
|
behavior and are expected to take appropriate and fair corrective action in
|
||||||
|
response to any instances of unacceptable behavior.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
## Scope
|
||||||
|
|
||||||
|
This Code of Conduct applies both within project spaces and in public spaces
|
||||||
|
when an individual is representing the project or its community. Examples of
|
||||||
|
representing a project or community include using an official project e-mail
|
||||||
|
address, posting via an official social media account, or acting as an appointed
|
||||||
|
representative at an online or offline event. Representation of a project may be
|
||||||
|
further defined and clarified by project maintainers.
|
||||||
|
|
||||||
|
## Enforcement
|
||||||
|
|
||||||
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||||
|
reported by contacting the project team 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. The project team is
|
||||||
|
obligated to maintain confidentiality with regard to the reporter of an incident.
|
||||||
|
Further details of specific enforcement policies may be posted separately.
|
||||||
|
|
||||||
|
Project maintainers who do not follow or enforce the Code of Conduct in good
|
||||||
|
faith may face temporary or permanent repercussions as determined by other
|
||||||
|
members of the project's leadership.
|
||||||
|
|
||||||
|
## Attribution
|
||||||
|
|
||||||
|
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
||||||
|
available at [http://contributor-covenant.org/version/1/4][version]
|
||||||
|
|
||||||
|
[homepage]: http://contributor-covenant.org
|
||||||
|
[version]: http://contributor-covenant.org/version/1/4/
|
@ -1,9 +1,14 @@
|
|||||||
# 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.
|
||||||
|
|
||||||
|
# The pull request should have a useful title. Pull requests with `Update readme.md` as title will be closed right away because I'm so tired of nobody reading this document. Please carefully read everything in `Adding to this list`.
|
||||||
|
|
||||||
## 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)
|
||||||
- [Updating your Pull Request](#updating-your-pull-request)
|
- [Updating your Pull Request](#updating-your-pull-request)
|
||||||
|
|
||||||
## Adding to this list
|
## Adding to this list
|
||||||
|
@ -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 be named `awesome-list-name` and have the [awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge), a [license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license), and [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines). Adding a [code of conduct](http://contributor-covenant.org/) is also strongly recommended.
|
||||||
|
- **Wait at least 20 days after creating a list before submitting it, to give it a chance to mature.**
|
||||||
- Make sure you read the [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md) before submitting a request for your list to be added here.
|
- 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!
|
||||||
|
21
pull_request_template.md
Normal file
21
pull_request_template.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<!-- Please fill in the **bold** fields and tick all applicable boxes by placing an "x" inside "[ ]". -->
|
||||||
|
|
||||||
|
**[URL to the list here.]**
|
||||||
|
|
||||||
|
**[Explain what this list is all about and why it should be included here.]**
|
||||||
|
|
||||||
|
# ALL THE BELOW CHECKBOXES SHOULD BE DONE AND CHECKED AND THE ABOVE PLACEHOLDERS SHOULD BE FILLED IN BEFORE SUBMITTING A PULL REQUEST!
|
||||||
|
|
||||||
|
- [ ] I have read and understood the [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md) and the [instructions for creating a list](https://github.com/sindresorhus/awesome/blob/master/create-list.md).
|
||||||
|
- [ ] This pull request has a descriptive title. *(For example: `Add Node.js`)*
|
||||||
|
- The list I added
|
||||||
|
- [ ] **has been around for at least 20 days,**
|
||||||
|
- [ ] is a non-generated Markdown file in a GitHub repo,
|
||||||
|
- [ ] is not a duplicate,
|
||||||
|
- [ ] only has awesome items with descriptions *(Awesome lists are curations of the best, not of everything)*,
|
||||||
|
- [ ] contains the [awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge) on the right side of the list heading,
|
||||||
|
- [ ] has a Table of Contents section named `Contents` as the first section,
|
||||||
|
- [ ] has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license) *(Meaning something like CC0, NOT a code licence like MIT, BSD, Apache, etc)*,
|
||||||
|
- [ ] has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines),
|
||||||
|
- [ ] has been checked for inconsistent formatting, spelling, and grammar *(This includes starting each link description with an uppercase character and ending it with a period `.`, and consistent naming)*,
|
||||||
|
- [ ] has been added at the bottom of the appropriate category.
|
255
readme.md
255
readme.md
@ -1,6 +1,6 @@
|
|||||||
<h1 align="center">
|
<h1 align="center">
|
||||||
<br>
|
<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>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
@ -8,19 +8,25 @@
|
|||||||
|
|
||||||
> 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)
|
||||||
|
- [Chat](https://gitter.im/sindresorhus/awesome)
|
||||||
|
|
||||||
Please read the [contribution guidelines](contributing.md) or the [creating a list guide](create-list.md) if you want to contribute.
|
Just type [`awesome.re`](https://awesome.re) to go here. ✨
|
||||||
|
|
||||||
**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
|
## Contents
|
||||||
|
|
||||||
- [Platforms](#platforms)
|
- [Platforms](#platforms)
|
||||||
- [Programming Languages](#programming-languages)
|
- [Programming Languages](#programming-languages)
|
||||||
- [Front-end Development](#front-end-development)
|
- [Front-End Development](#front-end-development)
|
||||||
- [Back-end Development](#back-end-development)
|
- [Back-End Development](#back-end-development)
|
||||||
- [Computer Science](#computer-science)
|
- [Computer Science](#computer-science)
|
||||||
- [Big Data](#big-data)
|
- [Big Data](#big-data)
|
||||||
- [Theory](#theory)
|
- [Theory](#theory)
|
||||||
@ -30,9 +36,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 Systems](#content-management-systems)
|
||||||
- [Miscellaneous](#miscellaneous)
|
- [Miscellaneous](#miscellaneous)
|
||||||
|
|
||||||
|
|
||||||
@ -48,23 +55,40 @@ 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)
|
||||||
- [OS X](https://github.com/iCHAIT/awesome-osx)
|
- [Containers](https://github.com/Friz-zy/awesome-linux-containers)
|
||||||
|
- [macOS](https://github.com/iCHAIT/awesome-macOS)
|
||||||
- [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-macos-screensavers)
|
||||||
- [watchOS](https://github.com/yenchenlin1994/awesome-watchos)
|
- [watchOS](https://github.com/yenchenlin/awesome-watchos)
|
||||||
- [JVM](https://github.com/deephacks/awesome-jvm)
|
- [JVM](https://github.com/deephacks/awesome-jvm)
|
||||||
- [Salesforce](https://github.com/mailtoharshit/awesome-salesforce)
|
- [Salesforce](https://github.com/mailtoharshit/awesome-salesforce)
|
||||||
- [Amazon Web Services](https://github.com/donnemartin/awesome-aws)
|
- [Amazon Web Services](https://github.com/donnemartin/awesome-aws)
|
||||||
- [Windows](https://github.com/RiseLedger/awesome-windows)
|
- [Windows](https://github.com/Awesome-Windows/Awesome)
|
||||||
- [IPFS](https://github.com/ipfs/awesome-ipfs)
|
- [IPFS](https://github.com/ipfs/awesome-ipfs)
|
||||||
- [Fuse](https://github.com/vinkla/awesome-fuse)
|
- [Fuse](https://github.com/vinkla/awesome-fuse)
|
||||||
|
- [Heroku](https://github.com/ianstormtaylor/awesome-heroku)
|
||||||
|
- [Raspberry Pi](https://github.com/thibmaek/awesome-raspberry-pi) - Credit card-sized computer aimed at teaching kids programming, but capable of a lot more.
|
||||||
|
|
||||||
|
|
||||||
## 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)
|
- [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/avajs/awesome-ava) - Test runner.
|
||||||
|
- [ESLint](https://github.com/dustinspecker/awesome-eslint)
|
||||||
|
- [Functional Programming](https://github.com/stoeffel/awesome-fp-js)
|
||||||
|
- [Observables](https://github.com/sindresorhus/awesome-observables)
|
||||||
- [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)
|
||||||
@ -72,9 +96,9 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
|
|||||||
- [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.)*
|
- [Events](https://github.com/planetruby/awesome-events)
|
||||||
- [Clojure](https://github.com/razum2um/awesome-clojure)
|
- [Clojure](https://github.com/razum2um/awesome-clojure)
|
||||||
- [ClojureScript](https://github.com/emrehan/awesome-clojurescript)
|
- [ClojureScript](https://github.com/hantuzun/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)
|
||||||
@ -89,27 +113,37 @@ 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)
|
||||||
|
- [RxJava](https://github.com/eleventigers/awesome-rxjava)
|
||||||
|
- [Kotlin](https://github.com/KotlinBy/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)
|
||||||
- [.NET](https://github.com/quozd/awesome-dotnet)
|
- [.NET](https://github.com/quozd/awesome-dotnet)
|
||||||
|
- [Core](https://github.com/thangchung/awesome-dotnet-core)
|
||||||
- [PHP](https://github.com/ziadoz/awesome-php)
|
- [PHP](https://github.com/ziadoz/awesome-php)
|
||||||
|
- [Composer](https://github.com/jakoch/awesome-composer)
|
||||||
- [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/brainblowjob/awesome-asm)
|
||||||
- [AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey)
|
- [AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey)
|
||||||
- [AutoIt](https://github.com/J2TeaM/awesome-AutoIt)
|
- [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)
|
- [TypeScript](https://github.com/dzharii/awesome-typescript)
|
||||||
|
- [Frege](https://github.com/sfischer13/awesome-frege) - Haskell for the JVM.
|
||||||
|
- [CMake](https://github.com/onqtam/awesome-cmake) - Build, test, and package software.
|
||||||
|
|
||||||
|
|
||||||
## 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 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)
|
- [React](https://github.com/enaqx/awesome-react)
|
||||||
|
- [Relay](https://github.com/expede/awesome-relay)
|
||||||
- [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)
|
||||||
- [Angular 2](https://github.com/AngularClass/awesome-angular2)
|
- [Angular 2](https://github.com/AngularClass/awesome-angular2)
|
||||||
@ -124,40 +158,63 @@ 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)
|
||||||
|
- [Tips](https://github.com/AllThingsSmitty/jquery-tips-everyone-should-know)
|
||||||
- [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/cyclejs-community/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)
|
||||||
|
- [PostCSS](https://github.com/jjaderg/awesome-postcss)
|
||||||
|
- [Draft.js](https://github.com/nikgraf/awesome-draft-js) - Rich text editor framework for React.
|
||||||
|
- [Service Workers](https://github.com/TalAter/awesome-service-workers)
|
||||||
|
- [Progressive Web Apps](https://github.com/TalAter/awesome-progressive-web-apps)
|
||||||
|
- [choo](https://github.com/YerkoPalma/awesome-choo) - App framework.
|
||||||
|
- [Redux](https://github.com/brillout/awesome-redux) - State container for JavaScript apps.
|
||||||
|
- [webpack](https://github.com/d3viant0ne/awesome-webpack) - Module bundler.
|
||||||
|
- [Browserify](https://github.com/ungoldman/awesome-browserify) - Module bundler.
|
||||||
|
|
||||||
|
|
||||||
## Back-end Development
|
## Back-End Development
|
||||||
|
|
||||||
- [Django](https://github.com/rosarior/awesome-django)
|
- [Django](https://github.com/rosarior/awesome-django)
|
||||||
- [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)
|
||||||
|
- [Education](https://github.com/Symfonisti/awesome-symfony-education)
|
||||||
- [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)
|
||||||
- [Dropwizard](https://github.com/stve/awesome-dropwizard)
|
- [Dropwizard](https://github.com/stve/awesome-dropwizard)
|
||||||
- [Kubernetes](https://github.com/ramitsurana/awesome-kubernetes)
|
- [Kubernetes](https://github.com/ramitsurana/awesome-kubernetes)
|
||||||
|
- [Lumen](https://github.com/unicodeveloper/awesome-lumen)
|
||||||
|
- [Serverless Framework](https://github.com/JustServerless/awesome-serverless)
|
||||||
|
- [Apache Wicket](https://github.com/PhantomYdn/awesome-wicket) - Java web app framework.
|
||||||
|
- [Vert.x](https://github.com/vert-x3/vertx-awesome) - Toolkit for building reactive apps on the JVM.
|
||||||
|
|
||||||
|
|
||||||
## Computer Science
|
## Computer Science
|
||||||
@ -165,14 +222,19 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
|
|||||||
- [University Courses](https://github.com/prakhar1989/awesome-courses)
|
- [University Courses](https://github.com/prakhar1989/awesome-courses)
|
||||||
- [Data Science](https://github.com/okulbilisim/awesome-datascience)
|
- [Data Science](https://github.com/okulbilisim/awesome-datascience)
|
||||||
- [Machine Learning](https://github.com/josephmisiti/awesome-machine-learning)
|
- [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)
|
- [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)
|
- [Linguistics](https://github.com/theimpossibleastronaut/awesome-linguistics)
|
||||||
- [Cryptography](https://github.com/MaciejCzyzewski/retter)
|
- [Cryptography](https://github.com/sobolevn/awesome-cryptography)
|
||||||
- [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.
|
||||||
|
- [TensorFlow](https://github.com/jtoy/awesome-tensorflow)
|
||||||
- [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)
|
||||||
|
- [Software-Defined Networking](https://github.com/sdnds-tw/awesome-sdn)
|
||||||
|
|
||||||
|
|
||||||
## Big Data
|
## Big Data
|
||||||
@ -181,6 +243,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
|
|||||||
- [Public Datasets](https://github.com/caesar0301/awesome-public-datasets)
|
- [Public Datasets](https://github.com/caesar0301/awesome-public-datasets)
|
||||||
- [Hadoop](https://github.com/youngwookim/awesome-hadoop)
|
- [Hadoop](https://github.com/youngwookim/awesome-hadoop)
|
||||||
- [Data Engineering](https://github.com/igorbarinov/awesome-data-engineering)
|
- [Data Engineering](https://github.com/igorbarinov/awesome-data-engineering)
|
||||||
|
- [Streaming](https://github.com/manuzhang/awesome-streaming)
|
||||||
|
|
||||||
|
|
||||||
## Theory
|
## Theory
|
||||||
@ -191,6 +254,8 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
|
|||||||
- [Algorithm Visualizations](https://github.com/enjalot/algovis)
|
- [Algorithm Visualizations](https://github.com/enjalot/algovis)
|
||||||
- [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 Programming](https://github.com/lnishan/awesome-competitive-programming)
|
||||||
|
- [Math](https://github.com/rossant/awesome-math)
|
||||||
|
|
||||||
|
|
||||||
## Books
|
## Books
|
||||||
@ -200,41 +265,54 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
|
|||||||
- [Go Books](https://github.com/dariubs/GoBooks)
|
- [Go Books](https://github.com/dariubs/GoBooks)
|
||||||
- [R Books](https://github.com/RomanTsegelskyi/rbooks)
|
- [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)
|
||||||
|
- [Book Authoring](https://github.com/TalAter/awesome-book-authoring)
|
||||||
|
|
||||||
|
|
||||||
## 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)
|
||||||
|
- [Visual Studio Code](https://github.com/viatsko/awesome-vscode)
|
||||||
|
|
||||||
|
|
||||||
## Gaming
|
## Gaming
|
||||||
|
|
||||||
- [Game Development](https://github.com/ellisonleao/magictools)
|
- [Game Development](https://github.com/ellisonleao/magictools)
|
||||||
- [Game Talks](https://github.com/hzoo/awesome-gametalks)
|
- [Game Talks](https://github.com/hzoo/awesome-gametalks)
|
||||||
- [Godot](https://github.com/Calinou/awesome-godot) *(Game engine)*
|
- [Godot](https://github.com/Calinou/awesome-godot) - Game engine.
|
||||||
- [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)
|
||||||
|
- [LÖVE](https://github.com/love2d-community/awesome-love2d) - Game engine.
|
||||||
|
- [PICO-8](https://github.com/felipebueno/awesome-PICO-8) - Fantasy console.
|
||||||
|
- [Game Boy Development](https://github.com/avivace/awesome-gbdev)
|
||||||
|
|
||||||
|
|
||||||
## Development Environment
|
## Development Environment
|
||||||
|
|
||||||
- [Quick Look Plugins](https://github.com/sindresorhus/quick-look-plugins)
|
- [Quick Look Plugins](https://github.com/sindresorhus/quick-look-plugins) - For macOS.
|
||||||
- [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)
|
||||||
|
- [Fish](https://github.com/fisherman/awesome-fish)
|
||||||
|
- [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)
|
||||||
- [Git Cheat Sheet](https://github.com/arslanbilal/git-cheat-sheet)
|
- [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 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) - Enhance the `git` CLI.
|
||||||
|
- [SSH](https://github.com/moul/awesome-ssh)
|
||||||
|
- [FOSS for Developers](https://github.com/httpsGithubParty/FOSS-for-Dev)
|
||||||
|
- [Hyper](https://github.com/bnb/awesome-hyper)
|
||||||
|
|
||||||
|
|
||||||
## Entertainment
|
## Entertainment
|
||||||
|
|
||||||
- [Science Fiction](https://github.com/sindresorhus/awesome-scifi) *(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/guipdutra/awesome-geek-podcasts)
|
- [Podcasts](https://github.com/guipdutra/awesome-geek-podcasts)
|
||||||
- [Email Newsletters](https://github.com/vredniy/awesome-newsletters)
|
- [Email Newsletters](https://github.com/vredniy/awesome-newsletters)
|
||||||
@ -246,83 +324,99 @@ 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.
|
||||||
|
- [MongoDB](https://github.com/ramnes/awesome-mongodb)
|
||||||
|
- [RethinkDB](https://github.com/d3viant0ne/awesome-rethinkdb)
|
||||||
|
- [TinkerPop](https://github.com/mohataher/awesome-tinkerpop) - Graph computing framework.
|
||||||
|
|
||||||
|
|
||||||
## 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)
|
||||||
|
- [Open Source Documents](https://github.com/hubtee/awesome-opensource-documents)
|
||||||
|
- [Audio Visualization](https://github.com/willianjusten/awesome-audio-visualization)
|
||||||
|
- [Broadcasting](https://github.com/ebu/awesome-broadcasting)
|
||||||
|
|
||||||
|
|
||||||
## Learn
|
## Learn
|
||||||
|
|
||||||
- [CLI Workshoppers/Adventures](https://github.com/therebelrobot/awesome-workshopper)
|
- [CLI Workshoppers](https://github.com/therebelrobot/awesome-workshopper) - Interactive tutorials.
|
||||||
- [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)
|
- [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)
|
||||||
|
- [Programming for Kids](https://github.com/HollyAdele/awesome-programming-for-kids)
|
||||||
|
- [Educational Games](https://github.com/vinkla/awesome-educational-games) - Learn while playing.
|
||||||
|
|
||||||
|
|
||||||
## 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)
|
||||||
|
- [Vehicle Security and Car Hacking](https://github.com/jaredmichaelsmith/awesome-vehicle-security)
|
||||||
|
|
||||||
|
|
||||||
|
## Content Management Systems
|
||||||
|
|
||||||
|
- [Umbraco](https://github.com/leekelleher/awesome-umbraco)
|
||||||
|
- [Refinery CMS](https://github.com/refinerycms-contrib/awesome-refinerycms)
|
||||||
|
- [Wagtail](https://github.com/springload/awesome-wagtail) – Django CMS focused on flexibility and user experience.
|
||||||
|
- [Textpattern](https://github.com/drmonkeyninja/awesome-textpattern) - Lightweight PHP-based CMS.
|
||||||
|
|
||||||
|
|
||||||
## Miscellaneous
|
## Miscellaneous
|
||||||
|
|
||||||
- [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)
|
|
||||||
- [Slack](https://github.com/matiassingers/awesome-slack)
|
|
||||||
- [Conferences](https://github.com/RichardLitt/awesome-conferences)
|
|
||||||
- [GeoJSON](https://github.com/tmcw/awesome-geojson)
|
- [GeoJSON](https://github.com/tmcw/awesome-geojson)
|
||||||
|
- [Datasets](https://github.com/jdorfman/awesome-json-datasets)
|
||||||
|
- [Discounts for Student Developers](https://github.com/AchoArnold/discount-for-student-dev)
|
||||||
|
- [Slack](https://github.com/matiassingers/awesome-slack)
|
||||||
|
- [Communities](https://github.com/filipelinhares/awesome-slack)
|
||||||
|
- [Conferences](https://github.com/RichardLitt/awesome-conferences)
|
||||||
- [Sysadmin](https://github.com/n1trux/awesome-sysadmin)
|
- [Sysadmin](https://github.com/n1trux/awesome-sysadmin)
|
||||||
- [Radio](https://github.com/kyleterry/awesome-radio)
|
- [Radio](https://github.com/kyleterry/awesome-radio)
|
||||||
- [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)
|
|
||||||
- [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)
|
||||||
|
- [Appium](https://github.com/SrinivasanTarget/awesome-appium) - Test automation tool for apps.
|
||||||
- [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)
|
||||||
- [Bitcoin](https://github.com/igorbarinov/awesome-bitcoin/)
|
- [Bitcoin](https://github.com/igorbarinov/awesome-bitcoin)
|
||||||
- [Answers](https://github.com/jugoncalves/awesome-answers) *(Stack Overflow, Quora, etc)*
|
- [Answers](https://github.com/cyberglot/awesome-answers) - Stack Overflow, Quora, etc.
|
||||||
- [Sketch](https://github.com/diessica/awesome-sketch) *(OS X app)*
|
- [Sketch](https://github.com/diessica/awesome-sketch) - Design app for macOS.
|
||||||
- [Places to Post Your Startup](https://github.com/mmccaff/PlacesToPostYourStartup)
|
- [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)
|
- [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/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)
|
||||||
- [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)
|
||||||
@ -330,19 +424,48 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
|
|||||||
- [Niche Job Boards](https://github.com/wfhio/awesome-job-boards)
|
- [Niche Job Boards](https://github.com/wfhio/awesome-job-boards)
|
||||||
- [Data Visualization](https://github.com/fasouto/awesome-dataviz)
|
- [Data Visualization](https://github.com/fasouto/awesome-dataviz)
|
||||||
- [Social Media Share Links](https://github.com/vinkla/share-links)
|
- [Social Media Share Links](https://github.com/vinkla/share-links)
|
||||||
- [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](https://github.com/jagracey/Awesome-Unicode) - Unicode standards, quirks, packages and resources.
|
||||||
- [Unicode Code Points](https://github.com/Codepoints/awesome-codepoints)
|
- [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)
|
|
||||||
- [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)
|
||||||
|
- [Programming Interviews](https://github.com/MaximAbramchuck/awesome-interview-questions)
|
||||||
|
- [Ripple](https://github.com/vhpoet/awesome-ripple) - Open source distributed settlement network.
|
||||||
|
- [Katas](https://github.com/gmontalvoriv/awesome-katas)
|
||||||
|
- [Tools for Activism](https://github.com/drewrwilson/toolsforactivism)
|
||||||
|
- [Citizen Science](https://github.com/dylanrees/citizen-science) - Resources for community-based and non-institutional scientists.
|
||||||
|
- [TAP](https://github.com/sindresorhus/awesome-tap) - Test Anything Protocol.
|
||||||
|
- [Robotics](https://github.com/Kiloreux/awesome-robotics)
|
||||||
|
- [MQTT](https://github.com/hobbyquaker/awesome-mqtt) - "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)
|
||||||
|
- [Economics](https://github.com/antontarasenko/awesome-economics) - An economist's starter kit.
|
||||||
|
- [Electric Guitar Specifications](https://github.com/gitfrage/guitarspecs) - Checklist for building your own electric guitar.
|
||||||
|
- [Funny Markov Chains](https://github.com/sublimino/awesome-funny-markov)
|
||||||
|
- [Bioinformatics](https://github.com/danielecook/Awesome-Bioinformatics)
|
||||||
|
- [Colorful](https://github.com/Siddharth11/Colorful) - Resources to choose your next color scheme.
|
||||||
|
- [Steam](https://github.com/scholtzm/awesome-steam) - Digital distribution platform.
|
||||||
|
- [Bots](https://github.com/hackerkid/bots) - Building bots.
|
||||||
|
- [Site Reliability Engineering](https://github.com/dastergon/awesome-sre)
|
||||||
|
- [Empathy in Engineering](https://github.com/KimberlyMunoz/empathy-in-engineering) - Building and promoting more compassionate engineering cultures.
|
||||||
|
- [DTrace](https://github.com/xen0l/awesome-dtrace) - Dynamic tracing framework.
|
||||||
|
- [Userscripts](https://github.com/brunocvcunha/awesome-userscripts) - Enhance your browsing experience.
|
||||||
|
- [Pokémon](https://github.com/tobiasbueschel/awesome-pokemon) - Pokémon and Pokémon GO resources and tools.
|
||||||
|
- [ChatOps](https://github.com/exAspArk/awesome-chatops) - Managing technical and business operations through a chat.
|
||||||
|
- [Falsehood](https://github.com/kdeldycke/awesome-falsehood) - Falsehoods programmers believe in.
|
||||||
|
- [Domain-Driven Design](https://github.com/heynickc/awesome-ddd) - Software development approach for complex needs by connecting the implementation to an evolving model.
|
||||||
|
- [Quantified Self](https://github.com/willempienaar/awesome-quantified-self) - Self-tracking through technology.
|
||||||
|
- [Alfred Workflows](https://github.com/derimagia/awesome-alfred-workflows) - Productivity app for macOS.
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://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.
|
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