Skip to content
View anisghaoui's full-sized avatar
💭
are you reading this because you received my CV?
💭
are you reading this because you received my CV?
  • 17:14 (UTC +02:00)

Block or report anisghaoui

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

    HuMoLiRe is a Pedestrian Dead-Reckoning Particle Filter Map-aided system that leverages human motion likelihood in indoor spaces to estimate their position. This repository is the dataset and softw…

    Python 22 3

  2. PriceTrackerBot PriceTrackerBot Public

    A simple bot that tracks a list of items on amazon.com. When one of the item is below the desired price, it sends an email too a given google email address.

    Python 16 3

  3. mod-translate-track mod-translate-track Public

    Tracking factorio mods I translate and automate extraction of config keys.

    Python

  4. Visualise with decorator. Instead of... Visualise with decorator. Instead of havig to say if fig is None or ax is None: plt.subplot. the decorator automatically sets it
    1
    import functools
    2
    import matplotlib.pyplot as plt
    3
    import inspect
    4
    
                  
    5
    def ensure_fig_ax(func):