This Gist was automatically created by Carbide, a free online programming environment.
Created
August 6, 2016 03:18
-
-
Save antimatter15/4c5acf15b60f01c0db2526aba0ffbc49 to your computer and use it in GitHub Desktop.
Zaaaam
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
doc.save() |
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
doc.serialize() |
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
fetch('http://api.github.com/gists/2cd43f5b2756e14493f6e5d812f1ed8a', {proxy: false}) | |
.then(x => x.json()) | |
.then(x => { | |
var files = x.files | |
var metadata = JSON.parse(files['metadata.json'].content) | |
}) |
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
files |
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
1 + 1 |
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
is 2 |
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
{"cells":[{"probes":[{"start":0,"end":10,"id":"&qbg7qu"}],"id":"&nyodos","name":"cell0.js"},{"probes":[{"start":0,"end":15,"id":"&3k8q8j"}],"id":"&jdp74w","name":"cell1.js"},{"probes":[{"start":0,"end":205,"id":"&k8d9n6"},{"start":160,"end":202,"id":"&2ox19d","expanded":true,"expanded_set":true,"visible":true,"visible_set":true},{"start":171,"end":193,"id":"&trasol","expanded":true,"expanded_set":true,"visible":true,"visible_set":true}],"id":"&gjwcdf","name":"cell2.js"},{"probes":[{"start":0,"end":5,"id":"&efpj0n"}],"id":"&h995rw","name":"cell3.js"},{"probes":[],"id":"scratch0","name":"cell4.js"},{"probes":[],"id":"cell0","name":"cell5.js"}],"selections":[{"head":{"line":0,"ch":10},"anchor":{"line":0,"ch":10}}],"kernel_name":"Javascript","title":"Zaaaam"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment