Skip to content
View justADeni's full-sized avatar

Organizations

@MineChemGroup @DevTecTeam

Block or report justADeni

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

Profile Gif

Pinned Loading

  1. intel-npu-llm intel-npu-llm Public

    A simple Python script for running LLMs on Intel's Neural Processing Units (NPUs)

    Python 16

  2. Calculator Calculator Public

    Humble attempt at a calculator clone, my first ever Jetpack Compose app.

    Kotlin

  3. PortalsUncertaintyPrinciple PortalsUncertaintyPrinciple Public

    Randomizes Nether portal destination, such that every 256*256 quadrant is linked to another unique random quadrant. This PRNG is reversible, so players can return by going through the same portal.

    Java

  4. XYZ.java XYZ.java
    1
    // Allows for packing coordinates ranging from -67_108_864 to 67_108_863
    2
    // on X and Z axis, and -64 to 320 on Y axis into one compact long
    3
    
                  
    4
    enum XYZ {
    5