Skip to content

Instantly share code, notes, and snippets.

View jonboiser's full-sized avatar

Jonathan Boiser jonboiser

View GitHub Profile
from kolibri.core.auth.models import FacilityUser, Facility, Role
from faker import Faker
"""
pip install Faker if you don't have it
"""
FAKE = Faker()
"""
@jonboiser
jonboiser / .gitignore
Last active January 27, 2016 16:25 — forked from mbostock/.block
Pan+Zoom
node_modules/
@jonboiser
jonboiser / index.html
Created January 22, 2016 16:05 — forked from stepheneb/index.html
D3 Example: zoom, pan, and axis rescale
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>One Graph</title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.v2.js"></script>
<script type="text/javascript" src="simple-graph.js"></script>
<style type="text/css">
body { font: 13px sans-serif; }
rect { fill: #fff; }
@jonboiser
jonboiser / README.md
Created January 20, 2016 21:44 — forked from jstcki/README.md
Grid layout