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
#ne50mpopulatedplaces { | |
[zoom = 3][SCALERANK = 0]{ | |
::labels{ | |
text-name:[NAME]; | |
text-face-name:"DejaVu Sans Book"; | |
text-fill:#3d3d3d; | |
text-size:11; | |
text-min-distance:8; | |
text-line-spacing:1; | |
text-halo-radius:1;} |
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
# running tilemill masters, mapnik 2.x | |
# for ubuntu 12.04 users, postgis2.0 users | |
# | |
# modified https://gist.github.com/springmeyer/2164897 | |
# | |
# clear out any old ppa's that might conflict | |
sudo rm /etc/apt/sources.list.d/*mapnik* | |
sudo rm /etc/apt/sources.list.d/*developmentseed* |
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
<? | |
///////////////////// | |
// slack2html | |
// by @levelsio | |
///////////////////// | |
// | |
///////////////////// | |
// WHAT DOES THIS DO? | |
///////////////////// | |
// |
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
// ==UserScript== | |
// @name Mefiquote (updated for redesign) | |
// @namespace http://plutor.org/ | |
// @description Adds "quote" links to Metafilter comments. Updated for the 2014 redesign. | |
// @include http://metafilter.com/* | |
// @include http://*.metafilter.com/* | |
// @include https://metafilter.com/* | |
// @include https://*.metafilter.com/* | |
// @version 0.0.1.20141102043946 | |
// ==/UserScript== |