Skip to content

Instantly share code, notes, and snippets.

View jeanpat's full-sized avatar

Pommier jeanpat

View GitHub Profile
@jeanpat
jeanpat / PILE_FACE-Fréquences.ipynb
Last active June 19, 2023 08:21
Jouer à PILE ou FACE
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeanpat
jeanpat / evenement_ensemble_probabilite_bacpro.ipynb
Created February 20, 2023 17:31
evenement_ensemble_probabilite_bacpro.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeanpat
jeanpat / la-constante-de-kaprekar.ipynb
Created February 16, 2023 17:33
La constante de Kaprekar.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeanpat
jeanpat / TermBacPro_AngleDiedre_chaudronnerie_juplab.ipynb
Last active December 7, 2022 21:53
terminaleBccPro_AngleDiedre_Chaudronnerie_22Sept04.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeanpat
jeanpat / MonthyHall_PartieSimple.py
Last active September 17, 2022 15:10
Ce script Python simule la répétition de parties du jeux des trois portes. Dans un premier temps avec un joueur qui ne change pas d'avis et dans un deuxième temps avec un joueur qui modifie son choix initial.
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Tue Mar 23 18:44:50 2021
@author: jeanpat
"""
#On importe le module random pour faire un tirage aléatoire dans une liste
import time
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Mon Jun 17 17:56:29 2019
Simulation du jeux MONTY HALL
@author: jean-patrick Pommier
"""
# random : module permettant de faire des tirages aléatoire
import time
import random
@jeanpat
jeanpat / smallsample_125_displaycoco_train-predict_with_lightning-flash.ipynb
Created September 1, 2022 06:51
SmallSample_125_displayCOCO_Train-Predict_with_lightning-flash.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeanpat
jeanpat / ultrasmallsample_display_annotations.ipynb
Created August 12, 2022 12:24
UltrasmallSample_display_annotations.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeanpat
jeanpat / Angle_Diedre_Clifford_algebra_.ipynb
Last active August 30, 2022 10:14
Algèbre de Clifford et problème de chaudronnerie (Angle dièdre)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeanpat
jeanpat / statistique_image.ipynb
Last active July 21, 2022 12:55
Comment peut-on analyser une image sous l'angle statistique? Une application: le filtrage médian.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.