You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,16 @@ conda env create -f conda.env
20
20
21
21
1.[`make-lesson.zip`](make-lesson.zip) - set of files for hands-on sessions,
22
22
23
+
1.[`make-lesson-with exercises.zip`](make-lesson-with-exercises.zip) - set of files for hands-on sessions with answers,
24
+
23
25
1.[`lapack-3.3.0.tgz`](lapack-3.3.0.tgz) - alternative location of laback source for the last hands-on,
24
26
25
27
1. README.md - info about content,
26
28
27
29
1. docs - directory containing the website for this repository.
28
30
29
-
1.[`conda.yml`](conda.yml) is a YAML file to recreate a (mini)conda working environment containing Python 2.7 and a consistent version of matplotlib
31
+
1.[`conda.yml`](conda.yml) is a YAML file to recreate a (mini)conda working environment containing Python 2.7 and a consistent version of matplotlib,
30
32
31
-
1.['compilation_example.sh'](compilation_example.sh) automatically generates all needes source files for Hands-on exercise 9 (building a simple C code)
33
+
1.['compilation_example.sh'](compilation_example.sh) automatically generates all needes source files for Hands-on exercise 9 (building a simple C code),
32
34
33
-
1.['pg4078.txt'](pg4078.txt) - copy of The Picture of Dorian Gray by Oscar Wilde from Project Gutenberg ebooks
35
+
1.['pg4078.txt'](pg4078.txt) - copy of The Picture of Dorian Gray by Oscar Wilde from Project Gutenberg ebooks.
0 commit comments