This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Test OTR</title> | |
</head> | |
<body></body> | |
<script> | |
var start = (new Date()).getTime(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "2013-11-10", | |
"text": "2 / 3 = 0.66667", | |
"marks": [ | |
{ | |
"from": { | |
"line": 0, | |
"ch": 8 | |
}, | |
"to": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph { | |
"Vannevar Bush" -> "Claude Shannon"; | |
"Claude Shannon" -> "Ivan Sutherland"; | |
subgraph ailab { | |
rank = same; | |
edge[dir=none]; | |
"Seymour Papert" -> "Marvin Minsky"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import csv | |
import matplotlib.pyplot as plt | |
from matplotlib import dates | |
from datetime import datetime | |
X = [] | |
Y = [] |
NewerOlder