Merge pull request #1247 from meetshah1995/master

Added Course for MATLAB, Book for Bash and CUDA
This commit is contained in:
victor felder
2014-12-16 07:39:16 +01:00
2 changed files with 12 additions and 0 deletions

View File

@ -25,6 +25,7 @@
* [ColdFusion](#coldfusion)
* [Cool](#cool)
* [Coq](#coq)
* [CUDA](#cuda)
* [D](#d)
* [Dart](#dart)
* [DB2](#db2)
@ -671,6 +672,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)
@ -785,6 +787,10 @@
* [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/)