Matthew Farrugia-Roberts

Results 6 issues of Matthew Farrugia-Roberts

I think there might be a bug in the `getKey` implementation for OS X (it appears the same implementation applies for linux). If two (or more) keys are pressed between...

@fasiha, I dare say, I think you're going to like this! ### Overview I've been working on a pure-Python implementation of the ebisu algorithm and I was not satisfied with...

When the snake slithers off the left or top border of the grid by a single square, the snake head does not immediately appear on the opposite side. There is...

I've been trying to live my life with `tectonic` installed, without also having a local TeX Live installation. This situation is fairly comfortable, in particular it takes up minimal space...

I took the advice in the book to implement a faster vectorised score-calculation function using `rowSums` and vectorised selective updates. The method of decomposing the problem differs from that in...

Just in case you are interested, the `mutool` pdf utility (part of mupdf, documentation [here](https://mupdf.com/docs/manual-mutool-poster.html)) has a similar command to slice up a PDF. The relevant usage would be something...