Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
dc6a8d33
Commit
dc6a8d33
authored
4 years ago
by
brutzman
Browse files
Options
Downloads
Patches
Plain Diff
update course directory
parent
2a6d07e5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assignments/README.md
+4
-4
4 additions, 4 deletions
assignments/README.md
assignments/src/MV3500Cohort2020JulySeptember/homework1/README.md
+9
-0
9 additions, 0 deletions
...nts/src/MV3500Cohort2020JulySeptember/homework1/README.md
with
13 additions
and
4 deletions
assignments/README.md
+
4
−
4
View file @
dc6a8d33
...
@@ -24,21 +24,21 @@ Use Netbeans to upload/update your homework assignments as follows:
...
@@ -24,21 +24,21 @@ Use Netbeans to upload/update your homework assignments as follows:
All MV3500 cohorts have source code collected under a common Netbeans project.
All MV3500 cohorts have source code collected under a common Netbeans project.
1.
Find your current cohort src subdirectories, for example
1.
Find your current cohort src subdirectories, for example
1.
[
deliverables / src / MV3500Cohort20
19
JulySeptember
](
src/MV3500Cohort20
19
JulySeptember
)
1.
[
deliverables / src / MV3500Cohort20
20
JulySeptember
](
src/MV3500Cohort20
20
JulySeptember
)
2.
You can look at earlier cohort submissions, for example
2.
You can look at earlier cohort submissions, for example
1.
[
deliverables / src / MV3500Cohort2018JulySeptember
](
src/MV3500Cohort2018JulySeptember
)
1.
[
deliverables / src / MV3500Cohort2018JulySeptember
](
src/MV3500Cohort2018JulySeptember
)
2.
[
deliverables / src / MV3500Cohort2018JanuaryMarch
](
src/MV3500Cohort2018JanuaryMarch
)
2.
[
deliverables / src / MV3500Cohort2018JanuaryMarch
](
src/MV3500Cohort2018JanuaryMarch
)
3.
Locate the correct subdirectory (for example
[
**homework1**
](
src/MV3500Cohort20
19
JulySeptember/homework1
)
) to put your files.
3.
Locate the correct subdirectory (for example
[
**homework1**
](
src/MV3500Cohort20
20
JulySeptember/homework1
)
) to put your files.
4.
Name all of your files starting with your last name, e.g.
**LastnameProgram.java**
**LastnameScreenshot.png**
etc.
4.
Name all of your files starting with your last name, e.g.
**LastnameProgram.java**
**LastnameScreenshot.png**
etc.
5.
Be sure that names match for
**LastnameProgram.java**
and the class name, i.e.
**public class LastnameJava**
5.
Be sure that names match for
**LastnameProgram.java**
and the class name, i.e.
**public class LastnameJava**
6.
Be sure to start each .java source file with correct package name, for example:
6.
Be sure to start each .java source file with correct package name, for example:
1.
package MV3500Cohort20
19
JulySeptember.homework1;
1.
package MV3500Cohort20
20
JulySeptember.homework1;
7.
The Run and Debug context menus should be available for you to test your .java source.
7.
The Run and Debug context menus should be available for you to test your .java source.
8.
Be sure to Commit (with description) and Push Upstream, as discussed above.
8.
Be sure to Commit (with description) and Push Upstream, as discussed above.
You can now verify that your files are been shared by checking the website:
You can now verify that your files are been shared by checking the website:
*
https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments/src/MV3500Cohort20
19
JulySeptember
*
https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments/src/MV3500Cohort20
20
JulySeptember
## References
## References
...
...
This diff is collapsed.
Click to expand it.
assignments/src/MV3500Cohort2020JulySeptember/homework1/README.md
0 → 100644
+
9
−
0
View file @
dc6a8d33
## Homework 1: Uniicast Networking
Deliverables:
*
Update unicast sockets sender/receiver, modifying provided code.
*
Demonstrate ability to build, run and document Java programs that perform networking tasks.
Please see the
[
README.md
](
../../../README.md
)
in the parent
[
assignments
](
../../../../assignments
)
directory for detailed instructions.
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