Skip to content
View hasithmeth's full-sized avatar
πŸ‘‹
Hello
πŸ‘‹
Hello
  • Sri Lanka

Block or report hasithmeth

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Preparing received data to be unzipped Preparing received data to be unzipped
    1
    byte[] zipbytes = System.Convert.FromBase64String(DataPack.Split(',', StringSplitOptions.None)[1]);
    2
    Stream stream = new MemoryStream(zipbytes);
    3
    ZipArchive zip = new ZipArchive(stream);
  2. hasith_eyepax_news hasith_eyepax_news Public

    NewsAPI APP in React Native by Hasith J for Eyepax

    JavaScript