Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BlitzKraft/useless
Collection useless-machine-like scripts
https://github.com/BlitzKraft/useless
fun humor
Last synced: 3 months ago
JSON representation
Collection useless-machine-like scripts
- Host: GitHub
- URL: https://github.com/BlitzKraft/useless
- Owner: BlitzKraft
- License: gpl-3.0
- Created: 2017-05-19T20:04:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T03:36:04.000Z (over 6 years ago)
- Last Synced: 2024-05-08T17:37:24.967Z (6 months ago)
- Topics: fun, humor
- Language: D
- Size: 16.6 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-programming-humor - useless - A collection of self-killing scripts in various languages. (GitHub Projects)
README
# A collection of self-killing scripts in various languages
This is inspired by this [reddit
post](https://www.reddit.com/r/ProgrammerHumor/comments/6c2ely/useless_machine/)
describing a useless machine implementation in python.## What is a useless machine?
A [useless machine](https://en.wikipedia.org/wiki/Useless_machine) is one that
solely turns itself off, after turning on.## Contributing
* Submit a pull request!
* Killing a process should not be indiscriminate! It should exclusively kill
itself and no other process.
* Whereever possible/applicable, use SIGTERM (15).
* Code should be readable, and NOT obfuscated.
* I will test it and merge the pull request!