https://github.com/buckley-w-david/stackrunner
Say goodbye to copy/paste, import code directly from StackOverflow!
https://github.com/buckley-w-david/stackrunner
Last synced: 7 months ago
JSON representation
Say goodbye to copy/paste, import code directly from StackOverflow!
- Host: GitHub
- URL: https://github.com/buckley-w-david/stackrunner
- Owner: buckley-w-david
- License: mit
- Created: 2020-10-18T03:04:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T02:24:51.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T02:11:42.851Z (8 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stackrunner
Inspired by the famous XKCD comic [Ineffective Sorts](https://xkcd.com/1185/).
```
StackSort connects to StackOverflow, searches for 'sort a list', and downloads and runs code snippets until the list is sorted.
```This is a generalization of my work on [StackSort](https://github.com/buckley-w-david/stacksort).
## Disclaimer
Please do not actually use this.
## Try it out
[](https://mybinder.org/v2/gh/buckley-w-david/stackrunner/master)