Skip to content
View JoooHannesk's full-sized avatar

Block or report JoooHannesk

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 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. tbrestclientlib tbrestclientlib Public

    Simple client library for ThingsBoard - implementing the administration / user-space API (not device API) – written in Swift.

    Swift 1

  2. simplekiimanager simplekiimanager Public

    SimpleKiiManager aims to provide a simple interface around the default Apple Keychain API – written in Swift

    Swift

  3. Automating DocC Deployment with a Sh... Automating DocC Deployment with a Shell Script
    1
    #!/bin/zsh
    2
    #
    3
    # Build, convert and deploy your DocC documentation to a webserver using SCP
    4
    # Suitable for local use
    5
    #
  4. Automate building and code-signing P... Automate building and code-signing Python apps on Windows with a simple PowerShell script using PyInstaller and signtool.
    1
    # ****************************************** #
    2
    #    build and sign python app on Windows    #
    3
    # ****************************************** #
    4
    # Author:    Johannes Kinzig                 #
    5
    # Web:       https://johanneskinzig.com      #