Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

CorentinGS/UCA-C-Course

Repository files navigation

UCA C Course Management

This repo is for the UCA C Course assignments and projects.

The course is taught by Prof. Olivier Baldellon

Assignments

Disclaimer

This repo is not affiliated with the University of Nice Sophia Antipolis. It's just a student's repo for the course assignments.

You can use this repo as a reference for your own assignments and projects. But you should not copy-paste the code as it might be considered as plagiarism. I am not responsible for any consequences of using this repo.

I can't guarantee that the code is correct or that it will work as expected on your machine, but I will try to fix any issues, so feel free to open an issue if you find any.

License

BSD License

If you use this repo, please cite it as:

/*
 * This file is part of the UCA C Course (https://github.com/CorentinGS/UCA-C-Course)
 * It's licensed under the BSD License (https://github.com/CorentinGS/UCA-C-Course/blob/main/LICENCE)
 * Copyright (c) 2022, Corentin Giaufer Saubert
 * All rights reserved.
 */

Contributing

If you want to contribute to this repo, feel free to open a pull request. You can also open an issue if you find any bugs or if you have any suggestions.

Make sure to use this flags when compiling:

CFLAGS = -Wall -ansi -pedantic -g

You can also use the clang-format tool to format your code. Format rules are in the .clang-format file.

Thanks to @Majerle for the .clang-format file.

You can also use the astyle tool to format your code. Format rules are in the astyle-code-format file. You can use the format.sh script to format all the files in the repo.

Contact

If you have any questions, feel free to contact me at CorentinGS

Acknowledgements

About

Repo for my C exercices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published