Skip to content
View lonelyH3b's full-sized avatar
🎯
Researching and fixing bugs
🎯
Researching and fixing bugs

Organizations

@dev-protocol @EddieHubCommunity

Block or report lonelyH3b

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

    Synthia is an AI Discord bot that blends research news from Hugging Face, arXiv, and MarkTechPost with humanlike warmth. She welcomes new members with humor and keeps the server up to date with the…

    Python 3

  2. Github_Issue_Assistant_Bot Github_Issue_Assistant_Bot Public

    LumaBot 💖 A cute GitHub bot that thanks issue creators and reacts with ❤️. Built with FastAPI & gidgethub to spread appreciation! 🌸✨ #StarThisRepo

    HTML 1

  3. binomial_nomenclature binomial_nomenclature Public

    A dictionary for looking up scientific names and the real names of plants and animals.

    Python 1

  4. Basic Git commands. Basic Git commands.
    1
    `git add .` stage all changes on a local git repo.
    2
    
                  
    3
    `git add <filename>` stage a specific file on repo.
    4
    
                  
    5
    `git commit -m "Message"` commit or save changes.