Raphael
Raphael
Assume I want to use Gitit as local install, but I want the same content to be available on multiple machines (say office PC, notebook, home PC). Is there a...
Please support the command `\nicefrac` as the one from package [nicefrac](http://ctan.org/pkg/nicefrac). This one allows for much nicer inline fractions (as long as (de)nominator stay short).
There's been a particular flavor of Quicksort in the Java library for a few years. The design space of Quicksorts is huge, sure, but I think a (basic version of)...
Running ``` bash sortvis weave -x 850 -t -n 20 -c gradient ``` as given [on your website](http://sortvis.org/about.html), I get this: ``` 110 comparisons 67 comparisons 154 comparisons Traceback (most...
We can use hashes to do two things: 1. In daemon mode, carry over hashes between runs. If the hash after engine run nr 1 is the same as as...
Switch do debug mode via a CLI parameter. In debug mode, output many more messages, e.g. changed files (daemon, hashes). Switch to a well-established logger instead of `puts`.
See TODOs in ParameterManager. Make CLI interface more standard: `-x`, `--xlongversion` for flags and `-x=y`, `--xlongversion=y` for values. See also #95
For the release, the project should have a standardized form that plays well with IDEs and repositories.
Need to get rid of some binary GNU dependencies, provide a start script and test for "hidden" incompatibilities. Since I don't have any Mac workstations, input and pull requests are...