View elizabeth.txt
This file contains 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
Elizabeth's seeming really vexed and embarrassed. | |
Her acquaintance was at least as much embarrassed as herself. | |
She had resolved to be perfectly easy | |
A resolution. | |
"I know my own strength, and I shall never be embarrassed again" | |
"But I was embarrassed." |
View ceremony.txt
This file contains 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
Allow | |
the | |
disapproving | |
to | |
be distant | |
When | |
almost | |
promising, | |
the |
View script.js
This file contains 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
const fs = require('fs'), | |
puppeteer = require('puppeteer'), | |
tag = 'sushi'; | |
(async () => { | |
const browser = await puppeteer.launch(); | |
const page = await browser.newPage(); | |
let sharedData, images; | |
await page.goto(`https://www.instagram.com/explore/tags/${tag}`); |
View gist:79b5e8535f7e189ae3cc9569161d1ea9
This file contains 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
const slides = [ | |
{ | |
image: | |
' https://s3.amazonaws.com/peloton-ride-images/a94a8fe5ccb19ba61c4c0873d391e987982fbbd3/img_1530025103442.jpg', | |
title: 'Basics', | |
}, | |
{ | |
image: | |
'https://s3.amazonaws.com/peloton-ride-images/a94a8fe5ccb19ba61c4c0873d391e987982fbbd3/img_1531254937082.jpg', | |
title: 'Essentials Package', |
View machine.js
This file contains 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
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
OlderNewer