KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
useless
★ 9
Open GitHub ↗
Collection useless-machine-like scripts
Download README (.md)
Explore Similar Repositories
TikeycAndroid
:
个人玩玩Android开发
leJOS_plugin
:
leJOS plugin for Intellij Idea
instabug-challenge
:
No description available.
pyarubaoss
:
Python Wrapper for ArubaOS-Switch REST API
cf-deployment-transition
:
This repository is deprecated - no longer accepting PR's or Issues
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
useless
?
Download (.md)
# 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!