Skip to content

Instantly share code, notes, and snippets.

View christianbriggs's full-sized avatar

Christian Briggs christianbriggs

View GitHub Profile
@christianbriggs
christianbriggs / designer.html
Last active November 22, 2015 00:49
designer
<link rel="import" href="../ace-element/ace-element.html">
<link rel="import" href="../code-mirror/code-mirror.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@christianbriggs
christianbriggs / .block
Created August 9, 2016 21:23
Directed Graph Editor
license: gpl-3.0
@christianbriggs
christianbriggs / .block
Created August 9, 2016 21:23
Freehand drawing
license: gpl-3.0
@christianbriggs
christianbriggs / template.html
Created September 8, 2016 15:12 — forked from ttscoff/template.html
Add this before the </body> tag in an nvALT template.html file for working [[note links]] in the preview.
<script>
window.onload = function(e){
var container = document.getElementById("wrapper");
container.innerHTML = container.innerHTML.replace(/\[\[(.*?)\]\]/g,"<a href='nvalt://find/$1'>$1</a>");
}
</script>
@christianbriggs
christianbriggs / .block
Last active January 11, 2017 02:28
Click to center & zoom
license: mit
@christianbriggs
christianbriggs / .block
Created May 11, 2017 15:22
simple selector
license: mit
@christianbriggs
christianbriggs / .block
Created May 11, 2017 15:58
D3 + Vue.js
license: mit
@christianbriggs
christianbriggs / .block
Created May 30, 2017 02:57
Network Annotation with Collision Detection
license: mit
@christianbriggs
christianbriggs / README.md
Created June 1, 2017 03:02 — forked from cjrd/README.md
Interactive tool for creating directed graphs using d3.js.

directed-graph-creator

Interactive tool for creating directed graphs, created using d3.js.

Demo: http://bl.ocks.org/cjrd/6863459

Operation:

  • drag/scroll to translate/zoom the graph
@christianbriggs
christianbriggs / .block
Created June 2, 2017 04:53
Global Migration in 2015
license: mit
height: 960
border: no