Skip to content
View Zephryon-zv's full-sized avatar
:electron:
Hecker
:electron:
Hecker
Block or Report

Block or report Zephryon-zv

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

    Xenith is an open-source, lightweight operating system built primarily using x86 Assembly language. It emphasizes minimalism, efficiency, and performance, making it ideal for modern computing devices.

    Assembly 2

  2. This is a hand-detection module made... This is a hand-detection module made using Open CV
    1
    import cv2
    2
    import mediapipe as mp
    3
    import time
    4
    
                  
    5
    class handDetect():
  3. SimpleX11WindowGUI-C SimpleX11WindowGUI-C Public

    A minimalistic project for practicing C programming by creating a basic graphical user interface using X11.

    C 1

  4. OS-kernel OS-kernel Public

    An operating system built from scratch with a focus on simplicity and customizability.

    Assembly