I hereby claim:
- I am johncoogan on github.
- I am johncoogan (https://keybase.io/johncoogan) on keybase.
- I have a public key whose fingerprint is C85C 180B 0EFC 5CAE A874 3257 CACA A0E3 8E6A 96C9
To claim this, I am signing this object:
<!-- Annotated javascript available at http://enja.org/code/tuts/d3/bar --> | |
<!-- Code walkthrough screencast available at --> | |
<html> | |
<head> | |
<title>Enjalot's Bar</title> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?2.1.3"></script> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.geom.js?2.1.3"></script> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.layout.js?2.1.3"></script> | |
<style type="text/css"> | |
.bar rect |
(function(){function b(a,b){return function(c){return c&&c.type in a?a[c.type](c):b}}function c(a){return"m0,"+a+"a"+a+","+a+" 0 1,1 0,"+ -2*a+"a"+a+","+a+" 0 1,1 0,"+2*a+"z"}function d(a,b){a.type in e&&e[a.type](a,b)}function f(a,b){d(a.geometry,b)}function g(a,b){for(var c=a.features,e=0,f=c.length;e<f;e++)d(c[e].geometry,b)}function h(a,b){for(var c=a.geometries,e=0,f=c.length;e<f;e++)d(c[e],b)}function i(a,b){for(var c=a.coordinates,d=0,e=c.length;d<e;d++)b.apply(null,c[d])}function j(a,b){for(var c=a.coordinates,d=0,e=c.length;d<e;d++)for(var f=c[d],g=0,h=f.length;g<h;g++)b.apply(null,f[g])}function k(a,b){for(var c=a.coordinates,d=0,e=c.length;d<e;d++)for(var f=c[d][0],g=0,h=f.length;g<h;g++)b.apply(null,f[g])}function l(a,b){b.apply(null,a.coordinates)}function m(a,b){for(var c=a.coordinates[0],d=0,e=c.length;d<e;d++)b.apply(null,c[d])}function n(a){return a.source}function o(a){return a.target}function p(b,c){function r(b){var c=Math.sin(p-(b*=p))/q,d=Math.sin(b)/q,g=c*h*e+d*n*k,j=c*h*f+d*n*l,m=c*i+d |
{ | |
"directed": false, | |
"graph": [], | |
"links": [ | |
{ | |
"source": 0, | |
"target": 6 | |
}, | |
{ | |
"source": 0, |
#!/usr/bin/env python | |
# Twilio Tools for Reminding & Calling | |
# Download the twilio-python library from http://twilio.com/docs/libraries | |
from twilio.rest import TwilioRestClient | |
from twilio import twiml | |
from flask import Flask | |
app = Flask(__name__) | |
account = "TWILIO ACCOUNT" |
I hereby claim:
To claim this, I am signing this object:
Verifying that +johncoogan is my Bitcoin username. You can send me #bitcoin here: https://onename.io/johncoogan |
# The MIT License (MIT) | |
# Copyright (c) 2015 John Coogan | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is | |
# furnished to do so, subject to the following conditions: |
package main | |
import ( | |
"net/http" | |
"io/ioutil" | |
"time" | |
"log" | |
"os" | |
) |