I just tried to implement a programming exercise from my course (Conway’s Game of Life). It works quite well (source), but there’s one problem: It keeps getting killed when it runs here.
Is there some way to program it in such a way that it won’t run afoul of the process killer, or should I just stop using the server to try out Java exercises?