Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Linus
apb
Commits
b17378b7
Commit
b17378b7
authored
Oct 10, 2018
by
Linus
🤔
Browse files
Wichtige Änderungen
parent
6bf52d48
Pipeline
#77744
passed with stages
in 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
functions.go
View file @
b17378b7
...
...
@@ -73,6 +73,7 @@ func data(w http.ResponseWriter, r *http.Request) error {
}
return
render
(
"templates/data.html"
,
args
,
w
,
r
)
}
func
info
(
w
http
.
ResponseWriter
,
r
*
http
.
Request
)
error
{
args
:=
map
[
string
]
interface
{}{
"Title"
:
"Info"
,
...
...
subjects.go
View file @
b17378b7
...
...
@@ -118,6 +118,7 @@ var subjects = []string{
"Research Focus Class on Communication Systems"
,
"Graphalgorithmen"
,
"Komplexitätstheorie"
,
"Sebastian Thomas Appreciation Club"
,
"Probabilistic Programming"
,
"Einführung in den Compilerbau"
,
"Modeling and Verification of Probabilistic Systems"
,
...
...
Write
Preview
Markdown
is supported
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