Skip to content
View haisi's full-sized avatar
๐Ÿ‡จ๐Ÿ‡ญ
๐Ÿ‡จ๐Ÿ‡ญ

Block or report haisi

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
haisi/README.md

Hi there ๐Ÿ‘‹

I'm a software engineer from Switzerland working for ti&m.

Here I am doing some open source stuff. Currently I am creating an open source port of my bachelor's thesis called jPBE.

However, usually I am just starring repos of others ๐Ÿ˜„

Pinned Loading

  1. jPBE jPBE Public

    A library helping you transform strings by providing examples instead of coding (PBE)

    Java 5

  2. Editable JavaFX TableView with textf... Editable JavaFX TableView with textfield, datepicker and dropdown menu
    1
    /*
    2
     * Just copy and paste the code.
    3
     */
    4
    package editabletableview;
    5
    
                  
  3. jackson-jspecify jackson-jspecify Public

    Runtime enforcement of JSpecify nullability for Jackson 3

    Java

  4. java-lib-archetype java-lib-archetype Public

    Maven archetype for a Java library set up to publish to Maven Central: Error Prone/NullAway, Spotless, Checkstyle, 100% JaCoCo, GitHub Actions CI/release/Pages, JReleaser.

    Shell

  5. null-markeder null-markeder Public

    Ensure every package in a Java project has a package-info.java annotated with JSpecify's @NullMarked

    Java

  6. persistence-test persistence-test Public

    JUnit 5 library for detecting persistence regressions (N+1, query drift, missing indexes) in Spring Boot integration tests

    Java