Tetris got 0wn3d!

Quinn is an implementation of a popular falling-blocks game which, according to the Tetris Company, must not be named here.

ROFL. You got served, Tetris Co.

Seriously, Quinn is a really good implementation of that unnameable game for Mac OSX.

O’Reilly? YA RLY!

<script type="text/javascript" language="Javascript">
	i = /^[O]{1}( {1}RLY)\?{1}$/mi ;
	j = /^Y(A) {1}RLY[\!.]?$/mi ;
	q = prompt('O'Reilly? Ya Reilly!');
	if (i.test(q)) {
		alert (q.toUpperCase().replace(i,'YA $1'));
	} else if(j.test(q)) {
		alert (q.toUpperCase().replace(j,'NO W$1I!'));
	}
</script>

O'Reilly? YA RLY!