cpjobling / EG-252-Resources

Resources for the module EG-252 Group Design Exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EG-252 Group Design Exercise Resources

A collection of resources created and distributed by Dr Chris Jobling, College of Engineering, Swansea University.

This is a GitHub hosted source code repository. It contains the notes, slides, code examples and worksheets used in the module. If you just want to view the slides, or the printable version of the notes and work sheets you should visit the GitHub hosted Web Site EG-252 Group Design Exercise instead. Read-only links to the notes and slides are also to be found on the Blackboard site for EG-252.

Using this Repository

You should refer to Version Control with Git before using the materials in this repository.

As I am developing the notes, slides and code examples in parallel with delivery, this repository will not be complete until the end. You should therefore fork this repository and clone it rather than downloading the zip file. You also need to set up a remote upstream link so that you can regularly fetch my changes and additions and merge them with your local copy.

After logging into your GitHub account and forking and cloning this repo use the following command (from the GitHub command-line tools) to set up the remote upstream repository:

git add remote upstream https://github.com/cpjobling/EG-252-Resources

When you want to update to my latest changes:

git fetch upstream
get merge upstream/master

For more on this topic see the GitHub Help Page Fork a Repo.

Acknowledgments

These materials are adapted from the work of Kyeong Soo (Joseph) Kim (@kyeongsoo).

License

Creative Commons License
EG-252 Group Design Exercise Resources by Swansea University is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

Resources for the module EG-252 Group Design Exercise


Languages

Language:Jupyter Notebook 53.7%Language:C 32.1%Language:Assembly 14.2%