Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
listes = { | |
1: "LISTE D'UNION DE LA DROITE ET DU CENTRE (Alain PIGEAU)", | |
2: "LUTTE OUVRIERE FAIRE ENTENDRE LE CAMP DES TRAVAILLEURS (Yves CHEÈRE)", | |
3: "LE MANS RENOUVEAU CITOYEN (Ariane HENRY)", | |
4: "AVEC VOUS POUR LE MANS (Christelle MORANÇAIS)", | |
5: "LE MANS POUR TOUS (Jean-Claude BOULARD)", | |
6: "CARTON ROUGE (Pascal LE PORT)", | |
7: "LE MANS BLEU MARINE (Louis NOGUÈS)", | |
8: "ALTERNATIVE PROGRESSISTE SOLIDAIRE (Michel PEZERIL)" | |
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/env python | |
# -*- coding:utf8 -*- | |
# | |
# gismu.py | |
# | |
# Copyright © 2014 Mathieu Gaborit (matael) <[email protected]> | |
# | |
# | |
# Distributed under WTFPL terms | |
# |
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
/* | |
* schema.sql | |
* | |
* Copyright (C) 2014 Mathieu Gaborit (matael) <[email protected]> | |
* | |
* | |
* Distributed under WTFPL terms | |
* | |
* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
* Version 2, December 2004 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
name := "sqlitetest" | |
version := "0.1" | |
scalaVersion := "2.10.3" | |
libraryDependencies ++= Seq( | |
"org.xerial" % "sqlite-jdbc" % "3.7.2", | |
"com.typesafe.slick" %% "slick" % "2.0.1-RC1" | |
) |
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
% | |
% tube_resonateur.m | |
% | |
% Copyright (C) 2014 Mathieu Gaborit (matael) <[email protected]> | |
% | |
% | |
% Distributed under WTFPL terms | |
% | |
% DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
% Version 2, December 2004 |
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> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>index</title> | |
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> | |
<!-- Leaflet CDN --> | |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.css" /> | |
<!--[if lte IE 8]> | |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.ie.css" /> |
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/env python | |
# -*- coding:utf8 -*- | |
# | |
# timeoLED.py | |
# | |
# Copyright © 2013 jerome B (jblbl) <[email protected]> | |
# | |
# | |
# Distributed under WTFPL terms | |
# |