I hereby claim:
- I am aboutaaron on github.
- I am aboutaaron (https://keybase.io/aboutaaron) on keybase.
- I have a public key ASDqPHR9T9DpZ73YsrmmfQPm5TSoEiGZWWmbN5RTNScnwAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
license: gpl-3.0 |
# set the base image to Debian | |
# https://hub.docker.com/_/debian/ | |
FROM debian:latest | |
# replace shell with bash so we can source files | |
RUN rm /bin/sh && ln -s /bin/bash /bin/sh | |
# update the repository sources list | |
# and install dependencies | |
RUN apt-get update \ |
height: 510 | |
border: no | |
license CC0-1.0 |
function Chart() { | |
var data = []; | |
var margin = { | |
top: 10, | |
right: 10, | |
bottom: 10, | |
left: 10 | |
} |
<script type="text/javascript"> | |
// First let's create an array of JavaScript Date | |
// objects. | |
// More info about the Date class: | |
// http://w3schools.com/js/js_obj_date.asp | |
var dates = [ | |
new Date(2010, 4, 10, 10, 07, 16), | |
new Date(2010, 4, 8, 9, 16, 09), | |
new Date(2010, 3, 30, 0, 15, 49), |
ssh: connect to host ec2-54-190-57-155.us-west-2.compute.amazonaws.com port 22: Connection timed out | |
Fatal error: local() encountered an error (return code 255) while executing 'ssh [email protected] -i /home/aaron/.ec2/calaccess.pem' | |
Aborting. | |
local() encountered an error (return code 255) while executing 'ssh [email protected] -i /home/aaron/.ec2/calaccess.pem' |
# New frontiers in javascript: the browser at the bleeding edge | |
## Possible futures | |
1. new libs (new jQuery) | |
2. ECMAscript 6 | |
3. Make your own (sweet.js) | |
4. web assembly (coffeescript) | |
## 1. New Libs | |
- React.js: shadow DOM (diffing shadow DOM to DOM) | |
- calculate differences in DOM nodes |