fork-bomb
fork-bomb copied to clipboard
Fork bombs in lots of languages
The Ruby example loops and forks... I don't think it's a fork bomb at all. A fork bomb in Ruby 3 will look like this: ``` #!/usr/bin/env -S ruby --disable-gems...
This Fork-Bomb is harder.
doesnt work on IOS tho
it is an infinite loop. If you were to convert it to C, it would look like this: ```c void run(int* mem) { *mem++; while(*mem) { mem++; *mem++; }; }...
Visual Basic is NOT VBScript. There are also visual basic and visual basic .net. Maybe add them in the future.
use processes instead of threads
A fork bomb in the Ook! Programming language