2014-12-03 22:25:30 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<progress id="progress" value=0></progress>
|
|
|
|
<div id="output"></div>
|
|
|
|
<div id="stderr"></div>
|
|
|
|
</body>
|
|
|
|
<script src="../dist/filer.js"></script>
|
|
|
|
<script type="text/javascript" src="https://rawgithub.com/tmcw/simple-statistics/master/src/simple_statistics.js"></script>
|
|
|
|
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script>
|
|
|
|
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
2014-12-03 23:33:07 +00:00
|
|
|
<script type="text/javascript" src="./index"></script>
|
2014-12-03 22:25:30 +00:00
|
|
|
<script src="./filer-perf-test.js"></script>
|
|
|
|
</html>
|