Skip to content
View NopeNotDark's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.

Block or report NopeNotDark

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NopeNotDark/README.md

Welcome to my Github Page! πŸ‘‹

My name is Colby and I have knowledge in Python 🐍, JavaScript & TypeScript 🌐, and PHP 🐘.

class Developer:
    def __init__(self):
        self.name = "Colby"
        self.role = "Software Developer"
        self.jobs = ["Capital One", "Bushwick Commodity", "ReosityLXC"]
        self.languages = ["Python", "JavaScript", "TypeScript", "PHP"]
        self.learning_languages = ["Go", "Rust"]
        self.tools = ["React", "Node.js", "Django", "Laravel"]

    def get_contact_links(self):
        devto = "https://dev.to/cphamster"
        linkedin = "https://linkedin.com/in/cphamster"
        return f"Connect with me on [Dev.to]({devto}) and [LinkedIn]({linkedin})!"

me = Developer()
print(f"Hello, I'm {me.name}, a {me.role}.")
print(f"I enjoy coding in {', '.join(me.languages)} using {', '.join(me.tools)}.")
print(f"Im currently researching and learning about {', '.join(me.learning_languages)}")
print(f"I have worked for {', '.join(me.jobs)}) in the past 5 years.")
print(me.get_contact_links())
_______________
< Have a nerdy day! >
 ---------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Pinned Loading

  1. oomph-ac/oomph oomph-ac/oomph Public

    The best Minecraft Bedrock AntiCheat: a MiTM proxy built to stop cheaters in their tracks.

    Go 103 24

  2. artemis-bedrock/iris artemis-bedrock/iris Public

    A small C++23 DirectX hooking layer for Windows.

    C++ 2

  3. artemis-bedrock/example-iris artemis-bedrock/example-iris Public

    A minimal Windows DLL showing how to use Iris with SafetyHook and Dear ImGui.

    C++ 1