Skip to content
View elpideus's full-sized avatar
โ›๏ธ
Genshin Impact on Minecraft?
โ›๏ธ
Genshin Impact on Minecraft?

Block or report elpideus

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

โ˜• Hello, I am elpideus ๐Ÿ’ป

Discord YouTube Instagram Telegram Reddit Mail Facebook

spotify-github-profile

I'm a friendly developer from Italy and before you ask...yes, I love pizza a lot.

  • ๐ŸŽ“ Currently studying trading.
  • ๐Ÿ”ฎ Making a HUGE custom plugin for Minecraft servers.
  • ๐ŸŽฏ Using my time to save other people's time.

๐Ÿ† How do I perform?

๐Ÿ”ง Technologies and Software

JavaScript Python Java NodeJs PHP HTML5 CSS3 Intellij Idea Webstorm PyCharm WordPress Github Git Ubuntu Linux Debian Console Fruity Loops Studio Adobe After Effects Adobe Premiere Pro Adobe Photoshop Blender

Pinned Loading

  1. tgbiofy tgbiofy Public

    Changes the Telegram bio, profile picture, first and last name to the song that the user is currently listening to.

    Python 41 5

  2. Singh Singh Public

    A challenging adventure-based modpack

    HTML

  3. Demido-Ltd/Discord-Bot Demido-Ltd/Discord-Bot Public

    User friendly Discord bot for cool servers.

    TypeScript 2 1

  4. NightcoreRadio/nightcorerad.io NightcoreRadio/nightcorerad.io Public

    The Spotify of nightcore music. No need to search anywhere else.

    TypeScript

  5. The Collatz Conjecture, Siracuse Pro... The Collatz Conjecture, Siracuse Problem or simply 3n + 1 in Python3
    1
    import time
    2
    
                  
    3
    
                  
    4
    def collatz(stop_loop: bool = True, slow: bool = True, show_delay: float = .3):
    5
        """
  6. Simple Single Mouse Tracking Ball Simple Single Mouse Tracking Ball
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
        <head>
    4
            <meta charset="UTF-8">
    5
            <title>Tracking Ball</title>