Skip to content

Instantly share code, notes, and snippets.

View rbpdqdat's full-sized avatar

Russell Bigley rbpdqdat

  • Logical Fusion LLC
  • Lone Tree, Colorado
View GitHub Profile
@rbpdqdat
rbpdqdat / index.html
Created September 29, 2015 17:00 — forked from milkbread/index.html
JavaScript: UTFGrid demonstration I
<!DOCTYPE html>
<!--Source: http://danzel.github.io/Leaflet.utfgrid/example/map.html//-->
<html>
<head>
<script src="http://cdn.leafletjs.com/leaflet-0.6.1/leaflet.js"></script>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.1/leaflet.css" />
<script src="http://danzel.github.io/Leaflet.utfgrid/src/leaflet.utfgrid.js"></script>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
@rbpdqdat
rbpdqdat / jupyter_shortcuts.md
Created February 9, 2017 16:13 — forked from kidpixo/jupyter_shortcuts.md
Keyboard shortcuts for ipython notebook 3.1.0 / jupyter

Toc

Keyboard shortcuts

The IPython Notebook has two different keyboard input modes. Edit mode allows you to type code/text into a cell and is indicated by a green cell border. Command mode binds the keyboard to notebook level actions and is indicated by a grey cell border.

MacOS modifier keys:

  • ⌘ : Command