Skip to content

Instantly share code, notes, and snippets.

@binaryjohn
binaryjohn / index.html
Last active August 29, 2015 14:19
Learning How D3 works
<!DOCTYPE html>
<meta charset="utf-8">
<script src='http://d3js.org/d3.v3.min.js'></script>
@binaryjohn
binaryjohn / companies.json
Created March 1, 2018 03:19
A JSON of companies from CrunchBase
This file has been truncated, but you can view the full file.
[
{"permalink":"/company/waywire","name":"#waywire","category_code":"news","funding_total_usd":"1750000","status":"operating","country_code":"USA","state_code":"NY","region":"New York","city":"New York","funding_rounds":"1","founded_at":"2012-06-01","founded_month":"2012-06","founded_quarter":"2012-Q2","founded_year":"2012","first_funding_at":"2012-06-30","last_funding_at":"2012-06-30","last_milestone_at":"2013-09-06"},
{"permalink":"/company/n-plusn","name":"#NAME?","category_code":"software","funding_total_usd":"600000","status":"operating","country_code":"USA","state_code":"NY","region":"New York","city":"New York","funding_rounds":"1","founded_at":"2012-01-01","founded_month":"2012-01","founded_quarter":"2012-Q1","founded_year":"2012","first_funding_at":"2012-08-29","last_funding_at":"2012-08-29","last_milestone_at":""},
{"permalink":"/company/club-domains","name":".Club Domains","category_code":"software","funding_total_usd":"7000000","status":"operating","country_code":"USA","state_code":"FL","region":"
@binaryjohn
binaryjohn / machine.js
Last active January 14, 2021 04:06
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions