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
| date | close | |
|---|---|---|
| 24-Apr-07 | 93.24 | |
| 25-Apr-07 | 95.35 | |
| 26-Apr-07 | 98.84 | |
| 27-Apr-07 | 99.92 | |
| 30-Apr-07 | 99.80 | |
| 1-May-07 | 99.47 | |
| 2-May-07 | 100.39 | |
| 3-May-07 | 100.40 | |
| 4-May-07 | 100.81 |
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
| license: gpl-3.0 |
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> | |
| <svg width="960" height="673" stroke="#fff" stroke-width="0.5"></svg> | |
| <script src="https://d3js.org/d3.v4.min.js"></script> | |
| <script src="https://d3js.org/d3-hsv.v0.1.min.js"></script> | |
| <script src="https://d3js.org/d3-contour.v1.min.js"></script> | |
| <script> | |
| var svg = d3.select("svg"), | |
| width = +svg.attr("width"), | |
| height = +svg.attr("height"); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| // WISTIA API FOR LOADING VIDEOS | |
| /* | |
| https://api.wistia.com/v1/stats/medias/avk9twrrbn.json | |
| for now, video views will be avoided. | |
| */ |
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
| [{ | |
| "date": "Bob", | |
| "edits": 32 | |
| }, { | |
| "date": "Robin", | |
| "edits": 12 | |
| }, { | |
| "date": "Anne", | |
| "edits": 24 | |
| }, { |
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
| [ | |
| { | |
| "date": "1-May-12", | |
| "close": 53.13, | |
| "open": 3.41 | |
| }, { | |
| "date": "30-Apr-12", | |
| "close": 54.12, | |
| "open": 4.12 | |
| }, { |
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
| .type.storage,.type.storage.declaration, .storage.class.modifier { | |
| font-family: 'Operator Mono'; | |
| } | |
| .type.storage.arrow.function { | |
| font-family: 'Fira Code' | |
| } | |
| .token.keyword.operator { | |
| font-family: 'Fira Code' |
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
| .type.storage,.type.storage.declaration, .storage.class.modifier { | |
| font-family: 'Operator Mono Book'; | |
| } | |
| .type.storage.arrow.function { | |
| font-family: 'Fira Code' | |
| } | |
| .token.keyword.operator { | |
| font-family: 'Fira Code' |