Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmsc818fall2023projects
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Peter Keleher
cmsc818fall2023projects
Commits
0c00deea
"FinalExam/FinalExamQuestions/Problem 3/problem3/src/App.js" did not exist on "b70118fa9c7f05102e13ad6ca6df02b992c47482"
Commit
0c00deea
authored
1 year ago
by
Peter J. Keleher
Browse files
Options
Downloads
Patches
Plain Diff
auto
parent
8f93055e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
p1.md
+3
-4
3 additions, 4 deletions
p1.md
with
3 additions
and
4 deletions
p1.md
+
3
−
4
View file @
0c00deea
...
...
@@ -52,27 +52,26 @@ My version of `blobs.go` is about 350 LOC, whereas `serve.go` is 87.
Download the starter files for this project
[
here
](
https://sedna.cs.umd.edu/818/projects/p1.tgz
)
.
**NOT YET**
Each of you will have a repository on
[
`gitlab.cs.umd.edu`
](
https://gitlab.cs.umd.edu/cmsc818efall2023students
)
for version control, and to
submit projects. More info on this soon. However, the intent is that each of you will have a
`gitlab`
repsository
accessible as
`gitlab.cs.umd.edu/cmsc818efall2023students/
blather`
, where
`blather'
is your university directory ID.
accessible as
`gitlab.cs.umd.edu/cmsc818efall2023students/
<directoryid>`
, where
`directoryid
is your university directory ID.
If you can not clone your repository, first log into gitlab.cs.umd.edu's
web interface (using your university directory ID) and try again. If you still have problems, post to piazza.
Your individual
projects will live in directories `
p1
`, `
p2
`, etc. under the above
directory. Each project
will
be a *golang module* containing a file
directory. Each project
should
be a *golang module* containing a file
`
ubi.go
` at the top level, which imports subdirectories containg the
real code.
*Do not change this directory structure!*
**NOT YET**
You should also minimise changes to `
ubi.go
`, as I will be running a script across all the projects to capture output and changes.
Set up your environment as follows:
1. Install Go (current version 1.21.0), and set up `
GOPATH
`, possibly `
GOBIN
`.
1. Grab your initial files [here](https://sedna.cs.umd.edu/818/projects/p1.tgz).
1. Create your project in `
cmsc818efall2023students/
<directoryid>
/p1
`.
1. All your changes should be made here and pushed back to the repository.
I will download your files from here at project deadlines.
1. Test your setup by modifying or adding a file, pushing
...
...
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