https://github.com/bgmp/university
The repository where all my university assignments live at.
https://github.com/bgmp/university
c cmake university
Last synced: 11 months ago
JSON representation
The repository where all my university assignments live at.
- Host: GitHub
- URL: https://github.com/bgmp/university
- Owner: BGMP
- Created: 2020-06-15T22:59:15.000Z (almost 6 years ago)
- Default Branch: c
- Last Pushed: 2021-07-07T20:17:53.000Z (almost 5 years ago)
- Last Synced: 2025-06-06T16:06:36.404Z (about 1 year ago)
- Topics: c, cmake, university
- Language: C
- Homepage: https://bgmp.github.io/University
- Size: 103 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# University
## Branches
This repository is divided in branches for each programming language.
* [c](https://github.com/BGMP/University/tree/c)
* [java](https://github.com/BGMP/University/tree/java)
# C
## Semester 1
A few basic exercises we were assigned during our first semester of classes.
1. [Optionals](https://github.com/BGMP/University/tree/master/semester1/optionals): A few optional assignments we were given.
2. [Projects](https://github.com/BGMP/University/tree/master/semester1/projects):
* `frog.c`: A small commandline game where you press enter to roll a dice and advance. It also renders a board.
3. [Finals](https://github.com/BGMP/University/tree/master/semester1/finals): Some exercises from the final exam we had.
## Semester 2
Some more exercises from our second semester, this time with more project assignments.
1. [Exercises](https://github.com/BGMP/University/tree/master/semester2/exercises): Basic exercises.
2. [Tests](https://github.com/BGMP/University/tree/master/semester2/tests): A quick exam exercise we had to do.
3. [Projects](https://github.com/BGMP/University/tree/master/semester2/projects):
* `cinema.c`: A commandline cinema management tool thingy we had to code. It prints room distributions, and
can filter from row to row when doing so.
* `word_search.c`: A word search, where you input the words and it prints out the whole thing in the end.
## Semester 3
Nothing much yet, just a diagnosis we were assigned.
1. [Diagnosis](https://github.com/BGMP/University/tree/master/semester3/diagnosis):
* `diagnosis.c`: The only interesting part of this thing is that includes a function to validate Chilean RUT codes.
Other than that, just another input registry project.