Skip to content
View amiryal's full-sized avatar

Organizations

@rss2email
Block or Report

Block or report amiryal

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

    A module to aid in creating sensible passphrases using dice.

    Python 1

  2. Easily visualise Git merge.conflicts... Easily visualise Git merge.conflictstyle diff3 with meld, while preserving all information
    1
    [merge]
    2
        conflictstyle = diff3
    3
        tool = three_meld
    4
    [mergetool "three_meld"]
    5
        # Opens up four diff windows:
  3. Minimal nginx http configuration Minimal nginx http configuration
    1
    # Nginx will still complain about opening /var/log/nginx/error.log before
    2
    # switching to stderr. When shutting down, it will also complain about not
    3
    # being able to delete /dev/null.
    4
    daemon off;
    5
    error_log stderr info;