https://github.com/alejoriosm04/university-repository
All my projects and workshops during the different courses of the Computer Science Program taught at EAFIT University.
https://github.com/alejoriosm04/university-repository
computer-science eafit
Last synced: about 2 months ago
JSON representation
All my projects and workshops during the different courses of the Computer Science Program taught at EAFIT University.
- Host: GitHub
- URL: https://github.com/alejoriosm04/university-repository
- Owner: alejoriosm04
- License: gpl-3.0
- Created: 2022-07-28T15:29:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T19:13:17.000Z (7 months ago)
- Last Synced: 2025-03-27T20:45:33.583Z (7 months ago)
- Topics: computer-science, eafit
- Language: Assembly
- Homepage:
- Size: 20.4 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
University Repository
In this repository, I want to share all my projects and workshops during the different courses of the [Computer Science Program](https://www.eafit.edu.co/pregrado-ingenieria-sistemas) taught at EAFIT University. On the same way, you will find some other repository projects in my [GitHub Profile](https://github.com/alejoriosm04).
Mainly, you will find data related with programming courses. However, in some courses you will find my note taking in `Markdown` or a link to my note taking in **Notion**.
## Contents
- [Repository Structure](#repository-structure)
- [Motivation](#motivation)
- [Documentation](#documentation)
- [Contribute](#contribute)
- [Authors](#authors)
- [Acknowledgments](#acknowledgments)
- [License](#license)## Repository Structure
├── LICENSE
├── README.md <- Details about the repository.
├── 1-semester
│ ├── Calculus-I
│ ├── Programming-Fundamentals
│ └── Software-Development-Principles
├── 2-semester
│ ├── Calculus-II
│ ├── Data-structure-and-algorithms-I
│ └── Programming-Languages
├── 3-semester
│ ├── Data-structure-and-algorithms-II
│ ├── Databases
│ ├── Digital-Electronics
│ └── Formal-Languages-and-Compilers
├── 4-semester
│ ├── Linear-Algebra
│ └── Switching-Theory
├── 6-semester
│ ├── Computer-Organization
│ ├── Numerical-Analysis
│ └── Special-Topics-in-Sofware-Engineering
└── others
└── Computational-Thinking-NFI
--------## Motivation
I want to save and share all my process during the program.
This repository has as its main purpose, help to other students in the University in many ways and create interest in the program of Computer Science at EAFIT University. Also, this is an efficient way of sharing my work.
For educational purpose, I want to practice my skills in the managing of Git and Github, writing Markdown documents and mastering Notion as a platform.
## Documentation
- You will find the different Programming Labs, Exams and Class Exercises done in the different courses.
- At the moment, the note taking is in Spanish. In the future, I hope to share note takings in English and German.
- The information may be different between courses, depending on the professors and the semester in which the course was given.
- I am not responsible for the use that is given to this information.
- The Syllabus of the program will change, therefore, the information may differ.
- The development environment is not specified for all the projects or labs. It is possible that when executing or compiling it does not work correctly.
## Contribute
You are welcome to submit issues or pull requests.
## Authors
[Alejandro Ríos](https://github.com/alejoriosm04) developed much of the information in the repository. Many classmates contributed with information, in the respective files their names are found. See [Acknowledgments](#acknowledgments).
## Acknowledgments
I want to thank to all my classmates that helped to me in this process. Many of them contributed to solutions, collaborations and implementations of different things during the courses.
## License
This software project is licensed under the GNU General Public License v3.0.
Copyright (c) 2024, Alejandro Ríos-Muñoz.