Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mushon
mushon / dumplings.html
Created February 16, 2010 01:17
I have fixed the reference to the css file. jkhurd1 has used: "dumplings/css/blueprint/screen.css" while the html page is already in the dumplings folder so there's no need for mentioning that again ("css/blueprint/screen.css" is enough). I have also chan
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"
>
<html lang="en">
<head>
<title>Order Dumplings in Chinese</title>
<link href="css/blueprint/screen.css" rel="stylesheet" type="text/css" media="screen, projection"/>

Keybase proof

I hereby claim:

  • I am mushon on github.
  • I am mushon (https://keybase.io/mushon) on keybase.
  • I have a public key whose fingerprint is D0B1 8E4B 8DED F75F A543 9C57 2519 F7B7 5157 B0CF

To claim this, I am signing this object:

@mushon
mushon / merged.json
Created June 30, 2016 11:14
merged.json as generated by script vs. after manual corrections
{
"version": 8,
"name": "merged",
"metadata": {
"mapbox:groups": {
"default": {
"collapsed": false,
"name": "default"
},
"postwar": {
@mushon
mushon / 19th-century.json
Last active June 20, 2016 05:55
5 periodical + 1default maps for Daat Hamakom
{
"version": 8,
"name": "19thcentury",
"metadata": {
"mapbox:groups": {
"1444856151690.9143": {
"name": "State labels",
"collapsed": true
},
"1444855815295.714": {
@mushon
mushon / cijzh8i5u0101bmkvm2sxj5l0.json
Last active March 13, 2016 14:19
daat-hamakom-map-diffs
{
"version": 8,
"name": "Pre-Industrial",
"metadata": {
"mapbox:groups": {
"1444934828655.3389": {
"name": "Aeroways",
"collapsed": true
},
"1444933322393.2852": {
@mushon
mushon / cil109hzx001ztylz9akdzee9.json
Last active February 26, 2016 07:41
Daat-Hamakom-Red
{
"version": 8,
"name": "Daat Hamakom Default - diff",
"metadata": {
"mapbox:groups": {
"1452119469254.5605": {
"name": "glaciers",
"collapsed": true
},
"1452207014560.2407": {
@mushon
mushon / Mapbox_feedback.md
Last active October 27, 2015 09:38
Feedback for the Mapbox Studio (GL) team

First, I'm a big believer in the move to GL and am very supportive of that. Here are some comments I gathered while beta testing.

###Critical

  • RTL Support - Can't launch without support for Right To Left languages.

###Needed

  • Line-Offset - I couldn't find it and it's very needed, especially when it comes to special road styling.
  • Image-Filters / Comp-Op - I've seen there's a ticket for it. It's very much needed, I hope it doesn't cost too much on performance.
@mushon
mushon / README.md
Created September 28, 2015 14:37
Projection Transitions—Dark
@mushon
mushon / yanh.php
Created June 1, 2011 05:19
XML-RPC for the You Are Not Here project
<?php
//calls the PHP XML-RPC library we're using:
include('IXR_Library.inc.php');
define_syslog_variables();
openlog("[GAZA XML SERVER]", LOG_PID | LOG_PERROR, LOG_LOCAL2);
class SimpleServer extends IXR_Server {
function SimpleServer() {