Skip to content

Instantly share code, notes, and snippets.

@Fil
Fil / country-aliases.tsv
Last active November 2, 2015 21:49
list of country names
id name
AFG Afghanistan
AGO Angola
ALB Albania
ARE United Arab Emirates
ARG Argentina
ARM Armenia
ATF French Southern and Antarctic Lands
AUS Australia
AUT Austria
#! /usr/bin/php -q
<?php
define ('MYSQL_ROOT', 'root');
define ('MYSQL_PASS', 'passwd');
# connexion a la base
$conn = mysql_connect('localhost', 'root', 'tapioca');
if (!$conn) die ('erreur connexion DB '.mysql_error());
@Fil
Fil / svg2png
Created January 25, 2013 17:12
<?php
## Service Web de conversion d'un SVG (passéen URL) en png
## ?url=http://......./svg2png.php?url=(adresse du svg)
## renvoie le png converti
## TODO : gestion d'entete en cas d'erreur quelconque
## utilise : SPIP
## utilise : rsvg ou ImageMagick http://seenthis.net/messages/86415
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Fil
Fil / map.geojson
Created August 18, 2013 09:55
via:geojson.io
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Fil
Fil / map.geojson
Created August 27, 2013 14:59
via:geojson.io
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Fil
Fil / sync.php
Last active January 3, 2016 04:19
<?php
# seenthis sync:
# export
define('_DIR_EXPORT', 'export/');
# import
@Fil
Fil / jpeg-recompress.php
Created April 12, 2016 15:34
recompress jpg files on the fly
<?php
/*
pour l'installer, assurez-vous d'avoir un executable jpeg-recompress a l'emplacement indiqué,
et copier dans .htaccess les lignes suivantes
RewriteCond %{REQUEST_FILENAME} \.jpg
RewriteCond %{DOCUMENT_ROOT}/jpeg-recompress.php -f
RewriteRule \.jpg$ ./jpeg-recompress.php [QSA,L]
@Fil
Fil / README.md
Last active May 23, 2016 08:31
Earthquake Map with fisheye (polar)