Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isabelacaldeira/sorbonne_tme
Acvitivies made in and for the class of work in frame machines of the first year of Sciences Formelles of Sorbonne
https://github.com/isabelacaldeira/sorbonne_tme
c computer-science python sorbonne sorbonne-university university-project
Last synced: 11 days ago
JSON representation
Acvitivies made in and for the class of work in frame machines of the first year of Sciences Formelles of Sorbonne
- Host: GitHub
- URL: https://github.com/isabelacaldeira/sorbonne_tme
- Owner: IsabelaCaldeira
- Created: 2023-09-18T11:52:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T20:10:52.000Z (about 2 months ago)
- Last Synced: 2024-12-02T21:24:41.671Z (about 2 months ago)
- Topics: c, computer-science, python, sorbonne, sorbonne-university, university-project
- Language: Python
- Homepage:
- Size: 4.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TME classes at Sorbonne :woman_technologist: :blue_heart:
But what is TME? TME stands for Travail sur machine encadrés or in english: work in frame machines.
So in a few words here you will find some of the work done with the skills learned in the first year of Science Formelle at Sorbonne.
If you are interested in a specific part, want more details or found some mistakes, send a merge request or open an issue!
## Here is how you can do it!
**Fork this repository**
```bash
# Clone your fork
$ git clone your-fork-url# Create a branch with your feature or the correction of bugs
$ git checkout -b my-branch# Commit the changes
$ git commit -m 'feature/bugfix: my changes'# Push to your branch
$ git push origin my-branch
```After your pull request is merged, you can delete your branch.