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

    Home of the Bloomlang esoteric programming language

    Python

  2. passwdgen passwdgen Public

    A collection of random password generators written in different languages

    Rust

  3. game-dev-learning game-dev-learning Public

    Dumpster repo for my game dev learning projects

    Lua

  4. pico8 pico8 Public

    My Pico-8 projects

    Lua

  5. Lua library containing various usefu... Lua library containing various useful functions and methods
    1
    --[[
    2
    Lua library containing various useful functions and methods
    3
    Copyright (C) 2025 ÐarkbloøM
    4
    5
    This program is free software: you can redistribute it and/or modify
  6. 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