Skip to content

Instantly share code, notes, and snippets.

View Manu1400's full-sized avatar
😄

Emmanuel Haguet Manu1400

😄
View GitHub Profile
{
"json.schemas": [
{
"fileMatch": [
"*.campagn.json"
],
"url": "./geojson-schema.json",
"$comment": "EELV campagn schemas"
}
]
@Manu1400
Manu1400 / ListFR-igen-fr-part.txt
Created May 24, 2017 17:04
ListFR : ensembles de filtres présents concernant igen.fr
igen.fr,macg.co,watchgeneration.fr###unepromo
igen.fr##.article > [class] > [id] img:last-child
igen.fr##.article [id*="C"]
igen.fr##.article [id*="F"]
igen.fr##.article [id*="G"]
igen.fr##.article [id*="L"]
igen.fr##.article [id*="M"]
igen.fr##.article [id*="N"]
igen.fr##.article [id*="P"]
igen.fr##.article [id*="Q"]
@Manu1400
Manu1400 / foot.lua
Created November 16, 2013 16:32 — forked from Tristramg/foot.lua
-- Foot profile
-- Begin of globals
bollards_whitelist = { [""] = true, ["cattle_grid"] = true, ["border_control"] = true, ["toll_booth"] = true, ["sally_port"] = true, ["gate"] = true}
access_tag_whitelist = { ["yes"] = true, ["foot"] = true, ["permissive"] = true, ["designated"] = true }
access_tag_blacklist = { ["no"] = true, ["private"] = true, ["agricultural"] = true, ["forestery"] = true }
access_tag_restricted = { ["destination"] = true, ["delivery"] = true }
access_tags = { "foot" }
service_tag_restricted = { ["parking_aisle"] = true }