https://github.com/amattu2/cmsc-216
A repository for CMSC 216 computer science track (UMD).
https://github.com/amattu2/cmsc-216
ansi-c assembly c makefile mips
Last synced: about 2 months ago
JSON representation
A repository for CMSC 216 computer science track (UMD).
- Host: GitHub
- URL: https://github.com/amattu2/cmsc-216
- Owner: amattu2
- License: agpl-3.0
- Created: 2020-08-30T13:09:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T22:53:35.000Z (about 5 years ago)
- Last Synced: 2025-06-10T19:22:03.630Z (about 1 year ago)
- Topics: ansi-c, assembly, c, makefile, mips
- Language: C
- Homepage:
- Size: 610 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
This is from the UMD CMSC216 (Fall 2020) class. The only purpose of this repository is to demonstrate coursework.
Teachers:
- Professor U. Shankar
- Instructor L. Herman
# Project Grades
|Project|Grade|Notes|
|:-|:-|:-|
|project1|100%||
|project2|95%|-5 for styleguide related issues|
|project3|105%|+5 for early submission|
|project4|100%|
|project5|100%|
|project6|100%|**Warning**: Don't use custom names for GCC flags|
|project7|89%|-5% for styleguide related issues, -6% for private test failures|
|project8|105%|+5% early submission|
|project9|93%|-7% for private test failures|
|project10|100%|
|project11|94%|Deduction for styleguide issues, minor private test failures|
|project12|106%|+10% for single+early submission, -2% for styleguide issues, -2% for private test failures|
|project13|100%|
# Notes
It goes without saying, CMSC216 students should not make use of this repository for any reason.
# Requirements & Dependencies
Languages
- ANSI C89
- MIPS Assembly