Skip to content
View maurerle's full-sized avatar

Organizations

@freifunk @freifunk-gluon @ffac @assume-framework
Block or Report

Block or report maurerle

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

    Entity Relation Diagrams generation tool based on https://github.com/Alexis-benoist/eralchemy

    Python 53 13

  2. ff-supernode ff-supernode Public template

    Jinja 2 2

  3. Docker install Script Docker install Script
    1
    #!/bin/bash
    2
    set -e
    3
    # Check for root priviliges
    4
    if [[ $EUID -ne 0 ]]; then
    5
       printf "Please run as root:\nsudo %s\n" "${0}"
  4. site site Public

    Forked from ffac/site

    Makefile 1

  5. PowerACE PowerACE Public

    Fork of PowerACE from https://gitlab.kit.edu/kit/iip/opensource/powerace

    Java