Skip to content
View johann-lecocq's full-sized avatar
🐙
🐙

Block or report johann-lecocq

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. crawler-py crawler-py Public

    web crawler

    Python 1

  2. transforme uptime to month, days,hou... transforme uptime to month, days,hours, minutes and seconds
    1
    def transforme(secondes):
    2
        m = (("mois ", 2592000), ("jours ", 86400), ("h", 3600), ("m", 60))
    3
        chaine = ""
    4
        for echelle,nombre_seconde in m:
    5
            quotient = secondes // nombre_seconde
  3. polygone-py polygone-py Public

    polygon library for python

    Python 1

  4. arduino-beeper arduino-beeper Public

    music box

    C++

  5. arduino-beeper-controller arduino-beeper-controller Public

    the controller for arduino-beeper

    Python