Skip to content
View remen's full-sized avatar

Block or report remen

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. gradle-monorepo Public

    Experiment using gradle to build and deploy a monorepo with two artifacts

    Kotlin 1

  2. simple-logstash-logger Public

    A simple logger for outputting logstash json or yaml to stdout

    JavaScript 2

  3. spring-boot-mysql-logger Public

    Companion project to https://hairoftheyak.com/posts/logging-raw-sql-in-mysql-jdbc-driver

    Java

  4. Fun with kotlin and jackson
    1
    import com.fasterxml.jackson.databind.JsonNode
    2
    import com.fasterxml.jackson.databind.ObjectMapper
    3
    import com.fasterxml.jackson.module.kotlin.KotlinModule
    4
    
                  
    5
    fun main(args: Array<String>) {
  5. Run shell command in groovy
    1
    /**
    2
     * Runs commands using /bin/sh and returns stdout as string
    3
     *
    4
     * <p>
    5
     * If the exit code of the command is non-zero, the stderr of the command is printed to stderr