Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.