This is a small C program that simulates fast repeated smashing of spacebar under Linux/GNU/X11 environment.
Compilation instructions are in comments in source. Use right click -> save link as to download.
This "program" is in public domain due to overly extreme simplicity.
You may wish to replace
while(1)
with
int i;for(i=20;i;--i)
or something.