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> | |
<head> | |
<title>Streamgraph</title> | |
<script src="http://mbostock.github.com/d3/d3.min.js?1.28.0"></script> | |
<script src="http://mbostock.github.com/d3/d3.layout.min.js?1.28.0"></script> | |
</head> | |
<body> | |
<div id="chart"> | |
</div> |
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> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> | |
<title>Force Layouts - Multiple Foci Collision</title> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.geom.js"></script> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.layout.js"></script> | |
<style type="text/css"> |
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
require 'rake-pipeline-web-filters' | |
# package js | |
input 'packages/emberjs/dist', 'ember.js' | |
input 'packages/package_A' | |
input 'packages/package_B' | |
# project js | |
input 'lib' |
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> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | |
<title>Shall we play a game?</title> | |
<script type="text/javascript" src="https://github.com/mbostock/d3/raw/v2.7.1/d3.js"></script> | |
<script type="text/javascript" src="https://github.com/simplegeo/polymaps/raw/v2.5.1/polymaps.js"></script> | |
<style type="text/css"> | |
body { |
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> | |
<meta charset="utf-8"> | |
<style> | |
svg { | |
font: 10px sans-serif; | |
} | |
.Beer { | |
fill: #ccc; |
This file has been truncated, but you can view the full file.
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
%OpenBCI Raw EEG Data | |
% | |
%Sample Rate = 250.0 Hz | |
%First Column = SampleIndex | |
%Last Column = Timestamp | |
%Other Columns = EEG data in microvolts followed by Accel Data (in G) interleaved with Aux Data | |
0, 1490.73, 11014.63, -26666.30, -46033.86, -45411.84, -59798.11, -36938.74, -42731.48, -0.026, 0.468, -0.062, 15:31:23.878 | |
1, -804.15, -9113.95, -22183.10, -41511.79, -40816.34, -55279.41, -32328.71, -38112.23, 0.000, 0.000, 0.000, 15:31:23.878 | |
2, 560.67, -10295.01, -22721.04, -42132.63, -41781.80, -55830.10, -33283.91, -39083.63, 0.000, 0.000, 0.000, 15:31:23.879 | |
3, 2977.90, 10004.51, -27331.71, -46786.02, -46520.21, -60482.50, -38031.36, -43832.71, 0.000, 0.000, 0.000, 15:31:23.880 |