Reesources for learning and teaching programming.
-
How to learn coding
-
C++
-
C
-
Playlists of videos to teach yourself C by Prof. Rajiv Dharaskar
-
https://www.youtube.com/channel/UCDMHOBgLbMtpaZoy-zwQOjw/playlists
-
C learning kit
https://www.youtube.com/watch?v=l5IpRSvCWsY
-
gcc -O2 -lgsl -lgslcblas gibbs.c -o gibbs -O2
(capital O and 2) optimization to GCC -l library options
- gcc -O2 -lgsl -lgslcblas gibbs.c -o gibbs -O2
(capital O and 2) optimization to GCC -l library options
- time ./gibbs > data.tab
command to time process
-
-
C++
-
playlist of videos to teach yourself C++ by Prof. Rajiv Dharaskar
-
https://www.youtube.com/watch?v=Dib4w4q4Mog&list=PLsAEt_bmhFbzDCV8mJ58sScykCqrw6VWQ
-
-
Python
-
R
-
Java
-
SQL
-
MATLAB
-
Unix and shell scripting
-
Haskell and functional programming
-
High performance computing
-
Source control, version control and git