Skip to content

Instantly share code, notes, and snippets.

@ayshabkhan
ayshabkhan / keybase.md
Created January 31, 2017 05:03
keybase proof for github

Keybase proof

I hereby claim:

  • I am ayshabkhan on github.
  • I am aysha (https://keybase.io/aysha) on keybase.
  • I have a public key whose fingerprint is 19C4 42E0 709E 9775 AD45 4244 6BAB 0706 D676 0B34

To claim this, I am signing this object:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<style>
table {
border-collapse: collapse;
border: 2px black solid;
font: 12px sans-serif;
}
@ayshabkhan
ayshabkhan / todo.md
Last active August 29, 2015 14:05
To Do
  • Tableau
  • Leaflet
  • Mapbox
  • Tilemill
  • D3
  • C3
// Lefalet shortcuts for common tile providers - is it worth adding such 1.5kb to Leaflet core?
L.TileLayer.Common = L.TileLayer.extend({
initialize: function (options) {
L.TileLayer.prototype.initialize.call(this, this.url, options);
}
});
(function () {