Skip to content
View rlindooren's full-sized avatar
  • The Netherlands

Organizations

@hudson

Block or report rlindooren

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 Loading

  1. workstation-config-notes workstation-config-notes Public

    Notes related to setting-up/configuring my workstations

  2. simple-rest-json-server simple-rest-json-server Public

    Run a HTTP REST server that serves JSON content from files

    Kotlin

  3. junit-eventually-consistent-example junit-eventually-consistent-example Public

    An example of how to give assertions some time to succeed

    Java 1

  4. pg_dumper pg_dumper Public

    A "http-wrapper" around pg_dump written in GoLang - Allowing to easily trigger (by invoking an HTTP endpoint) the creation and restoring of database dumps.

    PLpgSQL

  5. Bash script that can download an ass... Bash script that can download an asset from a private Github repository
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Prerequisites: curl, jq, and a GitHub token (provided as environment variable `GITHUB_TOKEN`)
    4
    
                  
    5
    set -e