Skip to content
View kerezsiz42's full-sized avatar

Block or report kerezsiz42

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. scanner-operator2 scanner-operator2 Public

    Go

  2. psub psub Public

    Python

  3. ollama-chat ollama-chat Public

    JavaScript

  4. lh-stack lh-stack Public

    TypeScript

  5. iot-platform iot-platform Public

    Python

  6. Print alphabet using the stack Print alphabet using the stack
    1
    ; fasm alphabet.asm && ./alphabet
    2
    format ELF64 executable
    3
    
                  
    4
    NUMBER_OF_LETTERS equ 26
    5
    STDOUT equ 1