Skip to content
View phxql's full-sized avatar
Block or Report

Block or report phxql

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
phxql/README.md

Welcome to my GitHub page! My name is Moritz Halbritter (born Kammerer).

I code mostly on the JVM with Java and Kotlin. This is my private account and in no way affiliated with my employer. If you're looking for my professional account, see here.

The (in my mind) most interesting repos on this profile are:

Applications

  • sonarqube-to-prometheus - Exports SonarQube metrics to Prometheus. You can then use Grafana to visualize them or define alerts
  • mr-canary - A TCP reverse proxy with canaries built in. No Kubernetes needed!
  • maven-to-plantuml - Plots a graph showing your module dependencies in a Maven build
  • vhd-compact - Compacts dynamically sized Windows Disk Images (VHDs)

Libraries

  • argon2-jvm - Argon2 password hashing algorithm for the JVM using JNA to call a C library
  • argon2-playground - Small showcase to demonstrate Argon2 password hashing without the need of a C library
  • snowflake-id - Generates 64 bit ids which are roughly sortable across multiple systems without a central instance.

Tools

  • kotlin-one-epub - Small helper script to download the Kotlin documentation and create a epub so that you can read the Kotlin documentation on your ebook reader

Misc

  • java-maven-skeleton - A preconfigured maven project with sane defaults. I use this as a starting point for new projects
  • plantuml-templates - Better looking PlantUML templates if you want to document your stuff

Contact

Check my website for contact information.

Pinned

  1. argon2-jvm argon2-jvm Public

    Argon2 Binding for the JVM

    Java 327 31

  2. snowflake-id snowflake-id Public

    Generates Twitter-like Snowflake ids in Java

    Java 35 4

  3. vm-backup vm-backup Public

    A tool with which VMs can be easily backed up to an external drive

    Java

  4. maven-to-plantuml maven-to-plantuml Public

    This small tool is intended to plot a graph to show the dependencies between Maven modules. It ignores external dependencies and shows only inter-module relationships.

    Kotlin 11 2

  5. mr-canary mr-canary Public

    A TCP reverse proxy with canaries built in.

    Java 1

  6. sonarqube-to-prometheus sonarqube-to-prometheus Public

    Exports SonarQube metrics to Prometheus

    Java 3