Skip to content

Instantly share code, notes, and snippets.

@ryestew
ryestew / index.html
Last active November 22, 2015 11:06
d3_1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bar Chart, Framed</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script>
<style type="text/css">
/* #682e07 brown */
continent 1998 2007 2008 2009 2010 2011 2012 2013
Africa 75396 103407 108178 109361 105683 101098 102592 109665
Asia 29725 43324 44723 48065 44404 43134 44047 48770
America 13518 19239 19922 20285 23314 21096 20633 20734
Europe 4318 10528 10395 10643 10194 11254 11471 11957
Oceania 473 703 826 838 687 821 805 716
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ryestew
ryestew / cb_2015_08_tract_500k.json
Created May 26, 2016 10:19
Denver Census Tracts
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ryestew
ryestew / cb_2015_08_tract_500k.json
Created May 26, 2016 16:45
Denver Census Tract V2
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am ryestew on github.
  • I am ryestew (https://keybase.io/ryestew) on keybase.
  • I have a public key ASCoOd_78pwE6cJ2ic-JpyR22DtiU_0SKZWTi-aDIiMZIQo

To claim this, I am signing this object:

@ryestew
ryestew / BasicToken.sol
Last active May 1, 2018 15:04
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.23+commit.124ca40d.js&optimize=false&gist=
pragma solidity ^0.4.18;
import "./ERC20Basic.sol";
import "./SafeMath.sol";
/**
* @title Basic token
* @dev Basic version of StandardToken, with no allowances.
@ryestew
ryestew / BasicToken.sol
Created May 2, 2018 08:42
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.23+commit.124ca40d.js&optimize=false&gist=
pragma solidity ^0.4.18;
import "./ERC20Basic.sol";
import "./SafeMath.sol";
/**
* @title Basic token
* @dev Basic version of StandardToken, with no allowances.
@ryestew
ryestew / BasicToken.sol
Created May 2, 2018 08:46
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.23+commit.124ca40d.js&optimize=false&gist=
pragma solidity ^0.4.18;
import "./ERC20Basic.sol";
import "./SafeMath.sol";
/**
* @title Basic token
* @dev Basic version of StandardToken, with no allowances.