Skip to content

FlatTargetInk/ECE562-Software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECE-562 Software

All modules are python3

To generate meeting minutes style git log use:

git log --pretty=format:"%ad - %an: %s" > meetingminutes.txt

Installation

TODO: Describe the installation process

Usage

From within the src/ directory, execute the command

python main.py

Contributing

  1. Clone it
  2. Create your development branch: git checkout -b dev-NAME
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin dev-NAME
  5. Test your new features plus all existing features
  6. Merge with mainline

See file MVC-classes for specification on main classes

Acknowledgements

Portions of the source code were generated using the script provided by morefigs/Py-Qt-MVC

License

Unless stated otherwise all works are licensed under:

About

Software for ECE562 Group, Virtual Memory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages