Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<!--
Vous m'évaluez combien ça coûte, ce dev, "à la louche" ?
Auteur : https://twitter.com/juboo_
-->
<html>
<head>
#!/usr/bin/python
# -*- coding: utf-8
"""
Tweet ton speed test
======================
Appelle l'api en ligne de commande
speed test, parse le resultat, et envoie un
tweet au compte du FAI si les valeurs
sont considérées trop basses.
@jubo
jubo / ftth-auvergne-opendata.py
Last active October 2, 2015 21:08
Service OpenData Auvergne THD
# -*- coding:utf-8
# Ce code est mis à disposition dans le domaine public
# Auteur : Julien BOUCHER
# Le 2/10/2015
import os
from flask import Flask
from flask import make_response
import xml.etree.ElementTree as xml
PREFIX_DATES = u"FttH - Travaux de déploiement de "
@jubo
jubo / picasa_download.rb
Last active September 25, 2015 15:07 — forked from pwnall/picasa_download.rb
Backs up all the photos from Google Picasa Web Albums
# Backs up all the photos from Google Picasa Web Albums.
#
# The script downloads the original version of the photos, and is not limited to
# 1600x1200 thumbnails.
#
# Author:: Victor Costan
# Copyright:: Copyright (C) 2010 Victor Costan
# License:: MIT
# ------------------------------------------------------------