Skip to content

Instantly share code, notes, and snippets.

View taniki's full-sized avatar
🛠️

tam kien duong taniki

🛠️
View GitHub Profile
@taniki
taniki / prophet.ipynb
Created September 14, 2023 13:22
prédire le taux d'incidence avec facebook prophet
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@taniki
taniki / prep_finess_ej.ipynb
Last active November 17, 2022 21:44
convertir le fichier FINESS entités juridiques dans un format csv propre
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
function marginnote(md){
var parseLinkLabel = md.helpers.parseLinkLabel,
isSpace = md.utils.isSpace;
function render_footnote_ref (tokens, idx, options, env, slf){
var id = tokens[idx].meta.id
var label = `<label for="mn-${ id }" class="margin-toggle">⊕<div></div></label>`
var input = `<input type="checkbox" id="mn-${ id }" class="margin-toggle"/>`
return `${label}${input}`
@taniki
taniki / 0 - README.md
Last active January 28, 2022 12:49
Obtenir un fichier csv de la base FINESS de meilleur qualitée
@taniki
taniki / readme.md
Created October 7, 2018 09:30
Charger la base SIRENE dans une stack ELK

La base SIRENE

Récupérer la base SIRENE

ELK avec docker

Configuration des pipelines logstash

Profit

@taniki
taniki / proof.md
Last active January 3, 2017 16:59
keybase.md

Keybase proof

I hereby claim:

  • I am taniki on github.
  • I am tkd (https://keybase.io/tkd) on keybase.
  • I have a public key ASAaKObDebetbg8lvqNbWAwo2Am91ToMQvm2YjnpOutSkQo

To claim this, I am signing this object:

@taniki
taniki / lemaire.md
Last active December 6, 2016 18:23
acteurs publics

source : http://www.acteurspublics.com/2016/12/06/la-planete-des-civic-tech-explose-a-la-veille-du-partenariat-pour-un-gouvernement-ouvert

Comme un pavé dans la mare à la veille du sommet mondial du Partenariat pour un gouvernement ouvert : un collectif d’associations, dont l’April et Regards citoyens, accuse le gouvernement d’orchestrer un vaste plan de communication. La secrétaire d’État au Numérique, Axelle Lemaire, leur répond.

Ont-elles craché dans la soupe ? L’image est triviale mais la question se pose, au vu du communiqué signé le 5 décembre par 10 associations de la mouvance des “civic tech” qui, à la veille de l’ouverture du sommet mondial du Partenariat pour un gouvernement ouvert (PGO), dénoncent “un leurre”. D’après les signataires (April, Bloom, Democracy OS France, Fais ta loi, Framasoft, La Quadrature du Net, la Ligue des droits de l’Homme, Regards citoyens, République citoyenne, SavoirsCom1), la présidence française du PGO ne promouvrait qu’un “dialogue apparent avec la société civile”.

Au

@taniki
taniki / bitclock.ino
Created October 2, 2016 00:10
# bitclock
#include <TimeLib.h>
#include <ESP8266WiFi.h>
#include <WiFiUdp.h>
#include <NTPClient.h>
#include <BlynkSimpleEsp8266.h>
#include <Adafruit_NeoMatrix.h>
#include <Adafruit_NeoPixel.h>
// #include <avr/power.h> // Comment out this line for non-AVR boards (Arduino Due, etc.)
@taniki
taniki / gist:d5a56c5d190f1927cd863458a0a90963
Created August 29, 2016 14:34
All french cities pop <= 1500 DESC
SELECT ?city ?cityLabel ?population
WHERE {
?city wdt:P1082 ?population FILTER(?population <= 1500).
?city wdt:P17 wd:Q142 .
SERVICE wikibase:label {
bd:serviceParam wikibase:language "fr" .
}
}
ORDER BY DESC(?population)
@taniki
taniki / 0 README.md
Last active August 29, 2015 14:24
128x64 OLED + arduino