Skip to content
View sPyOpenSource's full-sized avatar

Block or report sPyOpenSource

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 Loading

  1. jcore jcore Public

    This is the microkernel for Java OS

    C 1

  2. os os Public

    Java Operation System, it is an operating system that you can build by yourself.

    Java 12

  3. compiler compiler Public

    The bytecode compiler for Java OS

    Java 2

  4. armOS armOS Public

    build an arm OS

    C 2

  5. ESP32-PCB ESP32-PCB Public

    PCB board design for a mini drone

    C 4 2

  6. short programs short programs
    1
    import java.io.UnsupportedEncodingException;
    2
    import java.security.MessageDigest;
    3
    import java.security.NoSuchAlgorithmException;
    4
    import java.util.Arrays;
    5
    import javax.crypto.Cipher;