diff --git a/assignments/README.md b/assignments/README.md index dda6f4963dc2297fe819068511b492ad995f8d5d..7d812699b0a5dc91caa16a2f20f1df2e55c45e17 100644 --- a/assignments/README.md +++ b/assignments/README.md @@ -1,17 +1,17 @@ -# Networked Graphics MV3500 Course Assignments using Netbeans +# Networked Graphics MV3500 Course Assignments using NetBeans ## Initialization and Refresh -To submit homework via Netbeans to the gitlab server you will first need to +To submit homework via NetBeans to the gitlab server you will first need to clone a copy of the course repository at * https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500 -Use Netbeans to upload/update your homework assignments as follows: +Use NetBeans to upload/update your homework assignments as follows: 1. *context menu:* **Git > Remote > Pull from Upstream** to first always ensure you update your repository 1. *Making sure:* Did you perform step one and pull git to refresh your local version?! -1. Select file of interest in Netbeans tab for Files +1. Select file of interest in NetBeans tab for Files 1. *context menu:* **Refactor/Rename** and take spaces out of file name (gets wacky on various operating systems, email etc.) 1. Ensure Java classes and source files start with your last name 1. *context menu:* **Run file**(s) to test @@ -21,7 +21,7 @@ Use Netbeans to upload/update your homework assignments as follows: ## Adding and Editing Your Files -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 * [assignments / src / MV3500Cohort2024JulySeptember](src/MV3500Cohort2024JulySeptember) (we are here!) @@ -54,7 +54,7 @@ After committing and pushing, you can now verify that your files are been shared ## References -* [Netbeans](http://www.netbeans.org) and [Using Git Support](https://netbeans.apache.org/kb/docs/ide/git.html) with [tutorial video, version 8.2](https://www.youtube.com/watch?v=rs3QSq5hNf4) +* [NetBeans](http://www.netbeans.org) and [Using Git Support](https://netbeans.apache.org/kb/docs/ide/git.html) with [tutorial video, version 8.2](https://www.youtube.com/watch?v=rs3QSq5hNf4) * [GitLab Flavored Markdown (GFM)](https://docs.gitlab.com/ee/user/markdown.html) and [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet) * UML [Sequence diagram](https://en.wikipedia.org/wiki/Sequence_diagram) on Wikipedia * [Wireshark](https://www.wireshark.org) network protocol analyzer