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
const sleep = (milliseconds) => { | |
return new Promise(resolve => setTimeout(resolve, milliseconds)) | |
} | |
for (let i=0;i<1000;i++) { | |
sleep(1000).then(() => { | |
let startEmberId = 60 | |
document.querySelector(`#ember${startEmberId+i}`).click() | |
console.log(`clicked #ember${startEmberId+i}`) | |
}) | |
} |
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
[{ | |
"name": "John", | |
"age": 30, | |
"city": "New York" | |
}, | |
{ | |
"name": "Jane", | |
"age": 20, | |
"city": "San Francisco" | |
}] |
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
P(0 successful) + P(1 successful) + ... + P(10 successful) = 1 | |
P(1 successful) + ... + P(10 successful) = 1 - P(0 successful) | |
P(1 successful) + ... + P(10 successful) = P(at least 1 successful) | |
P(at least 1 successful) = 1 - P(0 successful) | |
P(at least 1 successful) = 1 - P(startup failure)^10 | |
P(at least 1 successful) = 1 - 0.9^10 | |
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
{ | |
"basics": { | |
"name": "Geoff Langenderfer", | |
"label": "Frontend: React Backend: NodeJS, Spring Boot Languages: Javascript, Python, Bash, HTML, CSS, Java, SQL Databases: PostgreSQL, MongoDB, SQLite, Firebase, H2 Data Analytics: Pandas, Matplotlib, psql, mongo, Excel, VBA Remote Collaboration: Git, Github I'm happy when I get to build beautiful things, work on my interests, and maintain freedom over my time. I love to read and lift weights when I'm not coding. github.com/geofflangenderfer", | |
"picture": "", | |
"email": "[email protected]", | |
"phone": "", | |
"website": "", | |
"summary": "Computer Software", | |
"location": { |
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
### Keybase proof | |
I hereby claim: | |
* I am geofflangenderfer on github. | |
* I am g_langenderfer (https://keybase.io/g_langenderfer) on keybase. | |
* I have a public key ASCkI9g09vFEiqAnKAPv5r2kB7cpbjA2Lu_PKfH59TkjWgo | |
To claim this, I am signing this object: |
NewerOlder