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

Hello, world!

My name's Bader - also known as Starlk, a university student whose hobby is confusing computers.

Started programming around 2020 by picking up Python, then C# which I've fallen in love with.
I enjoy building desktop applications & Web APIs, plus projects that I happen to find interesting! Oh, I also play Minecraft.

You can find me in the C# Discord community. I don't use X that much.
Feel free to explore my repositories, my personal favorite ones 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# 8 3

  2. Amethyst Amethyst Public

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

    C# 2

  3. Raspite Raspite Public

    A fast, lightweight, and easy-to-use NBT serialization library.

    C# 4

  4. Mycelium Mycelium Public

    A robust Web API for retrieving the status of any Minecraft server.

    C#

  5. Shape Separated Arabic Letters Shape Separated Arabic Letters
    1
    using System.Collections.Frozen;
    2
    using System.Text;
    3
    
                  
    4
    const string original = "سماء عماد لها وارض تسير وفوقها قمم الروابي فضاء لا انتهاء له وشمس تضيء بحسبة بين السحاب فشد كيانك الادنى برب تنال بقربه شرف الجناب!";
    5
    
                  
  6. 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://minecraft.wiki/w/Chunk_Format?oldid=2763879). This article wouldn't have been possible without the awesome folks from the Minecraft Protocol Discord server.
    2
    
                  
    3
    ## Terminology
    4
    
                  
    5
    * Section: A 16x16x16 collection of blocks, including block light and skylight.