Skip to content
View tkonsta's full-sized avatar

Sponsoring

@Lakritzator
@jgraph
Block or Report

Block or report tkonsta

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

Pinned

  1. pdf417-barcode-reader pdf417-barcode-reader Public

    A small webapp which reads PDF417 barcodes from a pdf file and outputs the barcode content as string

    Java 5 1

  2. pdf-merge-tool pdf-merge-tool Public

    A small command line tool to merge PDF files written in Kotlin

    Kotlin 1

  3. CarryOnDe/carryon_backend CarryOnDe/carryon_backend Public

    Contains all the code for the backend.

    Java 1

  4. testrail-docker testrail-docker Public

    Forked from gavrie/testrail-docker

    Run TestRail in a Docker container

    PHP

  5. Notes taken during the talk given by... Notes taken during the talk given by Sandra Parsick
    1
    # Notizen aus dem Talk "Ich packe meinen Testtoolkoffer und nehme mit…" von Sandra Parsic
    2
    ----
    3
    ## JUnit 5 Features
    4
    @EnabledOn... um Tests nur unter bestimmten Umständen laufen zu lassen
    5
      @EnabledOnOs(), @EnabledOnJre(), @DisabledOn...(), @EnabledOnSystemProperty(), @EnabledIfEnvironmentVariable()