Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
6ec661b
Test push
Sep 15, 2020
51abb15
testyo
Sep 15, 2020
bd0e063
my first commit
Sep 15, 2020
26fdc25
Average 1
Sep 15, 2020
2a936e1
Table Maximum Value
Sep 15, 2020
f2c637f
Return a table
Sep 15, 2020
4af791f
Last push for 15/09/20
Sep 15, 2020
f89cbf7
Merge branch 'master' of https://github.com/albenoit/BachelorDIM-Lect…
Sep 16, 2020
701b550
Bounding Box
Sep 16, 2020
8f2fec3
ListRevert correct way
Sep 16, 2020
2d7d437
Commit de fin de séance
Sep 16, 2020
ec5096b
Cross in the table exercise
Sep 16, 2020
94dc794
Merge branch 'master' of https://github.com/albenoit/BachelorDIM-Lect…
Sep 16, 2020
4b039f4
Merge branch 'master' of https://github.com/Vapie/BachelorDIM-Lecture…
Sep 16, 2020
a5e5031
test travis
Sep 16, 2020
0c1c8df
first test
Sep 16, 2020
81df5b2
readme modify coverall
Sep 16, 2020
f116a60
test envoi valid
Sep 16, 2020
c841c0a
test raise error
Sep 16, 2020
8ea8c69
a lot of test + phrase white space
Sep 16, 2020
4393d2f
tested shuffle
Sep 17, 2020
9820f44
bug
Sep 29, 2020
9e12600
test
Sep 29, 2020
667fc09
invert_colors_2
Sep 29, 2020
216f0b8
invert_colors_opencv_numpy
Sep 29, 2020
4251c83
tests
Sep 29, 2020
2a6857d
fin de seance
Sep 29, 2020
5065db4
publisher S4 working
Oct 13, 2020
5941fa1
read and publish wornking S4
Oct 13, 2020
4ee7262
count working
Oct 13, 2020
b56bc87
publish and read
Oct 13, 2020
27031ae
command lines and concurrency
Oct 13, 2020
1d6762b
many queues
Oct 20, 2020
36f8d59
forgotten files
Oct 20, 2020
e6e35b2
forgotten files again
Oct 20, 2020
44f5ef8
Finished dice game
Vapie Nov 1, 2020
afabfe4
Finished sorting *2
Vapie Nov 1, 2020
e6a5b22
Finished test for all s1 function
Vapie Nov 2, 2020
65122c0
More tests on raise error
Vapie Nov 11, 2020
390b6a4
again More tests on raise error
Vapie Nov 11, 2020
10ba667
Final Tp3
Vapie Nov 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/Nouveau dossier.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install:
- pip install -r requirements.txt
addons:
sonarcloud:
organization: albenoit-github
organization: vapie-github
# command to run tests
script:
- pytest -v --cov .
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<<<<<<< HEAD
# BachelorDIM-Lectures-Algorithms-2020
[![Coverage Status](https://coveralls.io/repos/github/Vapie/BachelorDIM-Lectures-Algorithms-2020/badge.svg?branch=master)](https://coveralls.io/github/Vapie/BachelorDIM-Lectures-Algorithms-2020?branch=master)
=======
[![Coverage Status](https://coveralls.io/repos/github/albenoit/BachelorDIM-Lectures-Algorithms-2020/badge.svg?branch=master)](https://coveralls.io/github/albenoit/BachelorDIM-Lectures-Algorithms-2020?branch=master)

# BachelorDIM-Lectures-Algorithms-2020
>>>>>>> 66e4209149807cf20f70f79343f71b0882472d0f
Algorithms, code writing and continuous integration @ DIM Bachelor, Université Savoie Mont Blanc, France

testyo

Those lessons are addressed to the "Développeur Informatique Multisupports" (DIM) Bachelor proposed at Université Savoie Mont Blanc in France.
Students are expected to be familiar with programming. The aim is to get more familiar with code quality, maintainability and efficacy... and Python.
Expand Down
Binary file added __pycache__/myCodeSamples.cpython-37.pyc
Binary file not shown.
Binary file added __pycache__/test_demo.cpython-37-PYTEST.pyc
Binary file not shown.
3 changes: 3 additions & 0 deletions assignements/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions assignements/.idea/assignements.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions assignements/.idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions assignements/.idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions assignements/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions assignements/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions assignements/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading