Skip to content

Instantly share code, notes, and snippets.

@victorromeo
victorromeo / Dockerfile
Created January 10, 2021 10:24
Mbed CLI Dockerfile
from ubuntu
RUN apt-get update && apt-get install -y \
python3-pip \
gcc-arm-none-eabi \
git \
mercurial \
vim
RUN pip3 install --upgrade pip
@victorromeo
victorromeo / clustering-examples.ipynb
Created January 8, 2021 11:50
Clustering Examples.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@victorromeo
victorromeo / 2D_Means_Shift.ipynb
Last active January 8, 2021 11:46
2D Means Shift.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.