Skip to content

Instantly share code, notes, and snippets.

@cristianpb
cristianpb / .vimrc
Last active April 21, 2017 20:54
vim_plugins
"" Vundle
set nocompatible " be iMproved, required
filetype off " required
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'airblade/vim-gitgutter'
@cristianpb
cristianpb / communications.geojson
Last active April 27, 2017 07:27
Communications
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cristianpb
cristianpb / .block
Last active September 12, 2018 20:10
license: gpl-3.0
height: 800
scrolling: yes
border: no
@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 / 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 / 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 / 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 / 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 / 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.