This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
# ------------------------------------------------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- 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 " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!-- | |
Vous m'évaluez combien ça coûte, ce dev, "à la louche" ? | |
Auteur : https://twitter.com/juboo_ | |
--> | |
<html> | |
<head> |