Skip to content
View VirajHasitha's full-sized avatar

Block or report VirajHasitha

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 Loading

  1. API-BasicAuthMediator API-BasicAuthMediator Public

    Java

  2. AWSsecretResolver AWSsecretResolver Public

    Forked from PrabhashDilhan/AWSsecretResolver

    Java

  3. FileReadBackend FileReadBackend Public

    This java project can work as a pdf file reading backend

    Java

  4. FlatFileConverter FlatFileConverter Public

    This java project can use to convert specific flat file into to the desired format and create a JSON payload

    Java

  5. kubernetes-apim-public kubernetes-apim-public Public

    Forked from janithcmw/kubernetes-apim-public

    Shell

  6. thread-analyze.sh thread-analyze.sh
    1
    #!/bin/bash
    2
    if [ "$#" -ne 3 ]; then
    3
            echo "usage: sh thread-analyze.sh <pid> <number-of-dumps> <interval>"
    4
            exit
    5
    fi