From f0c67251d365537268fc18db31200d90272eabbf Mon Sep 17 00:00:00 2001 From: devsks Date: Sun, 2 Jul 2017 11:40:30 +0530 Subject: [PATCH 1/2] books added for C --- c/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/README.md b/c/README.md index 60a6253..f55acaa 100644 --- a/c/README.md +++ b/c/README.md @@ -2,3 +2,5 @@ | Title | URL (Amazon, Flipkart etc) | Comments| |-------------------------------------------------|----------------------------|---------| +| Head First C | [O'Reilly Media](http://shop.oreilly.com/product/0636920015482.do) | Head First C provides a complete learning experience for C and structured imperative programming. | +| 21ST CENTURY C | [Flipkart](https://www.flipkart.com/21st-century-c/p/itmdgrutjjezynbz?) | Throw out your old ideas about C and get to know a programming language that’s substantially outgrown its origins. | \ No newline at end of file From 6c027aff9e40193951a80b2363038f162b833f2b Mon Sep 17 00:00:00 2001 From: devsks Date: Mon, 3 Jul 2017 13:33:32 +0530 Subject: [PATCH 2/2] 'type' addtibute added --- c++/README.md | 4 ++-- c/README.md | 8 ++++---- computer-science/README.md | 12 ++++++------ functional-programming/README.md | 4 ++-- go/README.md | 4 ++-- javascript/README.md | 4 ++-- maths/README.md | 4 ++-- python/README.md | 12 ++++++------ ruby/README.md | 4 ++-- 9 files changed, 28 insertions(+), 28 deletions(-) diff --git a/c++/README.md b/c++/README.md index e6137b0..5b093a4 100644 --- a/c++/README.md +++ b/c++/README.md @@ -1,4 +1,4 @@ # C++ -| Title | URL (Amazon, Flipkart etc) | Comments| -|-------------------------------------------------|----------------------------|---------| +| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)| +|-------------------------------------------------|----------------------------|---------|-----| diff --git a/c/README.md b/c/README.md index f55acaa..019b9b9 100644 --- a/c/README.md +++ b/c/README.md @@ -1,6 +1,6 @@ # C -| Title | URL (Amazon, Flipkart etc) | Comments| -|-------------------------------------------------|----------------------------|---------| -| Head First C | [O'Reilly Media](http://shop.oreilly.com/product/0636920015482.do) | Head First C provides a complete learning experience for C and structured imperative programming. | -| 21ST CENTURY C | [Flipkart](https://www.flipkart.com/21st-century-c/p/itmdgrutjjezynbz?) | Throw out your old ideas about C and get to know a programming language that’s substantially outgrown its origins. | \ No newline at end of file +| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)| +|-------------------------------------------------|----------------------------|---------|-----| +| Head First C | [O'Reilly Media](http://shop.oreilly.com/product/0636920015482.do) | Head First C provides a complete learning experience for C and structured imperative programming. | Beginner| +| 21st Century C | [Flipkart](https://www.flipkart.com/21st-century-c/p/itmdgrutjjezynbz?) | Throw out your old ideas about C and get to know a programming language that’s substantially outgrown its origins. | Intermediate| \ No newline at end of file diff --git a/computer-science/README.md b/computer-science/README.md index d42549e..ee08b33 100644 --- a/computer-science/README.md +++ b/computer-science/README.md @@ -1,8 +1,8 @@ # Computer Science -| Title | URL (Amazon, Flipkart etc) | Comments| -|-------------------------------------------------|----------------------------|---------| -| Operating System Concepts | [amazon](http://www.amazon.in/Operating-System-Concepts-International-Student/dp/8126520515/) | Clear explaintation to almost every concept of OS. This is for beginners who want to understand the basic concepts related to Operating Sytem and how they work. | -| Compilers | [amazon](http://www.amazon.in/Compilers-2e-Aho/dp/9332518661/)| The goto book for compilers. Also know as `The Dragon Book`. | -| Structure and Interpretation of Computer Programs | [amazon](http://www.amazon.in/Structure-Interpretation-Computer-Programs-PUL/dp/8173715270/) | Rather than learning the language this book focuses on the design of the program i.e, why certain design is better for a particular problem. | -| High Performance Browser Networking |[amazon](http://www.amazon.in/High-Performance-Browser-Networking-Grigorik/dp/9351104710), [read online](https://hpbn.co/) | Simple and thorough explaination to various networking concepts while building a web application. | \ No newline at end of file +| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)| +|-------------------------------------------------|----------------------------|---------|-----| +| Operating System Concepts | [amazon](http://www.amazon.in/Operating-System-Concepts-International-Student/dp/8126520515/) | Clear explaintation to almost every concept of OS. This is for beginners who want to understand the basic concepts related to Operating Sytem and how they work. | Intermediate| +| Compilers | [amazon](http://www.amazon.in/Compilers-2e-Aho/dp/9332518661/)| The goto book for compilers. Also know as `The Dragon Book`. | Intermediate| +| Structure and Interpretation of Computer Programs | [amazon](http://www.amazon.in/Structure-Interpretation-Computer-Programs-PUL/dp/8173715270/) | Rather than learning the language this book focuses on the design of the program i.e, why certain design is better for a particular problem. | Advanced| +| High Performance Browser Networking |[amazon](http://www.amazon.in/High-Performance-Browser-Networking-Grigorik/dp/9351104710), [read online](https://hpbn.co/) | Simple and thorough explaination to various networking concepts while building a web application. | Advanced| \ No newline at end of file diff --git a/functional-programming/README.md b/functional-programming/README.md index c38c4e2..5b1ebcc 100644 --- a/functional-programming/README.md +++ b/functional-programming/README.md @@ -1,4 +1,4 @@ # Functional Programming -| Title | URL (Amazon, Flipkart etc) | Comments| -|-------------------------------------------------|----------------------------|---------| +| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)| +|-------------------------------------------------|----------------------------|---------|-----| diff --git a/go/README.md b/go/README.md index d6ca41c..e93351d 100644 --- a/go/README.md +++ b/go/README.md @@ -1,4 +1,4 @@ # GO -| Title | URL (Amazon, Flipkart etc) | Comments| -|-------------------------------------------------|----------------------------|---------| +| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)| +|-------------------------------------------------|----------------------------|---------|-----| diff --git a/javascript/README.md b/javascript/README.md index 99ddd62..8fe392b 100644 --- a/javascript/README.md +++ b/javascript/README.md @@ -1,4 +1,4 @@ # Javascript -| Title | URL (Amazon, Flipkart etc) | Comments| -|-------------------------------------------------|----------------------------|---------| +| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)| +|-------------------------------------------------|----------------------------|---------|-----| diff --git a/maths/README.md b/maths/README.md index 9e72af6..989aa8d 100644 --- a/maths/README.md +++ b/maths/README.md @@ -1,4 +1,4 @@ # Mathematics -| Title | URL (Amazon, Flipkart etc) | Comments| -|-------------------------------------------------|----------------------------|---------| +| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)| +|-------------------------------------------------|----------------------------|---------|-----| diff --git a/python/README.md b/python/README.md index 6d2ccc8..0d7896d 100644 --- a/python/README.md +++ b/python/README.md @@ -1,8 +1,8 @@ # Python -| Title | URL (Amazon, Flipkart etc) | Comments| -|-------------------------------------------------|----------------------------|---------| -| Think Python: How to Think Like a Computer Scientist |[amazon](http://www.amazon.in/Think-Python-2nd-Allen-Downey/dp/9352134753/) | Recommended book for starting out in python. | -| Automate the Boring Stuff with Python |[amazon](http://www.amazon.in/Automate-Boring-Python-Albert-Sweigart/dp/1593275994/)| Fairly comprehensive book for beginners to get up an running with python and create application using python libraries. | -| Writing Idiomatic Python | [amazon](http://www.amazon.in/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177) | The focus is on writing better python code than learn a language | -| Effective Python | [amazon](http://www.amazon.in/Effective-Python-Specific-Write-Better/dp/9332552363/)| For those who are looking to learn Intermediate and efficient python. | \ No newline at end of file +| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)| +|-------------------------------------------------|----------------------------|---------|-----| +| Think Python: How to Think Like a Computer Scientist |[amazon](http://www.amazon.in/Think-Python-2nd-Allen-Downey/dp/9352134753/) | Recommended book for starting out in python. | Beginner| +| Automate the Boring Stuff with Python |[amazon](http://www.amazon.in/Automate-Boring-Python-Albert-Sweigart/dp/1593275994/)| Fairly comprehensive book for beginners to get up an running with python and create application using python libraries. | Beginner| +| Writing Idiomatic Python | [amazon](http://www.amazon.in/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177) | The focus is on writing better python code than learn a language | Intermediate| +| Effective Python | [amazon](http://www.amazon.in/Effective-Python-Specific-Write-Better/dp/9332552363/)| For those who are looking to learn Intermediate and efficient python. | Intermediate| \ No newline at end of file diff --git a/ruby/README.md b/ruby/README.md index 852efb6..3624793 100644 --- a/ruby/README.md +++ b/ruby/README.md @@ -1,4 +1,4 @@ # Ruby -| Title | URL (Amazon, Flipkart etc) | Comments| -|-------------------------------------------------|----------------------------|---------| +| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)| +|-------------------------------------------------|----------------------------|---------|-----|