Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ashok Kumar, Bharath
so2021
Commits
483df762
Commit
483df762
authored
Feb 24, 2021
by
Praetorius, Simon
Browse files
Update readme file
parent
9c1ccbfa
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
483df762
image
:
gitlab.mn.tu-dresden.de:8000/teaching/docker/latex-builder:2021
build
:
only
:
changes
:
-
lecture/*
script
:
-
cd lecture
-
make
-
(cd lecture && make)
artifacts
:
paths
:
-
"
lecture/lecture.pdf"
\ No newline at end of file
README.md
View file @
483df762
...
...
@@ -2,9 +2,9 @@
## Lecture notes
| Topic | Download |
|----------------------------------------|--------------------------|
| Scientific Programming with C++ |
[
lecture.pdf
][]
|
| Topic | Download |
Updated |
|----------------------------------------|--------------------------|
---------------|
| Scientific Programming with C++ |
[
lecture.pdf
][]
|
2021/02/24 |
[
lecture.pdf
]:
https://gitlab.mn.tu-dresden.de/teaching/scprog/so2021/-/jobs/artifacts/master/raw/lecture/lecture.pdf?job=build
...
...
@@ -16,8 +16,8 @@
| 01 | Overview and Motivation for the Course |
[
sheet1.md
][]
|
| 02 | Basic Syntax and Types |
[
sheet2.md
][]
|
[
sheet1.md
]:
https://gitlab.mn.tu-dresden.de/teaching/scprog/so2021/-/blob/master/
exercises/sheet1.md
[
sheet2.md
]:
https://gitlab.mn.tu-dresden.de/teaching/scprog/so2021/-/blob/master/
exercises/sheet2.md
[
sheet1.md
]:
exercises/sheet1.md
[
sheet2.md
]:
exercises/sheet2.md
## General information
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment