Skip to content
View TheVeryStarlk's full-sized avatar
Block or Report

Block or report TheVeryStarlk

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

    An Islamic application that provides notifications for prayer times.

    C# 6 3

  2. Ardaite Ardaite Public

    A primitive graphical user interface framework.

    C# 3

  3. Pearl Pearl Public

    A simple and cross-platform chatting application.

    C# 3 1

  4. Amethyst Amethyst Public

    A fast light-weight implementation of the Minecraft: Java edition protocol.

    C#

  5. Minecraft's 1.8.X Chunk Format Minecraft's 1.8.X Chunk Format
    1
    This article explains how chunk packets work in Minecraft 1.8 (PVN 47). I was motivated to write this due to the lack of easily understandable documentation for this version of Minecraft. I drew inspiration from the Wiki's [article](https://wiki.vg/index.php?title=Chunk_Format&oldid=7164). This article could have not been possible without the help of the members of the Minecraft Protocol Discord server.
    2
    
                  
    3
    ## Terminology
    4
    
                  
    5
    * Section: A 16x16x16 collection of blocks, including block light and skylight.
  6. An extension method that shapes sepa... An extension method that shapes separated Arabic letters.
    1
    using System.Text;
    2
    
                  
    3
    const string original = "سماء عماد لها وارض تسير وفوقها قمم الروابي فضاء لا انتهاء له وشمس تضيء بحسبة بين السحاب فشد كيانك الادنى برب تنال بقربه شرف الجناب!";
    4
    
                  
    5
    Console.OutputEncoding = Encoding.UTF8;