From a6848db335d45231e00f17c9f704bfd9aa35003c Mon Sep 17 00:00:00 2001
From: CHBaker
Date: Sun, 8 Oct 2017 15:34:24 -0600
Subject: [PATCH 1/6] add test emoji
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index b99e1d73..7ac4d68b 100644
--- a/README.md
+++ b/README.md
@@ -26,13 +26,13 @@ But knowing the stuff will help you become better! :muscle:*
Check for things you do not know about Strings, Addresses, Names, Numbers, Emails, Timezones and Dates and more.
### Algorithms
-- [Big O Cheatsheet](http://bigocheatsheet.com/)
+- :page_facing_up:[Big O Cheatsheet](http://bigocheatsheet.com/)
- :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio)
-- [Algorithms Visualization](http://www.cs.usfca.edu/~galles/visualization/Algorithms.html)
+- :page_facing_up: [Algorithms Visualization](http://www.cs.usfca.edu/~galles/visualization/Algorithms.html)
### Data Structures
- :movie_camera: [UC Berkeley, Data Structures Course](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd)
-- [Foundations of Data Structures - EDX](https://www.edx.org/course/foundations-data-structures-iitbombayx-cs213-1x-0#!)
+- :personal_computer: [Foundations of Data Structures - EDX](https://www.edx.org/course/foundations-data-structures-iitbombayx-cs213-1x-0#!)
- [Data Structures - Coursera](https://www.coursera.org/learn/data-structures)
- [Mathematics for Computer Science - Eric Lehman](https://courses.csail.mit.edu/6.042/spring17/mcs.pdf)
From 89aa017510566185184b723da8dc8a193146325a Mon Sep 17 00:00:00 2001
From: CHBaker
Date: Sun, 8 Oct 2017 15:37:18 -0600
Subject: [PATCH 2/6] DOCS: emoji test
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7ac4d68b..ba56c4b8 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ But knowing the stuff will help you become better! :muscle:*
### Data Structures
- :movie_camera: [UC Berkeley, Data Structures Course](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd)
-- :personal_computer: [Foundations of Data Structures - EDX](https://www.edx.org/course/foundations-data-structures-iitbombayx-cs213-1x-0#!)
+- :computer: [Foundations of Data Structures - EDX](https://www.edx.org/course/foundations-data-structures-iitbombayx-cs213-1x-0#!)
- [Data Structures - Coursera](https://www.coursera.org/learn/data-structures)
- [Mathematics for Computer Science - Eric Lehman](https://courses.csail.mit.edu/6.042/spring17/mcs.pdf)
From ad4c982a7aeee40bda089730ef9b8340d1319741 Mon Sep 17 00:00:00 2001
From: CHBaker
Date: Sun, 8 Oct 2017 15:52:40 -0600
Subject: [PATCH 3/6] DOCS: add describing emoji to every resources
---
README.md | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/README.md b/README.md
index ba56c4b8..83f404b9 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,8 @@ But knowing the stuff will help you become better! :muscle:*
### Data Structures
- :movie_camera: [UC Berkeley, Data Structures Course](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd)
- :computer: [Foundations of Data Structures - EDX](https://www.edx.org/course/foundations-data-structures-iitbombayx-cs213-1x-0#!)
-- [Data Structures - Coursera](https://www.coursera.org/learn/data-structures)
-- [Mathematics for Computer Science - Eric Lehman](https://courses.csail.mit.edu/6.042/spring17/mcs.pdf)
+- :computer: [Data Structures - Coursera](https://www.coursera.org/learn/data-structures)
+- :computer: [Mathematics for Computer Science - Eric Lehman](https://courses.csail.mit.edu/6.042/spring17/mcs.pdf)
### Numbers
- :book: [How to Count](https://www.goodreads.com/book/show/12093869-how-to-count)
@@ -44,11 +44,11 @@ But knowing the stuff will help you become better! :muscle:*
### Strings
- :page_facing_up: [Unicode and Character Sets](http://www.joelonsoftware.com/articles/Unicode.html)
-- [Homoglyphs](https://github.com/codebox/homoglyph/)
-- [Unicode Common Locale Data Repository](http://cldr.unicode.org/)
+- :floppy_disk: [Homoglyphs](https://github.com/codebox/homoglyph/)
+- :page_facing_up: [Unicode Common Locale Data Repository](http://cldr.unicode.org/)
### Latency
-- [Interactive Latency Infographics](https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html)
+- :floppy_disk: [Interactive Latency Infographics](https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html)
- :page_facing_up: [Latency Numbers Every Programmer Should Know](https://gist.github.com/jboner/2841832)
### Time
@@ -66,15 +66,15 @@ But knowing the stuff will help you become better! :muscle:*
- :scroll: [Fallacies of Distributed Computing Explained](http://www.rgoarchitects.com/Files/fallacies.pdf)
### RegExp
-- [RegexHQ](https://github.com/regexhq)
-- [Learn regex the easy way](https://github.com/zeeshanu/learn-regex)
+- :floppy_disk: [RegexHQ](https://github.com/regexhq)
+- :floppy_disk: [Learn regex the easy way](https://github.com/zeeshanu/learn-regex)
### Security
- :book: [Security Programming](https://www.dwheeler.com/secure-programs/)
- :page_facing_up: [Rolling Your Own Crypto](http://loup-vaillant.fr/articles/rolling-your-own-crypto)
- :book: [Foundations of Security: What Every Programmer Needs to Know ](https://www.goodreads.com/book/show/128003.Foundations_of_Security)
-- [OWASP Top 10](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project)
-- [Web Application Exploits and Defenses](https://google-gruyere.appspot.com/part1)
+- :page_facing_up: [OWASP Top 10](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project)
+- :page_facing_up: [Web Application Exploits and Defenses](https://google-gruyere.appspot.com/part1)
### SEO
- :page_facing_up: [What Every Programmer Should Know About SEO](http://katemats.com/what-every-programmer-should-know-about-seo/)
@@ -99,9 +99,9 @@ But knowing the stuff will help you become better! :muscle:*
- :book: [SICP: Structure and Interpretation of Computer Programs](https://www.goodreads.com/book/show/43713.Structure_and_Interpretation_of_Computer_Programs)
- :page_facing_up: [Thirteen Ways of Looking at a Turtle](https://fsharpforfunandprofit.com/posts/13-ways-of-looking-at-a-turtle-3/)
- :scroll: [Programming Paradigms for Dummies: What Every Programmer Should Know](https://www.info.ucl.ac.be/~pvr/VanRoyChapter.pdf)
-- [Learn X in Y Minutes](https://learnxinyminutes.com/)
+- :computer: [Learn X in Y Minutes](https://learnxinyminutes.com/)
Learn the basics of a language in a highly condensed way.
-- [Hyperpolyglot](http://hyperpolyglot.org/)
+- :page_facing_up: [Hyperpolyglot](http://hyperpolyglot.org/)
Compare commonly used features of more or less similar languages side-by-side. Helps you to jump Python<->Ruby, Ocaml<->Haskell, etc.
- :page_facing_up: [Pomodoro for Programmers](http://www.metadevelopment.io/pomodoro-for-programmers/)
@@ -109,12 +109,12 @@ But knowing the stuff will help you become better! :muscle:*
- :page_facing_up: [10 Things Every Programmer Should Know For Their First Job](http://www.applematters.com/article/10-things-every-programmer-should-know-for-their-first-job/)
- :page_facing_up: [How Much Do Software Engineers Really Make in Each City?](https://www.codementor.io/blog/best-cities-software-engineer-earnings-271vpf599k)
- :page_facing_up: [Software Engineers Tenure in San Francisco](https://hackerlife.co/blog/san-francisco-large-corporation-employee-tenure)
-- [Software Engineering 101](https://slides.com/mr-mig/se101)
+- :computer: [Software Engineering 101](https://slides.com/mr-mig/se101)
- :book: [The Passionate Programmer](https://www.goodreads.com/book/show/6399113-the-passionate-programmer)
- :book: [Soft Skills: The software developer's life manual](https://www.goodreads.com/book/show/23232941-soft-skills)
- :book: [The Complete Software Developer's Career Guide](https://www.goodreads.com/book/show/35674293-the-complete-software-developer-s-career-guide)
- :book: [Programming Beyond Practices: Be More Than Just a Code Monkey](https://www.goodreads.com/book/show/29895093-programming-beyond-practices)
-- [A list of European Investors](https://docs.google.com/spreadsheets/d/1hfl67rI0Pk_hSm0GIX0QByW4NgfAH-cEmMa4N6UoO1w/edit#gid=1203141194)
+- :page_facing_up: [A list of European Investors](https://docs.google.com/spreadsheets/d/1hfl67rI0Pk_hSm0GIX0QByW4NgfAH-cEmMa4N6UoO1w/edit#gid=1203141194)
- :page_facing_up: [Ten Rules for Negotiating a Job Offer](https://medium.freecodecamp.com/ten-rules-for-negotiating-a-job-offer-ee17cccbdab6)
- :page_facing_up: [How To Interview As a Developer Candidate](https://medium.freecodecamp.com/how-to-interview-as-a-developer-candidate-b666734f12dd)
- :book: [How To Be A STAR Engineer](http://vlsicad.ucsd.edu/Research/Advice/star_engineer.pdf)
@@ -153,21 +153,21 @@ But knowing the stuff will help you become better! :muscle:*
- :books: [Free Programming Books](https://github.com/EbookFoundation/free-programming-books)
### Services :zap:
-- [Free For Dev](https://github.com/ripienaar/free-for-dev/blob/master/README.md)
-- [Public APIs](https://github.com/abhishekbanthia/Public-APIs)
-- [The Noun Project](https://thenounproject.com/)
-- [Without Coding](https://www.producthunt.com/@jurica87/collections/without-coding)
-- [Simpleicons](https://simpleicons.org/)
-- [Learn Anything](https://learn-anything.xyz/)
+- :wrench: [Free For Dev](https://github.com/ripienaar/free-for-dev/blob/master/README.md)
+- :wrench: [Public APIs](https://github.com/abhishekbanthia/Public-APIs)
+- :wrench: [The Noun Project](https://thenounproject.com/)
+- :wrench: [Without Coding](https://www.producthunt.com/@jurica87/collections/without-coding)
+- :wrench: [Simpleicons](https://simpleicons.org/)
+- :wrench: [Learn Anything](https://learn-anything.xyz/)
### Licenses
-- [Choose An Open Source License](https://choosealicense.com/)
+- :ballot_box_with_check: [Choose An Open Source License](https://choosealicense.com/)
### Where To Look For Further Info
-- [freeCodeCamp Guide](https://guide.freecodecamp.org/)
-- [GeeksForGeeks](http://www.geeksforgeeks.org/)
-- [Dev.To](https://dev.to/)
-- [Stackoverflow](https://stackoverflow.com/)
+- :computer:[freeCodeCamp Guide](https://guide.freecodecamp.org/)
+- :page_facing_up: [GeeksForGeeks](http://www.geeksforgeeks.org/)
+- :page_facing_up: [Dev.To](https://dev.to/)
+- :speech_balloon: [Stackoverflow](https://stackoverflow.com/)
### Coding Practice Sites :zap:
- :link: [CodeForces](http://codeforces.com/)
From f2004881e25303a305ec4c35caf02c80bc83906f Mon Sep 17 00:00:00 2001
From: Charles Hudson Baker
Date: Sun, 8 Oct 2017 15:54:29 -0600
Subject: [PATCH 4/6] DOCS: add space
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 83f404b9..e1207edd 100644
--- a/README.md
+++ b/README.md
@@ -164,7 +164,7 @@ But knowing the stuff will help you become better! :muscle:*
- :ballot_box_with_check: [Choose An Open Source License](https://choosealicense.com/)
### Where To Look For Further Info
-- :computer:[freeCodeCamp Guide](https://guide.freecodecamp.org/)
+- :computer: [freeCodeCamp Guide](https://guide.freecodecamp.org/)
- :page_facing_up: [GeeksForGeeks](http://www.geeksforgeeks.org/)
- :page_facing_up: [Dev.To](https://dev.to/)
- :speech_balloon: [Stackoverflow](https://stackoverflow.com/)
From a01fd208ccf3ddf50a6be655812824e0a9cf9094 Mon Sep 17 00:00:00 2001
From: Charles Hudson Baker
Date: Mon, 6 Nov 2017 09:37:07 -0700
Subject: [PATCH 5/6] DOCS: add emoji cheat sheet
Cheat Sheet for using emoji's to describe resources
---
CONTRIBUTING.md | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 466f96d7..7f6d92b6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -79,8 +79,22 @@ It is just easier to discuss and decide on a resource within a Pull Request.
🎥 - Video/Talk
📖 - Book
📄 - Online article
-📜 - Paper/Document
-✅ - Checklist
+📜 - Paper/Document
+📚 - Hard copy books
+📰 - News source
+✅ - Checklist
+☑️ - Legal checklist (licensing etc)
+💻 - Online courses/instructionals
+💾 - Code, code examples/demos
+🌐 - Networks/networking
+💬 - Forums/Discussions
+⚡️ - Popular tools, fast growing
+🔧 - Services
+🔗 - Code practice
+🏠 - Work from home/remote
+
+
+
From fcf53cf8f215175f0fdb8807a785a15e4cb48c9b Mon Sep 17 00:00:00 2001
From: Charles Hudson Baker
Date: Mon, 6 Nov 2017 09:40:25 -0700
Subject: [PATCH 6/6] DOCS: grammar line 21
Better grammar and wording
---
CONTRIBUTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7f6d92b6..6bcc0691 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -18,7 +18,7 @@ Your opinion on value of any resource may not match the opinion of curator.
We :heart: simplicity.
We :heart: essential stuff.
-This is why we strive to having less, but most valuable resources in the list.
+We strive to have a smaller list of more valuable resources, quality over quantity.
We :heart: widely applicable knowledge/skills.