Skip to content
View DarkblooM-IO's full-sized avatar

Block or report DarkblooM-IO

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
DarkblooM-IO/README.md
local user = {}

user.name     = "DarkblooM"
user.age      = 22
user.pronouns = {"any", "all"}          -- m    m        ""#    ""#
user.zodiac   = "Cancer"                -- #    #  mmm     #      #     mmm
                                        -- #mmmm# #"  #    #      #    #" "#
user.hobbies = {                        -- #    # #""""    #      #    #   #
  "coding",                             -- #    # "#mm"    "mm    "mm  "#m#"
  "gaming",
  "music"
}

user.socials = {
  threads = ".net/@darkbloom.io",
  reddit  = ".com/u/darkbloom_sr",
  twitch  = ".tv/darkbloom_io",
  youtube = ".com/@darkbloom_io",
  bsky    = ".app/profile/darkblo0m.bsky.social"
}

return user

Pinned Loading

  1. games games Public

    Dumpster repo for my game dev learning projects

    Lua

  2. ASCIIMath to PNG Discord bot ASCIIMath to PNG Discord bot
    1
    import discord # discord.py==2.3.2
    2
    
                  
    3
    import matplotlib.pyplot as plt # matplotlib==3.9.0
    4
    
                  
    5
    from dotenv import load_dotenv # python-dotenv==1.0.1
  3. passwdgen passwdgen Public

    A collection of random password generators written in different languages

    Rust

  4. aoc aoc Public

    This repo holds my participations to the Advent of Code challenge.

    Lua