Projects

Johannes Zillmann
More Than IO
Published in
1 min readSep 21, 2016

--

As an employee, i usually work in the realms of big data. In my spare time however, i deviate ;)

For a complete list of open source works visit https://github.com/jzillmann. Below are my highlights:

JMH Visualizer

jmh-visualizer: Visualize the results of your JMH benchmarks. Find a online version here!

gradle-jmh-report: Companion project. A Gradle plugin building html reports from JSON result files.

jenkinsci/jmh-report-plugin: A Jenkins plugin, storing and visualizing the JSON result files.

PDF to Markdown converter

pdf-to-markdown: Transform your PDF’s to Markdown syntax. There is a online version here!

There is a fork of the project (https://github.com/opendocsg/pdf2md) which also turned it into a command line client.

Moontime

moontime: A Java library calculating moon phases. Honestly, it’s more copy and paste then anything and i can’t say i’ve digested the astronomy behind it…

moontime-droid: Android app using the library to display the next full/new moon date with exact time. Not hosted and probably outdated!

Nanuca

nanuca: A simple web app calculating numerology on names. I did this to test out Svelte, which relieved React as my favorite JavaScript framework. Online version at https://nanuca.morethan.io.

--

--