Skip to content

Instantly share code, notes, and snippets.

@i5ar
i5ar / Keyboard.svg
Last active October 27, 2016 02:14 — forked from tmplinshi/KeypressOSD.ahk
Keypress On Screen Display
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@i5ar
i5ar / encode.js
Last active October 17, 2016 00:09 — forked from djq/unions
Union from a list of geometries in GeoDjango
// Encode array
var json_string = JSON.stringify(features_array);
console.log(json_string); // ["POLYGON((13.80796143 42.56851169000001,13.80769846 42.568553580000014,13.80777101 42.568770150000006,13.80804818 42.568736520000016,13.80796143 42.56851169000001))","POLYGON((13.8078327 42.56894971,13.80810299 42.568905150000006,13.80804818 42.568736520000016,13.80777101 42.568770150000006,13.8078327 42.56894971))"]
@i5ar
i5ar / gist:34a38c00127f7d9b526a
Last active August 29, 2015 14:11 — forked from jedsundwall/gist:586144
Add commas to items in an unordered list
ul.tags {
display: inline;
margin: 0;
padding: 0;
}
ul.tags li {
display: inline;
list-style: none;
margin: 0;
padding: 0;