Most UNIX people know the bash(1) fork bomb :(){:|:&} code.
If you wnat to check the graphical equivalent then try this one :)
FreeBSD # pkg install -y mesa-demos
FreeBSD # pkg info -l mesa-demos | grep /bin | while read I; do ${I} & done
Not really fork bomb - just 300+ :)