Skip to content
View IlyaMZP's full-sized avatar

Block or report IlyaMZP

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. bluelog bluelog Public

    Forked from greyli/bluelog

    A blog engine built with Flask.

    Python

  2. Photo-Gallery Photo-Gallery Public

    Forked from mkscala/Photo-Gallery

    A Flask Photo Gallery

    CSS

  3. This script lets you convert binary ... This script lets you convert binary Mi Fitness gps track to GPX. Simply provide it with the file from /data/data/com.xiaomi.wearable/files/fitness/<some_hash>/sport/p12/<unix_timestamp>_gps
    1
    import struct
    2
    import gpxpy
    3
    import gpxpy.gpx
    4
    from datetime import datetime
    5
    import sys
  4. INA219_MPPT_Arduino INA219_MPPT_Arduino Public

    MPPT Boost controller based on INA219 power sensor.

    C++ 1