Software
Huub de Beer
Over the years I’ve written a number of programs, scripts, and other software for fun, work, or to automate one task or another. Many of those programs I’ve released as free software on my github account.
-
flaskfiller: educational software to explore instantaneous speed in 5th grade.
-
pandocomatic: a static site generator based on the fantastic multi-format document converter pandoc and paru, the Ruby wrapper around pandoc I wrote for this occasion.
-
Paja: a JavaScript wrapper around pandoc to automate the use of pandoc using JavaScript. Currently, it does not wrap around pandoc’s filters, but that functionality is planned.
-
Paru: a Ruby wrapper around pandoc to automate using Ruby. Since version 0.1 it also includes a wrapper around pandoc filters.
-
symbol2unicode: a tool to convert ASCII symbols to their unicode equivalent. For example, it converts
P /\ Q => !Q
to
P ∧ Q ⇒ ¬Q
-
A fork of SVG-cards to make using these nice playing cards easier.
-
Converting SVG-cards to PNG to automatically generate PNG files of the SVG-cards.
-
virtual_botanical_laboratory
: generate plant-like structures based on L-systems.