Merge pull request #1 from sindresorhus/master

update
This commit is contained in:
Qian 2018-08-01 17:20:34 +08:00 committed by GitHub
commit 50264a513a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 437 additions and 452 deletions

2
.gitattributes vendored
View File

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

View File

@ -2,32 +2,9 @@
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. 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`. ## Adding a awesome list
## Table of Contents Please ensure your pull request adheres to the [list guidelines](pull_request_template.md).
- [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:
- 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.
- Use [title-casing](http://titlecase.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!
## Creating your own awesome list ## Creating your own awesome list

View File

@ -1,9 +1,9 @@
# Creating Your Own List # Creating Your Own List
- Read the [awesome manifesto](https://github.com/sindresorhus/awesome/blob/master/awesome.md) and ensure your list complies. - Read the [awesome manifesto](awesome.md) and ensure your list complies.
- 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.
- 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. You might find [this Yeoman generator](https://github.com/dar5hak/generator-awesome-list) useful. - 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](awesome.md#choose-an-appropriate-license), and [contribution guidelines](awesome.md#include-contribution-guidelines). Adding a [code of conduct](http://contributor-covenant.org/) is also strongly recommended. You might find [this Yeoman generator](https://github.com/dar5hak/generator-awesome-list) useful.
- **Wait at least 30 days after creating a list before submitting it, to give it a chance to mature.** - **Wait at least 30 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 [list guidelines](pull_request_template.md) before submitting a pull request for your list to be added here.**
Thanks for being awesome! Thanks for being awesome!

View File

@ -15,12 +15,13 @@
## Requirements for your pull request ## Requirements for your 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). - **You have to review at least 2 other [open pull requests](https://github.com/sindresorhus/awesome/pulls?q=is%3Apr+is%3Aopen).** Try to prioritize unreviewed PRs, but you can also add more comments to reviewed PRs. Go through the below list when reviewing. This requirement is meant to help make the Awesome project self-sustaining. Comment here which PRs you reviewed. You're expected to put a good effort into this and to be thorough. Look at previous PR reviews for inspiration.
- This pull request has a descriptive title.<br>For example, `Add Name of List`, not `Update readme.md` or `Add awesome list`. - I have read and understood the [instructions for creating a list](https://github.com/sindresorhus/awesome/blob/master/create-list.md).
- This pull request has a descriptive title in the format `Add Name of List` (Example: `Add Swift`), not `Update readme.md` or `Add awesome list`.
- The entry in the Awesome list should: - The entry in the Awesome list should:
- Include a short description about the project/theme of the list. **It should not describe the list itself.**<br>Example: `- [Fish](…) - User-friendly shell.`, not `- [Fish](…) - Resources for Fish.`. - Include a short description about the project/theme of the list. **It should not describe the list itself.**<br>Example: `- [Fish](…) - User-friendly shell.`, not `- [Fish](…) - Resources for Fish.`.
- Be added at the bottom of the appropriate category. - Be added at the bottom of the appropriate category.
- The list I'm submitting complies with these requirements: - The list I'm submitting complies with the below requirements.
## Requirements for your Awesome list ## Requirements for your Awesome list

847
readme.md
View File

@ -70,513 +70,520 @@
## Platforms ## Platforms
- [Node.js](https://github.com/sindresorhus/awesome-nodejs) - JavaScript runtime built on Chrome's V8 JavaScript engine. - [Node.js](https://github.com/sindresorhus/awesome-nodejs#readme) - JavaScript runtime built on Chrome's V8 JavaScript engine.
- [Frontend Development](https://github.com/dypsilon/frontend-dev-bookmarks) - [Frontend Development](https://github.com/dypsilon/frontend-dev-bookmarks#readme)
- [iOS](https://github.com/vsouza/awesome-ios) - Mobile operating system for Apple phones and tablets. - [iOS](https://github.com/vsouza/awesome-ios#readme) - Mobile operating system for Apple phones and tablets.
- [Android](https://github.com/JStumpp/awesome-android) - [Android](https://github.com/JStumpp/awesome-android#readme)
- [IoT & Hybrid Apps](https://github.com/weblancaster/awesome-IoT-hybrid) - [IoT & Hybrid Apps](https://github.com/weblancaster/awesome-IoT-hybrid#readme)
- [Electron](https://github.com/sindresorhus/awesome-electron) - Cross-platform native desktop apps using JavaScript/HTML/CSS. - [Electron](https://github.com/sindresorhus/awesome-electron#readme) - Cross-platform native desktop apps using JavaScript/HTML/CSS.
- [Cordova](https://github.com/busterc/awesome-cordova) - JavaScript API for hybrid apps. - [Cordova](https://github.com/busterc/awesome-cordova#readme) - JavaScript API for hybrid apps.
- [React Native](https://github.com/jondot/awesome-react-native) - [React Native](https://github.com/jondot/awesome-react-native#readme)
- [Xamarin](https://github.com/benoitjadinon/awesome-xamarin) - Mobile app development IDE, testing, and distribution. - [Xamarin](https://github.com/benoitjadinon/awesome-xamarin#readme) - Mobile app development IDE, testing, and distribution.
- [Linux](https://github.com/aleksandar-todorovic/awesome-linux) - [Linux](https://github.com/aleksandar-todorovic/awesome-linux#readme)
- [Containers](https://github.com/Friz-zy/awesome-linux-containers) - [Containers](https://github.com/Friz-zy/awesome-linux-containers#readme)
- [macOS](https://github.com/iCHAIT/awesome-macOS) - [macOS](https://github.com/iCHAIT/awesome-macOS#readme)
- [Command-Line](https://github.com/herrbischoff/awesome-macos-command-line) - [Command-Line](https://github.com/herrbischoff/awesome-macos-command-line#readme)
- [Screensavers](https://github.com/agarrharr/awesome-macos-screensavers) - [Screensavers](https://github.com/agarrharr/awesome-macos-screensavers#readme)
- [watchOS](https://github.com/yenchenlin/awesome-watchos) - Operating system for the Apple Watch. - [Apps](https://github.com/jaywcjlove/awesome-mac#readme)
- [JVM](https://github.com/deephacks/awesome-jvm) - [watchOS](https://github.com/yenchenlin/awesome-watchos#readme) - Operating system for the Apple Watch.
- [Salesforce](https://github.com/mailtoharshit/awesome-salesforce) - [JVM](https://github.com/deephacks/awesome-jvm#readme)
- [Amazon Web Services](https://github.com/donnemartin/awesome-aws) - [Salesforce](https://github.com/mailtoharshit/awesome-salesforce#readme)
- [Windows](https://github.com/Awesome-Windows/Awesome) - [Amazon Web Services](https://github.com/donnemartin/awesome-aws#readme)
- [IPFS](https://github.com/ipfs/awesome-ipfs) - P2P hypermedia protocol. - [Windows](https://github.com/Awesome-Windows/Awesome#readme)
- [Fuse](https://github.com/vinkla/awesome-fuse) - Mobile development tools. - [IPFS](https://github.com/ipfs/awesome-ipfs#readme) - P2P hypermedia protocol.
- [Heroku](https://github.com/ianstormtaylor/awesome-heroku) - Cloud platform as a service. - [Fuse](https://github.com/vinkla/awesome-fuse#readme) - Mobile development tools.
- [Raspberry Pi](https://github.com/thibmaek/awesome-raspberry-pi) - Credit card-sized computer aimed at teaching kids programming, but capable of a lot more. - [Heroku](https://github.com/ianstormtaylor/awesome-heroku#readme) - Cloud platform as a service.
- [Qt](https://github.com/JesseTG/awesome-qt) - Cross-platform GUI app framework. - [Raspberry Pi](https://github.com/thibmaek/awesome-raspberry-pi#readme) - Credit card-sized computer aimed at teaching kids programming, but capable of a lot more.
- [WebExtensions](https://github.com/bfred-it/Awesome-WebExtensions) - Cross-browser extension system. - [Qt](https://github.com/JesseTG/awesome-qt#readme) - Cross-platform GUI app framework.
- [RubyMotion](https://github.com/motion-open-source/awesome-rubymotion) - Write cross-platform native apps for iOS, Android, macOS, tvOS, and watchOS in Ruby. - [WebExtensions](https://github.com/bfred-it/Awesome-WebExtensions#readme) - Cross-browser extension system.
- [Smart TV](https://github.com/vitalets/awesome-smart-tv) - Create apps for different TV platforms. - [RubyMotion](https://github.com/motion-open-source/awesome-rubymotion#readme) - Write cross-platform native apps for iOS, Android, macOS, tvOS, and watchOS in Ruby.
- [GNOME](https://github.com/Kazhnuz/awesome-gnome) - Simple and distraction-free desktop environment for Linux. - [Smart TV](https://github.com/vitalets/awesome-smart-tv#readme) - Create apps for different TV platforms.
- [GNOME](https://github.com/Kazhnuz/awesome-gnome#readme) - Simple and distraction-free desktop environment for Linux.
- [.NET](https://github.com/quozd/awesome-dotnet#readme)
- [Core](https://github.com/thangchung/awesome-dotnet-core#readme)
- [Amazon Alexa](https://github.com/miguelmota/awesome-amazon-alexa#readme) - Virtual home assistant.
## Programming Languages ## Programming Languages
- [JavaScript](https://github.com/sorrycc/awesome-javascript) - [JavaScript](https://github.com/sorrycc/awesome-javascript#readme)
- [Promises](https://github.com/wbinnssmith/awesome-promises) - [Promises](https://github.com/wbinnssmith/awesome-promises#readme)
- [Standard Style](https://github.com/standard/awesome-standard) - Style guide and linter. - [Standard Style](https://github.com/standard/awesome-standard#readme) - Style guide and linter.
- [Must Watch Talks](https://github.com/bolshchikov/js-must-watch) - [Must Watch Talks](https://github.com/bolshchikov/js-must-watch#readme)
- [Tips](https://github.com/loverajoel/jstips) - [Tips](https://github.com/loverajoel/jstips#readme)
- [Network Layer](https://github.com/Kikobeats/awesome-network-js) - [Network Layer](https://github.com/Kikobeats/awesome-network-js#readme)
- [Micro npm Packages](https://github.com/parro-it/awesome-micro-npm-packages) - [Micro npm Packages](https://github.com/parro-it/awesome-micro-npm-packages#readme)
- [Mad Science npm Packages](https://github.com/feross/awesome-mad-science) - Impossible sounding projects that exist. - [Mad Science npm Packages](https://github.com/feross/awesome-mad-science#readme) - Impossible sounding projects that exist.
- [Maintenance Modules](https://github.com/maxogden/maintenance-modules) - For npm packages. - [Maintenance Modules](https://github.com/maxogden/maintenance-modules#readme) - For npm packages.
- [npm](https://github.com/sindresorhus/awesome-npm) - Package manager. - [npm](https://github.com/sindresorhus/awesome-npm#readme) - Package manager.
- [AVA](https://github.com/avajs/awesome-ava) - Test runner. - [AVA](https://github.com/avajs/awesome-ava#readme) - Test runner.
- [ESLint](https://github.com/dustinspecker/awesome-eslint) - Linter. - [ESLint](https://github.com/dustinspecker/awesome-eslint#readme) - Linter.
- [Functional Programming](https://github.com/stoeffel/awesome-fp-js) - [Functional Programming](https://github.com/stoeffel/awesome-fp-js#readme)
- [Observables](https://github.com/sindresorhus/awesome-observables) - [Observables](https://github.com/sindresorhus/awesome-observables#readme)
- [npm scripts](https://github.com/RyanZim/awesome-npm-scripts) - Task runner. - [npm scripts](https://github.com/RyanZim/awesome-npm-scripts#readme) - Task runner.
- [Swift](https://github.com/matteocrippa/awesome-swift) - [Swift](https://github.com/matteocrippa/awesome-swift#readme)
- [Education](https://github.com/hsavit1/Awesome-Swift-Education) - [Education](https://github.com/hsavit1/Awesome-Swift-Education#readme)
- [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds) - [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds#readme)
- [Python](https://github.com/vinta/awesome-python) - [Python](https://github.com/vinta/awesome-python#readme)
- [Asyncio](https://github.com/timofurrer/awesome-asyncio) - Asynchronous I/O in Python 3. - [Asyncio](https://github.com/timofurrer/awesome-asyncio#readme) - Asynchronous I/O in Python 3.
- [Scientific Audio](https://github.com/faroit/awesome-python-scientific-audio) - Scientific research in audio/music. - [Scientific Audio](https://github.com/faroit/awesome-python-scientific-audio#readme) - Scientific research in audio/music.
- [Rust](https://github.com/rust-unofficial/awesome-rust) - [Rust](https://github.com/rust-unofficial/awesome-rust#readme)
- [Haskell](https://github.com/krispo/awesome-haskell) - [Haskell](https://github.com/krispo/awesome-haskell#readme)
- [PureScript](https://github.com/passy/awesome-purescript) - [PureScript](https://github.com/passy/awesome-purescript#readme)
- [Go](https://github.com/avelino/awesome-go) - [Go](https://github.com/avelino/awesome-go#readme)
- [Scala](https://github.com/lauris/awesome-scala) - [Scala](https://github.com/lauris/awesome-scala#readme)
- [Ruby](https://github.com/markets/awesome-ruby) - [Ruby](https://github.com/markets/awesome-ruby#readme)
- [Clojure](https://github.com/razum2um/awesome-clojure) - [Clojure](https://github.com/razum2um/awesome-clojure#readme)
- [ClojureScript](https://github.com/hantuzun/awesome-clojurescript) - [ClojureScript](https://github.com/hantuzun/awesome-clojurescript#readme)
- [Elixir](https://github.com/h4cc/awesome-elixir) - [Elixir](https://github.com/h4cc/awesome-elixir#readme)
- [Elm](https://github.com/isRuslan/awesome-elm) - [Elm](https://github.com/isRuslan/awesome-elm#readme)
- [Erlang](https://github.com/drobakowski/awesome-erlang) - [Erlang](https://github.com/drobakowski/awesome-erlang#readme)
- [Julia](https://github.com/svaksha/Julia.jl) - [Julia](https://github.com/svaksha/Julia.jl#readme)
- [Lua](https://github.com/LewisJEllis/awesome-lua) - [Lua](https://github.com/LewisJEllis/awesome-lua#readme)
- [C](https://github.com/aleksandar-todorovic/awesome-c) - [C](https://github.com/aleksandar-todorovic/awesome-c#readme)
- [C/C++](https://github.com/fffaraz/awesome-cpp) - [C/C++](https://github.com/fffaraz/awesome-cpp#readme)
- [R](https://github.com/qinwf/awesome-R) - [R](https://github.com/qinwf/awesome-R#readme)
- [D](https://github.com/zhaopuming/awesome-d) - [D](https://github.com/zhaopuming/awesome-d#readme)
- [Common Lisp](https://github.com/CodyReichert/awesome-cl) - [Common Lisp](https://github.com/CodyReichert/awesome-cl#readme)
- [Perl](https://github.com/hachiojipm/awesome-perl) - [Perl](https://github.com/hachiojipm/awesome-perl#readme)
- [Groovy](https://github.com/kdabir/awesome-groovy) - [Groovy](https://github.com/kdabir/awesome-groovy#readme)
- [Dart](https://github.com/yissachar/awesome-dart) - [Dart](https://github.com/yissachar/awesome-dart#readme)
- [Java](https://github.com/akullpp/awesome-java) - [Java](https://github.com/akullpp/awesome-java#readme)
- [RxJava](https://github.com/eleventigers/awesome-rxjava) - [RxJava](https://github.com/eleventigers/awesome-rxjava#readme)
- [Kotlin](https://github.com/KotlinBy/awesome-kotlin) - [Kotlin](https://github.com/KotlinBy/awesome-kotlin#readme)
- [OCaml](https://github.com/rizo/awesome-ocaml) - [OCaml](https://github.com/rizo/awesome-ocaml#readme)
- [ColdFusion](https://github.com/seancoyne/awesome-coldfusion) - [ColdFusion](https://github.com/seancoyne/awesome-coldfusion#readme)
- [Fortran](https://github.com/rabbiabram/awesome-fortran) - [Fortran](https://github.com/rabbiabram/awesome-fortran#readme)
- [.NET](https://github.com/quozd/awesome-dotnet) - [PHP](https://github.com/ziadoz/awesome-php#readme)
- [Core](https://github.com/thangchung/awesome-dotnet-core) - [Composer](https://github.com/jakoch/awesome-composer#readme) - Package manager.
- [PHP](https://github.com/ziadoz/awesome-php) - [Delphi](https://github.com/Fr0sT-Brutal/awesome-delphi#readme)
- [Composer](https://github.com/jakoch/awesome-composer) - Package manager. - [Assembler](https://github.com/jaspergould/awesome-asm#readme)
- [Delphi](https://github.com/Fr0sT-Brutal/awesome-delphi) - [AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey#readme)
- [Assembler](https://github.com/jaspergould/awesome-asm) - [AutoIt](https://github.com/J2TeaM/awesome-AutoIt#readme)
- [AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey) - [Crystal](https://github.com/veelenga/awesome-crystal#readme)
- [AutoIt](https://github.com/J2TeaM/awesome-AutoIt) - [Frege](https://github.com/sfischer13/awesome-frege#readme) - Haskell for the JVM.
- [Crystal](https://github.com/veelenga/awesome-crystal) - [CMake](https://github.com/onqtam/awesome-cmake#readme) - Build, test, and package software.
- [Frege](https://github.com/sfischer13/awesome-frege) - Haskell for the JVM. - [ActionScript 3](https://github.com/robinrodricks/awesome-actionscript3#readme) - Object-oriented language targeting Adobe AIR.
- [CMake](https://github.com/onqtam/awesome-cmake) - Build, test, and package software. - [Eta](https://github.com/sfischer13/awesome-eta#readme) - Functional programming language for the JVM.
- [ActionScript 3](https://github.com/robinrodricks/awesome-actionscript3) - Object-oriented language targeting Adobe AIR. - [Idris](https://github.com/joaomilho/awesome-idris#readme) - General purpose pure functional programming language with dependent types influenced by Haskell and ML.
- [Eta](https://github.com/sfischer13/awesome-eta) - Functional programming language for the JVM.
- [Idris](https://github.com/joaomilho/awesome-idris) - General purpose pure functional programming language with dependent types influenced by Haskell and ML.
## Front-End Development ## Front-End Development
- [ES6 Tools](https://github.com/addyosmani/es6-tools) - [ES6 Tools](https://github.com/addyosmani/es6-tools#readme)
- [Web Performance Optimization](https://github.com/davidsonfellipe/awesome-wpo) - [Web Performance Optimization](https://github.com/davidsonfellipe/awesome-wpo#readme)
- [Web Tools](https://github.com/lvwzhen/tools) - [Web Tools](https://github.com/lvwzhen/tools#readme)
- [CSS](https://github.com/awesome-css-group/awesome-css) - [CSS](https://github.com/awesome-css-group/awesome-css#readme)
- [Critical-Path Tools](https://github.com/addyosmani/critical-path-css-tools) - [Critical-Path Tools](https://github.com/addyosmani/critical-path-css-tools#readme)
- [Scalability](https://github.com/davidtheclark/scalable-css-reading-list) - [Scalability](https://github.com/davidtheclark/scalable-css-reading-list#readme)
- [Must-Watch Talks](https://github.com/AllThingsSmitty/must-watch-css) - [Must-Watch Talks](https://github.com/AllThingsSmitty/must-watch-css#readme)
- [Protips](https://github.com/AllThingsSmitty/css-protips) - [Protips](https://github.com/AllThingsSmitty/css-protips#readme)
- [React](https://github.com/enaqx/awesome-react) - App framework. - [React](https://github.com/enaqx/awesome-react#readme) - App framework.
- [Relay](https://github.com/expede/awesome-relay) - Framework for building data-driven React apps. - [Relay](https://github.com/expede/awesome-relay#readme) - Framework for building data-driven React apps.
- [Web Components](https://github.com/mateusortiz/webcomponents-the-right-way) - [Web Components](https://github.com/mateusortiz/webcomponents-the-right-way#readme)
- [Polymer](https://github.com/Granze/awesome-polymer) - JavaScript library to develop Web Components. - [Polymer](https://github.com/Granze/awesome-polymer#readme) - JavaScript library to develop Web Components.
- [Angular](https://github.com/gdi2290/awesome-angular) - App framework. - [Angular](https://github.com/gdi2290/awesome-angular#readme) - App framework.
- [Backbone](https://github.com/sadcitizen/awesome-backbone) - App framework. - [Backbone](https://github.com/sadcitizen/awesome-backbone#readme) - App framework.
- [HTML5](https://github.com/diegocard/awesome-html5) - Markup language used for websites & web apps. - [HTML5](https://github.com/diegocard/awesome-html5#readme) - Markup language used for websites & web apps.
- [SVG](https://github.com/willianjusten/awesome-svg) - XML-based vector image format. - [SVG](https://github.com/willianjusten/awesome-svg#readme) - XML-based vector image format.
- [Canvas](https://github.com/raphamorim/awesome-canvas) - [Canvas](https://github.com/raphamorim/awesome-canvas#readme)
- [KnockoutJS](https://github.com/dnbard/awesome-knockout) - [KnockoutJS](https://github.com/dnbard/awesome-knockout#readme)
- [Dojo Toolkit](https://github.com/petk/awesome-dojo) - [Dojo Toolkit](https://github.com/petk/awesome-dojo#readme)
- [Inspiration](https://github.com/NoahBuscher/Inspire) - [Inspiration](https://github.com/NoahBuscher/Inspire#readme)
- [Ember](https://github.com/nmec/awesome-ember) - App framework. - [Ember](https://github.com/nmec/awesome-ember#readme) - App framework.
- [Android UI](https://github.com/wasabeef/awesome-android-ui) - [Android UI](https://github.com/wasabeef/awesome-android-ui#readme)
- [iOS UI](https://github.com/cjwirth/awesome-ios-ui) - [iOS UI](https://github.com/cjwirth/awesome-ios-ui#readme)
- [Meteor](https://github.com/Urigo/awesome-meteor) - [Meteor](https://github.com/Urigo/awesome-meteor#readme)
- [BEM](https://github.com/sturobson/BEM-resources) - [BEM](https://github.com/sturobson/BEM-resources#readme)
- [Flexbox](https://github.com/afonsopacifer/awesome-flexbox) - [Flexbox](https://github.com/afonsopacifer/awesome-flexbox#readme)
- [Web Typography](https://github.com/deanhume/typography) - [Web Typography](https://github.com/deanhume/typography#readme)
- [Web Accessibility](https://github.com/brunopulis/awesome-a11y) - [Web Accessibility](https://github.com/brunopulis/awesome-a11y#readme)
- [Material Design](https://github.com/sachin1092/awesome-material) - [Material Design](https://github.com/sachin1092/awesome-material#readme)
- [D3](https://github.com/wbkd/awesome-d3) - Library for producing dynamic, interactive data visualizations. - [D3](https://github.com/wbkd/awesome-d3#readme) - Library for producing dynamic, interactive data visualizations.
- [Emails](https://github.com/jonathandion/awesome-emails) - [Emails](https://github.com/jonathandion/awesome-emails#readme)
- [jQuery](https://github.com/petk/awesome-jquery) - Easy to use JavaScript library for DOM manipulation. - [jQuery](https://github.com/petk/awesome-jquery#readme) - Easy to use JavaScript library for DOM manipulation.
- [Tips](https://github.com/AllThingsSmitty/jquery-tips-everyone-should-know) - [Tips](https://github.com/AllThingsSmitty/jquery-tips-everyone-should-know#readme)
- [Web Audio](https://github.com/notthetup/awesome-webaudio) - [Web Audio](https://github.com/notthetup/awesome-webaudio#readme)
- [Offline-First](https://github.com/pazguille/offline-first) - [Offline-First](https://github.com/pazguille/offline-first#readme)
- [Static Website Services](https://github.com/agarrharr/awesome-static-website-services) - [Static Website Services](https://github.com/agarrharr/awesome-static-website-services#readme)
- [A-Frame VR](https://github.com/aframevr/awesome-aframe) - Virtual reality for web browsers. - [A-Frame VR](https://github.com/aframevr/awesome-aframe#readme) - Virtual reality for web browsers.
- [Cycle.js](https://github.com/cyclejs-community/awesome-cyclejs) - Functional and reactive JavaScript framework. - [Cycle.js](https://github.com/cyclejs-community/awesome-cyclejs#readme) - Functional and reactive JavaScript framework.
- [Text Editing](https://github.com/dok/awesome-text-editing) - [Text Editing](https://github.com/dok/awesome-text-editing#readme)
- [Motion UI Design](https://github.com/fliptheweb/motion-ui-design) - [Motion UI Design](https://github.com/fliptheweb/motion-ui-design#readme)
- [Vue.js](https://github.com/vuejs/awesome-vue) - App framework. - [Vue.js](https://github.com/vuejs/awesome-vue#readme) - App framework.
- [Marionette.js](https://github.com/sadcitizen/awesome-marionette) - App framework. - [Marionette.js](https://github.com/sadcitizen/awesome-marionette#readme) - App framework.
- [Aurelia](https://github.com/behzad888/awesome-aurelia) - App framework. - [Aurelia](https://github.com/behzad888/awesome-aurelia#readme) - App framework.
- [Charting](https://github.com/zingchart/awesome-charting) - [Charting](https://github.com/zingchart/awesome-charting#readme)
- [Ionic Framework 2](https://github.com/candelibas/awesome-ionic) - [Ionic Framework 2](https://github.com/candelibas/awesome-ionic#readme)
- [Chrome DevTools](https://github.com/ChromeDevTools/awesome-chrome-devtools) - [Chrome DevTools](https://github.com/ChromeDevTools/awesome-chrome-devtools#readme)
- [PostCSS](https://github.com/jdrgomes/awesome-postcss) - CSS tool. - [PostCSS](https://github.com/jdrgomes/awesome-postcss#readme) - CSS tool.
- [Draft.js](https://github.com/nikgraf/awesome-draft-js) - Rich text editor framework for React. - [Draft.js](https://github.com/nikgraf/awesome-draft-js#readme) - Rich text editor framework for React.
- [Service Workers](https://github.com/TalAter/awesome-service-workers) - [Service Workers](https://github.com/TalAter/awesome-service-workers#readme)
- [Progressive Web Apps](https://github.com/TalAter/awesome-progressive-web-apps) - [Progressive Web Apps](https://github.com/TalAter/awesome-progressive-web-apps#readme)
- [choo](https://github.com/choojs/awesome-choo) - App framework. - [choo](https://github.com/choojs/awesome-choo#readme) - App framework.
- [Redux](https://github.com/brillout/awesome-redux) - State container for JavaScript apps. - [Redux](https://github.com/brillout/awesome-redux#readme) - State container for JavaScript apps.
- [webpack](https://github.com/webpack-contrib/awesome-webpack) - Module bundler. - [webpack](https://github.com/webpack-contrib/awesome-webpack#readme) - Module bundler.
- [Browserify](https://github.com/browserify/awesome-browserify) - Module bundler. - [Browserify](https://github.com/browserify/awesome-browserify#readme) - Module bundler.
- [Sass](https://github.com/Famolus/awesome-sass) - CSS preprocessor. - [Sass](https://github.com/Famolus/awesome-sass#readme) - CSS preprocessor.
- [Ant Design](https://github.com/websemantics/awesome-ant-design) - Enterprise-class UI design language. - [Ant Design](https://github.com/websemantics/awesome-ant-design#readme) - Enterprise-class UI design language.
- [Less](https://github.com/LucasBassetti/awesome-less) - CSS preprocessor. - [Less](https://github.com/LucasBassetti/awesome-less#readme) - CSS preprocessor.
- [WebGL](https://github.com/sjfricke/awesome-webgl) - JavaScript API for rendering 3D graphics. - [WebGL](https://github.com/sjfricke/awesome-webgl#readme) - JavaScript API for rendering 3D graphics.
- [Preact](https://github.com/ooade/awesome-preact) - App framework. - [Preact](https://github.com/ooade/awesome-preact#readme) - App framework.
- [Progressive Enhancement](https://github.com/jbmoelker/progressive-enhancement-resources) - [Progressive Enhancement](https://github.com/jbmoelker/progressive-enhancement-resources#readme)
- [Next.js](https://github.com/unicodeveloper/awesome-nextjs) - Framework for server-rendered React apps. - [Next.js](https://github.com/unicodeveloper/awesome-nextjs#readme) - Framework for server-rendered React apps.
- [Hyperapp](https://github.com/hyperapp/awesome-hyperapp) - Tiny JavaScript library for building web apps. - [Hyperapp](https://github.com/hyperapp/awesome-hyperapp#readme) - Tiny JavaScript library for building web apps.
## Back-End Development ## Back-End Development
- [Django](https://github.com/rosarior/awesome-django) - [Django](https://github.com/rosarior/awesome-django#readme)
- [Flask](https://github.com/humiaozuzu/awesome-flask) - [Flask](https://github.com/humiaozuzu/awesome-flask#readme)
- [Docker](https://github.com/veggiemonk/awesome-docker) - [Docker](https://github.com/veggiemonk/awesome-docker#readme)
- [Vagrant](https://github.com/iJackUA/awesome-vagrant) - [Vagrant](https://github.com/iJackUA/awesome-vagrant#readme)
- [Pyramid](https://github.com/uralbash/awesome-pyramid) - [Pyramid](https://github.com/uralbash/awesome-pyramid#readme)
- [Play1 Framework](https://github.com/PerfectCarl/awesome-play1) - [Play1 Framework](https://github.com/PerfectCarl/awesome-play1#readme)
- [CakePHP](https://github.com/friendsofcake/awesome-cakephp) - PHP framework. - [CakePHP](https://github.com/friendsofcake/awesome-cakephp#readme) - PHP framework.
- [Symfony](https://github.com/sitepoint-editors/awesome-symfony) - [Symfony](https://github.com/sitepoint-editors/awesome-symfony#readme)
- [Education](https://github.com/pehapkari/awesome-symfony-education) - [Education](https://github.com/pehapkari/awesome-symfony-education#readme)
- [Laravel](https://github.com/chiraggude/awesome-laravel) - PHP framework. - [Laravel](https://github.com/chiraggude/awesome-laravel#readme) - PHP framework.
- [Education](https://github.com/fukuball/Awesome-Laravel-Education) - [Education](https://github.com/fukuball/Awesome-Laravel-Education#readme)
- [Rails](https://github.com/ekremkaraca/awesome-rails) - Web app framework for Ruby. - [Rails](https://github.com/ekremkaraca/awesome-rails#readme) - Web app framework for Ruby.
- [Gems](https://github.com/hothero/awesome-rails-gem) - Packages. - [Gems](https://github.com/hothero/awesome-rails-gem#readme) - Packages.
- [Phalcon](https://github.com/phalcon/awesome-phalcon) - [Phalcon](https://github.com/phalcon/awesome-phalcon#readme)
- [Useful `.htaccess` Snippets](https://github.com/phanan/htaccess) - [Useful `.htaccess` Snippets](https://github.com/phanan/htaccess#readme)
- [nginx](https://github.com/fcambus/nginx-resources) - Web server. - [nginx](https://github.com/fcambus/nginx-resources#readme) - Web server.
- [Dropwizard](https://github.com/stve/awesome-dropwizard) - [Dropwizard](https://github.com/stve/awesome-dropwizard#readme)
- [Kubernetes](https://github.com/ramitsurana/awesome-kubernetes) - [Kubernetes](https://github.com/ramitsurana/awesome-kubernetes#readme)
- [Lumen](https://github.com/unicodeveloper/awesome-lumen) - [Lumen](https://github.com/unicodeveloper/awesome-lumen#readme)
- [Serverless Framework](https://github.com/pmuens/awesome-serverless) - [Serverless Framework](https://github.com/pmuens/awesome-serverless#readme)
- [Apache Wicket](https://github.com/PhantomYdn/awesome-wicket) - Java web app framework. - [Apache Wicket](https://github.com/PhantomYdn/awesome-wicket#readme) - Java web app framework.
- [Vert.x](https://github.com/vert-x3/vertx-awesome) - Toolkit for building reactive apps on the JVM. - [Vert.x](https://github.com/vert-x3/vertx-awesome#readme) - Toolkit for building reactive apps on the JVM.
- [Terraform](https://github.com/shuaibiyy/awesome-terraform) - Tool for building, changing, and versioning infrastructure. - [Terraform](https://github.com/shuaibiyy/awesome-terraform#readme) - Tool for building, changing, and versioning infrastructure.
- [Vapor](https://github.com/Cellane/awesome-vapor#readme) - Server-side development in Swift.
## Computer Science ## Computer Science
- [University Courses](https://github.com/prakhar1989/awesome-courses) - [University Courses](https://github.com/prakhar1989/awesome-courses#readme)
- [Data Science](https://github.com/bulutyazilim/awesome-datascience) - [Data Science](https://github.com/bulutyazilim/awesome-datascience#readme)
- [Tutorials](https://github.com/siboehm/awesome-learn-datascience) - [Tutorials](https://github.com/siboehm/awesome-learn-datascience#readme)
- [Machine Learning](https://github.com/josephmisiti/awesome-machine-learning) - [Machine Learning](https://github.com/josephmisiti/awesome-machine-learning#readme)
- [Tutorials](https://github.com/ujjwalkarn/Machine-Learning-Tutorials) - [Tutorials](https://github.com/ujjwalkarn/Machine-Learning-Tutorials#readme)
- [ML with Ruby](https://github.com/arbox/machine-learning-with-ruby) - Learning, implementing, and applying Machine Learning using Ruby. - [ML with Ruby](https://github.com/arbox/machine-learning-with-ruby#readme) - Learning, implementing, and applying Machine Learning using Ruby.
- [Core ML Models](https://github.com/likedan/Awesome-CoreML-Models) - Models for Apple's machine learning framework. - [Core ML Models](https://github.com/likedan/Awesome-CoreML-Models#readme) - Models for Apple's machine learning framework.
- [Speech and Natural Language Processing](https://github.com/edobashira/speech-language-processing) - [Speech and Natural Language Processing](https://github.com/edobashira/speech-language-processing#readme)
- [Spanish](https://github.com/dav009/awesome-spanish-nlp) - [Spanish](https://github.com/dav009/awesome-spanish-nlp#readme)
- [NLP with Ruby](https://github.com/arbox/nlp-with-ruby) - [NLP with Ruby](https://github.com/arbox/nlp-with-ruby#readme)
- [Linguistics](https://github.com/theimpossibleastronaut/awesome-linguistics) - [Linguistics](https://github.com/theimpossibleastronaut/awesome-linguistics#readme)
- [Cryptography](https://github.com/sobolevn/awesome-cryptography) - [Cryptography](https://github.com/sobolevn/awesome-cryptography#readme)
- [Computer Vision](https://github.com/jbhuang0604/awesome-computer-vision) - [Computer Vision](https://github.com/jbhuang0604/awesome-computer-vision#readme)
- [Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning) - Neural networks. - [Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning#readme) - Neural networks.
- [TensorFlow](https://github.com/jtoy/awesome-tensorflow) - Library for machine intelligence. - [TensorFlow](https://github.com/jtoy/awesome-tensorflow#readme) - Library for machine intelligence.
- [Papers](https://github.com/terryum/awesome-deep-learning-papers) - The most cited deep learning papers. - [Papers](https://github.com/terryum/awesome-deep-learning-papers#readme) - The most cited deep learning papers.
- [Education](https://github.com/guillaume-chevalier/awesome-deep-learning-resources) - [Education](https://github.com/guillaume-chevalier/awesome-deep-learning-resources#readme)
- [Deep Vision](https://github.com/kjw0612/awesome-deep-vision) - [Deep Vision](https://github.com/kjw0612/awesome-deep-vision#readme)
- [Open Source Society University](https://github.com/ossu/computer-science) - [Open Source Society University](https://github.com/ossu/computer-science#readme)
- [Functional Programming](https://github.com/lucasviola/awesome-functional-programming) - [Functional Programming](https://github.com/lucasviola/awesome-functional-programming#readme)
- [Static Analysis & Code Quality](https://github.com/mre/awesome-static-analysis) - [Static Analysis & Code Quality](https://github.com/mre/awesome-static-analysis#readme)
- [Information Retrieval](https://github.com/harpribot/awesome-information-retrieval) - Learn to develop your own search engine. - [Information Retrieval](https://github.com/harpribot/awesome-information-retrieval#readme) - Learn to develop your own search engine.
## Big Data ## Big Data
- [Big Data](https://github.com/onurakpolat/awesome-bigdata) - [Big Data](https://github.com/onurakpolat/awesome-bigdata#readme)
- [Public Datasets](https://github.com/awesomedata/awesome-public-datasets) - [Public Datasets](https://github.com/awesomedata/awesome-public-datasets#readme)
- [Hadoop](https://github.com/youngwookim/awesome-hadoop) - Framework for distributed storage and processing of very large data sets. - [Hadoop](https://github.com/youngwookim/awesome-hadoop#readme) - Framework for distributed storage and processing of very large data sets.
- [Data Engineering](https://github.com/igorbarinov/awesome-data-engineering) - [Data Engineering](https://github.com/igorbarinov/awesome-data-engineering#readme)
- [Streaming](https://github.com/manuzhang/awesome-streaming) - [Streaming](https://github.com/manuzhang/awesome-streaming#readme)
- [Apache Spark](https://github.com/awesome-spark/awesome-spark) - Unified engine for large-scale data processing. - [Apache Spark](https://github.com/awesome-spark/awesome-spark#readme) - Unified engine for large-scale data processing.
## Theory ## Theory
- [Papers We Love](https://github.com/papers-we-love/papers-we-love) - [Papers We Love](https://github.com/papers-we-love/papers-we-love#readme)
- [Talks](https://github.com/JanVanRyswyck/awesome-talks) - [Talks](https://github.com/JanVanRyswyck/awesome-talks#readme)
- [Algorithms](https://github.com/tayllan/awesome-algorithms) - [Algorithms](https://github.com/tayllan/awesome-algorithms#readme)
- [Algorithm Visualizations](https://github.com/enjalot/algovis) - [Algorithm Visualizations](https://github.com/enjalot/algovis#readme)
- [Artificial Intelligence](https://github.com/owainlewis/awesome-artificial-intelligence) - [Artificial Intelligence](https://github.com/owainlewis/awesome-artificial-intelligence#readme)
- [Search Engine Optimization](https://github.com/marcobiedermann/search-engine-optimization) - [Search Engine Optimization](https://github.com/marcobiedermann/search-engine-optimization#readme)
- [Competitive Programming](https://github.com/lnishan/awesome-competitive-programming) - [Competitive Programming](https://github.com/lnishan/awesome-competitive-programming#readme)
- [Math](https://github.com/rossant/awesome-math) - [Math](https://github.com/rossant/awesome-math#readme)
- [Recursion Schemes](https://github.com/passy/awesome-recursion-schemes) - Traversing nested data structures. - [Recursion Schemes](https://github.com/passy/awesome-recursion-schemes#readme) - Traversing nested data structures.
## Books ## Books
- [Free Programming Books](https://github.com/EbookFoundation/free-programming-books) - [Free Programming Books](https://github.com/EbookFoundation/free-programming-books#readme)
- [Free Software Testing Books](https://github.com/ligurio/awesome-software-quality) - [Free Software Testing Books](https://github.com/ligurio/awesome-software-quality#readme)
- [Go Books](https://github.com/dariubs/GoBooks) - [Go Books](https://github.com/dariubs/GoBooks#readme)
- [R Books](https://github.com/RomanTsegelskyi/rbooks) - [R Books](https://github.com/RomanTsegelskyi/rbooks#readme)
- [Mind Expanding Books](https://github.com/hackerkid/Mind-Expanding-Books) - [Mind Expanding Books](https://github.com/hackerkid/Mind-Expanding-Books#readme)
- [Book Authoring](https://github.com/TalAter/awesome-book-authoring) - [Book Authoring](https://github.com/TalAter/awesome-book-authoring#readme)
- [Elixir Books](https://github.com/sger/ElixirBooks) - [Elixir Books](https://github.com/sger/ElixirBooks#readme)
## Editors ## Editors
- [Sublime Text](https://github.com/dreikanter/sublime-bookmarks) - [Sublime Text](https://github.com/dreikanter/sublime-bookmarks#readme)
- [Vim](https://github.com/mhinz/vim-galore) - [Vim](https://github.com/mhinz/vim-galore#readme)
- [Emacs](https://github.com/emacs-tw/awesome-emacs) - [Emacs](https://github.com/emacs-tw/awesome-emacs#readme)
- [Atom](https://github.com/mehcode/awesome-atom) - Open-source and hackable text editor. - [Atom](https://github.com/mehcode/awesome-atom#readme) - Open-source and hackable text editor.
- [Visual Studio Code](https://github.com/viatsko/awesome-vscode) - Cross-platform open-source text editor. - [Visual Studio Code](https://github.com/viatsko/awesome-vscode#readme) - Cross-platform open-source text editor.
## Gaming ## Gaming
- [Game Development](https://github.com/ellisonleao/magictools) - [Game Development](https://github.com/ellisonleao/magictools#readme)
- [Game Talks](https://github.com/hzoo/awesome-gametalks) - [Game Talks](https://github.com/hzoo/awesome-gametalks#readme)
- [Godot](https://github.com/Calinou/awesome-godot) - Game engine. - [Godot](https://github.com/Calinou/awesome-godot#readme) - Game engine.
- [Open Source Games](https://github.com/leereilly/games) - [Open Source Games](https://github.com/leereilly/games#readme)
- [Unity](https://github.com/RyanNielson/awesome-unity) - Game engine. - [Unity](https://github.com/RyanNielson/awesome-unity#readme) - Game engine.
- [Chess](https://github.com/hkirat/awesome-chess) - [Chess](https://github.com/hkirat/awesome-chess#readme)
- [LÖVE](https://github.com/love2d-community/awesome-love2d) - Game engine. - [LÖVE](https://github.com/love2d-community/awesome-love2d#readme) - Game engine.
- [PICO-8](https://github.com/felipebueno/awesome-PICO-8) - Fantasy console. - [PICO-8](https://github.com/felipebueno/awesome-PICO-8#readme) - Fantasy console.
- [Game Boy Development](https://github.com/avivace/awesome-gbdev) - [Game Boy Development](https://github.com/avivace/awesome-gbdev#readme)
- [Construct 2](https://github.com/armaldio/awesome-construct) - Game engine. - [Construct 2](https://github.com/armaldio/awesome-construct#readme) - Game engine.
- [Gideros](https://github.com/stetso/awesome-gideros) - Game engine. - [Gideros](https://github.com/stetso/awesome-gideros#readme) - Game engine.
## Development Environment ## Development Environment
- [Quick Look Plugins](https://github.com/sindresorhus/quick-look-plugins) - For macOS. - [Quick Look Plugins](https://github.com/sindresorhus/quick-look-plugins#readme) - For macOS.
- [Dev Env](https://github.com/jondot/awesome-devenv) - [Dev Env](https://github.com/jondot/awesome-devenv#readme)
- [Dotfiles](https://github.com/webpro/awesome-dotfiles) - [Dotfiles](https://github.com/webpro/awesome-dotfiles#readme)
- [Shell](https://github.com/alebcay/awesome-shell) - [Shell](https://github.com/alebcay/awesome-shell#readme)
- [Fish](https://github.com/fisherman/awesome-fish-shell) - User-friendly shell. - [Fish](https://github.com/fisherman/awesome-fish-shell#readme) - User-friendly shell.
- [Command-Line Apps](https://github.com/agarrharr/awesome-cli-apps) - [Command-Line Apps](https://github.com/agarrharr/awesome-cli-apps#readme)
- [ZSH Plugins](https://github.com/unixorn/awesome-zsh-plugins) - [ZSH Plugins](https://github.com/unixorn/awesome-zsh-plugins#readme)
- [GitHub](https://github.com/phillipadsmith/awesome-github) - Hosting service for Git repositories. - [GitHub](https://github.com/phillipadsmith/awesome-github#readme) - Hosting service for Git repositories.
- [Browser Extensions](https://github.com/stefanbuck/awesome-browser-extensions-for-github) - [Browser Extensions](https://github.com/stefanbuck/awesome-browser-extensions-for-github#readme)
- [Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - [Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet#readme)
- [Git Cheat Sheet & Git Flow](https://github.com/arslanbilal/git-cheat-sheet) - [Git Cheat Sheet & Git Flow](https://github.com/arslanbilal/git-cheat-sheet#readme)
- [Git Tips](https://github.com/git-tips/tips) - [Git Tips](https://github.com/git-tips/tips#readme)
- [Git Add-ons](https://github.com/stevemao/awesome-git-addons) - Enhance the `git` CLI. - [Git Add-ons](https://github.com/stevemao/awesome-git-addons#readme) - Enhance the `git` CLI.
- [SSH](https://github.com/moul/awesome-ssh) - [SSH](https://github.com/moul/awesome-ssh#readme)
- [FOSS for Developers](https://github.com/tvvocold/FOSS-for-Dev) - [FOSS for Developers](https://github.com/tvvocold/FOSS-for-Dev#readme)
- [Hyper](https://github.com/bnb/awesome-hyper) - Cross-platform terminal app built on web technologies. - [Hyper](https://github.com/bnb/awesome-hyper#readme) - Cross-platform terminal app built on web technologies.
- [PowerShell](https://github.com/janikvonrotz/awesome-powershell) - Cross-platform object-oriented shell. - [PowerShell](https://github.com/janikvonrotz/awesome-powershell#readme) - Cross-platform object-oriented shell.
- [Alfred Workflows](https://github.com/derimagia/awesome-alfred-workflows) - Productivity app for macOS. - [Alfred Workflows](https://github.com/derimagia/awesome-alfred-workflows#readme) - Productivity app for macOS.
- [Terminals Are Sexy](https://github.com/k4m4/terminals-are-sexy) - [Terminals Are Sexy](https://github.com/k4m4/terminals-are-sexy#readme)
## Entertainment ## Entertainment
- [Science Fiction](https://github.com/sindresorhus/awesome-scifi) - Scifi. - [Science Fiction](https://github.com/sindresorhus/awesome-scifi#readme) - Scifi.
- [Fantasy](https://github.com/RichardLitt/awesome-fantasy) - [Fantasy](https://github.com/RichardLitt/awesome-fantasy#readme)
- [Podcasts](https://github.com/guipdutra/awesome-geek-podcasts) - [Podcasts](https://github.com/guipdutra/awesome-geek-podcasts#readme)
- [Email Newsletters](https://github.com/vredniy/awesome-newsletters) - [Email Newsletters](https://github.com/vredniy/awesome-newsletters#readme)
- [IT Quotes](https://github.com/victorlaerte/awesome-it-quotes) - [IT Quotes](https://github.com/victorlaerte/awesome-it-quotes#readme)
## Databases ## Databases
- [Database](https://github.com/numetriclabz/awesome-db) - [Database](https://github.com/numetriclabz/awesome-db#readme)
- [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#readme)
- [InfluxDB](https://github.com/mark-rushakoff/awesome-influxdb) - [InfluxDB](https://github.com/mark-rushakoff/awesome-influxdb#readme)
- [Neo4j](https://github.com/neueda/awesome-neo4j) - [Neo4j](https://github.com/neueda/awesome-neo4j#readme)
- [MongoDB](https://github.com/ramnes/awesome-mongodb) - NoSQL database. - [MongoDB](https://github.com/ramnes/awesome-mongodb#readme) - NoSQL database.
- [RethinkDB](https://github.com/d3viant0ne/awesome-rethinkdb) - [RethinkDB](https://github.com/d3viant0ne/awesome-rethinkdb#readme)
- [TinkerPop](https://github.com/mohataher/awesome-tinkerpop) - Graph computing framework. - [TinkerPop](https://github.com/mohataher/awesome-tinkerpop#readme) - Graph computing framework.
- [PostgreSQL](https://github.com/dhamaniasad/awesome-postgres) - Object-relational database. - [PostgreSQL](https://github.com/dhamaniasad/awesome-postgres#readme) - Object-relational database.
- [CouchDB](https://github.com/quangv/awesome-couchdb) - Document-oriented NoSQL database. - [CouchDB](https://github.com/quangv/awesome-couchdb#readme) - Document-oriented NoSQL database.
- [HBase](https://github.com/rayokota/awesome-hbase) - Distributed, scalable, big data store. - [HBase](https://github.com/rayokota/awesome-hbase#readme) - Distributed, scalable, big data store.
## Media ## Media
- [Creative Commons Media](https://github.com/shime/creative-commons-media) - [Creative Commons Media](https://github.com/shime/creative-commons-media#readme)
- [Fonts](https://github.com/brabadu/awesome-fonts) - [Fonts](https://github.com/brabadu/awesome-fonts#readme)
- [Codeface](https://github.com/chrissimpkins/codeface) - Text editor fonts. - [Codeface](https://github.com/chrissimpkins/codeface#readme) - Text editor fonts.
- [Stock Resources](https://github.com/neutraltone/awesome-stock-resources) - [Stock Resources](https://github.com/neutraltone/awesome-stock-resources#readme)
- [GIF](https://github.com/davisonio/awesome-gif) - Image format known for animated images. - [GIF](https://github.com/davisonio/awesome-gif#readme) - Image format known for animated images.
- [Music](https://github.com/ciconia/awesome-music) - [Music](https://github.com/ciconia/awesome-music#readme)
- [Open Source Documents](https://github.com/hubtee/awesome-opensource-documents) - [Open Source Documents](https://github.com/hubtee/awesome-opensource-documents#readme)
- [Audio Visualization](https://github.com/willianjusten/awesome-audio-visualization) - [Audio Visualization](https://github.com/willianjusten/awesome-audio-visualization#readme)
- [Broadcasting](https://github.com/ebu/awesome-broadcasting) - [Broadcasting](https://github.com/ebu/awesome-broadcasting#readme)
- [Pixel Art](https://github.com/Siilwyn/awesome-pixel-art) - Pixel-level digital art. - [Pixel Art](https://github.com/Siilwyn/awesome-pixel-art#readme) - Pixel-level digital art.
## Learn ## Learn
- [CLI Workshoppers](https://github.com/therebelrobot/awesome-workshopper) - Interactive tutorials. - [CLI Workshoppers](https://github.com/therebelrobot/awesome-workshopper#readme) - Interactive tutorials.
- [Learn to Program](https://github.com/karlhorky/learn-to-program) - [Learn to Program](https://github.com/karlhorky/learn-to-program#readme)
- [Speaking](https://github.com/matteofigus/awesome-speaking) - [Speaking](https://github.com/matteofigus/awesome-speaking#readme)
- [Tech Videos](https://github.com/lucasviola/awesome-tech-videos) - [Tech Videos](https://github.com/lucasviola/awesome-tech-videos#readme)
- [Dive into Machine Learning](https://github.com/hangtwenty/dive-into-machine-learning) - [Dive into Machine Learning](https://github.com/hangtwenty/dive-into-machine-learning#readme)
- [Computer History](https://github.com/watson/awesome-computer-history) - [Computer History](https://github.com/watson/awesome-computer-history#readme)
- [Programming for Kids](https://github.com/HollyAdele/awesome-programming-for-kids) - [Programming for Kids](https://github.com/HollyAdele/awesome-programming-for-kids#readme)
- [Educational Games](https://github.com/yrgo/awesome-eg) - Learn while playing. - [Educational Games](https://github.com/yrgo/awesome-eg#readme) - Learn while playing.
- [JavaScript Learning](https://github.com/micromata/awesome-javascript-learning) - [JavaScript Learning](https://github.com/micromata/awesome-javascript-learning#readme)
## Security ## Security
- [Application Security](https://github.com/paragonie/awesome-appsec) - [Application Security](https://github.com/paragonie/awesome-appsec#readme)
- [Security](https://github.com/sbilly/awesome-security) - [Security](https://github.com/sbilly/awesome-security#readme)
- [CTF](https://github.com/apsdehal/awesome-ctf) - Capture The Flag. - [CTF](https://github.com/apsdehal/awesome-ctf#readme) - Capture The Flag.
- [Malware Analysis](https://github.com/rshipp/awesome-malware-analysis) - [Malware Analysis](https://github.com/rshipp/awesome-malware-analysis#readme)
- [Android Security](https://github.com/ashishb/android-security-awesome) - [Android Security](https://github.com/ashishb/android-security-awesome#readme)
- [Hacking](https://github.com/carpedm20/awesome-hacking) - [Hacking](https://github.com/carpedm20/awesome-hacking#readme)
- [Honeypots](https://github.com/paralax/awesome-honeypots) - Deception trap, designed to entice an attacker into attempting to compromise the information systems in an organization. - [Honeypots](https://github.com/paralax/awesome-honeypots#readme) - Deception trap, designed to entice an attacker into attempting to compromise the information systems in an organization.
- [Incident Response](https://github.com/meirwah/awesome-incident-response) - [Incident Response](https://github.com/meirwah/awesome-incident-response#readme)
- [Vehicle Security and Car Hacking](https://github.com/jaredthecoder/awesome-vehicle-security) - [Vehicle Security and Car Hacking](https://github.com/jaredthecoder/awesome-vehicle-security#readme)
- [Web Security](https://github.com/qazbnm456/awesome-web-security) - Security of web apps & services. - [Web Security](https://github.com/qazbnm456/awesome-web-security#readme) - Security of web apps & services.
- [Lockpicking](https://github.com/meitar/awesome-lockpicking) - The art of unlocking a lock by manipulating its components without the key. - [Lockpicking](https://github.com/meitar/awesome-lockpicking#readme) - The art of unlocking a lock by manipulating its components without the key.
## Content Management Systems ## Content Management Systems
- [Umbraco](https://github.com/leekelleher/awesome-umbraco) - [Umbraco](https://github.com/leekelleher/awesome-umbraco#readme)
- [Refinery CMS](https://github.com/refinerycms-contrib/awesome-refinerycms) - Ruby on Rails CMS. - [Refinery CMS](https://github.com/refinerycms-contrib/awesome-refinerycms#readme) - Ruby on Rails CMS.
- [Wagtail](https://github.com/springload/awesome-wagtail) - Django CMS focused on flexibility and user experience. - [Wagtail](https://github.com/springload/awesome-wagtail#readme) - Django CMS focused on flexibility and user experience.
- [Textpattern](https://github.com/drmonkeyninja/awesome-textpattern) - Lightweight PHP-based CMS. - [Textpattern](https://github.com/drmonkeyninja/awesome-textpattern#readme) - Lightweight PHP-based CMS.
- [Drupal](https://github.com/nirgn975/awesome-drupal) - Extensible PHP-based CMS. - [Drupal](https://github.com/nirgn975/awesome-drupal#readme) - Extensible PHP-based CMS.
- [Craft CMS](https://github.com/craftcms/awesome) - Content-first CMS. - [Craft CMS](https://github.com/craftcms/awesome#readme) - Content-first CMS.
## Hardware ## Hardware
- [Robotics](https://github.com/Kiloreux/awesome-robotics) - [Robotics](https://github.com/Kiloreux/awesome-robotics#readme)
- [Internet of Things](https://github.com/HQarroum/awesome-iot) - [Internet of Things](https://github.com/HQarroum/awesome-iot#readme)
- [Electronics](https://github.com/monostable/awesome-electronics) - For electronic engineers and hobbyists. - [Electronics](https://github.com/monostable/awesome-electronics#readme) - For electronic engineers and hobbyists.
- [Bluetooth Beacons](https://github.com/beaconinside/awesome-beacon) - [Bluetooth Beacons](https://github.com/beaconinside/awesome-beacon#readme)
- [Electric Guitar Specifications](https://github.com/gitfrage/guitarspecs) - Checklist for building your own electric guitar. - [Electric Guitar Specifications](https://github.com/gitfrage/guitarspecs#readme) - Checklist for building your own electric guitar.
## Business ## Business
- [Open Companies](https://github.com/opencompany/awesome-open-company) - [Open Companies](https://github.com/opencompany/awesome-open-company#readme)
- [Places to Post Your Startup](https://github.com/mmccaff/PlacesToPostYourStartup) - [Places to Post Your Startup](https://github.com/mmccaff/PlacesToPostYourStartup#readme)
- [OKR Methodology](https://github.com/domenicosolazzo/awesome-okr) - Goal setting & communication best practices. - [OKR Methodology](https://github.com/domenicosolazzo/awesome-okr#readme) - Goal setting & communication best practices.
- [Leading and Managing](https://github.com/LappleApple/awesome-leading-and-managing) - Leading people and being a manager in a technology company/environment. - [Leading and Managing](https://github.com/LappleApple/awesome-leading-and-managing#readme) - Leading people and being a manager in a technology company/environment.
- [Indie](https://github.com/mezod/awesome-indie) - Independent developer businesses. - [Indie](https://github.com/mezod/awesome-indie#readme) - Independent developer businesses.
## Work ## Work
- [Slack](https://github.com/matiassingers/awesome-slack) - Team collaboration. - [Slack](https://github.com/matiassingers/awesome-slack#readme) - Team collaboration.
- [Communities](https://github.com/filipelinhares/awesome-slack) - [Communities](https://github.com/filipelinhares/awesome-slack#readme)
- [Remote Jobs](https://github.com/lukasz-madon/awesome-remote-job) - [Remote Jobs](https://github.com/lukasz-madon/awesome-remote-job#readme)
- [Productivity](https://github.com/jyguyomarch/awesome-productivity) - [Productivity](https://github.com/jyguyomarch/awesome-productivity#readme)
- [Niche Job Boards](https://github.com/tramcar/awesome-job-boards) - [Niche Job Boards](https://github.com/tramcar/awesome-job-boards#readme)
- [Programming Interviews](https://github.com/MaximAbramchuck/awesome-interview-questions) - [Programming Interviews](https://github.com/MaximAbramchuck/awesome-interview-questions#readme)
- [Code Review](https://github.com/joho/awesome-code-review#readme) - Reviewing code.
## Networking ## Networking
- [Software-Defined Networking](https://github.com/sdnds-tw/awesome-sdn) - [Software-Defined Networking](https://github.com/sdnds-tw/awesome-sdn#readme)
- [Network Analysis](https://github.com/briatte/awesome-network-analysis) - [Network Analysis](https://github.com/briatte/awesome-network-analysis#readme)
- [PCAPTools](https://github.com/caesar0301/awesome-pcaptools) - [PCAPTools](https://github.com/caesar0301/awesome-pcaptools#readme)
## Decentralized Systems ## Decentralized Systems
- [Bitcoin](https://github.com/igorbarinov/awesome-bitcoin) - Bitcoin services and tools for software developers. - [Bitcoin](https://github.com/igorbarinov/awesome-bitcoin#readme) - Bitcoin services and tools for software developers.
- [Ripple](https://github.com/vhpoet/awesome-ripple) - Open source distributed settlement network. - [Ripple](https://github.com/vhpoet/awesome-ripple#readme) - Open source distributed settlement network.
- [Non-Financial Blockchain](https://github.com/machinomy/awesome-non-financial-blockchain) - Non-financial blockchain applications. - [Non-Financial Blockchain](https://github.com/machinomy/awesome-non-financial-blockchain#readme) - Non-financial blockchain applications.
- [Mastodon](https://github.com/tleb/awesome-mastodon) - Open source decentralized microblogging network. - [Mastodon](https://github.com/tleb/awesome-mastodon#readme) - Open source decentralized microblogging network.
## Miscellaneous ## Miscellaneous
- [JSON](https://github.com/burningtree/awesome-json) - Text based data interchange format. - [JSON](https://github.com/burningtree/awesome-json#readme) - Text based data interchange format.
- [GeoJSON](https://github.com/tmcw/awesome-geojson) - [GeoJSON](https://github.com/tmcw/awesome-geojson#readme)
- [Datasets](https://github.com/jdorfman/awesome-json-datasets) - [Datasets](https://github.com/jdorfman/awesome-json-datasets#readme)
- [Discounts for Student Developers](https://github.com/AchoArnold/discount-for-student-dev) - [Discounts for Student Developers](https://github.com/AchoArnold/discount-for-student-dev#readme)
- [Conferences](https://github.com/RichardLitt/awesome-conferences) - [Conferences](https://github.com/RichardLitt/awesome-conferences#readme)
- [Sysadmin](https://github.com/n1trux/awesome-sysadmin) - [Sysadmin](https://github.com/n1trux/awesome-sysadmin#readme)
- [Radio](https://github.com/kyleterry/awesome-radio) - [Radio](https://github.com/kyleterry/awesome-radio#readme)
- [Awesome](https://github.com/sindresorhus/awesome) - Recursion illustrated. - [Awesome](https://github.com/sindresorhus/awesome#readme) - Recursion illustrated.
- [Analytics](https://github.com/onurakpolat/awesome-analytics) - [Analytics](https://github.com/onurakpolat/awesome-analytics#readme)
- [REST](https://github.com/marmelab/awesome-rest) - [REST](https://github.com/marmelab/awesome-rest#readme)
- [Selenium](https://github.com/christian-bromann/awesome-selenium) - [Selenium](https://github.com/christian-bromann/awesome-selenium#readme)
- [Appium](https://github.com/SrinivasanTarget/awesome-appium) - Test automation tool for apps. - [Appium](https://github.com/SrinivasanTarget/awesome-appium#readme) - Test automation tool for apps.
- [Continuous Integration and Continuous Delivery](https://github.com/ciandcd/awesome-ciandcd) - [Continuous Integration and Continuous Delivery](https://github.com/ciandcd/awesome-ciandcd#readme)
- [Services Engineering](https://github.com/mmcgrana/services-engineering) - [Services Engineering](https://github.com/mmcgrana/services-engineering#readme)
- [Free for Developers](https://github.com/ripienaar/free-for-dev) - [Free for Developers](https://github.com/ripienaar/free-for-dev#readme)
- [Answers](https://github.com/cyberglot/awesome-answers) - Stack Overflow, Quora, etc. - [Answers](https://github.com/cyberglot/awesome-answers#readme) - Stack Overflow, Quora, etc.
- [Sketch](https://github.com/diessica/awesome-sketch) - Design app for macOS. - [Sketch](https://github.com/diessica/awesome-sketch#readme) - Design app for macOS.
- [Boilerplate Projects](https://github.com/melvin0008/awesome-projects-boilerplates) - [Boilerplate Projects](https://github.com/melvin0008/awesome-projects-boilerplates#readme)
- [Readme](https://github.com/matiassingers/awesome-readme) - [Readme](https://github.com/matiassingers/awesome-readme#readme)
- [Tools](https://github.com/cjbarber/ToolsOfTheTrade) - [Tools](https://github.com/cjbarber/ToolsOfTheTrade#readme)
- [Styleguides](https://github.com/RichardLitt/awesome-styleguides) - [Styleguides](https://github.com/RichardLitt/awesome-styleguides#readme)
- [Design and Development Guides](https://github.com/NARKOZ/guides) - [Design and Development Guides](https://github.com/NARKOZ/guides#readme)
- [Software Engineering Blogs](https://github.com/kilimchoi/engineering-blogs) - [Software Engineering Blogs](https://github.com/kilimchoi/engineering-blogs#readme)
- [Self Hosted](https://github.com/Kickball/awesome-selfhosted) - [Self Hosted](https://github.com/Kickball/awesome-selfhosted#readme)
- [FOSS Production Apps](https://github.com/jwaterfaucett/awesome-foss-apps) - [FOSS Production Apps](https://github.com/jwaterfaucett/awesome-foss-apps#readme)
- [Gulp](https://github.com/alferov/awesome-gulp) - Task runner. - [Gulp](https://github.com/alferov/awesome-gulp#readme) - Task runner.
- [AMA](https://github.com/sindresorhus/amas) - Ask Me Anything. - [AMA](https://github.com/sindresorhus/amas#readme) - Ask Me Anything.
- [Answers](https://github.com/stoeffel/awesome-ama-answers) - [Answers](https://github.com/stoeffel/awesome-ama-answers#readme)
- [Open Source Photography](https://github.com/ibaaj/awesome-OpenSourcePhotography) - [Open Source Photography](https://github.com/ibaaj/awesome-OpenSourcePhotography#readme)
- [OpenGL](https://github.com/eug/awesome-opengl) - Cross-platform API for rendering 2D and 3D graphics. - [OpenGL](https://github.com/eug/awesome-opengl#readme) - Cross-platform API for rendering 2D and 3D graphics.
- [GraphQL](https://github.com/chentsulin/awesome-graphql) - [GraphQL](https://github.com/chentsulin/awesome-graphql#readme)
- [Transit](https://github.com/CUTR-at-USF/awesome-transit) - [Transit](https://github.com/CUTR-at-USF/awesome-transit#readme)
- [Research Tools](https://github.com/emptymalei/awesome-research) - [Research Tools](https://github.com/emptymalei/awesome-research#readme)
- [Data Visualization](https://github.com/fasouto/awesome-dataviz) - [Data Visualization](https://github.com/fasouto/awesome-dataviz#readme)
- [Social Media Share Links](https://github.com/vinkla/shareable-links) - [Social Media Share Links](https://github.com/vinkla/shareable-links#readme)
- [Microservices](https://github.com/mfornos/awesome-microservices) - [Microservices](https://github.com/mfornos/awesome-microservices#readme)
- [Unicode](https://github.com/jagracey/Awesome-Unicode) - Unicode standards, quirks, packages and resources. - [Unicode](https://github.com/jagracey/Awesome-Unicode#readme) - Unicode standards, quirks, packages and resources.
- [Code Points](https://github.com/Codepoints/awesome-codepoints) - [Code Points](https://github.com/Codepoints/awesome-codepoints#readme)
- [Beginner-Friendly Projects](https://github.com/MunGell/awesome-for-beginners) - [Beginner-Friendly Projects](https://github.com/MunGell/awesome-for-beginners#readme)
- [Katas](https://github.com/gamontal/awesome-katas) - [Katas](https://github.com/gamontal/awesome-katas#readme)
- [Tools for Activism](https://github.com/drewrwilson/toolsforactivism) - [Tools for Activism](https://github.com/drewrwilson/toolsforactivism#readme)
- [Citizen Science](https://github.com/dylanrees/citizen-science) - For community-based and non-institutional scientists. - [Citizen Science](https://github.com/dylanrees/citizen-science#readme) - For community-based and non-institutional scientists.
- [TAP](https://github.com/sindresorhus/awesome-tap) - Test Anything Protocol. - [TAP](https://github.com/sindresorhus/awesome-tap#readme) - Test Anything Protocol.
- [MQTT](https://github.com/hobbyquaker/awesome-mqtt) - "Internet of Things" connectivity protocol. - [MQTT](https://github.com/hobbyquaker/awesome-mqtt#readme) - "Internet of Things" connectivity protocol.
- [Hacking Spots](https://github.com/diasdavid/awesome-hacking-spots) - [Hacking Spots](https://github.com/diasdavid/awesome-hacking-spots#readme)
- [For Girls](https://github.com/cristianoliveira/awesome4girls) - [For Girls](https://github.com/cristianoliveira/awesome4girls#readme)
- [Vorpal](https://github.com/vorpaljs/awesome-vorpal) - Node.js CLI framework. - [Vorpal](https://github.com/vorpaljs/awesome-vorpal#readme) - Node.js CLI framework.
- [Vulkan](https://github.com/vinjn/awesome-vulkan) - Low-overhead, cross-platform 3D graphics and compute API. - [Vulkan](https://github.com/vinjn/awesome-vulkan#readme) - Low-overhead, cross-platform 3D graphics and compute API.
- [LaTeX](https://github.com/egeerardyn/awesome-LaTeX) - Typesetting language. - [LaTeX](https://github.com/egeerardyn/awesome-LaTeX#readme) - Typesetting language.
- [Economics](https://github.com/antontarasenko/awesome-economics) - An economist's starter kit. - [Economics](https://github.com/antontarasenko/awesome-economics#readme) - An economist's starter kit.
- [Funny Markov Chains](https://github.com/sublimino/awesome-funny-markov) - [Funny Markov Chains](https://github.com/sublimino/awesome-funny-markov#readme)
- [Bioinformatics](https://github.com/danielecook/Awesome-Bioinformatics) - [Bioinformatics](https://github.com/danielecook/Awesome-Bioinformatics#readme)
- [Colorful](https://github.com/Siddharth11/Colorful) - Choose your next color scheme. - [Colorful](https://github.com/Siddharth11/Colorful#readme) - Choose your next color scheme.
- [Steam](https://github.com/scholtzm/awesome-steam) - Digital distribution platform. - [Steam](https://github.com/scholtzm/awesome-steam#readme) - Digital distribution platform.
- [Bots](https://github.com/hackerkid/bots) - Building bots. - [Bots](https://github.com/hackerkid/bots#readme) - Building bots.
- [Site Reliability Engineering](https://github.com/dastergon/awesome-sre) - [Site Reliability Engineering](https://github.com/dastergon/awesome-sre#readme)
- [Empathy in Engineering](https://github.com/KimberlyMunoz/empathy-in-engineering) - Building and promoting more compassionate engineering cultures. - [Empathy in Engineering](https://github.com/KimberlyMunoz/empathy-in-engineering#readme) - Building and promoting more compassionate engineering cultures.
- [DTrace](https://github.com/xen0l/awesome-dtrace) - Dynamic tracing framework. - [DTrace](https://github.com/xen0l/awesome-dtrace#readme) - Dynamic tracing framework.
- [Userscripts](https://github.com/brunocvcunha/awesome-userscripts) - Enhance your browsing experience. - [Userscripts](https://github.com/brunocvcunha/awesome-userscripts#readme) - Enhance your browsing experience.
- [Pokémon](https://github.com/tobiasbueschel/awesome-pokemon) - Pokémon and Pokémon GO. - [Pokémon](https://github.com/tobiasbueschel/awesome-pokemon#readme) - Pokémon and Pokémon GO.
- [ChatOps](https://github.com/exAspArk/awesome-chatops) - Managing technical and business operations through a chat. - [ChatOps](https://github.com/exAspArk/awesome-chatops#readme) - Managing technical and business operations through a chat.
- [Falsehood](https://github.com/kdeldycke/awesome-falsehood) - Falsehoods programmers believe in. - [Falsehood](https://github.com/kdeldycke/awesome-falsehood#readme) - 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. - [Domain-Driven Design](https://github.com/heynickc/awesome-ddd#readme) - Software development approach for complex needs by connecting the implementation to an evolving model.
- [Quantified Self](https://github.com/woop/awesome-quantified-self) - Self-tracking through technology. - [Quantified Self](https://github.com/woop/awesome-quantified-self#readme) - Self-tracking through technology.
- [SaltStack](https://github.com/hbokh/awesome-saltstack) - Python-based config management system. - [SaltStack](https://github.com/hbokh/awesome-saltstack#readme) - Python-based config management system.
- [Web Design](https://github.com/nicolesaidy/awesome-web-design) - For digital designers. - [Web Design](https://github.com/nicolesaidy/awesome-web-design#readme) - For digital designers.
- [JMeter](https://github.com/aliesbelik/awesome-jmeter) - Load testing and performance measurement tool. - [JMeter](https://github.com/aliesbelik/awesome-jmeter#readme) - Load testing and performance measurement tool.
- [Creative Coding](https://github.com/terkelg/awesome-creative-coding) - Programming something expressive instead of something functional. - [Creative Coding](https://github.com/terkelg/awesome-creative-coding#readme) - Programming something expressive instead of something functional.
- [No-Login Web Apps](https://github.com/aviaryan/awesome-no-login-web-apps) - Web apps that work without login. - [No-Login Web Apps](https://github.com/aviaryan/awesome-no-login-web-apps#readme) - Web apps that work without login.
- [Testing](https://github.com/TheJambo/awesome-testing) - Software testing. - [Testing](https://github.com/TheJambo/awesome-testing#readme) - Software testing.
- [Free Software](https://github.com/johnjago/awesome-free-software) - Free as in freedom. - [Free Software](https://github.com/johnjago/awesome-free-software#readme) - Free as in freedom.
- [Framer](https://github.com/podo/awesome-framer) - Prototyping interactive UI designs. - [Framer](https://github.com/podo/awesome-framer#readme) - Prototyping interactive UI designs.
- [Markdown](https://github.com/BubuAnabelas/awesome-markdown) - Markup language. - [Markdown](https://github.com/BubuAnabelas/awesome-markdown#readme) - Markup language.
- [Dev Fun](https://github.com/mislavcimpersak/awesome-dev-fun) - Funny developer projects. - [Dev Fun](https://github.com/mislavcimpersak/awesome-dev-fun#readme) - Funny developer projects.
- [Events in the Netherlands](https://github.com/awkward/awesome-netherlands-events) - Tech-related events in the Netherlands. - [Events in the Netherlands](https://github.com/awkward/awesome-netherlands-events#readme) - Tech-related events in the Netherlands.
- [Healthcare](https://github.com/kakoni/awesome-healthcare) - Open source healthcare software for facilities, providers, developers, policy experts, and researchers. - [Healthcare](https://github.com/kakoni/awesome-healthcare#readme) - Open source healthcare software for facilities, providers, developers, policy experts, and researchers.
- [Magento 2](https://github.com/DavidLambauer/awesome-magento2) - Open Source eCommerce built with PHP. - [Magento 2](https://github.com/DavidLambauer/awesome-magento2#readme) - Open Source eCommerce built with PHP.
- [TikZ](https://github.com/xiaohanyu/awesome-tikz) - Graph drawing packages for TeX/LaTeX/ConTeXt. - [TikZ](https://github.com/xiaohanyu/awesome-tikz#readme) - Graph drawing packages for TeX/LaTeX/ConTeXt.
- [Neuroscience](https://github.com/analyticalmonk/awesome-neuroscience) - Study of the nervous system and brain. - [Neuroscience](https://github.com/analyticalmonk/awesome-neuroscience#readme) - Study of the nervous system and brain.
- [Ad-Free](https://github.com/johnjago/awesome-ad-free) - Ad-free alternatives. - [Ad-Free](https://github.com/johnjago/awesome-ad-free#readme) - Ad-free alternatives.
- [Esolangs](https://github.com/angrykoala/awesome-esolangs) - Programming languages designed for experimentation or as jokes rather than actual use. - [Esolangs](https://github.com/angrykoala/awesome-esolangs#readme) - Programming languages designed for experimentation or as jokes rather than actual use.
- [Prometheus](https://github.com/roaldnefs/awesome-prometheus) - Open-source monitoring system. - [Prometheus](https://github.com/roaldnefs/awesome-prometheus#readme) - Open-source monitoring system.
- [Homematic](https://github.com/hobbyquaker/awesome-homematic) - Smart home devices. - [Homematic](https://github.com/hobbyquaker/awesome-homematic#readme) - Smart home devices.
- [Ledger](https://github.com/sfischer13/awesome-ledger) - Double-entry accounting on the command-line. - [Ledger](https://github.com/sfischer13/awesome-ledger#readme) - Double-entry accounting on the command-line.
- [Uncopyright](https://github.com/johnjago/awesome-uncopyright) - Public domain works. - [Uncopyright](https://github.com/johnjago/awesome-uncopyright#readme) - Public domain works.
- [Crypto Currency Tools & Algorithms](https://github.com/kennethreitz/awesome-coins) — Digital currency where encryption is used to regulate the generation of units and verify transfers. - [Crypto Currency Tools & Algorithms](https://github.com/kennethreitz/awesome-coins#readme) — Digital currency where encryption is used to regulate the generation of units and verify transfers.
- [Diversity](https://github.com/folkswhocode/awesome-diversity) - Creating a more inclusive and diverse tech community. - [Diversity](https://github.com/folkswhocode/awesome-diversity#readme) - Creating a more inclusive and diverse tech community.
- [Open Source Supporters](https://github.com/zachflower/awesome-open-source-supporters) - Companies that offer their tools and services for free to open source projects. - [Open Source Supporters](https://github.com/zachflower/awesome-open-source-supporters#readme) - Companies that offer their tools and services for free to open source projects.
- [Design Principles](https://github.com/robinstickel/awesome-design-principles) - Create better and more consistent designs and experiences. - [Design Principles](https://github.com/robinstickel/awesome-design-principles#readme) - Create better and more consistent designs and experiences.
- [Visual Regression Testing](https://github.com/mojoaxel/awesome-regression-testing) - Ensures changes did not break the functionality or style. - [Visual Regression Testing](https://github.com/mojoaxel/awesome-regression-testing#readme) - Ensures changes did not break the functionality or style.
- [Theravada](https://github.com/johnjago/awesome-theravada) - Teachings from the Theravada Buddhist tradition. - [Theravada](https://github.com/johnjago/awesome-theravada#readme) - Teachings from the Theravada Buddhist tradition.
- [inspectIT](https://github.com/inspectit-labs/awesome-inspectit) - Open source Java app performance management tool. - [inspectIT](https://github.com/inspectit-labs/awesome-inspectit#readme) - Open source Java app performance management tool.
- [Open Source Maintainers](https://github.com/nayafia/awesome-maintainers#readme) - The experience of being an open source maintainer.
- [Calculators](https://github.com/xxczaki/awesome-calculators#readme) - Calculators for every platform.
- [Captcha](https://github.com/ZYSzys/awesome-captcha#readme) - A type of challengeresponse test used in computing to determine whether or not the user is human.
## License ## License