Skip to content

Instantly share code, notes, and snippets.

@cristianpb
cristianpb / quickfeather_pinout.svg
Last active May 15, 2021 17:23
Quick Feather Diagram Pinout
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cristianpb
cristianpb / magic-wand.ipynb
Last active June 14, 2021 22:28
magic wand training
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cristianpb
cristianpb / DocuementDetection.ipynb
Created February 16, 2021 09:10
Docuement detection using opencv
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cristianpb
cristianpb / 01-Withings.ipynb
Created February 16, 2021 09:08
Withings data analysis notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cristianpb
cristianpb / 03-Export_json.ipynb
Created February 16, 2021 09:05
Export trainig data into json format
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cristianpb
cristianpb / 04-Multiple_Trainning.ipynb
Created February 16, 2021 09:04
Training analysis for marathon mirabelle 2017
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cristianpb
cristianpb / 02-Exploration.ipynb
Last active February 16, 2021 08:57
velib folium exploration notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cristianpb
cristianpb / bulk-deces.py
Last active January 8, 2021 23:00
bulk csv request
import requests
import time
url = "https://deces.matchid.io/deces/api/v1/search/csv"
files = {
'file': ('clients_test.csv', open('clients_test.csv', 'rb'), 'application/csv', {'Expires': '0'}),
'sep': (None, ';'),
'firstName': (None, 'Prenom'),
'lastName': (None, 'Nom'),
'birthDate': (None, 'Date'),
@cristianpb
cristianpb / README.md
Last active October 27, 2020 13:39
goaccess & nginx
  • Launch goaccess
goaccess -a --config-file=/home/${USER}/goaccess.conf

Mode daemon is turned on.

@cristianpb
cristianpb / provider.yml
Last active April 11, 2022 17:32
traefik static file config
http:
services:
snapcast:
loadBalancer:
servers:
- url: "http://192.168.12.142:1780/"
mopidy:
loadBalancer:
servers:
- url: "http://192.168.12.142:6680/"