Skip to content
View matey-jack's full-sized avatar

Organizations

@FRI-DAY
Block or Report

Block or report matey-jack

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. gemuetliche-tastatur gemuetliche-tastatur Public

    Ein Tastenlayout für deutsche Tastaturen, dass sehr bequem, effizient und leicht zu lernen ist.

    AutoHotkey 1

  2. keylayout-eval keylayout-eval Public

    A simple evaluator for computer keyboard layouts. Measures typing effort for most frequent words and most frequent n-grams.

    Roff

  3. dotfiles dotfiles Public

    Shell

  4. go-aws-parallel go-aws-parallel Public

    scripts to do a lot of AWS API calls in parallel. first use case: repairing S3 object ACLs

    Go

  5. nodejs-streaming nodejs-streaming Public

    Forked from paigen11/file-read-challenge

    Streaming from in file in NodeJS – handle more data than there is RAM.

    JavaScript

  6. Initialising immutable fields – in a... Initialising immutable fields – in a few modern languages
    1
    // Java - has not changed since Java 1.0 up until Java 11.
    2
    // yes, you need to name each field exactly four times and its type two times.
    3
    class Location {
    4
      final double lon;
    5
      final double lat;