Skip to content
View fschutte's full-sized avatar

Block or report fschutte

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. ING-API-Showcase ING-API-Showcase Public

    Some Kotlin and Java solutions for connecting to ING Bank API

    Kotlin 1 2

  2. obsandboxplayground obsandboxplayground Public

    Spring Boot application for accessing the UK Open Banking Sandbox Directory

    Kotlin

  3. Kotlin script for creating keys and ... Kotlin script for creating keys and certificates
    1
    
                  
    2
    import sun.security.x509.*
    3
    import java.io.File
    4
    import java.math.BigInteger
    5
    import java.security.*
  4. EISCD slurper with Spring Boot and K... EISCD slurper with Spring Boot and Kotlin. Reads EISCD xml file and outputs map from sort code to bank code.
    1
    import com.fasterxml.jackson.databind.DeserializationFeature
    2
    import com.fasterxml.jackson.databind.MapperFeature
    3
    import com.fasterxml.jackson.dataformat.xml.JacksonXmlModule
    4
    import com.fasterxml.jackson.dataformat.xml.XmlMapper
    5
    import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty