Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackakil/the-demo-that-goes-wrong
๐ฃ A demo used to help speaker practice handling when a demo breaks.
https://github.com/zackakil/the-demo-that-goes-wrong
bug demo practice public-speaking
Last synced: 18 days ago
JSON representation
๐ฃ A demo used to help speaker practice handling when a demo breaks.
- Host: GitHub
- URL: https://github.com/zackakil/the-demo-that-goes-wrong
- Owner: ZackAkil
- Created: 2023-10-24T11:33:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T08:40:09.000Z (over 1 year ago)
- Last Synced: 2024-12-06T19:11:08.595Z (about 2 months ago)
- Topics: bug, demo, practice, public-speaking
- Language: HTML
- Homepage: https://zackakil.github.io/the-demo-that-goes-wrong/
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# the-demo-that-goes-wrong ([demo link](https://zackakil.github.io/the-demo-that-goes-wrong/?random=true))
A demo used to help speaker practice handling when a demo breaks.## Demo links
| Version | Description | Link |
|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Safe๐ | Demo working fine. | [https://zackakil.github.io/the-demo-that-goes-wrong](https://zackakil.github.io/the-demo-that-goes-wrong) |
| Random๐ฒ | Randomly sets the demo to 1 of 4 states, were 1 is safe, 3 are bad. | [https://zackakil.github.io/the-demo-that-goes-wrong/?random=true](https://zackakil.github.io/the-demo-that-goes-wrong/?random=true) |
| Random Bad ๐ ๐ฒ | Randomly sets the demo to 1 of 4 states, were none are safe. | [https://zackakil.github.io/the-demo-that-goes-wrong/?randomBad=true](https://zackakil.github.io/the-demo-that-goes-wrong/?randomBad=true) |
| Slow โ๏ธ | Slow | [https://zackakil.github.io/the-demo-that-goes-wrong?uploadTime=10000&predictionTime=10000](https://zackakil.github.io/the-demo-that-goes-wrong?uploadTime=10000&predictionTime=10000) |
| Wrong output โ๏ธ | Wrong output | [https://zackakil.github.io/the-demo-that-goes-wrong?predictionCorrect=false](https://zackakil.github.io/the-demo-that-goes-wrong?predictionCorrect=false) |
| Crash โ๏ธ | Crash | [https://zackakil.github.io/the-demo-that-goes-wrong?blueScreen=true](https://zackakil.github.io/the-demo-that-goes-wrong?blueScreen=true) |
| Customโ๏ธ | A link with all of the params exposed so that you can make the demo do what you want. | [https://zackakil.github.io/the-demo-that-goes-wrong?uploadTime=1000&predictionTime=1000&predictionCorrect=true&blueScreen=false](https://zackakil.github.io/the-demo-that-goes-wrong?uploadTime=1000&predictionTime=1000&predictionCorrect=true&blueScreen=false) |