Skip to content
View 00ie's full-sized avatar

Block or report 00ie

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

Profile Stars Profile Forks

; profile.asm

section .data
user        db "00ie"
role        db "cybersecurity student"

systems     db "windows | nyarch linux"
langs       db "js | ts | py | c# | go | nim | rust | bash"

focus       db "systems | security | research"

section .text
_start:
    mov rax, focus
    xor rbx, rbx        ; no distractions
    ret

Discord Presence

Pinned Loading

  1. VScode settings.json VScode settings.json
    1
    {
    2
    "background.fullscreen": {
    3
    "images": [],
    4
    "opacity": 0.5,
    5
    "size": "cover",