Skip to content
View EDVTAZ's full-sized avatar

Block or report EDVTAZ

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. MLMR MLMR Public

    Read manga/comics in multiple languages at the same time

    TypeScript 2

  2. translate translate Public

    Multilanguage translator

    TypeScript

  3. typing-ext typing-ext Public

    JavaScript 1

  4. university-thesis university-thesis Public

  5. multidomain-playground multidomain-playground Public

    Docker compose based environment to test various web based cross domain functionality easily and reproducibly.

    Dockerfile

  6. Display graph of average and maximum... Display graph of average and maximum ping rtt. One datapoint is the max/avg of 20 pings, and 25 datapoints are displayed on the graph.
    1
    set -e
    2
    
                  
    3
    if [ -z "$1" ]; then echo "Example usage: bash pinggraph.sh google.com"; exit; fi
    4
    
                  
    5
    touch pings.txt