From 5e47a45477265714f71bdee29514e72f2f9e276f Mon Sep 17 00:00:00 2001 From: Meet Shah Date: Tue, 16 Dec 2014 11:49:25 +0530 Subject: [PATCH 1/4] Added MATLAB Course --- free-courses-en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-courses-en.md b/free-courses-en.md index 7892db4f..bb5d3572 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -8,6 +8,7 @@ * [iOS](#ios) * [Java](#java) * [JS](#js) +* [Matlab](#matlab) * [OCaml](#ocaml) * [Oracle PL/SQL](#oracle-plsql) * [Python](#python) @@ -43,6 +44,7 @@ * [CIS 194: Introduction to Haskell](http://www.seas.upenn.edu/~cis194/) - Brent Yorgey * [CS240h: Functional Systems in Haskell](http://www.scs.stanford.edu/11au-cs240h/notes/) - Bryan O'Sullivan + ### HTML / CSS * [Build a SaaS landing page using Skeleton](https://www.bloc.io/tutorials/jottly-a-beginner-s-guide-to-html-css-skeleton-and-animate-css) * [Build a responsive website with Webflow](https://www.bloc.io/tutorials/webflow-tutorial-design-responsive-sites-with-webflow) @@ -67,6 +69,10 @@ * [Egghead.io](https://egghead.io/) +### MATLAB +* [MIT 18.S997 Introduction to MATLAB Programming](http://ocw.mit.edu/courses/mathematics/18-s997-introduction-to-matlab-programming-fall-2011/) + + ### OCaml * [Cornell's Data Structures and Functional Programming](http://www.cs.cornell.edu/courses/cs3110/) From 155e86829e42d36bd67963d6415daeca0e2903e7 Mon Sep 17 00:00:00 2001 From: Meet Shah Date: Tue, 16 Dec 2014 11:49:54 +0530 Subject: [PATCH 2/4] Added latest Version of Bash Guide --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index c083a3ee..4d17fa88 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -671,6 +671,7 @@ * [Getting Started with BASH](http://www.hypexr.org/bash_tutorial.php) * [Google Shell Style Guide](http://google-styleguide.googlecode.com/svn/trunk/shell.xml) * [Lhunath's Bash Guide](http://mywiki.wooledge.org/BashGuide) +* [Linux Shell Scripting Tutorial - A Beginner's Handbook](http://www.freeos.com/guides/lsst/) * [The Command Line Crash Course](http://learncodethehardway.org/cli/book/) (also a Powershell reference) From 80b206b59296f26d2a0c1442fbfa9ef9411ab9c6 Mon Sep 17 00:00:00 2001 From: Meet Shah Date: Tue, 16 Dec 2014 11:54:12 +0530 Subject: [PATCH 3/4] Added CUDA Books and Subsection --- free-programming-books.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 4d17fa88..d921252d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -25,6 +25,7 @@ * [ColdFusion](#coldfusion) * [Cool](#cool) * [Coq](#coq) +* [CUDA](#cuda) * [D](#d) * [Dart](#dart) * [DB2](#db2) @@ -785,6 +786,8 @@ * [Certified Programming with Dependent Types](http://adam.chlipala.net/cpdt/html/toc.html) * [Software Foundations](http://www.cis.upenn.edu/~bcpierce/sf/) +### CUDA +* [OpenCL Programming Guide for CUDA Architecture](http://www.nvidia.com/content/cudazone/download/OpenCL/NVIDIA_OpenCL_ProgrammingGuide.pdf) ### D * [D Templates Tutorial](https://github.com/PhilippeSigaud/D-templates-tutorial) From 8ad1d66000c848c91c09b83e91668ab0e0f9bdcd Mon Sep 17 00:00:00 2001 From: Meet Shah Date: Tue, 16 Dec 2014 12:01:36 +0530 Subject: [PATCH 4/4] Added indentation for CUDA --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index d921252d..2157abc9 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -786,9 +786,11 @@ * [Certified Programming with Dependent Types](http://adam.chlipala.net/cpdt/html/toc.html) * [Software Foundations](http://www.cis.upenn.edu/~bcpierce/sf/) + ### CUDA * [OpenCL Programming Guide for CUDA Architecture](http://www.nvidia.com/content/cudazone/download/OpenCL/NVIDIA_OpenCL_ProgrammingGuide.pdf) + ### D * [D Templates Tutorial](https://github.com/PhilippeSigaud/D-templates-tutorial) * [Programming in D](http://ddili.org/ders/d.en/)