Skip to content
View TheVeryStarlk's full-sized avatar

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
TheVeryStarlk/README.md

Hi there 👋

My name's Bader, also known as Starlk. A university student whose hobby is making computers confused.

I started programming around 2020 by picking up Python, then C# which I've fallen in love with.

My favorite game is Minecraft as you can probably tell by the fact that most of my repositories are in a way or other related to it. But I also enjoy writing desktop apps, some Web APIs, and other projects that I happen to find interesting!

You can find me in the C# Discord community. I don't use X that much.

Feel free to explore my repositories. My personal favorites are pinned below this text block.

Thanks for stopping by, wonderful reader!

Pinned Loading

  1. Athan Athan Public

    An Islamic application that provides notifications for prayer times.

    C# 7 3

  2. Raspite Raspite Public

    An AOT-friendly NBT serializing tool.

    C# 4

  3. Pearl Pearl Public

    A simple and cross-platform chatting application.

    C# 4 1

  4. Amethyst Amethyst Public

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

    C#

  5. Minecraft's 1.8 Chunk Format Minecraft's 1.8 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.Collections.Frozen;
    2
    using System.Text;
    3
    
                  
    4
    const string original = "سماء عماد لها وارض تسير وفوقها قمم الروابي فضاء لا انتهاء له وشمس تضيء بحسبة بين السحاب فشد كيانك الادنى برب تنال بقربه شرف الجناب!";
    5