Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hsh-maxima
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
hsh-maxima
Commits
6e3322bd
Commit
6e3322bd
authored
4 years ago
by
Lennart Kramer
Browse files
Options
Downloads
Patches
Plain Diff
refresh version numbers
parent
215a7556
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
goemaxima_version
+1
-1
1 addition, 1 deletion
goemaxima_version
src/web/web.go
+1
-1
1 addition, 1 deletion
src/web/web.go
with
2 additions
and
2 deletions
goemaxima_version
+
1
−
1
View file @
6e3322bd
1.0.
2
1.0.
3
This diff is collapsed.
Click to expand it.
src/web/web.go
+
1
−
1
View file @
6e3322bd
...
@@ -245,7 +245,7 @@ func process_cleanup(user *User, user_queue chan<- *User, tmp_dir string) {
...
@@ -245,7 +245,7 @@ func process_cleanup(user *User, user_queue chan<- *User, tmp_dir string) {
func
handler
(
w
http
.
ResponseWriter
,
r
*
http
.
Request
,
queue
<-
chan
*
ChildProcess
,
user_queue
chan
<-
*
User
,
metrics
*
Metrics
)
{
func
handler
(
w
http
.
ResponseWriter
,
r
*
http
.
Request
,
queue
<-
chan
*
ChildProcess
,
user_queue
chan
<-
*
User
,
metrics
*
Metrics
)
{
if
r
.
Method
==
"GET"
&&
r
.
FormValue
(
"input"
)
==
""
{
if
r
.
Method
==
"GET"
&&
r
.
FormValue
(
"input"
)
==
""
{
hostname
,
_
:=
os
.
Hostname
()
hostname
,
_
:=
os
.
Hostname
()
fmt
.
Fprintf
(
w
,
"Hostname: %s, version: 1.0.
1
\n
"
,
hostname
)
fmt
.
Fprintf
(
w
,
"Hostname: %s, version: 1.0.
3
\n
"
,
hostname
)
return
return
}
}
// the maxima input to be evaluated
// the maxima input to be evaluated
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment