mirror of
https://github.com/sindresorhus/awesome.git
synced 2024-12-23 09:25:25 +00:00
Merge branch 'master' into patch-1
This commit is contained in:
commit
bba6faef3e
30
awesome.md
30
awesome.md
@ -10,14 +10,40 @@ Research if the stuff you're including is actually awesome. Only put stuff on th
|
|||||||
|
|
||||||
## Awesome badge
|
## Awesome badge
|
||||||
|
|
||||||
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
|
This badge is for Awesome lists.
|
||||||
|
|
||||||
|
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
|
||||||
|
|
||||||
Add an awesome badge to the top of your list, right next to the title. [Example](https://github.com/sindresorhus/awesome-nodejs).
|
Add an awesome badge to the top of your list, right next to the title. [Example](https://github.com/sindresorhus/awesome-nodejs).
|
||||||
|
|
||||||
```md
|
```md
|
||||||
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
|
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*The badge should not be modified in any way.*
|
||||||
|
|
||||||
|
## Awesome mentioned badge
|
||||||
|
|
||||||
|
This badge is for projects being mentioned in an Awesome list (**NOT for use in Awesome lists**). For example, the [Chalk](https://github.com/chalk/chalk) project could feature this badge because it's listed in [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs). It's totally optional for projects, but it's a nice way to show they've been featured in an Awesome list.
|
||||||
|
|
||||||
|
[![Mentioned in Awesome](https://awesome.re/mentioned-badge.svg)](https://awesome.re)
|
||||||
|
|
||||||
|
**Fill in the placeholders (Name and URL):**
|
||||||
|
|
||||||
|
```md
|
||||||
|
[![Mentioned in Awesome <INSERT LIST NAME>](https://awesome.re/mentioned-badge.svg)](https://github.com/<INSERT LIST URL>)
|
||||||
|
```
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```md
|
||||||
|
[![Mentioned in Awesome Node.js](https://awesome.re/mentioned-badge.svg)](https://github.com/sindresorhus/awesome-nodejs)
|
||||||
|
```
|
||||||
|
|
||||||
|
If you're an Awesome list maintainer, you could encourage projects in your list to add the badge.
|
||||||
|
|
||||||
|
*The badge should not be modified in any way.*
|
||||||
|
|
||||||
## Comment on why something is awesome
|
## Comment on why something is awesome
|
||||||
|
|
||||||
Apart from suggesting a particular item on your list, you should also inform your readers *why* it's on the list and how they will benefit from it.
|
Apart from suggesting a particular item on your list, you should also inform your readers *why* it's on the list and how they will benefit from it.
|
||||||
|
@ -50,4 +50,4 @@ You'll need a [GitHub account](https://github.com/join)!
|
|||||||
|
|
||||||
Sometimes, a maintainer of an awesome list will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the awesome-* list guidelines.
|
Sometimes, a maintainer of an awesome list will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the awesome-* list guidelines.
|
||||||
|
|
||||||
[Here](https://github.com/RichardLitt/docs/blob/master/amending-a-commit-guide.md) is a write up on how to change a Pull Request, and the different ways you can do that.
|
[Here](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) is a write up on how to change a Pull Request, and the different ways you can do that.
|
||||||
|
BIN
media/mentioned-badge.sketch
Normal file
BIN
media/mentioned-badge.sketch
Normal file
Binary file not shown.
1
media/mentioned-badge.svg
Normal file
1
media/mentioned-badge.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 8.0 KiB |
@ -9,16 +9,22 @@
|
|||||||
**[Explain what this list is about and why it should be included here]**
|
**[Explain what this list is about and why it should be included here]**
|
||||||
|
|
||||||
|
|
||||||
# By submitting this pull request I confirm I've read and complied with the below requirements.
|
### By submitting this pull request I confirm I've read and complied with the below requirements 🖖
|
||||||
|
|
||||||
**Please read it multiple times. I spent a lot of time on these guidelines and most people miss a lot.**
|
**Please read it multiple times. I spent a lot of time on these guidelines and most people miss a lot.**
|
||||||
|
|
||||||
|
## 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).
|
- 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.<br>For example, `Add Name of List`, not `Update readme.md` or `Add awesome list`.
|
- This pull request has a descriptive title.<br>For example, `Add Name of List`, 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 these requirements:
|
||||||
|
|
||||||
|
|
||||||
|
## Requirements for your Awesome list
|
||||||
|
|
||||||
- **Has been around for at least 30 days.**<br>That means 30 days from either the first real commit or when it was open-sourced. Whatever is most recent.
|
- **Has been around for at least 30 days.**<br>That means 30 days from either the first real commit or when it was open-sourced. Whatever is most recent.
|
||||||
- It's the result of hard work and the best I could possibly produce.
|
- It's the result of hard work and the best I could possibly produce.
|
||||||
- Non-generated Markdown file in a GitHub repo.
|
- Non-generated Markdown file in a GitHub repo.
|
||||||
@ -40,13 +46,14 @@
|
|||||||
- Should only have one level of sub-lists, preferably none.
|
- Should only have one level of sub-lists, preferably none.
|
||||||
- Has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license).
|
- Has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license).
|
||||||
- That means something like CC0, **not a code licence like MIT, BSD, Apache, etc.**
|
- That means something like CC0, **not a code licence like MIT, BSD, Apache, etc.**
|
||||||
|
- [WTFPL](http://www.wtfpl.net) and [Unlicense](http://unlicense.org) are not acceptable licenses.
|
||||||
- If you use a license badge, it should be SVG, not PNG.
|
- If you use a license badge, it should be SVG, not PNG.
|
||||||
- Has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines).
|
- Has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines).
|
||||||
- The file should be named `contributing.md`. Casing is up to you.
|
- The file should be named `contributing.md`. Casing is up to you.
|
||||||
- Has consistent formatting and proper spelling/grammar.
|
- Has consistent formatting and proper spelling/grammar.
|
||||||
- The link and description are separated by a dash. <br>Example: `- [AVA](…) - JavaScript test runner.`
|
- The link and description are separated by a dash. <br>Example: `- [AVA](…) - JavaScript test runner.`
|
||||||
- The description starts with an uppercase character and ends with a period.
|
- The description starts with an uppercase character and ends with a period.
|
||||||
- Drop all the `A` / `An` prefixes in the descriptions.
|
|
||||||
- Consistent and correct naming. For example, `Node.js`, not `NodeJS` or `node.js`.
|
- Consistent and correct naming. For example, `Node.js`, not `NodeJS` or `node.js`.
|
||||||
- Doesn't include a Travis badge.<br>You can still use Travis for list linting, but the badge has no value in the readme.
|
- Doesn't include a Travis badge.<br>You can still use Travis for list linting, but the badge has no value in the readme.
|
||||||
- Go to the top and read it again.
|
|
||||||
|
Go to the top and read it again.
|
||||||
|
93
readme.md
93
readme.md
@ -4,14 +4,6 @@
|
|||||||
<br>
|
<br>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<a target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/tmkVF4Qm7RNE8e9RVwnim6gU/sindresorhus/awesome'>
|
|
||||||
<img alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/tmkVF4Qm7RNE8e9RVwnim6gU/sindresorhus/awesome.svg' />
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<b>✨ Prelaunching the <a href="https://awesomeweekly.co">Awesome Weekly</a> newsletter! ✨</b>
|
<b>✨ Prelaunching the <a href="https://awesomeweekly.co">Awesome Weekly</a> newsletter! ✨</b>
|
||||||
@ -21,26 +13,36 @@
|
|||||||
<br>
|
<br>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="awesome.md">What is an awesome list?</a>
|
<a href="awesome.md">What is an awesome list?</a>
|
||||||
<a href="contributing.md">Contribution guide</a>
|
<a href="contributing.md">Contribution guide</a>
|
||||||
<a href="create-list.md">Creating a list</a>
|
<a href="create-list.md">Creating a list</a>
|
||||||
<a href="https://www.stickermule.com/marketplace/10034-awesome">Sticker</a>
|
<a href="https://twitter.com/awesome__re">Twitter</a>
|
||||||
|
<a href="https://www.redbubble.com/people/sindresorhus/works/30364188-awesome-logo">Stickers & t-shirts</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<p align="center">
|
<!--
|
||||||
<b>A project of mine is on Product Hunt and could use some feedback 🙌<br>
|
<div align="center">
|
||||||
<a href="https://www.producthunt.com/posts/speed-test-cli">speed-test-cli - Test your download speed on the command-line</a></b>
|
<span>🐦</span>
|
||||||
</p>
|
<b>We now have a Twitter account: <a href="https://twitter.com/awesome__re">@awesome__re</a></b>
|
||||||
|
<br>
|
||||||
|
<span>Follow for updates on new lists, community news, and other awesome stuff.</span>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<h4 align="center"><a href="https://www.producthunt.com/posts/refined-twitter">Support my work with the Awesome project and open source in general</a></h4>
|
||||||
|
<br>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<h4 align="center">🌈<br><a href="https://www.producthunt.com/posts/gifski">Convert videos to high-quality GIFs with this free & open source Mac app I made</a></h4>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<sub>Just type <a href="https://awesome.re"><code>awesome.re</code></a> to go here. Check out my <a href="https://blog.sindresorhus.com">blog</a> and follow me on <a href="https://twitter.com/sindresorhus">Twitter</a>.</sub>
|
<sub>Just type <a href="https://awesome.re"><code>awesome.re</code></a> to go here. Check out my <a href="https://blog.sindresorhus.com">blog</a> and follow me on <a href="https://twitter.com/sindresorhus">Twitter</a>.</sub>
|
||||||
</p>
|
</p>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
@ -74,26 +76,26 @@
|
|||||||
|
|
||||||
- [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) - 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)
|
||||||
- [iOS](https://github.com/vsouza/awesome-ios)
|
- [iOS](https://github.com/vsouza/awesome-ios) - Mobile operating system for Apple phones and tablets.
|
||||||
- [Android](https://github.com/JStumpp/awesome-android)
|
- [Android](https://github.com/JStumpp/awesome-android)
|
||||||
- [IoT & Hybrid Apps](https://github.com/weblancaster/awesome-IoT-hybrid)
|
- [IoT & Hybrid Apps](https://github.com/weblancaster/awesome-IoT-hybrid)
|
||||||
- [Electron](https://github.com/sindresorhus/awesome-electron)
|
- [Electron](https://github.com/sindresorhus/awesome-electron) - Cross-platform native desktop apps using JavaScript/HTML/CSS.
|
||||||
- [Cordova](https://github.com/busterc/awesome-cordova)
|
- [Cordova](https://github.com/busterc/awesome-cordova) - JavaScript API for hybrid apps.
|
||||||
- [React Native](https://github.com/jondot/awesome-react-native)
|
- [React Native](https://github.com/jondot/awesome-react-native)
|
||||||
- [Xamarin](https://github.com/benoitjadinon/awesome-xamarin)
|
- [Xamarin](https://github.com/benoitjadinon/awesome-xamarin) - Mobile app development IDE, testing, and distribution.
|
||||||
- [Linux](https://github.com/aleksandar-todorovic/awesome-linux)
|
- [Linux](https://github.com/aleksandar-todorovic/awesome-linux)
|
||||||
- [Containers](https://github.com/Friz-zy/awesome-linux-containers)
|
- [Containers](https://github.com/Friz-zy/awesome-linux-containers)
|
||||||
- [macOS](https://github.com/iCHAIT/awesome-macOS)
|
- [macOS](https://github.com/iCHAIT/awesome-macOS)
|
||||||
- [Command-Line](https://github.com/herrbischoff/awesome-osx-command-line)
|
- [Command-Line](https://github.com/herrbischoff/awesome-osx-command-line)
|
||||||
- [Screensavers](https://github.com/aharris88/awesome-macos-screensavers)
|
- [Screensavers](https://github.com/aharris88/awesome-macos-screensavers)
|
||||||
- [watchOS](https://github.com/yenchenlin/awesome-watchos)
|
- [watchOS](https://github.com/yenchenlin/awesome-watchos) - Operating system for the Apple Watch.
|
||||||
- [JVM](https://github.com/deephacks/awesome-jvm)
|
- [JVM](https://github.com/deephacks/awesome-jvm)
|
||||||
- [Salesforce](https://github.com/mailtoharshit/awesome-salesforce)
|
- [Salesforce](https://github.com/mailtoharshit/awesome-salesforce)
|
||||||
- [Amazon Web Services](https://github.com/donnemartin/awesome-aws)
|
- [Amazon Web Services](https://github.com/donnemartin/awesome-aws)
|
||||||
- [Windows](https://github.com/Awesome-Windows/Awesome)
|
- [Windows](https://github.com/Awesome-Windows/Awesome)
|
||||||
- [IPFS](https://github.com/ipfs/awesome-ipfs)
|
- [IPFS](https://github.com/ipfs/awesome-ipfs) - P2P hypermedia protocol.
|
||||||
- [Fuse](https://github.com/vinkla/awesome-fuse)
|
- [Fuse](https://github.com/vinkla/awesome-fuse) - Mobile development tools.
|
||||||
- [Heroku](https://github.com/ianstormtaylor/awesome-heroku)
|
- [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.
|
- [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.
|
- [Qt](https://github.com/JesseTG/awesome-qt) - Cross-platform GUI app framework.
|
||||||
- [WebExtensions](https://github.com/bfred-it/Awesome-WebExtensions) - Cross-browser extension system.
|
- [WebExtensions](https://github.com/bfred-it/Awesome-WebExtensions) - Cross-browser extension system.
|
||||||
@ -106,12 +108,12 @@
|
|||||||
|
|
||||||
- [JavaScript](https://github.com/sorrycc/awesome-javascript)
|
- [JavaScript](https://github.com/sorrycc/awesome-javascript)
|
||||||
- [Promises](https://github.com/wbinnssmith/awesome-promises)
|
- [Promises](https://github.com/wbinnssmith/awesome-promises)
|
||||||
- [Standard Style](https://github.com/standard/awesome-standard)
|
- [Standard Style](https://github.com/standard/awesome-standard) - Style guide and linter.
|
||||||
- [Must Watch Talks](https://github.com/bolshchikov/js-must-watch)
|
- [Must Watch Talks](https://github.com/bolshchikov/js-must-watch)
|
||||||
- [Tips](https://github.com/loverajoel/jstips)
|
- [Tips](https://github.com/loverajoel/jstips)
|
||||||
- [Network Layer](https://github.com/Kikobeats/awesome-network-js)
|
- [Network Layer](https://github.com/Kikobeats/awesome-network-js)
|
||||||
- [Micro npm Packages](https://github.com/parro-it/awesome-micro-npm-packages)
|
- [Micro npm Packages](https://github.com/parro-it/awesome-micro-npm-packages)
|
||||||
- [Mad Science npm Packages](https://github.com/feross/awesome-mad-science)
|
- [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.
|
- [Maintenance Modules](https://github.com/maxogden/maintenance-modules) - For npm packages.
|
||||||
- [npm](https://github.com/sindresorhus/awesome-npm) - Package manager.
|
- [npm](https://github.com/sindresorhus/awesome-npm) - Package manager.
|
||||||
- [AVA](https://github.com/avajs/awesome-ava) - Test runner.
|
- [AVA](https://github.com/avajs/awesome-ava) - Test runner.
|
||||||
@ -166,6 +168,7 @@
|
|||||||
- [CMake](https://github.com/onqtam/awesome-cmake) - Build, test, and package software.
|
- [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.
|
- [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.
|
- [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
|
||||||
@ -181,11 +184,11 @@
|
|||||||
- [React](https://github.com/enaqx/awesome-react) - App framework.
|
- [React](https://github.com/enaqx/awesome-react) - App framework.
|
||||||
- [Relay](https://github.com/expede/awesome-relay) - Framework for building data-driven React apps.
|
- [Relay](https://github.com/expede/awesome-relay) - 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)
|
||||||
- [Polymer](https://github.com/Granze/awesome-polymer)
|
- [Polymer](https://github.com/Granze/awesome-polymer) - JavaScript library to develop Web Components.
|
||||||
- [Angular](https://github.com/AngularClass/awesome-angular) - App framework.
|
- [Angular](https://github.com/gdi2290/awesome-angular) - App framework.
|
||||||
- [Backbone](https://github.com/sadcitizen/awesome-backbone) - App framework.
|
- [Backbone](https://github.com/sadcitizen/awesome-backbone) - App framework.
|
||||||
- [HTML5](https://github.com/diegocard/awesome-html5)
|
- [HTML5](https://github.com/diegocard/awesome-html5) - Markup language used for websites & web apps.
|
||||||
- [SVG](https://github.com/willianjusten/awesome-svg)
|
- [SVG](https://github.com/willianjusten/awesome-svg) - XML-based vector image format.
|
||||||
- [Canvas](https://github.com/raphamorim/awesome-canvas)
|
- [Canvas](https://github.com/raphamorim/awesome-canvas)
|
||||||
- [KnockoutJS](https://github.com/dnbard/awesome-knockout)
|
- [KnockoutJS](https://github.com/dnbard/awesome-knockout)
|
||||||
- [Dojo Toolkit](https://github.com/petk/awesome-dojo)
|
- [Dojo Toolkit](https://github.com/petk/awesome-dojo)
|
||||||
@ -201,12 +204,12 @@
|
|||||||
- [Material Design](https://github.com/sachin1092/awesome-material)
|
- [Material Design](https://github.com/sachin1092/awesome-material)
|
||||||
- [D3](https://github.com/wbkd/awesome-d3) - Library for producing dynamic, interactive data visualizations.
|
- [D3](https://github.com/wbkd/awesome-d3) - Library for producing dynamic, interactive data visualizations.
|
||||||
- [Emails](https://github.com/jonathandion/awesome-emails)
|
- [Emails](https://github.com/jonathandion/awesome-emails)
|
||||||
- [jQuery](https://github.com/petk/awesome-jquery)
|
- [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)
|
- [Tips](https://github.com/AllThingsSmitty/jquery-tips-everyone-should-know)
|
||||||
- [Web Audio](https://github.com/notthetup/awesome-webaudio)
|
- [Web Audio](https://github.com/notthetup/awesome-webaudio)
|
||||||
- [Offline-First](https://github.com/pazguille/offline-first)
|
- [Offline-First](https://github.com/pazguille/offline-first)
|
||||||
- [Static Website Services](https://github.com/aharris88/awesome-static-website-services)
|
- [Static Website Services](https://github.com/aharris88/awesome-static-website-services)
|
||||||
- [A-Frame VR](https://github.com/aframevr/awesome-aframe) - Virtual reality.
|
- [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.
|
- [Cycle.js](https://github.com/cyclejs-community/awesome-cyclejs) - Functional and reactive JavaScript framework.
|
||||||
- [Text Editing](https://github.com/dok/awesome-text-editing)
|
- [Text Editing](https://github.com/dok/awesome-text-editing)
|
||||||
- [Motion UI Design](https://github.com/fliptheweb/motion-ui-design)
|
- [Motion UI Design](https://github.com/fliptheweb/motion-ui-design)
|
||||||
@ -216,7 +219,7 @@
|
|||||||
- [Charting](https://github.com/zingchart/awesome-charting)
|
- [Charting](https://github.com/zingchart/awesome-charting)
|
||||||
- [Ionic Framework 2](https://github.com/candelibas/awesome-ionic)
|
- [Ionic Framework 2](https://github.com/candelibas/awesome-ionic)
|
||||||
- [Chrome DevTools](https://github.com/ChromeDevTools/awesome-chrome-devtools)
|
- [Chrome DevTools](https://github.com/ChromeDevTools/awesome-chrome-devtools)
|
||||||
- [PostCSS](https://github.com/jjaderg/awesome-postcss) - CSS preprocessor.
|
- [PostCSS](https://github.com/jjaderg/awesome-postcss) - 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) - Rich text editor framework for React.
|
||||||
- [Service Workers](https://github.com/TalAter/awesome-service-workers)
|
- [Service Workers](https://github.com/TalAter/awesome-service-workers)
|
||||||
- [Progressive Web Apps](https://github.com/TalAter/awesome-progressive-web-apps)
|
- [Progressive Web Apps](https://github.com/TalAter/awesome-progressive-web-apps)
|
||||||
@ -231,8 +234,8 @@
|
|||||||
- [Preact](https://github.com/ooade/awesome-preact) - App framework.
|
- [Preact](https://github.com/ooade/awesome-preact) - App framework.
|
||||||
- [Progressive Enhancement](https://github.com/jbmoelker/progressive-enhancement-resources)
|
- [Progressive Enhancement](https://github.com/jbmoelker/progressive-enhancement-resources)
|
||||||
- [Next.js](https://github.com/unicodeveloper/awesome-nextjs) - Framework for server-rendered React apps.
|
- [Next.js](https://github.com/unicodeveloper/awesome-nextjs) - Framework for server-rendered React apps.
|
||||||
- [Nuxt.js](https://github.com/nuxt-community/awesome-nuxt) - Versatile Vue.js Framework.
|
- [Nuxt.js](https://github.com/nuxt-community/awesome-nuxt) - The Vue.js Developers Framework.
|
||||||
|
- [Hyperapp](https://github.com/hyperapp/awesome-hyperapp) - Tiny JavaScript library for building web apps.
|
||||||
|
|
||||||
## Back-End Development
|
## Back-End Development
|
||||||
|
|
||||||
@ -247,17 +250,18 @@
|
|||||||
- [Education](https://github.com/pehapkari/awesome-symfony-education)
|
- [Education](https://github.com/pehapkari/awesome-symfony-education)
|
||||||
- [Laravel](https://github.com/chiraggude/awesome-laravel) - PHP framework.
|
- [Laravel](https://github.com/chiraggude/awesome-laravel) - PHP framework.
|
||||||
- [Education](https://github.com/fukuball/Awesome-Laravel-Education/blob/master/langs/en_US.md)
|
- [Education](https://github.com/fukuball/Awesome-Laravel-Education/blob/master/langs/en_US.md)
|
||||||
- [Rails](https://github.com/ekremkaraca/awesome-rails)
|
- [Rails](https://github.com/ekremkaraca/awesome-rails) - Web app framework for Ruby.
|
||||||
- [Gems](https://github.com/hothero/awesome-rails-gem) - Packages.
|
- [Gems](https://github.com/hothero/awesome-rails-gem) - Packages.
|
||||||
- [Phalcon](https://github.com/phalcon/awesome-phalcon)
|
- [Phalcon](https://github.com/phalcon/awesome-phalcon)
|
||||||
- [Useful `.htaccess` Snippets](https://github.com/phanan/htaccess)
|
- [Useful `.htaccess` Snippets](https://github.com/phanan/htaccess)
|
||||||
- [nginx](https://github.com/fcambus/nginx-resources)
|
- [nginx](https://github.com/fcambus/nginx-resources) - Web server.
|
||||||
- [Dropwizard](https://github.com/stve/awesome-dropwizard)
|
- [Dropwizard](https://github.com/stve/awesome-dropwizard)
|
||||||
- [Kubernetes](https://github.com/ramitsurana/awesome-kubernetes)
|
- [Kubernetes](https://github.com/ramitsurana/awesome-kubernetes)
|
||||||
- [Lumen](https://github.com/unicodeveloper/awesome-lumen)
|
- [Lumen](https://github.com/unicodeveloper/awesome-lumen)
|
||||||
- [Serverless Framework](https://github.com/JustServerless/awesome-serverless)
|
- [Serverless Framework](https://github.com/JustServerless/awesome-serverless)
|
||||||
- [Apache Wicket](https://github.com/PhantomYdn/awesome-wicket) - Java web app framework.
|
- [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.
|
- [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.
|
||||||
|
|
||||||
|
|
||||||
## Computer Science
|
## Computer Science
|
||||||
@ -312,7 +316,7 @@
|
|||||||
## Books
|
## Books
|
||||||
|
|
||||||
- [Free Programming Books](https://github.com/EbookFoundation/free-programming-books)
|
- [Free Programming Books](https://github.com/EbookFoundation/free-programming-books)
|
||||||
- [Free Software Testing Books](https://github.com/ligurio/free-software-testing-books/blob/master/free-software-testing-books.md)
|
- [Free Software Testing Books](https://github.com/ligurio/awesome-software-quality)
|
||||||
- [Go Books](https://github.com/dariubs/GoBooks)
|
- [Go Books](https://github.com/dariubs/GoBooks)
|
||||||
- [R Books](https://github.com/RomanTsegelskyi/rbooks)
|
- [R Books](https://github.com/RomanTsegelskyi/rbooks)
|
||||||
- [Mind Expanding Books](https://github.com/hackerkid/Mind-Expanding-Books)
|
- [Mind Expanding Books](https://github.com/hackerkid/Mind-Expanding-Books)
|
||||||
@ -326,7 +330,7 @@
|
|||||||
- [Vim](https://github.com/mhinz/vim-galore)
|
- [Vim](https://github.com/mhinz/vim-galore)
|
||||||
- [Emacs](https://github.com/emacs-tw/awesome-emacs)
|
- [Emacs](https://github.com/emacs-tw/awesome-emacs)
|
||||||
- [Atom](https://github.com/mehcode/awesome-atom) - Open-source and hackable text editor.
|
- [Atom](https://github.com/mehcode/awesome-atom) - Open-source and hackable text editor.
|
||||||
- [Visual Studio Code](https://github.com/viatsko/awesome-vscode)
|
- [Visual Studio Code](https://github.com/viatsko/awesome-vscode) - Cross-platform open-source text editor.
|
||||||
|
|
||||||
|
|
||||||
## Gaming
|
## Gaming
|
||||||
@ -353,7 +357,7 @@
|
|||||||
- [Fish](https://github.com/jbucaran/awesome-fish) - User-friendly shell.
|
- [Fish](https://github.com/jbucaran/awesome-fish) - User-friendly shell.
|
||||||
- [Command-Line Apps](https://github.com/aharris88/awesome-cli-apps)
|
- [Command-Line Apps](https://github.com/aharris88/awesome-cli-apps)
|
||||||
- [ZSH Plugins](https://github.com/unixorn/awesome-zsh-plugins)
|
- [ZSH Plugins](https://github.com/unixorn/awesome-zsh-plugins)
|
||||||
- [GitHub](https://github.com/phillipadsmith/awesome-github)
|
- [GitHub](https://github.com/phillipadsmith/awesome-github) - 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)
|
||||||
- [Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet)
|
- [Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet)
|
||||||
- [Git Cheat Sheet & Git Flow](https://github.com/arslanbilal/git-cheat-sheet)
|
- [Git Cheat Sheet & Git Flow](https://github.com/arslanbilal/git-cheat-sheet)
|
||||||
@ -397,7 +401,7 @@
|
|||||||
- [Fonts](https://github.com/brabadu/awesome-fonts)
|
- [Fonts](https://github.com/brabadu/awesome-fonts)
|
||||||
- [Codeface](https://github.com/chrissimpkins/codeface) - Text editor fonts.
|
- [Codeface](https://github.com/chrissimpkins/codeface) - Text editor fonts.
|
||||||
- [Stock Resources](https://github.com/neutraltone/awesome-stock-resources)
|
- [Stock Resources](https://github.com/neutraltone/awesome-stock-resources)
|
||||||
- [GIF](https://github.com/davisonio/awesome-gif)
|
- [GIF](https://github.com/davisonio/awesome-gif) - Image format known for animated images.
|
||||||
- [Music](https://github.com/ciconia/awesome-music)
|
- [Music](https://github.com/ciconia/awesome-music)
|
||||||
- [Open Source Documents](https://github.com/hubtee/awesome-opensource-documents)
|
- [Open Source Documents](https://github.com/hubtee/awesome-opensource-documents)
|
||||||
- [Audio Visualization](https://github.com/willianjusten/awesome-audio-visualization)
|
- [Audio Visualization](https://github.com/willianjusten/awesome-audio-visualization)
|
||||||
@ -486,7 +490,7 @@
|
|||||||
|
|
||||||
## Miscellaneous
|
## Miscellaneous
|
||||||
|
|
||||||
- [JSON](https://github.com/burningtree/awesome-json)
|
- [JSON](https://github.com/burningtree/awesome-json) - Text based data interchange format.
|
||||||
- [GeoJSON](https://github.com/tmcw/awesome-geojson)
|
- [GeoJSON](https://github.com/tmcw/awesome-geojson)
|
||||||
- [Datasets](https://github.com/jdorfman/awesome-json-datasets)
|
- [Datasets](https://github.com/jdorfman/awesome-json-datasets)
|
||||||
- [Discounts for Student Developers](https://github.com/AchoArnold/discount-for-student-dev)
|
- [Discounts for Student Developers](https://github.com/AchoArnold/discount-for-student-dev)
|
||||||
@ -517,7 +521,7 @@
|
|||||||
- [Open Source Photography](https://github.com/ibaaj/awesome-OpenSourcePhotography)
|
- [Open Source Photography](https://github.com/ibaaj/awesome-OpenSourcePhotography)
|
||||||
- [OpenGL](https://github.com/eug/awesome-opengl) - Cross-platform API for rendering 2D and 3D graphics.
|
- [OpenGL](https://github.com/eug/awesome-opengl) - Cross-platform API for rendering 2D and 3D graphics.
|
||||||
- [GraphQL](https://github.com/chentsulin/awesome-graphql)
|
- [GraphQL](https://github.com/chentsulin/awesome-graphql)
|
||||||
- [Transit](https://github.com/luqmaan/awesome-transit)
|
- [Transit](https://github.com/CUTR-at-USF/awesome-transit)
|
||||||
- [Research Tools](https://github.com/emptymalei/awesome-research)
|
- [Research Tools](https://github.com/emptymalei/awesome-research)
|
||||||
- [Data Visualization](https://github.com/fasouto/awesome-dataviz)
|
- [Data Visualization](https://github.com/fasouto/awesome-dataviz)
|
||||||
- [Social Media Share Links](https://github.com/vinkla/awesome-share)
|
- [Social Media Share Links](https://github.com/vinkla/awesome-share)
|
||||||
@ -565,7 +569,6 @@
|
|||||||
- [Magento 2](https://github.com/DavidLambauer/awesome-magento2) - Open Source eCommerce built with PHP.
|
- [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.
|
- [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.
|
- [Neuroscience](https://github.com/analyticalmonk/awesome-neuroscience) - Study of the nervous system and brain.
|
||||||
- [Effective Altruism](https://github.com/sheonhan/awesome-effective-altruism) - Evidence-driven philanthropy.
|
|
||||||
- [Ad-Free](https://github.com/johnjago/awesome-ad-free) - Ad-free alternatives.
|
- [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.
|
- [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.
|
- [Prometheus](https://github.com/roaldnefs/awesome-prometheus) - Open-source monitoring system.
|
||||||
@ -573,8 +576,12 @@
|
|||||||
- [Ledger](https://github.com/sfischer13/awesome-ledger) - Double-entry accounting on the command-line.
|
- [Ledger](https://github.com/sfischer13/awesome-ledger) - Double-entry accounting on the command-line.
|
||||||
- [Uncopyright](https://github.com/johnjago/awesome-uncopyright) - Public domain works.
|
- [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.
|
- [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.
|
- [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.
|
- [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.
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
Loading…
Reference in New Issue
Block a user