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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 24 1

  2. Dell-R710-Fan-Simulator Dell-R710-Fan-Simulator Public

    Script and schematic to facilitate replacement of stock fans

    C++

  3. Calculator Calculator Public

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

    Kotlin

  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