444 Commits (dc28ef7bb0e109d99a7a44def16b59c044a15ff9)

Author SHA1 Message Date
Jakub Synowiec 2efff8e8df Add Service Workers
**https://github.com/TalAter/awesome-service-workers**

*A service worker is an event-driven worker registered against an origin and a path. It takes the form of a JavaScript file that can control the web page/site it is associated with, intercepting and modifying navigation and resource requests, and caching resources in a very granular fashion to give you complete control over how your app behaves in certain situations (the most obvious one being when the network is not available.)*

- [x] 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).
- [x] This pull request has a descriptive title. *(For example: `Add Node.js`)*
- The list I added
	- [x] **has been around for at least 20 days,**
	- [x] is not a duplicate,
	- [x] only has awesome items with descriptions *(Awesome lists are curations of the best, not of everything)*,
	- [x] contains the [awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge) on the right side of the list heading,
	- [x] has a `Table of Contents` as the first section,
	- [x] has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license) *(Meaning something like CC0, NOT a code licence like MIT, BSD, Apache, etc)*,
	- [x] has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines),
	- [x] has been checked for inconsistent formatting, spelling, and grammar *(This includes starting each link description with an uppercase character and ending it with a dot, and consistent naming)*,
	- [x] has been added at the bottom of the appropriate category.

Closes #706
8 years ago
Sindre Sorhus 6cd90b4d5f Table of Contents → Contents 8 years ago
Pavlos Ratis 41da4fa4d6 Add Site Reliability Engineering
<!-- Please fill in the **bold** fields and tick all applicable boxes by placing an "x" inside "[ ]". -->

**https://github.com/dastergon/awesome-sre**

**The list contains useful resources (presentations, videos, articles, etc.) on Site Reliability Engineering.**

# ALL THE BELOW CHECKBOXES SHOULD BE DONE AND CHECKED AND THE ABOVE PLACEHOLDERS SHOULD BE FILLED IN BEFORE SUBMITTING A PULL REQUEST!

- [x] 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).
- [x] This pull request has a descriptive title. *(For example: `Add Node.js`)*
- The list I added
	- [x] **has been around for at least 20 days,**
	- [x] is not a duplicate,
	- [x] only has awesome items with descriptions *(Awesome lists are curations of the best, not of everything)*,
	- [x] contains the [awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge) on the right side of the list heading,
	- [x] has a `Table of Contents` as the first section,
	- [x] has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license) *(Meaning something like CC0, NOT a code licence like MIT, BSD, Apache, etc)*,
	- [x] has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines),
	- [x] has been checked for inconsistent formatting, spelling, and grammar *(This includes starting each link description with an uppercase character and ending it with a dot, and consistent naming)*,
	- [x] has been added at the bottom of the appropriate category.

The list contains useful resources (presentations, videos, articles, etc.) on Site Reliability Engineering.

