Skip to content
View hvanmegen's full-sized avatar
Block or Report

Block or report hvanmegen

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

    A GIT repository of the more semantically correct version for Roger Williams' novella The Metamorphosis of Prime Intellect

    HTML

  2. niceterm.sh niceterm.sh
    1
    #!/bin/bash
    2
    tabs 4
    3
    
    
    4
    # Touch either one of these two files to disable this terminal addition
    5
    if [ ! -f ~/.config/no_niceterm ] && [ ! -f ~/.no_niceterm ]; then
  3. node-p1-reader node-p1-reader Public

    Forked from ruudverheijden/node-p1-reader

    Node.js package for reading and parsing data from the P1 port of a Dutch Smart Meter.

    JavaScript

  4. MySQL database backup script MySQL database backup script
    1
    #!/bin/bash
    2
    # MySQL database backup script
    3
    
    
    4
    # settings:
    5
    SCRIPTNAME=$(basename $0)