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