From 1b245c76e134e8f3edf925f6f4a2fed119f16d2f Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 2 Oct 2017 18:52:01 +0200 Subject: [PATCH 01/10] Add GNOME (#1025) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8fcb435..6fb6b4e 100644 --- a/readme.md +++ b/readme.md @@ -86,6 +86,7 @@ - [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. ## Programming Languages From 8f176eefda5805d04be5ed3dfd736d10c408b634 Mon Sep 17 00:00:00 2001 From: Lukas Michelbacher Date: Tue, 3 Oct 2017 18:11:07 +0100 Subject: [PATCH 02/10] Fix spelling (#1077) Hyphens are awesome! --- awesome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome.md b/awesome.md index 4702219..e812f8c 100644 --- a/awesome.md +++ b/awesome.md @@ -28,7 +28,7 @@ Have a succinct description at the top of your readme. Make sure your list cover ## Pay attention to grammar -Ensure your list is grammatically correct, typo free and has no Markdown formatting errors. This should also apply to pull requests. +Ensure your list is grammatically correct, typo-free and has no Markdown formatting errors. This should also apply to pull requests. ## Choose an appropriate license From d34a7dcd5d59b13e781b16eaba04c5e6015001e0 Mon Sep 17 00:00:00 2001 From: Tarang Shah Date: Thu, 5 Oct 2017 12:45:03 +0530 Subject: [PATCH 03/10] Minor grammar enhancements to awesome.md (#1081) --- awesome.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awesome.md b/awesome.md index e812f8c..5e883a2 100644 --- a/awesome.md +++ b/awesome.md @@ -6,13 +6,13 @@ But **what is awesome?** ## Only awesome is awesome -Research if the stuff you're including is actually awesome. Put only stuff on the list you or another contributor can personally recommend and rather leave stuff out than include too much. +Research if the stuff you're including is actually awesome. Only put stuff on the list that you or another contributor can personally recommend. You should rather leave stuff out than include too much. ## Awesome badge [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -Add an awesome badge to the top of your list, right 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 [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) @@ -38,7 +38,7 @@ Keep in mind that if you [haven't selected a license](http://choosealicense.com/ ## Include contribution guidelines -People who are contributing to your list should have a clear understanding how they should do so. +People who are contributing to your list should have a clear understanding of how they should do so. If you don't feel like writing one from scratch, feel free to take our [contributing.md](contributing.md) and modify it to your own needs. From cc43cba44fadc74bfe063dc7556e891ce85a181d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 6 Oct 2017 16:57:27 +0700 Subject: [PATCH 04/10] Try out CodeSponsor I do open source full-time and I need to find a way to make it sustainable. --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 6fb6b4e..1be6ff1 100644 --- a/readme.md +++ b/readme.md @@ -4,15 +4,23 @@
+
+ + + Sponsor + +

+ --- From 56ced1ec680e00e3a0e747afe23ce65342ea00d9 Mon Sep 17 00:00:00 2001 From: Guillaume Chevalier Date: Wed, 11 Oct 2017 02:34:38 -0400 Subject: [PATCH 05/10] Add Deep Learning Education (#954) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1be6ff1..c2bb824 100644 --- a/readme.md +++ b/readme.md @@ -271,6 +271,7 @@ - [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/open-source-society/computer-science) - [Functional Programming](https://github.com/lucasviola/awesome-functional-programming) From 5d7ad971085e767e7dfe9d43c045c474fe29fcc8 Mon Sep 17 00:00:00 2001 From: Zachary Flower Date: Wed, 11 Oct 2017 00:48:43 -0600 Subject: [PATCH 06/10] Add Open Source Supporters (#1028) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index c2bb824..e22d662 100644 --- a/readme.md +++ b/readme.md @@ -564,6 +564,7 @@ - [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. +- [Open Source Supporters](https://github.com/zachflower/awesome-open-source-supporters) - Companies that offer their tools and services for free to open source projects. ## License From 15a2ff546c0cd08324cdcc322767c977ad30b78f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=C3=B6hm?= Date: Wed, 11 Oct 2017 07:52:54 +0100 Subject: [PATCH 07/10] Add Data Science Tutorials (#1029) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e22d662..3fdd9f8 100644 --- a/readme.md +++ b/readme.md @@ -258,6 +258,7 @@ - [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. From 258cbdf3360fc91a545dc5b984dd2648ff5b9a7f Mon Sep 17 00:00:00 2001 From: tleb Date: Wed, 11 Oct 2017 08:57:05 +0200 Subject: [PATCH 08/10] Add Mastodon (#1034) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3fdd9f8..bb7f582 100644 --- a/readme.md +++ b/readme.md @@ -475,6 +475,7 @@ - [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. ## Miscellaneous From 8ef851eb81551789963028b77796e0813e2f6be5 Mon Sep 17 00:00:00 2001 From: Robert Yokota Date: Tue, 10 Oct 2017 23:59:26 -0700 Subject: [PATCH 09/10] Add HBase (#1037) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index bb7f582..5d6ba71 100644 --- a/readme.md +++ b/readme.md @@ -382,6 +382,7 @@ - [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. ## Media From 71c05c8a9cda2828bb68d8ed3114a08faec5a773 Mon Sep 17 00:00:00 2001 From: Robin Stickel Date: Wed, 11 Oct 2017 12:18:01 +0200 Subject: [PATCH 10/10] Add Design Principles (#1045) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5d6ba71..472bfa6 100644 --- a/readme.md +++ b/readme.md @@ -568,6 +568,7 @@ - [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. - [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. ## License