Closes #704
8 years ago
Raymond Camden 77b64eacf1 fix a typo for the product ColdFusion (#705)
The F in ColdFusion needs to be capitalized.
8 years ago
Sindre Sorhus f771b7622b new short URL for quicker access to awesome 8 years ago
Ilia Naryzhny 8c1a354ad0 Add Apache Wicket (#694) 8 years ago
Jorge Bucaran 8ac95da11a Add Fish (#636) 8 years ago
Vishnu Ks 9a7b66156b Add Bots (#692) 8 years ago
Nik Graf 61507ef287 Add Draft.js
I tried to add it early March when the list was too young. I have maintained the list since then and would be happy to add it here.

This was the first PR https://github.com/sindresorhus/awesome/pull/564

Closes #668
8 years ago
Sindre Sorhus a471e78f65 🐐🐐🐐🐐
didn't help, even a little bit...
8 years ago
Sindre Sorhus d9dfc07110 OS X → macOS 8 years ago
Michael Scholtz 1be96f4d43 Add Steam (#686) 8 years ago
Rahul Kapoor f5dd9afcf9 Changed Awesome Windows URL (#684) 8 years ago
Mohamed Taher Alrefaie 68129536f5 Add TinkerPop
Added [awesome-tinkerpop](https://github.com/mohataher/awesome-tinkerpop) to databases section.

Closes #667
8 years ago
Sindre Sorhus 83fedc27e8 end all descriptions in a `.` 8 years ago
Siddharth11 03e9949e00 Add Colorful
A curated list of awesome resources to choose your next color scheme.

> Ping me here in a few weeks and I'll reopen ;)

Since then, it hasn't changed much, but as per your advice I've re-opened it :)

Closes #665
8 years ago
pokeball99 340186d771 put JSON lists together
i don't think this is an unreasonable change, or if you want @sindresorhus, I could change it to be underneath the javascript, since JSON is a subset of javascript data

Closes #673
8 years ago
Philipp Muens d612f06f04 Add Serverless Framework (#666) 8 years ago
Eric Leung 99387d47c1 Add Bioinformatics (#614) 8 years ago
Sindre Sorhus bb0db1c2c2 fix heading capitalization 8 years ago
gitfrage 6ccb612473 Add Electric Guitar Specifications (#641) 8 years ago
Michael Barroco c3a9a88853 Add Broadcasting
Closes #652
8 years ago
Daniel Schmidt 4c6586f3a9 Add PostCSS (#660) 8 years ago
Sindre Sorhus ef80a1bfda Add JavaScript Observables (#659)
> An Observable is a collection that arrives over time. Observables can be used to model push-based data sources such as events, timer intervals, asynchronous requests, and animations. Observables can be transformed, combined, and consumed using array-like methods.

https://github.com/sindresorhus/awesome-observables
8 years ago
Andrew Martin 81002e9254 Add Funny Markov (#655) 8 years ago
Joshua Wiens 20a8768fab Add RethinkDB (#651) 8 years ago
Jens A. Koch 6652803d5a Added Composer (#653) 8 years ago
Christoph Hermann bb0d412079 Add JavaScript Functional Programming
This adds [Awesome FP JS](https://github.com/stoeffel/awesome-fp-js) to the list.
How do you like the list? Is there anything we have to change/add?

Thanks.

// cc @naehrstoff
closes https://github.com/stoeffel/awesome-fp-js/issues/10

Closes #612
8 years ago
vsemozhetbyt ebcab42da6 Delete dublicate LaTeX link (#635)
Delete one with italics according to style of others.
8 years ago
Anton Tarasenko 9473282ee4 Add Economics
Closes #615
8 years ago
Sindre Sorhus d6ce069366 minor formatting tweaks 8 years ago
Tal Ater f65606c3d1 Add Book Authoring
Closes #576
8 years ago
jtoy 0707aa7cbc Add TensorFlow (#611) 8 years ago
François dbca080ded Add Network Analysis
https://github.com/briatte/awesome-network-analysis

* over 100 links right now
* the table of contents is partly based on the Deep Learning list
* the license is identical to yours

Hope you like it!

Closes #609
8 years ago
Willian Justen 8c08210a50 Add Audio Visualization
Closes #591
8 years ago
Zach 2bcd0da2e5 Add ESLint (#616)
A list of awesome ESLint configs, plugins, etc.

Closes #616
8 years ago
Prosper Otemuyiwa e99342f3b7 Add Lumen (#589) 8 years ago
Sindre Sorhus 3168d6585c Add Chrome DevTools
@paulirish fyi :)
8 years ago
Sindre Sorhus c894bc34a6 😣 8 years ago
Ian Storm Taylor f19b552546 Close #593 PR: Add Heroku. 8 years ago
eleventigers 8d8d1d1eaf Close #587 PR: Add RxJava. 8 years ago
Sindre Sorhus b8105478b2 Add AVA
> AVA is a minimal & futuristic JavaScript test runner

https://github.com/sindresorhus/awesome-ava
8 years ago
Egon Geerardyn 67344ffa93 Close #585 PR: LaTeX. 8 years ago
Can Delibas 51a526a626 Close #586 PR: Add Ionic 2. 8 years ago
bilal arslan 9278b1db60 Close #580 PR: Update git cheat sheet link title. 8 years ago
Vinjn Zhang 2b97c684f2 Close #578 PR: Add Vulkan. 8 years ago
Matt Smith 82c66a6ac9 Close #567 PR: Add jQuery Tips. 8 years ago
Guillaume Gelin 484e53ef8c Add MongoDB 8 years ago
Sindre Sorhus 913f6a10e4 Add npm
https://github.com/sindresorhus/awesome-npm
8 years ago
Craig Davison 20b7ebacaf Move 'Maintenance Modules' under JavaScript
This fits alongside Mad Science npm Packages & Micro npm Packages
8 years ago
Craig Davison 8e9d1ae2dc Move 'Spanish Natural Language Processing' under the English version 8 years ago
merrily 08fc6b9e49 Close #560 PR: Add Charting. 8 years ago
Matt Smith 24716b855f Moved resources under appropriate cateorgies
I’ve moved “FOSS for Developers” under Dev Environment and “Open Source
Documents” under Media
(https://github.com/sindresorhus/awesome/pull/557#issuecomment-192227638
). as part of Issue #550.
8 years ago
Jasmine Chen e0e0691f36 Close #528 PR: Add Competitive Programming. 8 years ago
Felipe Bueno c7cea0c784 Close #551 PR: Add PICO-8. 8 years ago
Tomáš Votruba 015df30ff9 Close #529 PR: Add Symfony Education. 8 years ago
Craig Davison e4bb2b31aa Move 'Mad Science' under 'JavaScript'
Also change the description from 'Mad Science Modules' to 'Mad Science npm Packages'.

This makes it clearer for you to understand that these modules are from npm and use JavaScript (using a similar style to 'Micro npm Packages').
8 years ago
Andrea Parodi 35c5215fb6 Close #547 PR: Add Micro npm Packages. 8 years ago
Sindre Sorhus 38bbda2a91 fix indentation 8 years ago
Matt Smith 1223624e0f Close #539 PR: Add CSS Protips. 8 years ago
Sindre Sorhus a605b0b7fc Merge pull request #542 from kasperisager/patch-1
Use SVG version of CC0 icon
8 years ago
Kasper Isager a7b10f1f7b Use SVG version of CC0 icon 8 years ago
stve 06e84dbee9 update logo in README to use production rawgit url 8 years ago
behzad abbasi d479295bad Close #531 PR: Add Aurelia. 8 years ago
Sindre Sorhus 162e14c11a Add Relay
#438
8 years ago
Kevin Carey 2f1e08933f Fixed spelling
Misspelling of "Maintenance"
8 years ago
Valerii Iatsko c045480929 Close #523 PR: Add Visual Studio Code. 8 years ago
ManuZhang d9a4e45f72 Close #530 PR: Add Streaming. 8 years ago
Sean Dokko f2ae751131 Close #497 PR: Add Text Editing. 8 years ago
Yi Tseng 99e63b323f Close #526 PR: Add Software-Defined Networking. 8 years ago
Manfred Touron b31dad6b00 Close #522 PR: Add SSH. 9 years ago
Sindre Sorhus fcc1874460 Merge pull request #521 from watson/patch-1
Add Computer History
9 years ago
Ibragimov Ruslan 884bd99cc2 Close #276 PR: Add Kotlin. 9 years ago
Thomas Watson Steen 6f47375dbb Add Computer History 9 years ago
Dmitrijs Vrublevskis 049d1f238c Neo4j - repository migrated to another organization
Hi,

`awesome-neo4j` is migrated from GraphGeeks to Neueda4j. I am updating link.
9 years ago
Domenico Solazzo 147f7ff503 Close #507 PR: Add OKR. 9 years ago
Brice Sanchez 02f313c4e4 Close #518 PR: Add Refinery CMS. 9 years ago
Umberto Raimondi 3d9acada0f Close #514 PR: Add Swift Playgrounds. 9 years ago
Artem Denysov 7067cecc9b Close #511 PR: Add Marionette.js. 9 years ago
Kiko Beats 35d19515c9 Close #476 PR: Add JavaScript Network Layer. 9 years ago
dc 3050689f43 Close #505 PR: Add Vorpal. 9 years ago
Evan You 4cd1a246ed Close #506 PR: Add Vue.js. 9 years ago
Artur Kornakov 3ba4d87351 Close #499 PR: Add Motion UI Design. 9 years ago
Craig Davison ce0a9e3747 Move AMA Answers under AMA 9 years ago
Craig Davison c75f8f0547 Rename 'Rails Gem' to 'Rails Gems'
...and move it under Rails
9 years ago
Craig Davison 496cf02308 Move GIF and Music under Media 9 years ago
Craig Davison 863a3580e0 Rename 'Resources' section to 'Media'
'Resources' is a bit too general - almost everything in this list can be considered a resource.

Things which can go under here: Images, Video, Fonts, Music, etc.
9 years ago
Cristian Oliveira cfb7172040 Close #487 PR: Add `For Girls`. Fixes #424 9 years ago
rm-code 757b18ecad Close #496 PR: Add LÖVE. 9 years ago
Craig Davison 0a92555929 Rename Symfony2 to Symfony
- Symfony version 3.0 has since been released and is now stable.
- Update redirect (the repository has also changed owners)
9 years ago
Sindre Sorhus e0a484fdb0 Merge pull request #494 from davisonio/github-move
Move GitHub related lists under GitHub
9 years ago
Craig Davison 7510000d42 Move CSS related lists under CSS 9 years ago
Craig Davison 18f44d009d Move GitHub related lists under GitHub 9 years ago
Craig Davison f3b23ad7e0 Add hacking spots
https://github.com/diasdavid/awesome-hacking-spots

Closes #489
9 years ago
Sindre Sorhus 68db5da1f4 Merge pull request #490 from davisonio/add-laravel-education
Add Laravel Education
9 years ago
Sindre Sorhus ff4d7d29b0 Merge pull request #492 from davisonio/add-git-tips
Add JavaScript Tips
9 years ago
Matthias Endler af3c964632 Close #450 PR: Add Static Analysis & Code Quality. 9 years ago
Sindre Sorhus be3012d347 add link to the awesome sticker
https://www.stickermule.com/marketplace/10034-awesome
9 years ago
Craig Davison 42b0fb2385 Move Linux Containers under Linux 9 years ago
Craig Davison 13272dd7d1 Add JavaScript Tips
https://github.com/loverajoel/jstips
9 years ago