Skip to content
View NanneHuiges's full-sized avatar
  • Groningen, the Netherlands
Block or Report

Block or report NanneHuiges

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

    PHP implementation of the JSend specification

    PHP 31 5

  2. androblip androblip Public

    App for using the blipfoto website

    Java 2 2

  3. firefly-iii recovery script firefly-iii recovery script
    1
    #!/bin/bash
    2
    #
    3
    # author: Nanne Huiges (nanne@huiges.nl)
    4
    
                  
    5
    INSTALL_DIR="/home/pi/firefly"
  4. firefly-iii backup script firefly-iii backup script
    1
    #!/bin/bash
    2
    #
    3
    # author: Nanne Huiges (nanne@huiges.nl)
    4
    
                  
    5
    # verbose: shows commands for debugging
  5. Firefly-iii docker on raspberry with... Firefly-iii docker on raspberry with backups
    1
    # Installing firefly on a raspberry with backups
    2
    Installing firefly on a raspberry can be done with a LAMP stack, but to have less configuration to worry about, I use docker. This is a bit tricker than 'normal', as raspberry uses the ARM architecture. Luckily, most official images are ready for this. We do need to install docker and docker-compose.
    3
    
                  
    4
    The OS I was running when writing this was Raspbian Stretch Lite (Version:November 2018)
    5
    
                  
  6. pytoggl pytoggl Public

    Python wrapper and cli script for using the Toggl API

    Python